summaryrefslogtreecommitdiff
path: root/libguile/init.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-171-6/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-0/+5
* Add instrinsics to runtimeAndy Wingo2018-03-301-1/+3
* Add disjoint syntax object typeAndy Wingo2017-03-281-0/+2
* Fix segfault introduced with R6RS port commitAndy Wingo2017-02-281-1/+1
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Use atomics for async interruptsAndy Wingo2016-10-261-1/+1
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-1/+0
* Deprecate arbitersAndy Wingo2016-10-171-2/+0
* Add atomic boxesAndy Wingo2016-09-061-0/+2
* Add file descriptor finalizersAndy Wingo2016-08-301-0/+2
* Tweak port initialization orderAndy Wingo2016-04-301-1/+1
* Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'Andy Wingo2015-01-221-4/+4
|\
| * scm_boot_guile: Gracefully handle the case where argc == 0.Mark H Weaver2014-10-101-4/+4
* | Merge branch 'stable-2.0'Mark H Weaver2014-09-301-0/+3
|\ \ | |/
| * Add (ice-9 unicode) moduleAndy Wingo2014-09-291-0/+2
| * Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-031-0/+3
* | Add (ice-9 unicode) moduleAndy Wingo2014-09-121-0/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2014-04-281-0/+1
|\ \ | |/
| * New foreign object facility, to replace SMOBsAndy Wingo2014-04-281-0/+1
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-3/+2
|\ \ | |/
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-3/+2
* | Define a C fluid for current-warning-portAndy Wingo2014-03-221-1/+2
* | Remove nonfunctional gdb interfaceAndy Wingo2013-11-271-2/+0
* | Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-191-2/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-141-0/+1
|\ \ | |/
| * Add keyword arguments to file opening procedures.Mark H Weaver2013-04-071-0/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-2/+1
|\ \ | |/
| * remove init.c iselect includeAndy Wingo2013-03-091-2/+1
* | Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2012-03-081-2/+2
|\ \ | |/
| * run finalizers asynchronously in asyncsAndy Wingo2012-03-081-0/+2
| * Fix a segfault when /dev/urandom is not accessibleGiuseppe Scrivano2012-03-071-2/+2
* | run finalizers asynchronously (in asyncs and/or pthreads)Andy Wingo2012-02-241-0/+5
* | Revert "with a threaded guile, lock weak sets and tables during a fork"Andy Wingo2012-02-231-1/+0
* | move revealed-count mechanism to fports.cAndy Wingo2012-02-191-2/+1
* | with a threaded guile, lock weak sets and tables during a forkAndy Wingo2012-02-171-0/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-081-4/+5
|\ \ | |/
| * Use Gnulib's `regex' module.Ludovic Courtès2012-02-031-4/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-191-1/+1
|\ \ | |/
| * Arrange to convert command-line arguments from the right encoding.Ludovic Courtès2011-12-151-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-10-271-2/+2
|\ \ | |/
| * Initialize `get_internal_run_time' before it is used.Ludovic Courtès2011-10-221-2/+2
* | remove weak pairs, rewrite weak vectorsAndy Wingo2011-10-241-4/+2
* | add weak table implementationAndy Wingo2011-10-241-0/+2
* | add weak setsAndy Wingo2011-10-231-0/+1
* | Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2011-06-301-0/+2
|\ \ | |/
| * fix --disable-modules buildAndy Wingo2011-06-301-0/+2
* | remove #define STACK_CHECKING from __scm.h.Andy Wingo2011-05-151-2/+0
|/
* Make the `sizeof (mpz_t)' check at compile-time.Ludovic Courtès2011-04-251-7/+0
* Allow compilation with `--disable-posix'.Ludovic Courtès2011-04-151-1/+1