* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / script.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-18 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Also enable
2000-04-16 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Added --debug...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-19 Jim Blandy* script.c (scm_compile_shell_switches): Define
1998-10-17 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Add handling...
1998-10-12 Jim Blandy* script.c (scm_find_executable): Don't test if unix...
1998-10-03 Jim Blandy* init.c (invoke_main_func): Load the startup files...
1998-04-18 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Bugfix: Don...
1998-04-10 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Use "guile...
1998-04-02 Mikael Djurfeldt* script.c (scm_compile_shell_switches): Allow NULL...
1997-10-25 Jim Blandy* load.c (scm_init_load_path): Check GUILE_LOAD_PATH...
1997-09-28 Jim Blandy* script.c (scm_compile_shell_switches): If we hit...
1997-09-15 Mikael Djurfeldt* list.h (SCM_LISTn): New macros. Make list creation...
1997-06-24 Jim Blandy* script.c (scm_compile_shell_switches): Add 1997 to...
1997-06-22 Jim BlandyTry to detect when people are using one version of...
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-26 Jim Blandy* script.c (scm_find_executable): Use prototype-style...
1997-05-16 Jim Blandy* script.c (scm_shell_usage): Pass FATAL to exit. ...
1997-05-13 Jim BlandyDoc fix
1997-05-13 Gary Houston* script.c (scm_compile_shell_switches): don't append...
1997-05-08 Marius Vollmer* script.c (scm_ice_9_already_loaded): New variable.
1997-04-24 Jim Blandy* script.c (scm_compile_shell_switches): Dyke out debug...
1997-04-20 Jim BlandyMove most of the guts of shell command processing into...