* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
[bpt/guile.git] / libguile / init.c
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...
1999-07-28 Mikael DjurfeldtRemoved configuration option --enable-lang which was...
1999-07-27 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added call to scm_init_lan...
1999-07-25 Gary Houston1999-07-25 Gary Houston <ghouston@easynet.co.uk>
1999-07-23 Mikael Djurfeldt* init.c: Make sure that scm_post_boot_init_modules...
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-04-17 Jim BlandyRemove readline support, to avoid copyright confusion.
1999-03-14 Mikael Djurfeldt* Makefile.am, init.c, libguile.h, objects.c, root...
1999-01-10 Mikael Djurfeldt* init.c: #include "sort.h";
1998-12-23 Mikael Djurfeldt* init.c (scm_boot_guile_1): Call scm_init_guardian.
1998-11-22 Mikael Djurfeldt* init.c: Added #include "modules.h"
1998-10-31 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added calls to scm_init_ma...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-09 Jim BlandyCentralize the creation of port objects based on stdio...
1998-10-08 Jim BlandyInclude the source location in error messages for scripts.
1998-10-03 Jim Blandy* init.c: Doc fixes.
1998-07-27 Jim BlandyRemove Totoro kludge.
1998-07-12 Mikael Djurfeldt* init.c, readline.c: OK, I won't have these readline...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-06-18 Mikael Djurfeldt* init.c (scm_boot_guile_1): Removed condition around
1998-06-07 Mikael Djurfeldt* init.c (scm_start_stack, scm_restart_stack): Renamed to
1998-05-12 Mikael Djurfeldt* init.c (scm_boot_guile_1), readline.c: Test for
1998-02-02 Mikael Djurfeldt* backtrace.c (display_error_body, display_backtrace_body),
1997-11-29 Mikael Djurfeldt* init.c (scm_start_stack): Removed initialization of
1997-11-29 Mikael Djurfeldt* backtrace.c: Added #include "fluids.h"
1997-11-27 Mikael Djurfeldt* Makefile.am: Added iselect.c and iselect.h.
1997-10-23 Jim BlandyReadline support, from Daniel Risacher.
next