summaryrefslogtreecommitdiff
path: root/libguile/init.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-09remove init.c iselect includeAndy Wingo1-2/+1
2012-03-08run finalizers asynchronously in asyncsAndy Wingo1-0/+2
2012-03-07Fix a segfault when /dev/urandom is not accessibleGiuseppe Scrivano1-2/+2
2012-02-03Use Gnulib's `regex' module.Ludovic Courtès1-4/+5
2011-12-15Arrange to convert command-line arguments from the right encoding.Ludovic Courtès1-1/+1
2011-10-22Initialize `get_internal_run_time' before it is used.Ludovic Courtès1-2/+2
2011-06-30fix --disable-modules buildAndy Wingo1-0/+2
2011-04-25Make the `sizeof (mpz_t)' check at compile-time.Ludovic Courtès1-7/+0
2011-04-15Allow compilation with `--disable-posix'.Ludovic Courtès1-1/+1
2011-03-25threading / with_guile refactor to use more GC_stack_baseAndy Wingo1-7/+1
2011-03-11fix port-filename without readline to match the docsAndy Wingo1-15/+5
2011-02-13autocompile -> auto-compileAndy Wingo1-1/+1
2011-02-10deprecate primitive propertiesAndy Wingo1-2/+0
2011-02-09remove dead code in init.cAndy Wingo1-38/+1
2010-12-03add (ice-9 poll), a poll wrapperAndy Wingo1-0/+2
2010-10-08Register `scm_init_r6rs_ports' as an extension.Ludovic Courtès1-0/+1
2010-09-12move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo1-1/+5
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-4/+5
2010-08-08remove "discouraged" infrastructureAndy Wingo1-1/+0
2010-08-08deprecated all discouraged functionsAndy Wingo1-4/+0
2010-07-10capture default dynamic state in (guile-user)Andy Wingo1-2/+4
2010-05-19separate boot expansion from memoizationAndy Wingo1-0/+2
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+0
2010-04-09lisp nil always enabledAndy Wingo1-2/+0
2010-03-30correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo1-0/+1
2010-02-24add %default-prompt-tag, and error (not abort()) on an abort to bad tagAndy Wingo1-1/+1
2010-02-19prompt as part of guile's primitive languageAndy Wingo1-1/+1
2010-01-31add @control and @prompt stub primitivesAndy Wingo1-0/+2
2010-01-26move foreign function interface to its own moduleAndy Wingo1-1/+1
2010-01-07boot the VM very early in init.cAndy Wingo1-5/+5
2010-01-07tc7 tags for vm-related dataAndy Wingo1-3/+2
2010-01-07properly integrate vm bootstrapping into init.cAndy Wingo1-2/+10
2010-01-07boot bytevectors earlierAndy Wingo1-7/+7
2010-01-04add foreign value wrapperAndy Wingo1-1/+2
2009-12-08initialize smobs after structsAndy Wingo1-1/+1
2009-12-05structs are alive early in guile's bootAndy Wingo1-10/+10
2009-12-05more annotations to scm_i_init_guileAndy Wingo1-29/+28
2009-12-05further boot cleanupsAndy Wingo1-2/+2
2009-12-05more boot cleanupAndy Wingo1-14/+13
2009-12-05some scm_i_init_guile cleanupsAndy Wingo1-6/+3
2009-12-05remove scm_ports_prehistoryAndy Wingo1-1/+0
2009-12-05fluids are tc7 objectsAndy Wingo1-1/+0
2009-12-05hash tables have a tc7Andy Wingo1-11/+0
2009-12-03replace frame implementation with VM framesAndy Wingo1-2/+4
2009-12-03really boot primitive-eval from scheme.Andy Wingo1-2/+3
2009-12-01apply goes to the vm, not the interpreterAndy Wingo1-2/+1
2009-12-01promises are in their own file nowAndy Wingo1-0/+2
2009-12-01new evaluator, y'allAndy Wingo1-0/+2
2009-12-01factor copy-tree and cons-source out of eval.[ch]Andy Wingo1-0/+2
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-2/+0