summaryrefslogtreecommitdiff
path: root/libguile/script.c
Commit message (Expand)AuthorAgeFilesLines
* Copy terminating zero in 'scm_cat_path'....Ludovic Courtès2019-06-201-2/+2
* Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-6/+20
|\
| * Fix memory leak on `realloc' failure...Dmitry Bogatov2014-04-221-3/+18
| * Rely on Gnulib for <unistd.h>....Mark H Weaver2014-02-271-3/+1
* | Remove private-gc.h...Andy Wingo2013-11-281-2/+1
|/
* Arrange to convert command-line arguments from the right encoding....Ludovic Courtès2011-12-151-1/+38
* fix a leak on startup from script.c...Andy Wingo2011-07-291-0/+2
* Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'....Ludovic Courtès2011-04-251-2/+0
* script.c calls out to (ice-9 command-line)...Andy Wingo2011-04-141-449/+16
* autocompile -> auto-compile...Andy Wingo2011-02-131-9/+9
* use scm_from_latin1_symboln for string literals and load-symbol...Andy Wingo2011-01-071-4/+4
* Allow specifying load extensions on the command line...Andreas Rottmann2010-11-201-1/+21
* add --listen command line argument....Andy Wingo2010-10-101-0/+56
* deprecate turn-on-debugging, it is obsolete...Andy Wingo2010-10-011-4/+1
* default to regular vm for noninteractive use...Andy Wingo2010-09-281-0/+4
* Assorted `syntax-check' fixes....Ludovic Courtès2010-08-271-2/+3
* top-repl out to its own module...Andy Wingo2010-06-221-1/+6
* deprecate named-module-use!, load-emacs-interface, and remove --emacs...Andy Wingo2010-06-221-8/+0
* correctly handle --no-autocompile (fixed broken previous patch)...Andy Wingo2010-03-301-18/+6
* going through scm_shell not necessary to get autocompilation...Andy Wingo2010-03-301-5/+3
* prompt around REPL evaluations, and around `guile' program invocation...Andy Wingo2010-03-121-1/+8
* Use Gnulib's `version-etc-fsf' for `--version' and `--help' output....Ludovic Courtès2009-11-171-14/+12
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* implement autocompilation...Andy Wingo2009-06-031-0/+30
* Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."...Neil Jerram2008-12-101-3/+1
* Remove GH and its traces.Han-Wen Nienhuys2008-09-281-4/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Merge 1.8.4 release commit.Ludovic Courtès2008-02-211-2/+2
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-2/+2
* (scm_shell_usage): Note need for subscription to bug-guile@gnu.org.Neil Jerram2006-11-171-1/+3
* merge from 1.8 branchKevin Ryde2006-04-171-2/+2
* (scm_find_executable): Compile fix -- fgetc returns an...Marius Vollmer2005-12-061-3/+6
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_compile_shell_switches): Added 2005 to Copyright years.Marius Vollmer2005-03-091-1/+1
* (scm_compile_shell_switches): Removed debugging output.Marius Vollmer2005-01-161-3/+0
* (sym_at, sym_atat, sym_main, all_symbols): New....Marius Vollmer2005-01-141-1/+37
* *** empty log message ***Marius Vollmer2004-09-221-5/+5
* (scm_compile_shell_switches): Added 2003 and 2004 to...Marius Vollmer2004-08-271-1/+1
* (scm_compile_shell_switches): Use scm_from_locale_string instead of...Marius Vollmer2004-08-251-6/+7
* (scm_compile_shell_switches): added '-L' switch to add to the...Marius Vollmer2004-08-221-1/+25
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-4/+4
* Convert version to locale string before printing it.Marius Vollmer2004-08-121-1/+1
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-1/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-1/+1
* (scm_shell_usage): minor phrasing change.Rob Browning2004-06-161-1/+1
* (scm_shell_usage): Print to stdout for --help, per GNU standard.Kevin Ryde2004-02-181-3/+5
* (scm_shell_usage): Print bug-guile email address, as per...Kevin Ryde2004-02-151-1/+3
* (scm_compile_shell_switches): Use scm_c_read_string for the "-e"...Marius Vollmer2003-11-171-2/+2
* Make -s switch optional.Neil Jerram2003-08-301-3/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12