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