summaryrefslogtreecommitdiff
path: root/libguile/script.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* script.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+3
2002-10-09(scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs areMarius Vollmer1-2/+0
2002-10-03Refer to provided? rather than the deprecated feature?.Neil Jerram1-2/+2
2002-08-26(scm_compile_shell_switches): Added "2002" to Copyright years. ThanksMarius Vollmer1-2/+2
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-3/+3
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+1
2001-11-06Turn off debugging output in scm_compile_shell_switches.Marius Vollmer1-1/+1
2001-11-05(scm_shell_usage, scm_compile_shell_switches): PrependMarius Vollmer1-6/+24
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-07-03 * posix.c (getlogin): getlogin() implementation for Windows.Martin Grabmüller1-0/+4
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-5/+2
2001-05-24* validate.hMichael Livshin1-5/+5
2001-05-19(scm_shell): Evaluate the compiled switches in theMarius Vollmer1-1/+1
2001-05-15 * script.c (scm_compile_shell_switches): New command line optionMartin Grabmüller1-0/+40
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-1/+1
2001-04-17Removed out-of-date comment.Marius Vollmer1-10/+1
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-03-04* Eliminate some calls to scm_wta.Dirk Herrmann1-13/+13
2000-12-12* Make the creation of bindings more straightforward.Dirk Herrmann1-4/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-1/+1
2000-08-11* script.c (scm_shell): Pass scm_the_root_module () as second argMikael Djurfeldt1-1/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-2/+2
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-6/+6
2000-04-18* script.c (scm_compile_shell_switches): Also enableMikael Djurfeldt1-0/+1
2000-04-16* script.c (scm_compile_shell_switches): Added --debug option.Mikael Djurfeldt1-0/+8
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-4/+4
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-01-31 * strings.h: don't use SCM_P. don't include <string.h>.Gary Houston1-0/+4
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-25/+13
1999-12-12* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1-1/+1
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-19* script.c (scm_compile_shell_switches): DefineJim Blandy1-2/+4
1998-10-17* script.c (scm_compile_shell_switches): Add handling of -q switchMikael Djurfeldt1-4/+17
1998-10-12* script.c (scm_find_executable): Don't test if unix is #definedJim Blandy1-18/+0
1998-10-03* init.c (invoke_main_func): Load the startup files (boot-9.scm)Jim Blandy1-21/+1
1998-04-18* script.c (scm_compile_shell_switches): Bugfix: Don't discount iMikael Djurfeldt1-1/+1
1998-04-10* script.c (scm_compile_shell_switches): Use "guile" as defaultMikael Djurfeldt1-2/+4
1998-04-02* script.c (scm_compile_shell_switches): Allow NULL argv if argcMikael Djurfeldt1-1/+2
1997-10-25* load.c (scm_init_load_path): Check GUILE_LOAD_PATH environmentJim Blandy1-1/+1
1997-09-28* script.c (scm_compile_shell_switches): If we hit the -c or --Jim Blandy1-2/+1
1997-09-15* list.h (SCM_LISTn): New macros. Make list creation in C codeMikael Djurfeldt1-1/+1
1997-06-24* script.c (scm_compile_shell_switches): Add 1997 to copyrightJim Blandy1-1/+1
1997-06-22Try to detect when people are using one version of libguile and aJim Blandy1-1/+2
1997-05-31* scmsigs.h, async.h: updated.Gary Houston1-0/+2
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-26* script.c (scm_find_executable): Use prototype-style definitionJim Blandy1-157/+3