mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
*** empty log message ***
This commit is contained in:
parent
a0c39db327
commit
e717bf46f4
2 changed files with 29 additions and 0 deletions
|
@ -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>
|
2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
|
* srfi-modules.texi (SRFI-13 Miscellaneous): Updated docs of
|
||||||
|
|
|
@ -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>
|
2002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* format.scm (format:fn-max): Increase to 400 so ~f and ~g can
|
* format.scm (format:fn-max): Increase to 400 so ~f and ~g can
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue