index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
args.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
New functions: nested-vec-of and nested-vec.
Kaz Kylheku
2023-09-21
1
-0
/
+1
*
Use vargs typedef instead of struct args *.
Kaz Kylheku
2023-09-05
1
-35
/
+35
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
args: don't use C99 flexible array member.
Kaz Kylheku
2022-10-15
1
-6
/
+2
*
args: don't use alloca for const size cases.
Kaz Kylheku
2022-10-15
1
-2
/
+7
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
gcc11: warnings related to struct args allocation..
Kaz Kylheku
2021-09-08
1
-1
/
+7
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-2
/
+2
*
quasistrings: reduce consing.
Kaz Kylheku
2020-05-30
1
-0
/
+12
*
umethod: use new dynamic args to avoid consing list.
Kaz Kylheku
2020-03-23
1
-0
/
+1
*
New type args with DARG type code.
Kaz Kylheku
2020-03-22
1
-0
/
+1
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
args: remove unused macro.
Kaz Kylheku
2018-11-14
1
-4
/
+0
*
args: new args reversing function.
Kaz Kylheku
2018-03-29
1
-0
/
+1
*
args: overhaul for clarity and reduced consing.
Kaz Kylheku
2018-03-09
1
-8
/
+4
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
args: redesign args extractor to just use array.
Kaz Kylheku
2017-12-04
1
-2
/
+7
*
args: keyword extraction mechanism.
Kaz Kylheku
2017-12-01
1
-0
/
+5
*
Remove unused args_init function.
Kaz Kylheku
2017-01-25
1
-5
/
+0
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Fix bad mutation in arg handling.
Kaz Kylheku
2016-11-15
1
-2
/
+1
*
lambda-set method: treat [struct ...] as place.
Kaz Kylheku
2016-10-30
1
-0
/
+5
*
New function: args_cat_zap_from.
Kaz Kylheku
2016-10-09
1
-0
/
+1
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
Add five-arg variant of add_args.
Kaz Kylheku
2016-04-15
1
-0
/
+12
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
New functions window-map and window-mappend.
Kaz Kylheku
2015-11-25
1
-0
/
+5
*
Combat spurious retention in args handling code.
Kaz Kylheku
2015-11-20
1
-2
/
+5
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-0
/
+1
*
Replace two-step initialization of args with macros.
Kaz Kylheku
2015-08-24
1
-3
/
+14
*
Remove unused args_limit.
Kaz Kylheku
2015-08-23
1
-2
/
+0
*
Use of new args for function calls in interpreter.
Kaz Kylheku
2015-08-23
1
-1
/
+6
*
Large scale conversion to new way of handling arguments.
Kaz Kylheku
2015-08-23
1
-12
/
+81
*
Start of new way of handling variable arguments.
Kaz Kylheku
2015-08-17
1
-0
/
+83