*** empty log message ***
[bpt/guile.git] / srfi / ChangeLog
index 6931487..287f65b 100644 (file)
@@ -1,3 +1,88 @@
+2001-11-06  Thien-Thi Nguyen  <ttn@glug.org>
+
+       * srfi-19.scm (time-monotonic->time-monotonic): Spurious;
+       remove from exports.
+
+2001-11-04  Stefan Jahn  <stefan@lkcc.org>
+
+       * srfi-13.h, srfi-14.h, srfi-4.h: Follow-up patch.  Renamed
+       __FOO__ macros into FOO.
+
+2001-11-03  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (libguile_srfi_srfi_4_la_LIBADD,
+       libguile_srfi_srfi_13_14_la_LIBADD): Refer to build directory, not
+       the source directory, for libguile.la.  Thanks to Ken Raeburn.
+
+2001-11-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       Support for native Win32.  Thanks to Stefan Jahn!
+
+        * Makefile.am:  Put `-no-undefined' into LDFLAGS to support linkers
+        which do not allow unresolved symbols inside shared libraries.
+
+        * srfi-13.h, srfi-14.h: Defined SCM_SRFI1314_API.  Prefixed each
+        exported symbol with SCM_SRFI1314_API.
+
+        * srfi-4.h: Defined SCM_SRFI4_API.  Prefixed each exported
+        symbol with SCM_SRFI4_API.
+
+2001-10-21  Mikael Djurfeldt  <mdj@linnaeus>
+
+       * srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm,
+       srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system
+       directives `export', `export-syntax', `re-export' and
+       `re-export-syntax' into the `define-module' form.  This is the
+       recommended way of exporting bindings.
+
+2001-09-22  Mikael Djurfeldt  <mdj@linnaeus>
+
+       * srfi-19.scm (priv:split-real): Inserted missing call to
+       inexact->exact.
+
+2001-09-21  Rob Browning  <rlb@defaultvalue.org>
+
+       * srfi-14.h (SCM_CHARSET_GET): need 1L, not just 1 in "<<".
+
+       * srfi-14.c (SCM_CHARSET_SET): need 1L, not just 1 in "<<".
+       (scm_char_set_hash): val needs to be long, not just unsigned.
+       (scm_char_set): need 1L, not just 1 in "<<".
+       (scm_list_to_char_set): need 1L, not just 1 in "<<".
+       (scm_list_to_char_set_x): need 1L, not just 1 in "<<".
+       (scm_list_to_char_set_x): FUNC_NAME was wrong - added a _x.
+       (scm_string_to_char_set): string length var needed to be
+       scm_sizet, not int.
+       (scm_string_to_char_set): need 1L, not just 1 in "<<".
+       (scm_string_to_char_set_x): string length var needed to be
+       scm_sizet, not int.
+       (scm_string_to_char_set_x): need 1L, not just 1 in "<<".
+       (scm_char_set_filter): need 1L, not just 1 in "<<".
+       (scm_char_set_filter_x): need 1L, not just 1 in "<<".
+       (scm_ucs_range_to_char_set): need 1L, not just 1 in "<<".
+       (scm_ucs_range_to_char_set_x): need 1L, not just 1 in "<<".
+       (scm_char_set_adjoin): need 1L, not just 1 in "<<".
+       (scm_char_set_delete): need 1L, not just 1 in "<<".
+       (scm_char_set_adjoin_x): need 1L, not just 1 in "<<".
+       (scm_char_set_delete_x): need 1L, not just 1 in "<<".
+
+2001-09-12  Gary Houston  <ghouston@arglist.com>
+
+       * srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.
+
+2001-08-31  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * srfi-1.scm, srfi-13.scm: Remove the defines that were needed to
+       trick export from the beginning of the files.
+
+2001-08-25  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * srfi-19.scm (add-duration): Fix bug: Call `add-duration!' w/
+       two args.  Thanks to Alex Shinn.
+
+2001-08-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
+
 2001-08-24  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
        * srfi-13.h (scm_string_map, scm_string_map_x,