*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 9 May 2002 19:37:55 +0000 (19:37 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 9 May 2002 19:37:55 +0000 (19:37 +0000)
doc/ref/ChangeLog
ice-9/ChangeLog

index 9ab6bb6..c1c39a4 100644 (file)
@@ -1,3 +1,24 @@
+2002-05-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * scheme-data.texi (Numbers): Added description of the new values
+       +inf.0, -inf.0 and +nan.0.
+
+       * posix.texi (Runtime Environment): Added entries for 'setenv' and
+       'unsetenv'.
+
+2002-04-28  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * gh.texi, data-rep.texi: Moved `@deftyp {Data type} SCM' line
+       from gh.texi to data-rep.texi.  Both files already had similar
+       descriptions for SCM.  Given that gh.texi is deprecated, looking
+       up `SCM' in the index should take one to the primary location
+       rather than deprecated section.  Hence this change.  Added
+       `@deftp' for scm_t_bits data type so that a proper index entry is
+       added for this.  Thanks to Richard Y. Kim!
+       
+       * data-rep.texi (Subrs): Changed scm_make_gsubr to
+       scm_c_define_gsubr.  Thanks to Richard Y. Kim!
+
 2002-04-24  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
index 5d5ac22..734d2cd 100644 (file)
@@ -1,3 +1,11 @@
+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