Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-19 | separate boot expansion from memoization | Andy Wingo | 1 | -0/+2 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+0 |
2010-04-09 | lisp nil always enabled | Andy Wingo | 1 | -2/+0 |
2010-03-30 | correctly handle --no-autocompile (fixed broken previous patch) | Andy Wingo | 1 | -0/+1 |
2010-02-24 | add %default-prompt-tag, and error (not abort()) on an abort to bad tag | Andy Wingo | 1 | -1/+1 |
2010-02-19 | prompt as part of guile's primitive language | Andy Wingo | 1 | -1/+1 |
2010-01-31 | add @control and @prompt stub primitives | Andy Wingo | 1 | -0/+2 |
2010-01-26 | move foreign function interface to its own module | Andy Wingo | 1 | -1/+1 |
2010-01-07 | boot the VM very early in init.c | Andy Wingo | 1 | -5/+5 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -3/+2 |
2010-01-07 | properly integrate vm bootstrapping into init.c | Andy Wingo | 1 | -2/+10 |