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