Age | Commit message (Expand) | Author | Files | Lines |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-11-04 | (scm_charnames, scm_charnums): Added "sp" as an alias for "space". | Marius Vollmer | 1 | -2/+2 |
2004-08-24 | (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p, | Marius Vollmer | 1 | -25/+16 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -2/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -17/+17 |
2004-04-24 | (scm_char_upcase, scm_char_downcase, scm_c_upcase, | Kevin Ryde | 1 | -26/+8 |
2004-04-06 | * srfi-13.c (s_scm_string_map): convert character to unsigned char | Han-Wen Nienhuys | 1 | -18/+22 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -35/+35 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-08-01 | (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p, | Marius Vollmer | 1 | -6/+6 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2000-12-04 | * Minor cleanup/optimization for char=?. | Dirk Herrmann | 1 | -3/+3 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-08-18 | * Docstring fixes - adding texinfo markup and removing extraneous trailing ne... | Neil Jerram | 1 | -21/+31 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -4/+4 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -50/+50 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -28/+28 |
2000-01-11 | * scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c, | Greg J. Badros | 1 | -29/+29 |
2000-01-06 | * chars.c (scm_integer_to_char): Use Greg's nice | Mikael Djurfeldt | 1 | -2/+2 |
2000-01-06 | * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout. | Greg J. Badros | 1 | -10/+10 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -37/+37 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -11/+11 |
1999-12-18 | * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: Use | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Finish replacing K&R style prototypes with ANSI C | Greg J. Badros | 1 | -4/+2 |
1999-12-12 | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -168/+164 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -6/+6 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-10-18 | * chars.c (scm_charnames): In ASCII character name table, make | Jim Blandy | 1 | -2/+2 |
1998-07-30 | * chars.c (scm_tables_prehistory): Add cast, to remove signed/ | Jim Blandy | 1 | -1/+1 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -125/+25 |
1996-09-13 | * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, | Mikael Djurfeldt | 1 | -3/+3 |
1996-09-10 | C files should #include only the header files they need, not | Jim Blandy | 1 | -0/+1 |
1996-07-25 | maintainer changed: was lord, now jimb; first import | Jim Blandy | 1 | -0/+507 |