| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (scm_compile_shell_switches): Added 2003 and 2004 to | Marius Vollmer | 2004-08-27 | 1 | -1/+1 |
* | (scm_compile_shell_switches): Use scm_from_locale_string instead of | Marius Vollmer | 2004-08-25 | 1 | -6/+7 |
* | (scm_compile_shell_switches): added '-L' switch to add to the | Marius Vollmer | 2004-08-22 | 1 | -1/+25 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -4/+4 |
* | Convert version to locale string before printing it. | Marius Vollmer | 2004-08-12 | 1 | -1/+1 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 2004-08-02 | 1 | -1/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -1/+1 |
* | (scm_shell_usage): minor phrasing change. | Rob Browning | 2004-06-16 | 1 | -1/+1 |
* | (scm_shell_usage): Print to stdout for --help, per GNU standard. | Kevin Ryde | 2004-02-18 | 1 | -3/+5 |
* | (scm_shell_usage): Print bug-guile email address, as per | Kevin Ryde | 2004-02-15 | 1 | -1/+3 |
* | (scm_compile_shell_switches): Use scm_c_read_string for the "-e" | Marius Vollmer | 2003-11-17 | 1 | -2/+2 |
* | Make -s switch optional. | Neil Jerram | 2003-08-30 | 1 | -3/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * script.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+3 |
* | (scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs are | Marius Vollmer | 2002-10-09 | 1 | -2/+0 |
* | Refer to provided? rather than the deprecated feature?. | Neil Jerram | 2002-10-03 | 1 | -2/+2 |
* | (scm_compile_shell_switches): Added "2002" to Copyright years. Thanks | Marius Vollmer | 2002-08-26 | 1 | -2/+2 |
* | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 2002-08-16 | 1 | -3/+3 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -1/+1 |
* | Turn off debugging output in scm_compile_shell_switches. | Marius Vollmer | 2001-11-06 | 1 | -1/+1 |
* | (scm_shell_usage, scm_compile_shell_switches): Prepend | Marius Vollmer | 2001-11-05 | 1 | -6/+24 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * posix.c (getlogin): getlogin() implementation for Windows. | Martin Grabmüller | 2001-07-03 | 1 | -0/+4 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 2001-06-28 | 1 | -5/+2 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -5/+5 |
* | (scm_shell): Evaluate the compiled switches in the | Marius Vollmer | 2001-05-19 | 1 | -1/+1 |
* | * script.c (scm_compile_shell_switches): New command line option | Martin Grabmüller | 2001-05-15 | 1 | -0/+40 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -1/+1 |
* | Removed out-of-date comment. | Marius Vollmer | 2001-04-17 | 1 | -10/+1 |
* | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 2001-03-10 | 1 | -1/+3 |
* | * Eliminate some calls to scm_wta. | Dirk Herrmann | 2001-03-04 | 1 | -13/+13 |
* | * Make the creation of bindings more straightforward. | Dirk Herrmann | 2000-12-12 | 1 | -4/+1 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 2000-09-22 | 1 | -1/+1 |
* | * script.c (scm_shell): Pass scm_the_root_module () as second arg | Mikael Djurfeldt | 2000-08-11 | 1 | -1/+2 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -2/+2 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -6/+6 |
* | * script.c (scm_compile_shell_switches): Also enable | Mikael Djurfeldt | 2000-04-18 | 1 | -0/+1 |
* | * script.c (scm_compile_shell_switches): Added --debug option. | Mikael Djurfeldt | 2000-04-16 | 1 | -0/+8 |
* | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 2000-04-03 | 1 | -4/+4 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * strings.h: don't use SCM_P. don't include <string.h>. | Gary Houston | 2000-01-31 | 1 | -0/+4 |
* | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1999-12-12 | 1 | -25/+13 |
* | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1999-12-12 | 1 | -1/+1 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | * script.c (scm_compile_shell_switches): Define | Jim Blandy | 1998-10-19 | 1 | -2/+4 |
* | * script.c (scm_compile_shell_switches): Add handling of -q switch | Mikael Djurfeldt | 1998-10-17 | 1 | -4/+17 |
* | * script.c (scm_find_executable): Don't test if unix is #defined | Jim Blandy | 1998-10-12 | 1 | -18/+0 |