-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parseopt - Switch the order of plural option values
It makes more sense to return the values in the order of appearance in the command-line args. Plural option support is added after the last release, so this won't be a compatibility issue.
- Loading branch information
Showing
7 changed files
with
170 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2024-10-31 Shiro Kawai <[email protected]> | ||
|
||
* lib/gauche/parseopt.scm: Change the order of plural option's | ||
values; it's more reasonable to return the order appearing in | ||
the command-line arguments. Plural option support is added | ||
after 0.9.15, so this shouldn't be a compatibility issue. | ||
* lib/tools/*: Removed `reverse` from plural option values | ||
according to the above change. | ||
|
||
2024-10-30 Shiro Kawai <[email protected]> | ||
|
||
* lib/gauche/parseopt.scm (run-option-parser): Revise low-level API. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters