summaryrefslogtreecommitdiff
path: root/libguile/init.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-092000-02-09 Gary Houston <ghouston@arglist.com>Gary Houston1-1/+1
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-10/+3
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-31/+22
1999-11-19 * acconfig.h: add HAVE_ARRAYS.Gary Houston1-1/+3
1999-09-26support new configure options: --disable-posix, --disable-netGary Houston1-2/+6
1999-09-05Add 1999 to copyright years.Jim Blandy1-1/+1
1999-08-26* procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1-0/+1
1999-07-28Removed configuration option --enable-lang which was recently added.Mikael Djurfeldt1-4/+0
1999-07-27* init.c (scm_boot_guile_1): Added call to scm_init_lang ().Mikael Djurfeldt1-0/+6
1999-07-251999-07-25 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-2/+0
1999-07-23* init.c: Make sure that scm_post_boot_init_modules is called onlyMikael Djurfeldt1-6/+8
1999-06-09 * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1-5/+24
1999-04-17Remove readline support, to avoid copyright confusion.Jim Blandy1-4/+0
1999-03-14* Makefile.am, init.c, libguile.h, objects.c, root.h: ReplacedMikael Djurfeldt1-2/+2
1999-01-10* init.c: #include "sort.h";Mikael Djurfeldt1-0/+4
1998-12-23* init.c (scm_boot_guile_1): Call scm_init_guardian.Mikael Djurfeldt1-0/+2
1998-11-22* init.c: Added #include "modules.h"Mikael Djurfeldt1-0/+4
1998-10-31* init.c (scm_boot_guile_1): Added calls to scm_init_macros andMikael Djurfeldt1-0/+4
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-09Centralize the creation of port objects based on stdio FILE * inJim Blandy1-3/+4
1998-10-08Include the source location in error messages for scripts.Jim Blandy1-2/+2
1998-10-03* init.c: Doc fixes.Jim Blandy1-0/+33
1998-07-27Remove Totoro kludge.Jim Blandy1-3/+1
1998-07-12* init.c, readline.c: OK, I won't have these readline.x bugMikael Djurfeldt1-1/+3
1998-07-12* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1-2/+1
1998-06-18* init.c (scm_boot_guile_1): Removed condition aroundMikael Djurfeldt1-4/+1
1998-06-07* init.c (scm_start_stack, scm_restart_stack): Renamed toMikael Djurfeldt1-10/+10
1998-05-12* init.c (scm_boot_guile_1), readline.c: Test forMikael Djurfeldt1-1/+1
1998-02-02* backtrace.c (display_error_body, display_backtrace_body),Mikael Djurfeldt1-3/+2
1997-11-29* init.c (scm_start_stack): Removed initialization ofMikael Djurfeldt1-2/+0
1997-11-29* backtrace.c: Added #include "fluids.h"Mikael Djurfeldt1-1/+1
1997-11-27* Makefile.am: Added iselect.c and iselect.h.Mikael Djurfeldt1-0/+6
1997-10-23Readline support, from Daniel Risacher.Jim Blandy1-0/+4
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-2/+0
1997-09-22* init.c (scm_boot_guile_1): Added scm_init_objects ().Mikael Djurfeldt1-0/+2
1997-09-15* sequences.h, sequences.c, append.h, append.c: Removed. TheseMikael Djurfeldt1-4/+0
1997-07-18* init.c: Include "fluids.h". (scm_boot_guile_1): Added call toMarius Vollmer1-1/+5
1997-05-31* scmsigs.h, async.h: updated.Gary Houston1-2/+0
1997-05-27Add support for POSIX regular expressions.Jim Blandy1-0/+6
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-16* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1-1/+1
1997-05-12* init.c (scm_init_standard_ports): Doc fix.Jim Blandy1-2/+13
1997-04-24* init.c: #include "script.h", to get prototype for script.c'sJim Blandy1-0/+1
1997-04-19Move most of the guts of shell command processing into libguile,Jim Blandy1-0/+1
1997-02-10* symbols.c (scm_sysintern0): New function. Contains the core ofMikael Djurfeldt1-0/+2
1997-01-07* init.c (scm_boot_guile): Don't return the value ofJim Blandy1-1/+1
1996-12-21* throw.c (scm_internal_catch): Make body funcs and handler funcsJim Blandy1-14/+47
1996-12-21* filesys.c (scm_input_waiting_p): use select in preference toGary Houston1-2/+2
1996-12-08* init.c (scm_boot_guile_1): Call scm_init_dynamic_linking toMarius Vollmer1-3/+11
1996-11-21It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1-1/+1