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