1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2002-10-05 04:21:04 +00:00
parent 46f2c0f148
commit 9bc548798d
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -1,3 +1,7 @@
2002-10-04 Rob Browning <rlb@defaultvalue.org>
* summarize-guile-TODO (as-leaf): make #\: a char-set.
2002-05-18 Thien-Thi Nguyen <ttn@giblet.glug.org>
* api-diff (group-diff): Also output +N and -N adds and subs

View file

@ -1,3 +1,7 @@
2002-10-04 Rob Browning <rlb@defaultvalue.org>
* tests/numbers.test ("expt"): add tests.
2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (dist-hook): Do not distribute CVS directories.