The FSF has a new address.
[bpt/guile.git] / libguile / init.c
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-10 Marius Vollmer(scm_i_init_guile): Do not set scm_block_gc.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-10-26 Marius Vollmer(scm_init_guile_1): Call scm_init_srfi_4.
2004-09-22 Marius Vollmer* i18n.c: Handle --disable-nls (thanks Bruno).
2004-08-24 Marius Vollmer(scm_init_guile_1): Call scm_init_srfi_13 and scm_init_...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-03 Marius Vollmer(scm_init_guile_1): Call scm_i_init_discouraged.
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-04-24 Kevin Ryde(scm_tables_prehistory): Remove.
2004-01-06 Marius Vollmer(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-07 Rob Browning* init.c: #include gmp.h.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* init.c (check_config): remove SCM_BIGDIG conditionals.
2003-03-27 Rob Browning* init.c: fix various preprocessor usages of new public
2003-03-26 Marius Vollmer(scm_init_guile_1): Call scm_i_init_deprecated.
2003-03-25 Rob Browning* init.c: #include <config.h> if HAVE_CONFIG_H. Rename...
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-01-23 Mikael Djurfeldt* threads.h, threads.c: Moved futures to their own...
2002-12-11 Mikael Djurfeldt* gc-malloc.c, gc.h, init.c: Reverted gc-malloc change of
2002-12-10 Mikael Djurfeldt* gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New...
2002-12-10 Mikael Djurfeldt* async.c, error.h (scm_ints_disabled): Removed.
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-02 Marius Vollmer(scm_init_guile_1): Do not call scm_init_iselect, which...
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer(scm_init_guile_1): Call scm_init_thread_procs. This...
2002-08-04 Han-Wen Nienhuysnew gc
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-12 Gary Houston * dynl.c: Don't define stub procedures if DYNAMIC_LINK...
2002-04-20 Gary Houston * removal of unused fields in root state (thanks to...
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-09-15 Gary Houston * root.h (scm_root_state): removed the continuation_st...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-20 Martin GrabmüllerRemoved tag.c and tag.h and all references.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_init_guile_1): Call scm_init_extensions.
2001-05-19 Marius Vollmer(scm_init_guile_1): Call `scm_init_goops' instead of
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-15 Dirk Herrmann* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_...
2001-05-08 Dirk Herrmann* Removed deprecated hook names.
2001-05-02 Marius Vollmer* init.c: Include "deprecation.h".
2001-04-29 Gary Houston * rw.c: new file, implementing C part of module (ice...
2001-04-24 Marius Vollmer* eval.h, eval.c (scm_system_transformer): Deprecated...
2001-04-11 Mikael Djurfeldt* init.c, goops.c: Reverted change of 2001-03-29. ...
2001-03-30 Keisuke Nishida * goops.c, goops.h (scm_init_oop_goops_goopscore_modul...
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-01-25 Dirk Herrmann* Made the port implementations less tightly coupled...
2001-01-24 Gary Houston*** empty log message ***
2000-12-23 Michael Livshin* gc.c: (scm_gc_mark_dependencies): new function. ...
2000-12-15 Dirk Herrmann* New environment variable scm_system_environment to...
2000-12-13 Dirk Herrmann* Renamed scm_symbols to symbols and made it static...
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-11-26 Gary Houston * reimplementation of values, call-with-values as...
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-10-25 Mikael Djurfeldt* init.c (scm_init_guile_1): Call the goops module...
2000-10-20 Marius Vollmer* init.c (scm_init_guile_1, invoke_main_func): Call
2000-10-11 Marius Vollmer* gc.h (scm_get_stack_base): Added prototype.
2000-09-05 Marius Vollmer* init.c: Include "libguile/properties.h".
2000-09-03 Marius Vollmer* init.c (scm_init_guile, scm_init_guile_1): New interf...
2000-08-25 Dirk Herrmann* Added Jost Boekemeier's implementation of environment...
2000-08-11 Mikael DjurfeldtDeprecated scm_top_level_lookup_closure_var
2000-08-09 Mikael Djurfeldt* init.c (scm_boot_guile_1): Call scm_struct_prehistory.
2000-06-28 Dirk Herrmann* Cleaned up initialization of asyncs.
2000-06-19 Mikael Djurfeldt* init.c, init.h (scm_initialized_p): Renamed from...
2000-05-26 Dirk Herrmann* The name property of hooks is deprecated.
2000-05-21 Michael Livshin* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL...
2000-04-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added `scm_init_hooks'.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added calls to debug-mallo...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-28 Dirk HerrmannCleaned up continuation data access.
2000-03-21 Mikael Djurfeldt* init.c (scm_boot_guile_1): Renamed GUILE_GC_TRIGGER_1 -->
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Mikael Djurfeldt* init.c (scm_boot_guile_1): Introduced new variable
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-15 Mikael DjurfeldtRemoved some stupid code.
2000-03-15 Mikael Djurfeldt* gc.c, gc.h, pairs.h, init.c: Implementation of a...
2000-03-14 Mikael DjurfeldtThe following change to init.c is only enabled if Guile was
2000-03-14 Mikael Djurfeldt* init.c (scm_boot_guile_1): Use same initial segment...
2000-03-14 Mikael Djurfeldt* init.c (scm_boot_guile_1): Make 2-word segment 8K...
2000-03-14 Mikael Djurfeldt*** empty log message ***
2000-03-13 Gary Houston * ports.c (flush_void_port): renamed to flush_port_def...
2000-03-12 Gary Houston * fports.c (scm_fdes_to_port): call fcntl F_GETFL...
2000-03-12 Marius Vollmer* init.c (scm_standard_stream_to_port): Check whether...
2000-02-09 Gary Houston2000-02-09 Gary Houston <ghouston@arglist.com>
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-09-26 Gary Houstonsupport new configure options: --disable-posix, -...
1999-09-05 Jim BlandyAdd 1999 to copyright years.
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
next