1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
Commit graph

8 commits

Author SHA1 Message Date
Marius Vollmer
7d81830dd2 The FSF has a new address. 2005-05-23 20:15:36 +00:00
Thien-Thi Nguyen
6f7db39f52 (process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option.
2001-09-08 02:35:53 +00:00
Thien-Thi Nguyen
b817e7ef1c Rewrite.
Touch up docstrings.
Augment commentary.
2001-08-12 19:21:59 +00:00
Thien-Thi Nguyen
54292e025e Refill to fit in 80 columns.
(process-long-option): Fix bug: Keep track of `optional' value-required
info and use this to determine whether or not the next element is to be
taken as the option arg.
2001-08-02 10:52:37 +00:00
Marius Vollmer
a482f2cc7b Added exception notice to all files.
(module-export!): Revert 2001-06-02 change.  It
caused more problems than it solved by accidentally re-exporting
importing bindings once in a while.
2001-06-03 23:29:45 +00:00
Thien-Thi Nguyen
64705682dd Update copyright.
Surround commentary w/ standard markers; nfc.
2001-05-06 09:40:32 +00:00
Jim Blandy
cb5d1fb73a Fix from Russ McManus:
* getopt-long.scm (parse-option-spec): Store 'optional as the
value-required? field for options that take optional values.
(process-short-option): Grab a value for the option when it takes
either an optional or required value.
1999-02-15 12:53:10 +00:00
Jim Blandy
4925695e21 * getopt-long.scm: Remove debugging calls to `pk'.
A new argument-processing package from Russ McManus.
* getopt-long.scm: New file.
* Makefile.am (ice9_sources): Added getopt-long.scm.
* Makefile.in: Regenerated.
1999-02-12 10:09:29 +00:00