Age | Commit message (Expand) | Author | Files | Lines |
2011-12-15 | Arrange to convert command-line arguments from the right encoding. | Ludovic Courtès | 1 | -1/+38 |
2011-07-29 | fix a leak on startup from script.c | Andy Wingo | 1 | -0/+2 |
2011-04-25 | Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'. | Ludovic Courtès | 1 | -2/+0 |
2011-04-14 | script.c calls out to (ice-9 command-line) | Andy Wingo | 1 | -449/+16 |
2011-02-13 | autocompile -> auto-compile | Andy Wingo | 1 | -9/+9 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -4/+4 |
2010-11-20 | Allow specifying load extensions on the command line | Andreas Rottmann | 1 | -1/+21 |
2010-10-10 | add --listen command line argument. | Andy Wingo | 1 | -0/+56 |
2010-10-01 | deprecate turn-on-debugging, it is obsolete | Andy Wingo | 1 | -4/+1 |
2010-09-28 | default to regular vm for noninteractive use | Andy Wingo | 1 | -0/+4 |
2010-08-27 | Assorted `syntax-check' fixes. | Ludovic Courtès | 1 | -2/+3 |
2010-06-22 | top-repl out to its own module | Andy Wingo | 1 | -1/+6 |
2010-06-22 | deprecate named-module-use!, load-emacs-interface, and remove --emacs | Andy Wingo | 1 | -8/+0 |
2010-03-30 | correctly handle --no-autocompile (fixed broken previous patch) | Andy Wingo | 1 | -18/+6 |
2010-03-30 | going through scm_shell not necessary to get autocompilation | Andy Wingo | 1 | -5/+3 |
2010-03-12 | prompt around REPL evaluations, and around `guile' program invocation | Andy Wingo | 1 | -1/+8 |
2009-11-17 | Use Gnulib's `version-etc-fsf' for `--version' and `--help' output. | Ludovic Courtès | 1 | -14/+12 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-06-03 | implement autocompilation | Andy Wingo | 1 | -0/+30 |
2008-12-10 | Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org." | Neil Jerram | 1 | -3/+1 |
2008-09-28 | Remove GH and its traces. | Han-Wen Nienhuys | 1 | -4/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-02-21 | Merge 1.8.4 release commit. | Ludovic Courtès | 1 | -2/+2 |
2007-07-17 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -2/+2 |
2006-11-17 | (scm_shell_usage): Note need for subscription to bug-guile@gnu.org. | Neil Jerram | 1 | -1/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -2/+2 |
2005-12-06 | (scm_find_executable): Compile fix -- fgetc returns an | Marius Vollmer | 1 | -3/+6 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-09 | (scm_compile_shell_switches): Added 2005 to Copyright years. | Marius Vollmer | 1 | -1/+1 |
2005-01-16 | (scm_compile_shell_switches): Removed debugging output. | Marius Vollmer | 1 | -3/+0 |
2005-01-14 | (sym_at, sym_atat, sym_main, all_symbols): New. | Marius Vollmer | 1 | -1/+37 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -5/+5 |
2004-08-27 | (scm_compile_shell_switches): Added 2003 and 2004 to | Marius Vollmer | 1 | -1/+1 |
2004-08-25 | (scm_compile_shell_switches): Use scm_from_locale_string instead of | Marius Vollmer | 1 | -6/+7 |
2004-08-22 | (scm_compile_shell_switches): added '-L' switch to add to the | Marius Vollmer | 1 | -1/+25 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -4/+4 |
2004-08-12 | Convert version to locale string before printing it. | Marius Vollmer | 1 | -1/+1 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-06-16 | (scm_shell_usage): minor phrasing change. | Rob Browning | 1 | -1/+1 |
2004-02-18 | (scm_shell_usage): Print to stdout for --help, per GNU standard. | Kevin Ryde | 1 | -3/+5 |
2004-02-15 | (scm_shell_usage): Print bug-guile email address, as per | Kevin Ryde | 1 | -1/+3 |
2003-11-17 | (scm_compile_shell_switches): Use scm_c_read_string for the "-e" | Marius Vollmer | 1 | -2/+2 |
2003-08-30 | Make -s switch optional. | Neil Jerram | 1 | -3/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * script.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
2002-10-09 | (scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs are | Marius Vollmer | 1 | -2/+0 |
2002-10-03 | Refer to provided? rather than the deprecated feature?. | Neil Jerram | 1 | -2/+2 |
2002-08-26 | (scm_compile_shell_switches): Added "2002" to Copyright years. Thanks | Marius Vollmer | 1 | -2/+2 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -3/+3 |