Age | Commit message (Expand) | Author | Files | Lines |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-08-11 | * script.c (scm_shell): Pass scm_the_root_module () as second arg | Mikael Djurfeldt | 1 | -1/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -2/+2 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -6/+6 |
2000-04-18 | * script.c (scm_compile_shell_switches): Also enable | Mikael Djurfeldt | 1 | -0/+1 |
2000-04-16 | * script.c (scm_compile_shell_switches): Added --debug option. | Mikael Djurfeldt | 1 | -0/+8 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -4/+4 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-01-31 | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 1 | -0/+4 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -25/+13 |
1999-12-12 | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1 | -1/+1 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-19 | * script.c (scm_compile_shell_switches): Define | Jim Blandy | 1 | -2/+4 |
1998-10-17 | * script.c (scm_compile_shell_switches): Add handling of -q switch | Mikael Djurfeldt | 1 | -4/+17 |
1998-10-12 | * script.c (scm_find_executable): Don't test if unix is #defined | Jim Blandy | 1 | -18/+0 |
1998-10-03 | * init.c (invoke_main_func): Load the startup files (boot-9.scm) | Jim Blandy | 1 | -21/+1 |
1998-04-18 | * script.c (scm_compile_shell_switches): Bugfix: Don't discount i | Mikael Djurfeldt | 1 | -1/+1 |
1998-04-10 | * script.c (scm_compile_shell_switches): Use "guile" as default | Mikael Djurfeldt | 1 | -2/+4 |
1998-04-02 | * script.c (scm_compile_shell_switches): Allow NULL argv if argc | Mikael Djurfeldt | 1 | -1/+2 |
1997-10-25 | * load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment | Jim Blandy | 1 | -1/+1 |
1997-09-28 | * script.c (scm_compile_shell_switches): If we hit the -c or -- | Jim Blandy | 1 | -2/+1 |
1997-09-15 | * list.h (SCM_LISTn): New macros. Make list creation in C code | Mikael Djurfeldt | 1 | -1/+1 |
1997-06-24 | * script.c (scm_compile_shell_switches): Add 1997 to copyright | Jim Blandy | 1 | -1/+1 |
1997-06-22 | Try to detect when people are using one version of libguile and a | Jim Blandy | 1 | -1/+2 |
1997-05-31 | * scmsigs.h, async.h: updated. | Gary Houston | 1 | -0/+2 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-05-26 | * script.c (scm_find_executable): Use prototype-style definition | Jim Blandy | 1 | -157/+3 |
1997-05-16 | * script.c (scm_shell_usage): Pass FATAL to exit. There's no | Jim Blandy | 1 | -1/+1 |
1997-05-13 | Doc fix | Jim Blandy | 1 | -2/+3 |
1997-05-13 | * script.c (scm_compile_shell_switches): don't append (quit) if | Gary Houston | 1 | -6/+7 |
1997-05-08 | * script.c (scm_ice_9_already_loaded): New variable. | Marius Vollmer | 1 | -2/+8 |
1997-04-24 | * script.c (scm_compile_shell_switches): Dyke out debugging output | Jim Blandy | 1 | -0/+2 |
1997-04-20 | Move most of the guts of shell command processing into libguile, | Jim Blandy | 1 | -0/+816 |