diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 842a8d90b..af1af1d35 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2001-09-07 Thien-Thi Nguyen + + * 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 * boot-9.scm: Don't load module (ice-9 rdelim). diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 61f4bd107..75bcb0db1 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2001-09-07 Thien-Thi Nguyen + + * tests/getopt-long.test ("apples-blimps-catalexis example", + "multiple occurances"): New top-level sections. + 2001-08-31 Dirk Herrmann * tests/numbers.test: Made some of the patterns better readable.