summaryrefslogtreecommitdiffstats
path: root/args.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* args: correction in assertion.Kaz Kylheku2021-06-071-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* warning cleanup: add casts for unused parameters.Kaz Kylheku2020-04-051-0/+2
* umethod: use new dynamic args to avoid consing list.Kaz Kylheku2020-03-231-0/+9
* New type args with DARG type code.Kaz Kylheku2020-03-221-0/+15
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Eliminate ALLOCA_H.Kaz Kylheku2018-12-311-1/+1
* args: new args reversing function.Kaz Kylheku2018-03-291-0/+11
* args: overhaul for clarity and reduced consing.Kaz Kylheku2018-03-091-2/+10
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* args: redesign args extractor to just use array.Kaz Kylheku2017-12-041-42/+13
* args: keyword extraction mechanism.Kaz Kylheku2017-12-011-0/+89
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Fix wrong memset in new args handling function.Kaz Kylheku2016-10-151-1/+1
* New function: args_cat_zap_from.Kaz Kylheku2016-10-091-0/+10
* Bugfix: wrong memset size in args_cat_zap.Kaz Kylheku2016-10-091-4/+5
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Combat spurious retention in args handling code.Kaz Kylheku2015-11-201-1/+1
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Introducing structs.Kaz Kylheku2015-09-021-0/+9
* Remove unused args_limit.Kaz Kylheku2015-08-231-8/+0
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-0/+13
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-16/+34
* Start of new way of handling variable arguments.Kaz Kylheku2015-08-171-0/+78