*** empty log message ***
[bpt/guile.git] / srfi / ChangeLog
index ab14c47..dbb3a72 100644 (file)
@@ -1,3 +1,110 @@
+2002-12-08  Rob Browning  <rlb@defaultvalue.org>
+
+       * Makefile.am (srfidir): VERSION -> GUILE_EFFECTIVE_VERSION.
+
+2002-12-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (srfiinclude_HEADERS): Added srfi-1.h.
+
+2002-12-01  Mikael Djurfeldt  <mdj@linnaeus>
+
+       * srfi-1.scm: Load srfi-1 extension.
+       (map, map-in-order, for-each, member, assoc): Replaced by
+       primitives in srfi-1.c.
+       (map1): Defined as `map'.
+
+       * Makefile.am: Added rules for srfi-1.c.
+
+       * srfi-1.c, srfi-1.h: New files.
+
+2002-05-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
+       the subtitute for char-set:graphic when then token-set hsa been
+       defaulted, grab the real char-set:graphic from (srfi srfi-14).
+
+       * srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
+       it works for 8-bit characters.  Thanks to Matthias Koeppe!  No,
+       make that "Köppe".
+
+2002-04-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-13.c (s_scm_string_tokenize): Only take character sets as
+       the second arg.  Collect characters belonging to this set into
+       tokens (as specified by the SRFI), instead of splitting at these
+       characters.  Default to an equivalent of char-set:graphic instead
+       of everything-but-whitespace.  Thanks to Matthias Koeppe!
+
+2002-04-10  Rob Browning  <rlb@defaultvalue.org>
+
+       * .cvsignore: add *.c.clean.c.
+
+2002-03-27  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * srfi-1.scm, srfi-13.scm, srfi-17.scm, srfi-4.scm, srfi-9.scm,
+       srfi-10.scm, srfi-14.scm, srfi-19.scm, srfi-6.scm, srfi-11.scm,
+       srfi-16.scm, srfi-2.scm, srfi-8.scm: Update copyright.
+       Point to manual in commentary; nfc.
+
+2002-03-24  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
+
+2002-03-13  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * srfi-13.c, srfi-14.c, srfi-4.c:
+       Retire inclusion guard macro SCM_MAGIC_SNARFER.
+
+       * Makefile.am (snarfcppopts): New var.
+       (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
+
+2002-03-11  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-13.c (string_titlecase_x): Treat characters as unsigned so
+       that 8-bit chars work.  Thanks to David Pirotte!
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * Makefile.am (libguile_srfi_srfi_4_la_LDFLAGS): use
+       @LIBGUILE_SRFI_SRFI_4_INTERFACE@.
+       (libguile_srfi_srfi_13_14_la_LDFLAGS): use
+       @LIBGUILE_SRFI_SRFI_13_14_INTERFACE@.
+
+2002-02-23  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * srfi-19.scm (priv:month-assoc): Correct numbers so that they
+       match the expectations of priv:year-day.
+
+2002-02-22  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * srfi-19.scm (priv:year-day): Index into priv:month-assoc using
+       month number, not day number.  (Thanks to Sébastien de Menten de
+       Horne for reporting the problem.)
+
+2002-02-11  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * srfi-14.c, srfi-4.c: Use scm_gc_malloc/scm_malloc and
+       scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
+       appropriate.
+
+2002-01-21  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * srfi-1.scm (count1, take-while): Rewrite to be tail-recursive.
+       Thanks to Panagiotis Vossos.
+
+2002-01-20  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * srfi-1.scm (map1): Rewrite to be tail-recursive.
+       Thanks to Panagiotis Vossos for the bug report.
+
+2001-12-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-11.scm (let-values): Use `gensym' instead of `gentemp'.
+
+2001-11-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * Makefile.am (ETAGS_ARGS): Added.
+
 2001-11-12  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * srfi-4.c: Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test