summaryrefslogtreecommitdiff
path: root/module/ice-9/getopt-long.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix record constructor in getopt-long....Mark H Weaver2012-11-081-3/+2
* Use default value for make-fluid in Scheme files...Andy Wingo2011-11-231-2/+2
* Implement #:stop-at-first-non-option option for getopt-long...Neil Jerram2011-05-261-3/+9
* Handle short option unclumping progressively, instead of all upfront...Neil Jerram2011-05-261-32/+25
* Simplify getopt-long handling of option values, esp with multiple occurrences...Neil Jerram2011-05-261-41/+11
* Fix "occurrances" typos in getopt-long code and test...Neil Jerram2011-05-261-2/+2
* getopt-long: arg parsing errors cause print and exit, not backtrace...Andy Wingo2011-02-101-48/+60
* getopt-long cleanups...Andy Wingo2011-02-101-38/+36
* getopt-long cleanup...Andy Wingo2011-02-101-71/+58
* getopt-long cleanup...Andy Wingo2011-02-101-6/+4
* getopt-long uses match:substring from (ice-9 regex)...Andy Wingo2011-02-101-11/+7
* match-lambda in getopt-long...Andy Wingo2011-02-101-22/+18
* getopt-long uses srfi-9 records internally...Andy Wingo2011-02-101-37/+22
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-13/+13
* Replace eval-case with eval-when...Andy Wingo2009-03-061-15/+10
* Fix interpretation of `(ice-9 getopt-long)'....Ludovic Courtès2009-02-201-1/+1
* Fix compilation of `(ice-9 getopt-long)'....Ludovic Courtès2009-02-201-13/+24
* move ice-9/ and oop/ under module/...Andy Wingo2008-11-011-0/+425