From 2f2b150b42e12181c90dd9d90b04c1b2f80e3640 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 8 Sep 2001 02:38:39 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index bab48f2cf..1671b4065 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-30 Thien-Thi Nguyen * boot-9.scm (resolve-interface): When returning a custom diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 39d5b6d3a..3b94d9b9d 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-25 Thien-Thi Nguyen * tests/srfi-19.test (test-time-comparision,