*** empty log message ***
[bpt/guile.git] / ice-9 / ChangeLog
index 016ee6e..badbb53 100644 (file)
@@ -1,3 +1,113 @@
+2002-10-04  Rob Browning  <rlb@defaultvalue.org>
+
+       * boot-9.scm (expt): switch if sense and use negative? rather than
+       >= 0.
+
+2002-10-04  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (top-repl): Use "1" instead of "%deliver-signals" to
+       limit the signal stack.
+
+2002-09-15  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (feature?): Added deprecation message.
+
+2002-09-14  Rob Browning  <rlb@defaultvalue.org>
+
+       * boot-9.scm (sqrt): minor indentation fix.
+
+2002-09-05  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * syncase.scm: Set the module transformer of the-syncase-module so
+       that we can use define-syntax.
+       (define-syntax-public): New and exported.
+
+2002-09-04  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * syncase.scm (expansion-eval-closure, env->eval-closure): New.
+       (sc-macro): Set the expansion-eval-closure expanding the form.
+       (putprop, getprop): Use the expansion-eval-closure to find
+       variables instead of the current module.
+
+2002-07-08  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * slib.scm (make-exchanger): Added.  Thanks to Clinton Ebadi!
+
+2002-07-07  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * boot-9.scm (define-option-interface): Replaced "macro" by
+       mmacro.
+
+2002-06-01  Gary Houston  <ghouston@arglist.com>
+
+       * boot-9.scm (file-set-position): Make third argument optional,
+       for SCM compatibility.
+       (file-position): simplify definition.
+
+2002-06-01  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (file-set-position): Use seek instead of fseek.
+
+2002-05-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * format.scm (format:out-inf-nan): New.
+       (format:out-fixed, format:out-expon, format:out-general): Use it
+       to print infs and nans.
+
+       * boot-9.scm (unsetenv): New, for completeness.
+
+2002-05-08  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * format.scm (format:fn-max): Increase to 400 so ~f and ~g can
+       print long real numbers with large positive and negative
+       exponents.
+
+2002-05-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.
+
+2002-04-30  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * gap-buffer.scm: New file.
+
+       * Makefile.am (ice9_sources): Add gap-buffer.scm.
+
+2002-03-12  Rob Browning  <rlb@defaultvalue.org>
+
+       * syncase.scm: fix bad let.
+       (gensym): fix failure on non-threaded
+
+2002-03-05  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * ftw.scm: New file.
+
+       * Makefile.am (ice9_sources): Add ftw.scm.
+
+2002-02-26  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Update path to pre-inst-guile automake frag.
+
+       * boot-9.scm: Comment grammar fixes; nfc.
+       Thanks to Christopher Cramer.
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * syncase.scm (gensym): redefine locally so we can control it's
+       properties.  This is in preparation for changing the future public
+       gensym to produce unreadable symbols.
+
+       * psyntax.pp: updated to reflect new syncase.scm.
+
+2002-02-07  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * regex.scm: Add commentary; nfc.
+
+2002-02-05  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
+
+       (psyntax.pp): Use $(preinstguile).
+
 2002-01-14  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * psyntax.ss (datum->syntax-object): Removed assertion in
@@ -8,7 +118,7 @@
 2002-01-12  Marius Vollmer  <mvo@zagadka.ping.de>
 
        More options for pretty-print.  Thanks to Matthias Köppe!
-       
+
        * pretty-print.scm (generic-write): New per-line-prefix argument.
        (pretty-print): Check whether the new keyword argument style is
        used and dispatch to pretty-print-with-keys accordingly.