Age | Commit message (Expand) | Author | Files | Lines |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -16/+0 |
2009-10-23 | de-nargs struct scm_objcode; procedure-property refactor | Andy Wingo | 1 | -8/+7 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+2 |
2008-09-10 | Removed `scm_gc_registered_roots' and `scm_permobjs'. | Ludovic Courtes | 1 | -7/+5 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -2/+2 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -60/+0 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -5/+4 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -4/+5 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -2/+2 |
2003-04-20 | * eval.c, root.h (scm_undefineds, SCM_NUM_PROTECTS, undefineds, | Dirk Herrmann | 1 | -13/+12 |
2003-04-20 | * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to | Dirk Herrmann | 1 | -6/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -9/+2 |
2002-10-27 | * __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs instead of | Marius Vollmer | 1 | -0/+4 |
2002-10-09 | * root.h (scm_root_state): Added 'block_async' slot. | Marius Vollmer | 1 | -1/+2 |
2002-10-03 | (scm_root_state): Added new "active_asyncs" slot. | Marius Vollmer | 1 | -2/+6 |
2002-04-20 | *** empty log message *** | Gary Houston | 1 | -3/+0 |
2002-04-20 | * removal of unused fields in root state (thanks to Christopher | Gary Houston | 1 | -3/+0 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -13/+13 |
2001-09-15 | * root.h (scm_root_state): removed the continuation_stack and | Gary Houston | 1 | -4/+0 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -18/+7 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -4/+4 |
2001-05-26 | * gc.c (scm_init_storage): init `scm_gc_registered_roots'. | Michael Livshin | 1 | -3/+4 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -12/+10 |
2000-12-13 | * Renamed scm_symbols to symbols and made it static in symbols.c. | Dirk Herrmann | 1 | -13/+12 |
2000-12-12 | * The creation of symbols and bindings are two separate issues now. | Dirk Herrmann | 1 | -2/+2 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -2/+2 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -3/+0 |
2000-09-03 | * root.h (scm_properties_whash): New `sys_protect', used in | Marius Vollmer | 1 | -3/+4 |
2000-07-18 | * Deprecated function scm_call_catching_errors. | Dirk Herrmann | 1 | -1/+9 |
2000-06-29 | * Removed scm_first_type. | Dirk Herrmann | 1 | -9/+8 |
2000-06-28 | * Removed commented code from gc.c. | Dirk Herrmann | 1 | -10/+9 |
2000-06-21 | * root.h (scm_top_level_lookup_closure_var): Removed. (It's no | Mikael Djurfeldt | 1 | -5/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -11/+11 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -1/+4 |
1999-03-14 | * Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced | Mikael Djurfeldt | 1 | -1/+1 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-09-30 | Warning fixes from Maciej Stachowiak: | Jim Blandy | 1 | -0/+1 |
1998-06-18 | * root.h (scm_root_state): Added scm_cur_loadp. | Mikael Djurfeldt | 1 | -0/+2 |
1997-11-29 | * init.c (scm_start_stack): Removed initialization of | Mikael Djurfeldt | 1 | -3/+0 |