1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-11-03 17:23:47 +00:00
parent 0e94a6b0a4
commit 1a9e764e6b

View file

@ -1,5 +1,8 @@
2002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
* iselect.c: Include "_scm.h" before testing HAVE_UNISTD_H.
Thanks to Bill Schottstaedt!
* numbers.c (scm_integer_expt): Make 0^z == 0 for z != 0.
2002-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>