| Commit message (Expand) | Author | Age | Files | Lines |
* | (scm_init_guile_1): Call `scm_init_goops' instead of... | Marius Vollmer | 2001-05-19 | 1 | -6/+3 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -3/+2 |
* | * Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST. | Dirk Herrmann | 2001-05-15 | 1 | -6/+6 |
* | * Removed deprecated hook names.... | Dirk Herrmann | 2001-05-08 | 1 | -2/+2 |
* | * init.c: Include "deprecation.h".... | Marius Vollmer | 2001-05-02 | 1 | -0/+2 |
* | * rw.c: new file, implementing C part of module (ice-9 rw).... | Gary Houston | 2001-04-29 | 1 | -1/+3 |
* | * eval.h, eval.c (scm_system_transformer): Deprecated by moving it... | Marius Vollmer | 2001-04-24 | 1 | -1/+1 |
* | * init.c, goops.c: Reverted change of 2001-03-29. (The goops... | Mikael Djurfeldt | 2001-04-11 | 1 | -1/+4 |
* | * goops.c, goops.h (scm_init_oop_goops_goopscore_module): Deprecated.... | Keisuke Nishida | 2001-03-30 | 1 | -3/+0 |
* | Remove dump facilities. | Keisuke Nishida | 2001-03-02 | 1 | -2/+0 |
* | New files: dump.c, dump.h. | Keisuke Nishida | 2001-02-03 | 1 | -1/+3 |
* | * Made the port implementations less tightly coupled within guile. | Dirk Herrmann | 2001-01-25 | 1 | -3/+3 |
* | *** empty log message *** | Gary Houston | 2001-01-24 | 1 | -0/+6 |
* | * gc.c: (scm_gc_mark_dependencies): new function. like... | Michael Livshin | 2000-12-23 | 1 | -1/+1 |
* | * New environment variable scm_system_environment to replace scm_symhash. | Dirk Herrmann | 2000-12-15 | 1 | -5/+5 |
* | * Renamed scm_symbols to symbols and made it static in symbols.c. | Dirk Herrmann | 2000-12-13 | 1 | -2/+3 |
* | * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...... | Dirk Herrmann | 2000-12-11 | 1 | -20/+2 |
* | * reimplementation of values, call-with-values as primitives:... | Gary Houston | 2000-11-26 | 1 | -3/+5 |
* | * use an applicable SMOB to represent continuations, instead of a... | Gary Houston | 2000-11-25 | 1 | -6/+8 |
* | * init.c (scm_init_guile_1): Call the goops module registration... | Mikael Djurfeldt | 2000-10-25 | 1 | -0/+4 |
* | * init.c (scm_init_guile_1, invoke_main_func): Call... | Marius Vollmer | 2000-10-20 | 1 | -2/+1 |
* | * gc.h (scm_get_stack_base): Added prototype.... | Marius Vollmer | 2000-10-11 | 1 | -2/+0 |
* | * init.c: Include "libguile/properties.h". | Marius Vollmer | 2000-09-05 | 1 | -0/+1 |
* | * init.c (scm_init_guile, scm_init_guile_1): New interface for... | Marius Vollmer | 2000-09-03 | 1 | -124/+134 |
* | * Added Jost Boekemeier's implementation of environments to guile.... | Dirk Herrmann | 2000-08-25 | 1 | -0/+3 |
* | Deprecated scm_top_level_lookup_closure_var | Mikael Djurfeldt | 2000-08-11 | 1 | -0/+2 |
* | * init.c (scm_boot_guile_1): Call scm_struct_prehistory. | Mikael Djurfeldt | 2000-08-09 | 1 | -0/+1 |
* | * Cleaned up initialization of asyncs.... | Dirk Herrmann | 2000-06-28 | 1 | -1/+1 |
* | * init.c, init.h (scm_initialized_p): Renamed from `initialized'... | Mikael Djurfeldt | 2000-06-19 | 1 | -3/+4 |
* | * The name property of hooks is deprecated. | Dirk Herrmann | 2000-05-26 | 1 | -2/+2 |
* | * gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL): brought... | Michael Livshin | 2000-05-21 | 1 | -6/+0 |
* | * init.c (scm_boot_guile_1): Added `scm_init_hooks'. | Mikael Djurfeldt | 2000-04-21 | 1 | -1/+4 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS,... | Mikael Djurfeldt | 2000-04-21 | 1 | -76/+76 |
* | * init.c (scm_boot_guile_1): Added calls to debug-malloc init... | Mikael Djurfeldt | 2000-04-21 | 1 | -0/+9 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -1/+1 |
* | Cleaned up continuation data access. | Dirk Herrmann | 2000-03-28 | 1 | -2/+2 |
* | * init.c (scm_boot_guile_1): Renamed GUILE_GC_TRIGGER_1 -->... | Mikael Djurfeldt | 2000-03-21 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * init.c (scm_boot_guile_1): Introduced new variable... | Mikael Djurfeldt | 2000-03-17 | 1 | -4/+5 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-16 | 1 | -2/+2 |
* | Removed some stupid code. | Mikael Djurfeldt | 2000-03-15 | 1 | -12/+4 |
* | * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of... | Mikael Djurfeldt | 2000-03-15 | 1 | -3/+13 |
* | The following change to init.c is only enabled if Guile was... | Mikael Djurfeldt | 2000-03-14 | 1 | -0/+20 |
* | * init.c (scm_boot_guile_1): Use same initial segment size for... | Mikael Djurfeldt | 2000-03-14 | 1 | -1/+1 |
* | * init.c (scm_boot_guile_1): Make 2-word segment 8K (512 cells). | Mikael Djurfeldt | 2000-03-14 | 1 | -1/+1 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-14 | 1 | -8/+2 |
* | * ports.c (flush_void_port): renamed to flush_port_default.... | Gary Houston | 2000-03-13 | 1 | -19/+3 |
* | * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test that... | Gary Houston | 2000-03-12 | 1 | -22/+59 |
* | * init.c (scm_standard_stream_to_port): Check whether the file... | Marius Vollmer | 2000-03-12 | 1 | -4/+23 |
* | 2000-02-09 Gary Houston <ghouston@arglist.com>... | Gary Houston | 2000-02-09 | 1 | -1/+1 |