summaryrefslogtreecommitdiff
path: root/libguile/script.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Use Gnulib's `version-etc-fsf' for `--version' and `--help' output.Ludovic Courtès1-14/+12
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-06-03implement autocompilationAndy Wingo1-0/+30
2008-12-10Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."Neil Jerram1-3/+1
2008-09-28Remove GH and its traces.Han-Wen Nienhuys1-4/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-02-21Merge 1.8.4 release commit.Ludovic Courtès1-2/+2
2007-07-17Changes from arch/CVS synchronizationLudovic Courtès1-2/+2
2006-11-17(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.Neil Jerram1-1/+3
2006-04-17merge from 1.8 branchKevin Ryde1-2/+2
2005-12-06(scm_find_executable): Compile fix -- fgetc returns anMarius Vollmer1-3/+6
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-09(scm_compile_shell_switches): Added 2005 to Copyright years.Marius Vollmer1-1/+1
2005-01-16(scm_compile_shell_switches): Removed debugging output.Marius Vollmer1-3/+0
2005-01-14(sym_at, sym_atat, sym_main, all_symbols): New.Marius Vollmer1-1/+37
2004-09-22*** empty log message ***Marius Vollmer1-5/+5
2004-08-27(scm_compile_shell_switches): Added 2003 and 2004 toMarius Vollmer1-1/+1
2004-08-25(scm_compile_shell_switches): Use scm_from_locale_string instead ofMarius Vollmer1-6/+7
2004-08-22(scm_compile_shell_switches): added '-L' switch to add to theMarius Vollmer1-1/+25
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-4/+4
2004-08-12Convert version to locale string before printing it.Marius Vollmer1-1/+1
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2004-06-16(scm_shell_usage): minor phrasing change.Rob Browning1-1/+1
2004-02-18(scm_shell_usage): Print to stdout for --help, per GNU standard.Kevin Ryde1-3/+5
2004-02-15(scm_shell_usage): Print bug-guile email address, as perKevin Ryde1-1/+3
2003-11-17(scm_compile_shell_switches): Use scm_c_read_string for the "-e"Marius Vollmer1-2/+2
2003-08-30Make -s switch optional.Neil Jerram1-3/+4
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