summaryrefslogtreecommitdiff
path: root/libguile/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+3
2001-05-24* validate.hMichael Livshin1-2/+3
2001-05-20(scm_init_guile_1): Call scm_init_extensions.Marius Vollmer1-0/+1
2001-05-19(scm_init_guile_1): Call `scm_init_goops' instead ofMarius Vollmer1-6/+3
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-3/+2
2001-05-15* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.Dirk Herrmann1-6/+6
2001-05-08* Removed deprecated hook names.Dirk Herrmann1-2/+2
2001-05-02* init.c: Include "deprecation.h".Marius Vollmer1-0/+2
2001-04-29 * rw.c: new file, implementing C part of module (ice-9 rw).Gary Houston1-1/+3
2001-04-24* eval.h, eval.c (scm_system_transformer): Deprecated by moving itMarius Vollmer1-1/+1
2001-04-11* init.c, goops.c: Reverted change of 2001-03-29. (The goopsMikael Djurfeldt1-1/+4
2001-03-30 * goops.c, goops.h (scm_init_oop_goops_goopscore_module): Deprecated.Keisuke Nishida1-3/+0
2001-03-02Remove dump facilities.Keisuke Nishida1-2/+0
2001-02-03New files: dump.c, dump.h.Keisuke Nishida1-1/+3
2001-01-25* Made the port implementations less tightly coupled within guile.Dirk Herrmann1-3/+3
2001-01-24*** empty log message ***Gary Houston1-0/+6
2000-12-23* gc.c: (scm_gc_mark_dependencies): new function. likeMichael Livshin1-1/+1
2000-12-15* New environment variable scm_system_environment to replace scm_symhash.Dirk Herrmann1-5/+5
2000-12-13* Renamed scm_symbols to symbols and made it static in symbols.c.Dirk Herrmann1-2/+3
2000-12-11* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann1-20/+2
2000-11-26 * reimplementation of values, call-with-values as primitives:Gary Houston1-3/+5
2000-11-25 * use an applicable SMOB to represent continuations, instead of aGary Houston1-6/+8
2000-10-25* init.c (scm_init_guile_1): Call the goops module registrationMikael Djurfeldt1-0/+4
2000-10-20* init.c (scm_init_guile_1, invoke_main_func): CallMarius Vollmer1-2/+1
2000-10-11* gc.h (scm_get_stack_base): Added prototype.Marius Vollmer1-2/+0
2000-09-05* init.c: Include "libguile/properties.h".Marius Vollmer1-0/+1
2000-09-03* init.c (scm_init_guile, scm_init_guile_1): New interface forMarius Vollmer1-124/+134
2000-08-25* Added Jost Boekemeier's implementation of environments to guile.Dirk Herrmann1-0/+3
2000-08-11Deprecated scm_top_level_lookup_closure_varMikael Djurfeldt1-0/+2
2000-08-09* init.c (scm_boot_guile_1): Call scm_struct_prehistory.Mikael Djurfeldt1-0/+1
2000-06-28* Cleaned up initialization of asyncs.Dirk Herrmann1-1/+1
2000-06-19* init.c, init.h (scm_initialized_p): Renamed from `initialized'Mikael Djurfeldt1-3/+4
2000-05-26* The name property of hooks is deprecated.Dirk Herrmann1-2/+2
2000-05-21* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL): broughtMichael Livshin1-6/+0
2000-04-21* init.c (scm_boot_guile_1): Added `scm_init_hooks'.Mikael Djurfeldt1-1/+4
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-76/+76
2000-04-21* init.c (scm_boot_guile_1): Added calls to debug-malloc initMikael Djurfeldt1-0/+9
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-1/+1
2000-03-28Cleaned up continuation data access.Dirk Herrmann1-2/+2
2000-03-21* init.c (scm_boot_guile_1): Renamed GUILE_GC_TRIGGER_1 -->Mikael Djurfeldt1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17* init.c (scm_boot_guile_1): Introduced new variableMikael Djurfeldt1-4/+5
2000-03-16*** empty log message ***Mikael Djurfeldt1-2/+2