summaryrefslogtreecommitdiff
path: root/libguile/init.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'Andy Wingo1-4/+4
2014-10-10scm_boot_guile: Gracefully handle the case where argc == 0.Mark H Weaver1-4/+4
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-0/+3
2014-09-29Add (ice-9 unicode) moduleAndy Wingo1-0/+2
2014-09-12Add (ice-9 unicode) moduleAndy Wingo1-0/+2
2014-07-03Fix problems with Windows file names that use backslashes.Eli Zaretskii1-0/+3
2014-04-28Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+1
2014-04-28New foreign object facility, to replace SMOBsAndy Wingo1-0/+1
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-3/+2
2014-03-22Define a C fluid for current-warning-portAndy Wingo1-1/+2
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+2
2013-11-27Remove nonfunctional gdb interfaceAndy Wingo1-2/+0
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-2/+2
2013-04-14Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-0/+1
2013-04-07Add keyword arguments to file opening procedures.Mark H Weaver1-0/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-2/+1
2013-03-09remove init.c iselect includeAndy Wingo1-2/+1
2012-03-08Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-2/+2
2012-03-08run finalizers asynchronously in asyncsAndy Wingo1-0/+2
2012-03-07Fix a segfault when /dev/urandom is not accessibleGiuseppe Scrivano1-2/+2
2012-02-24run finalizers asynchronously (in asyncs and/or pthreads)Andy Wingo1-0/+5
2012-02-23Revert "with a threaded guile, lock weak sets and tables during a fork"Andy Wingo1-1/+0
2012-02-19move revealed-count mechanism to fports.cAndy Wingo1-2/+1
2012-02-17with a threaded guile, lock weak sets and tables during a forkAndy Wingo1-0/+1
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-4/+5
2012-02-03Use Gnulib's `regex' module.Ludovic Courtès1-4/+5
2011-12-19Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2011-12-15Arrange to convert command-line arguments from the right encoding.Ludovic Courtès1-1/+1
2011-10-27Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+2
2011-10-24remove weak pairs, rewrite weak vectorsAndy Wingo1-4/+2
2011-10-24add weak table implementationAndy Wingo1-0/+2
2011-10-23add weak setsAndy Wingo1-0/+1
2011-10-22Initialize `get_internal_run_time' before it is used.Ludovic Courtès1-2/+2
2011-06-30Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-0/+2
2011-06-30fix --disable-modules buildAndy Wingo1-0/+2
2011-05-15remove #define STACK_CHECKING from __scm.h.Andy Wingo1-2/+0
2011-04-25Make the `sizeof (mpz_t)' check at compile-time.Ludovic Courtès1-7/+0
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès1-1/+1
2011-03-25threading / with_guile refactor to use more GC_stack_baseAndy Wingo1-7/+1
2011-03-11fix port-filename without readline to match the docsAndy Wingo1-15/+5
2011-02-13autocompile -> auto-compileAndy Wingo1-1/+1
2011-02-10deprecate primitive propertiesAndy Wingo1-2/+0
2011-02-09remove dead code in init.cAndy Wingo1-38/+1
2010-12-03add (ice-9 poll), a poll wrapperAndy Wingo1-0/+2
2010-10-08Register `scm_init_r6rs_ports' as an extension.Ludovic Courtès1-0/+1
2010-09-12move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo1-1/+5
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-4/+5
2010-08-08remove "discouraged" infrastructureAndy Wingo1-1/+0
2010-08-08deprecated all discouraged functionsAndy Wingo1-4/+0
2010-07-10capture default dynamic state in (guile-user)Andy Wingo1-2/+4