summaryrefslogtreecommitdiff
path: root/libguile/script.c
Commit message (Expand)AuthorAgeFilesLines
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston2000-01-311-0/+4
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-25/+13
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-1/+1
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * script.c (scm_compile_shell_switches): DefineJim Blandy1998-10-191-2/+4
* * script.c (scm_compile_shell_switches): Add handling of -q switchMikael Djurfeldt1998-10-171-4/+17
* * script.c (scm_find_executable): Don't test if unix is #definedJim Blandy1998-10-121-18/+0
* * init.c (invoke_main_func): Load the startup files (boot-9.scm)Jim Blandy1998-10-031-21/+1
* * script.c (scm_compile_shell_switches): Bugfix: Don't discount iMikael Djurfeldt1998-04-181-1/+1
* * script.c (scm_compile_shell_switches): Use "guile" as defaultMikael Djurfeldt1998-04-101-2/+4
* * script.c (scm_compile_shell_switches): Allow NULL argv if argcMikael Djurfeldt1998-04-021-1/+2
* * load.c (scm_init_load_path): Check GUILE_LOAD_PATH environmentJim Blandy1997-10-251-1/+1
* * script.c (scm_compile_shell_switches): If we hit the -c or --Jim Blandy1997-09-281-2/+1
* * list.h (SCM_LISTn): New macros. Make list creation in C codeMikael Djurfeldt1997-09-151-1/+1
* * script.c (scm_compile_shell_switches): Add 1997 to copyrightJim Blandy1997-06-241-1/+1
* Try to detect when people are using one version of libguile and aJim Blandy1997-06-221-1/+2
* * scmsigs.h, async.h: updated.Gary Houston1997-05-311-0/+2
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * script.c (scm_find_executable): Use prototype-style definitionJim Blandy1997-05-261-157/+3
* * script.c (scm_shell_usage): Pass FATAL to exit. There's noJim Blandy1997-05-161-1/+1
* Doc fixJim Blandy1997-05-131-2/+3
* * script.c (scm_compile_shell_switches): don't append (quit) ifGary Houston1997-05-131-6/+7
* * script.c (scm_ice_9_already_loaded): New variable.Marius Vollmer1997-05-081-2/+8
* * script.c (scm_compile_shell_switches): Dyke out debugging outputJim Blandy1997-04-241-0/+2
* Move most of the guts of shell command processing into libguile,Jim Blandy1997-04-201-0/+816