Age | Commit message (Expand) | Author | Files | Lines |
2018-10-17 | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. | Mark H Weaver | 1 | -2/+3 |
2017-03-28 | Add disjoint syntax object type | Andy Wingo | 1 | -0/+2 |
2017-02-28 | Fix segfault introduced with R6RS port commit | Andy Wingo | 1 | -1/+1 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2016-10-26 | Use atomics for async interrupts | Andy Wingo | 1 | -1/+1 |
2016-10-23 | Move thread bindings to (ice-9 threads) | Andy Wingo | 1 | -1/+0 |
2016-10-17 | Deprecate arbiters | Andy Wingo | 1 | -2/+0 |
2016-09-06 | Add atomic boxes | Andy Wingo | 1 | -0/+2 |
2016-08-30 | Add file descriptor finalizers | Andy Wingo | 1 | -0/+2 |
2016-04-30 | Tweak port initialization order | Andy Wingo | 1 | -1/+1 |
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 |