(ice9_sources): Add gap-buffer.scm.
[bpt/guile.git] / srfi / srfi-14.c
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius VollmerUse scm_gc_malloc/scm_malloc and scm_gc_free/free inste...
2001-11-11 Neil Jerram* Documentation work.
2001-09-21 Rob Browning* srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1...
2001-07-31 Gary Houston * srfi-14.c (scm_char_set_diff_plus_intersection)...
2001-07-22 Gary Houston Reverse the n-ary logxor change. The behaviour...
2001-07-22 Gary Houston (scm_char_set_xor): bug fix: characters should only...
2001-07-22 Gary Houston * srfi-14.c (scm_char_set_intersection, scm_char_set_x...
2001-07-17 Martin Grabmüller * srfi-14.c: Okay. Now I got it. Really. This time...
2001-07-17 Martin Grabmüller * srfi-14.c: Fix for bug caused by brain-malfunctionin...
2001-07-16 Gary Houston * srfi-14.scm: export string->char-set!, not string...
2001-07-16 Martin Grabmüller (scm_char_set_map): Bug-fix: char-set-map was modifyin...
2001-07-16 Martin Grabmüller * srfi-14.c: Allocate correct memory size for charsets...
2001-07-15 Gary Houston (scm_char_set_hash): bug fix: was overrunning the...
2001-07-15 Gary Houston * srfi-14.c (scm_char_set_hash): recognise 0 instead...
2001-07-11 Gary Houston (s_scm_char_set_leq): similarly, (char-set<=) should...
2001-07-11 Gary Houston * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set...
2001-06-28 Martin Grabmüller * srfi-4.c: Minor cleanups.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_c_init_srfi_14): Added "int" to declaration of
2001-05-19 Marius VollmerAvoid using module operations from C.
2001-05-02 Martin Grabmüller * srfi-14.c, srfi-13.c: Added @bullet to various ...
2001-04-27 Gary Houston * srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_sr...
2001-04-25 Martin Grabmüller * srfi-13.c (scm_string_replace): Take sizeof (char...
2001-04-23 Martin GrabmüllerIntegrated the guile-srfi package into the Guile distri...