really boot primitive-eval from scheme.
[bpt/guile.git] / libguile / init.c
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingoapply goes to the vm, not the interpreter
2009-12-01 Andy Wingopromises are in their own file now
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingofactor copy-tree and cons-source out of eval.[ch]
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-30 Ken RaeburnSince support for "futures" in C has been completely...
2009-09-13 Ludovic CourtèsMerge `libguile-i18n' into `libguile'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingoadd registry of vector constructors, make-generalized...
2009-07-19 Andy Wingouniform vector functions to their own file
2009-07-19 Andy Wingogeneric vector ops to own file
2009-07-19 Andy Wingomove generic array foo out to its own file
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-07-19 Andy Wingobitvector exodus from unif.[ch]
2009-07-19 Andy Wingoparts of unif.[ch] to array-handle.[ch]
2009-07-19 Andy Wingorename ramap.[ch] to array-map.[ch]
2009-06-21 Ludovic CourtèsAlways create the bytevector SMOB type.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-11 Ludovic CourtèsUse double-cells to store subrs.
2009-01-20 Ludovic CourtèsUse double-cells to store subrs.
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesMoved weak pair code into `weaks.[ch]'.
2008-09-07 Andy Wingoallow boot-9.go load if available
2008-09-04 Ludovic CourtesFirst stab at the guardian implementation. Works fine...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-22 Andy Wingomerge guile-vm into libguile itself
2008-08-02 Andy Wingomerge guile-vm to guile
2007-08-26 Han-Wen Nienhuys(cleanup_for_exit): abort cleanup if init_mutex is...
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2006-11-18 Ludovic CourtèsChanges from arch/CVS synchronization
2006-11-02 Neil JerramRemove environments.[ch] from the build.
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius Vollmer* futures.h, futures.c: Wrap whole contents in "#if...
2005-12-07 Marius Vollmer(invoke_main_func): Don't call exit here. Throws that
2005-07-31 Marius Vollmer* gc-mark.c (scm_mark_all): Do not rely on hooks to...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-10 Marius Vollmer(scm_i_init_guile): Do not set scm_block_gc.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-10-26 Marius Vollmer(scm_init_guile_1): Call scm_init_srfi_4.
2004-09-22 Marius Vollmer* i18n.c: Handle --disable-nls (thanks Bruno).
2004-08-24 Marius Vollmer(scm_init_guile_1): Call scm_init_srfi_13 and scm_init_...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-03 Marius Vollmer(scm_init_guile_1): Call scm_i_init_discouraged.
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-04-24 Kevin Ryde(scm_tables_prehistory): Remove.
2004-01-06 Marius Vollmer(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-07 Rob Browning* init.c: #include gmp.h.
next