Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 年之前 |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 年之前 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 年之前 |
Marius Vollmer
|
0081b349c8
* srfi-13.scm, srfi-14.scm: Simply re-export the relevant
|
20 年之前 |
Marius Vollmer
|
7d8e050bc6
Adapted to new internal string and symbol API.
|
20 年之前 |
Marius Vollmer
|
1a161b8ece
Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
20 年之前 |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
20 年之前 |
Marius Vollmer
|
00874d5fb0
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 年之前 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 年之前 |
Thien-Thi Nguyen
|
645f5e0ec1
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 年之前 |
Marius Vollmer
|
6c70aef189
Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead of
|
23 年之前 |
Neil Jerram
|
9401323e63
* Documentation work.
|
23 年之前 |
Rob Browning
|
cc0ce1e764
* srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".
|
23 年之前 |
Gary Houston
|
9be745030e
* srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly
|
23 年之前 |
Gary Houston
|
d95744e986
Reverse the n-ary logxor change. The behaviour is weird in a set
|
23 年之前 |
Gary Houston
|
42b54c05a9
(scm_char_set_xor): bug fix: characters should only be included if
|
23 年之前 |
Gary Houston
|
d1bc66027e
* srfi-14.c (scm_char_set_intersection, scm_char_set_xor): remove
|
23 年之前 |
Martin Grabmüller
|
4c4185ee95
* srfi-14.c: Okay. Now I got it. Really. This time it's fixed.
|
23 年之前 |
Martin Grabmüller
|
2671725a65
* srfi-14.c: Fix for bug caused by brain-malfunctioning on my
|
23 年之前 |
Gary Houston
|
8b19021c25
* srfi-14.scm: export string->char-set!, not string-char-set!.
|
23 年之前 |
Martin Grabmüller
|
139777e5c7
(scm_char_set_map): Bug-fix: char-set-map was modifying the
|
23 年之前 |
Martin Grabmüller
|
cebf3d62d9
* srfi-14.c: Allocate correct memory size for charsets (32 bytes),
|
23 年之前 |
Gary Houston
|
b87f5a8394
(scm_char_set_hash): bug fix: was overrunning the buffer and
|
23 年之前 |
Gary Houston
|
396f36cdbf
* srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
|
23 年之前 |
Gary Houston
|
be390de2ba
(s_scm_char_set_leq): similarly, (char-set<=) should return #t.
|
23 年之前 |
Gary Houston
|
dd84cd4d1f
* srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
|
23 年之前 |
Martin Grabmüller
|
2c4df45186
* srfi-4.c: Minor cleanups.
|
23 年之前 |
Dirk Herrmann
|
e81d98ec2d
* Introduce SCM_UNUSED and mark unused function parameters.
|
23 年之前 |
Michael Livshin
|
1be6b49ccb
* validate.h
|
23 年之前 |
Marius Vollmer
|
5d98055804
(scm_c_init_srfi_14): Added "int" to declaration of
|
23 年之前 |