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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: improvements in reporting form in diagnostics.
Kaz Kylheku
2025-05-09
1
-5
/
+19
*
flet/labels: generate macro ancestor form,
Kaz Kylheku
2025-05-09
1
-0
/
+4
*
args: type check uses of dargs in places.
Kaz Kylheku
2025-05-07
1
-3
/
+3
*
New function: progf.
Kaz Kylheku
2025-05-02
1
-0
/
+23
*
callf, juxt: rewrite.
Kaz Kylheku
2025-05-02
1
-4
/
+27
*
expander: noexpand mechanism.
Kaz Kylheku
2025-04-19
1
-1
/
+10
*
Rebind *expand-hook* in load and compile-file.
Kaz Kylheku
2025-04-17
1
-0
/
+1
*
special-operator-p: don't report error entries as t.
Kaz Kylheku
2025-04-14
1
-1
/
+15
*
expander-let: rewrite in C.
Kaz Kylheku
2025-04-14
1
-1
/
+35
*
expand-hook: implement in macroexpand-1.
Kaz Kylheku
2025-04-08
1
-8
/
+35
*
expand-hook: process DWIM brackets forms.
Kaz Kylheku
2025-04-08
1
-5
/
+15
*
expand-hook: don't process symbol macros.
Kaz Kylheku
2025-04-08
1
-10
/
+0
*
expander: expand arguments after hook processing.
Kaz Kylheku
2025-04-02
1
-14
/
+16
*
expand-hook-combine: bugfix.
Kaz Kylheku
2025-04-01
1
-2
/
+2
*
constantp: muffle all expander warnings.
Kaz Kylheku
2025-04-01
1
-2
/
+13
*
New function: expand-hook-combine.
Kaz Kylheku
2025-04-01
1
-0
/
+25
*
New feature: *expand-hook*.
Kaz Kylheku
2025-03-31
1
-1
/
+44
*
New function keep: generalized keepqual.
Kaz Kylheku
2025-03-28
1
-0
/
+1
*
New function: remove.
Kaz Kylheku
2025-03-27
1
-0
/
+1
*
case synonyms for more readable case macros.
Kaz Kylheku
2025-03-24
1
-3
/
+9
*
New macro: letrec.
Kaz Kylheku
2025-03-21
1
-0
/
+44
*
New function: iterp.
Kaz Kylheku
2025-03-07
1
-0
/
+1
*
Copyright year bump 2025.
Kaz Kylheku
2025-01-01
1
-1
/
+1
*
lib: fix g++ warning in map_common.
Kaz Kylheku
2024-12-11
1
-1
/
+1
*
mapcar: introduce map as a synonym.
Kaz Kylheku
2024-08-14
1
-1
/
+6
*
keep-if, remove-if, keep-keys-if: mapfun argument.
Kaz Kylheku
2024-07-30
1
-3
/
+3
*
lib: get rid of internal rewindable iter nonsense.
Kaz Kylheku
2024-07-25
1
-1
/
+1
*
zip: more permissive implementation.
Kaz Kylheku
2024-07-24
1
-9
/
+11
*
New function: seq-like.
Kaz Kylheku
2024-07-23
1
-2
/
+3
*
New functions: find-maxes and find-mins.
Kaz Kylheku
2024-07-16
1
-0
/
+2
*
New funtion related to where function.
Kaz Kylheku
2024-07-11
1
-0
/
+4
*
New functions: cshuffle and cnshuffle.
Kaz Kylheku
2024-07-01
1
-0
/
+2
*
combi: fix permi and rpermi; impl combi, rcombi; test.
Kaz Kylheku
2024-06-24
1
-0
/
+2
*
New rpermi: iterator version of rperm
Kaz Kylheku
2024-06-19
1
-0
/
+1
*
New function: copy-iter.
Kaz Kylheku
2024-06-15
1
-0
/
+1
*
New permi: iterator version of perm.
Kaz Kylheku
2024-06-15
1
-0
/
+1
*
bugfix: one missing case of fmt_cat separator defaulting.
Kaz Kylheku
2024-05-27
1
-1
/
+1
*
quasiliterals: buffers in hex, separation for strings and buffers.
Kaz Kylheku
2024-05-27
1
-2
/
+6
*
quasilit: move separator defaulting to fmt_cat.
Kaz Kylheku
2024-05-03
1
-4
/
+5
*
buf: pprint produces hex, not raw bytes.
Kaz Kylheku
2024-05-03
1
-5
/
+14
*
New function: iter-cat.
Kaz Kylheku
2024-04-16
1
-0
/
+1
*
New function: lcons-force.
Kaz Kylheku
2024-04-04
1
-0
/
+1
*
New function: rangeref.
Kaz Kylheku
2024-03-07
1
-0
/
+1
*
mapcar: avoid alloca proportional to number of args.
Kaz Kylheku
2024-03-01
1
-2
/
+16
*
zip: make more generic.
Kaz Kylheku
2024-03-01
1
-7
/
+54
*
mapcar, mappend: switch to seq_build.
Kaz Kylheku
2024-02-27
1
-6
/
+9
*
New function: cons-count.
Kaz Kylheku
2024-02-09
1
-0
/
+1
*
New function: cons-find.
Kaz Kylheku
2024-02-09
1
-12
/
+1
*
New function: hist-sort-by.
Kaz Kylheku
2024-02-02
1
-0
/
+1
*
We need a length-< special method.
Kaz Kylheku
2024-01-19
1
-1
/
+1
[next]