* Renamed scm_symbols to symbols and made it static in symbols.c.
[bpt/guile.git] / libguile / init.c
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.
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-15 Mikael Djurfeldt* sequences.h, sequences.c, append.h, append.c: Removed...
1997-07-18 Marius Vollmer* init.c: Include "fluids.h". (scm_boot_guile_1):...
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-27 Jim BlandyAdd support for POSIX regular expressions.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-05-12 Jim Blandy* init.c (scm_init_standard_ports): Doc fix.
1997-04-24 Jim Blandy* init.c: #include "script.h", to get prototype for...
1997-04-19 Jim BlandyMove most of the guts of shell command processing into...
1997-02-10 Mikael Djurfeldt* symbols.c (scm_sysintern0): New function. Contains...
1997-01-07 Jim Blandy* init.c (scm_boot_guile): Don't return the value of
1996-12-21 Jim Blandy* throw.c (scm_internal_catch): Make body funcs and...
1996-12-21 Gary Houston* filesys.c (scm_input_waiting_p): use select in prefer...
1996-12-08 Marius Vollmer* init.c (scm_boot_guile_1): Call scm_init_dynamic_link...
1996-11-21 Jim BlandyIt's an "eval closure", not an "eval thunk." A thunk...
1996-10-25 Jim Blandy* feature.c (scm_set_program_arguments): New argument...
1996-10-23 Jim Blandy* init.c (scm_start_stack): Don't initialize scm_progar...
1996-10-21 Mark GalassiStarted moving gh.c to acknowledging conservative GC...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c,...
1996-10-14 Mikael Djurfeldt* init.c (scm_boot_guile_1): Moved scm_init_struct...
1996-10-14 Mikael Djurfeldt* continuations.c, continuations.h, debug.c, gc.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-06 Mikael Djurfeldt* init.c (scm_boot_guile_1): Bugfix: i --> base in...
1996-10-05 Jim Blandy* init.c (scm_boot_guile): Add level of indirection to
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-10-01 Mikael Djurfeldt* init.c (scm_start_stack): Call `scm_make_root' to...
1996-09-22 Mikael Djurfeldt* init.c (scm_boot_guile): Moved scm_init_struct upwards so
1996-09-11 Jim Blandy* init.c: Uninitialized `SCM last' may be used.
1996-09-10 Jim Blandy* files.c (scm_sys_delete_file): Moved to filesys.c.
1996-09-10 Jim Blandy* init.c: Don't forget to #include smob.h and init.h.
1996-09-10 Jim BlandyC files should #include only the header files they...
next