summaryrefslogtreecommitdiff
path: root/libguile/init.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* threading / with_guile refactor to use more GC_stack_baseAndy Wingo2011-03-251-7/+1
* fix port-filename without readline to match the docsAndy Wingo2011-03-111-15/+5
* autocompile -> auto-compileAndy Wingo2011-02-131-1/+1
* deprecate primitive propertiesAndy Wingo2011-02-101-2/+0
* remove dead code in init.cAndy Wingo2011-02-091-38/+1
* add (ice-9 poll), a poll wrapperAndy Wingo2010-12-031-0/+2
* Register `scm_init_r6rs_ports' as an extension.Ludovic Courtès2010-10-081-0/+1
* move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo2010-09-121-1/+5
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-271-4/+5
* remove "discouraged" infrastructureAndy Wingo2010-08-081-1/+0
* deprecated all discouraged functionsAndy Wingo2010-08-081-4/+0
* capture default dynamic state in (guile-user)Andy Wingo2010-07-101-2/+4
* separate boot expansion from memoizationAndy Wingo2010-05-191-0/+2
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-2/+0
* lisp nil always enabledAndy Wingo2010-04-091-2/+0
* correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo2010-03-301-0/+1
* add %default-prompt-tag, and error (not abort()) on an abort to bad tagAndy Wingo2010-02-241-1/+1
* prompt as part of guile's primitive languageAndy Wingo2010-02-191-1/+1
* add @control and @prompt stub primitivesAndy Wingo2010-01-311-0/+2
* move foreign function interface to its own moduleAndy Wingo2010-01-261-1/+1
* boot the VM very early in init.cAndy Wingo2010-01-071-5/+5
* tc7 tags for vm-related dataAndy Wingo2010-01-071-3/+2
* properly integrate vm bootstrapping into init.cAndy Wingo2010-01-071-2/+10
* boot bytevectors earlierAndy Wingo2010-01-071-7/+7
* add foreign value wrapperAndy Wingo2010-01-041-1/+2
* initialize smobs after structsAndy Wingo2009-12-081-1/+1
* structs are alive early in guile's bootAndy Wingo2009-12-051-10/+10
* more annotations to scm_i_init_guileAndy Wingo2009-12-051-29/+28
* further boot cleanupsAndy Wingo2009-12-051-2/+2
* more boot cleanupAndy Wingo2009-12-051-14/+13
* some scm_i_init_guile cleanupsAndy Wingo2009-12-051-6/+3