summaryrefslogtreecommitdiffstats
path: root/args.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* gcc11: warnings related to struct args allocation..Kaz Kylheku2021-09-081-1/+7
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-2/+2
* quasistrings: reduce consing.Kaz Kylheku2020-05-301-0/+12
* umethod: use new dynamic args to avoid consing list.Kaz Kylheku2020-03-231-0/+1
* New type args with DARG type code.Kaz Kylheku2020-03-221-0/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* args: remove unused macro.Kaz Kylheku2018-11-141-4/+0
* 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