summaryrefslogtreecommitdiff
path: root/libguile/init.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2007-08-26(cleanup_for_exit): abort cleanup if init_mutex is stillHan-Wen Nienhuys1-1/+9
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-0/+1
2006-11-18Changes from arch/CVS synchronizationLudovic Courtès1-2/+2
2006-11-02Remove environments.[ch] from the build.Neil Jerram1-0/+6
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29* futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".Marius Vollmer1-0/+4
2005-12-07(invoke_main_func): Don't call exit here. Throws thatMarius Vollmer1-8/+13
2005-07-31* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer1-1/+0
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-10(scm_i_init_guile): Do not set scm_block_gc.Marius Vollmer1-5/+0
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-116/+62
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-37/+98
2005-01-24Threading changes.Marius Vollmer1-98/+37
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-2/+0
2004-10-26(scm_init_guile_1): Call scm_init_srfi_4.Marius Vollmer1-0/+2
2004-09-22* i18n.c: Handle --disable-nls (thanks Bruno).Marius Vollmer1-0/+2
2004-08-24(scm_init_guile_1): Call scm_init_srfi_13 and scm_init_srfi_14. DoMarius Vollmer1-2/+4
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-3/+4
2004-08-03(scm_init_guile_1): Call scm_i_init_discouraged.Marius Vollmer1-0/+5
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-2/+2
2004-04-24(scm_tables_prehistory): Remove.Kevin Ryde1-2/+1
2004-01-06(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,Marius Vollmer1-1/+1
2003-04-20 * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann1-10/+0
2003-04-07* init.c: #include gmp.h.Rob Browning1-0/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-04-04* init.c (check_config): remove SCM_BIGDIG conditionals.Rob Browning1-9/+7
2003-03-27* init.c: fix various preprocessor usages of new publicRob Browning1-3/+3
2003-03-26(scm_init_guile_1): Call scm_i_init_deprecated.Marius Vollmer1-1/+6
2003-03-25* init.c: #include <config.h> if HAVE_CONFIG_H. Rename usage ofRob Browning1-1/+5
2003-02-19* hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt1-2/+6
2003-01-23* threads.h, threads.c: Moved futures to their own file.Mikael Djurfeldt1-1/+3
2002-12-11* gc-malloc.c, gc.h, init.c: Reverted gc-malloc change ofMikael Djurfeldt1-1/+0
2002-12-10* gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New function.Mikael Djurfeldt1-0/+1
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-1/+0
2002-12-09* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt1-2/+3
2002-12-02(scm_init_guile_1): Do not call scm_init_iselect, which has been lostMarius Vollmer1-1/+0
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-7/+1
2002-10-27(scm_init_guile_1): Call scm_init_thread_procs. This is becauseMarius Vollmer1-1/+2
2002-08-04new gcHan-Wen Nienhuys1-1/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-1/+1
2002-07-12 * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is notGary Houston1-0/+2
2002-04-20 * removal of unused fields in root state (thanks to ChristopherGary Houston1-6/+3
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-1/+1
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-0/+2
2001-09-15 * root.h (scm_root_state): removed the continuation_stack andGary Houston1-8/+0
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-5/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-20Removed tag.c and tag.h and all references.Martin Grabmüller1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1