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:
Thien-Thi Nguyen 2001-09-08 02:34:27 +00:00
parent 4b642b08d4
commit 95e2cd37e9
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
* getopt-long.scm (process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option. Thanks to Daniel
Skarda.
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm: Don't load module (ice-9 rdelim).

View file

@ -1,3 +1,8 @@
2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
* tests/getopt-long.test ("apples-blimps-catalexis example",
"multiple occurances"): New top-level sections.
2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/numbers.test: Made some of the patterns better readable.