summaryrefslogtreecommitdiff
path: root/libguile/init.c
Commit message (Expand)AuthorAgeFilesLines
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-1/+1
* Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens2021-08-031-2/+0
* don't presume availability of gmp.pcMichael Gran2021-03-031-1/+3
* improve autoconfigury for minigmpMichael Gran2021-03-021-1/+1
* Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-021-0/+4
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-3/+1
* Avoid throwing exceptions during early boot if stdin is closedAndy Wingo2019-12-131-38/+8
* Rebase throw/catch on top of raise-exception/with-exception-handlerAndy Wingo2019-11-131-0/+2
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-2/+2
* Fix --disable-jit compilationlightningAndy Wingo2018-09-171-0/+2
* Manual JIT interface via %jit-compileAndy Wingo2018-08-201-0/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-31/+26
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-111/+111
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve foreign.h from _scm.hAndy Wingo2018-06-201-0/+1
* 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