Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 years ago |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 years ago |
Marius Vollmer
|
66842ba3d5
(scm_charnames, scm_charnums): Added "sp" as an alias for "space".
|
20 years ago |
Marius Vollmer
|
1fdbbd4cd6
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
|
20 years ago |
Marius Vollmer
|
b9bd8526f0
* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,
|
20 years ago |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 years ago |
Marius Vollmer
|
a55c2b6809
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Kevin Ryde
|
465380de00
(scm_char_upcase, scm_char_downcase, scm_c_upcase,
|
21 years ago |
Han-Wen Nienhuys
|
84fad13058
* srfi-13.c (s_scm_string_map): convert character to unsigned char
|
21 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 years ago |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Marius Vollmer
|
ccbd262bd1
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
|
23 years ago |
Martin Grabmüller
|
58ade1022c
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
23 years ago |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Dirk Herrmann
|
362306b956
* Minor cleanup/optimization for char=?.
|
24 years ago |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 years ago |
Neil Jerram
|
cdbc74184f
* Docstring fixes - adding texinfo markup and removing extraneous trailing newlines.
|
24 years ago |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Greg J. Badros
|
7866a09b5b
* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,
|
25 years ago |
Mikael Djurfeldt
|
b380b88547
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Greg J. Badros
|
9a8351bc15
* scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,
|
25 years ago |
Mikael Djurfeldt
|
90e49489b2
* chars.c (scm_integer_to_char): Use Greg's nice
|
25 years ago |
Greg J. Badros
|
c3ee75204c
* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.
|
25 years ago |