diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 9ab6bb601..c1c39a46e 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,24 @@ +2002-05-09 Marius Vollmer + + * 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 + + * 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 * srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 5d5ac22ad..734d2cdb2 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2002-05-09 Marius Vollmer + + * 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 * format.scm (format:fn-max): Increase to 400 so ~f and ~g can