summaryrefslogtreecommitdiffstats
path: root/args.h
Commit message (Expand)AuthorAgeFilesLines
* args: new args reversing function.Kaz Kylheku2018-03-291-0/+1
* args: overhaul for clarity and reduced consing.Kaz Kylheku2018-03-091-8/+4
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* args: redesign args extractor to just use array.Kaz Kylheku2017-12-041-2/+7
* args: keyword extraction mechanism.Kaz Kylheku2017-12-011-0/+5
* Remove unused args_init function.Kaz Kylheku2017-01-251-5/+0
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Fix bad mutation in arg handling.Kaz Kylheku2016-11-151-2/+1
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-301-0/+5
* New function: args_cat_zap_from.Kaz Kylheku2016-10-091-0/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Add five-arg variant of add_args.Kaz Kylheku2016-04-151-0/+12
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* New functions window-map and window-mappend.Kaz Kylheku2015-11-251-0/+5
* Combat spurious retention in args handling code.Kaz Kylheku2015-11-201-2/+5
* Introducing structs.Kaz Kylheku2015-09-021-0/+1
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-241-3/+14
* Remove unused args_limit.Kaz Kylheku2015-08-231-2/+0
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-1/+6
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-12/+81
* Start of new way of handling variable arguments.Kaz Kylheku2015-08-171-0/+83