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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffi: rework endian-type rput/rget routines on big endian.
Kaz Kylheku
2025-02-15
1
-24
/
+40
*
ffi: big endian: broken be-int16 closure return.
Kaz Kylheku
2025-02-13
1
-1
/
+1
*
ffi: big endian: broken int8 and uint8 return values.
Kaz Kylheku
2025-02-13
1
-4
/
+6
*
vm: missed cases of signal check in backwards branch
Kaz Kylheku
2025-02-07
1
-6
/
+15
*
read-until-match: streamline get_char calls.
Kaz Kylheku
2025-01-30
1
-3
/
+7
*
get-csv: further get-char optimization.
Kaz Kylheku
2025-01-30
1
-15
/
+6
*
get-csv: use unsafe version string-extend.
Kaz Kylheku
2025-01-30
3
-11
/
+49
*
string-extend: don't use set macro to update length.
Kaz Kylheku
2025-01-30
1
-1
/
+1
*
awk: add CSV support.
Kaz Kylheku
2025-01-30
3
-3
/
+82
*
get-csv: speed up with unsafe get-char.
Kaz Kylheku
2025-01-30
1
-4
/
+17
*
cobj: optimize subclass checks based on depth 1 assumption
Kaz Kylheku
2025-01-30
1
-10
/
+6
*
vector: ensure minimum alloc size.
Kaz Kylheku
2025-01-29
1
-6
/
+7
*
string-extend: grow faster.
Kaz Kylheku
2025-01-29
1
-2
/
+2
*
mkstring: minimum 7 char alloc size.
Kaz Kylheku
2025-01-29
1
-2
/
+3
*
build: remove HAVE_MALLOC_USABLE_SIZE.
Kaz Kylheku
2025-01-29
3
-66
/
+0
*
awk: use prepared lambdas for field separation.
Kaz Kylheku
2025-01-28
3
-64
/
+126
*
doc: *print-flo-format*: show string value in quotes.
Kaz Kylheku
2025-01-25
1
-1
/
+1
*
get-csv: bugfix: return nil on EOF.
Kaz Kylheku
2025-01-24
3
-5
/
+40
*
New functions for producing CSV.
Kaz Kylheku
2025-01-24
4
-0
/
+111
*
doc: split Data Interchange Support section.
Kaz Kylheku
2025-01-24
1
-1
/
+3
*
get-csv: refactor into switches.
Kaz Kylheku
2025-01-21
1
-19
/
+26
*
get-csv: rewrite in C.
Kaz Kylheku
2025-01-21
4
-91
/
+79
*
get-csv: use symbols for states.
Kaz Kylheku
2025-01-21
1
-45
/
+44
*
get-csv: simplify implementation by CR-LF folding.
Kaz Kylheku
2025-01-21
1
-30
/
+7
*
New function: get-csv.
Kaz Kylheku
2025-01-21
4
-0
/
+373
*
New macros for enumerated constants.
Kaz Kylheku
2025-01-20
4
-0
/
+174
*
Makefile: tidy up clean targets.
Kaz Kylheku
2025-01-17
1
-3
/
+12
*
lflow/lopip: optimize one argument situations via lop1.
Kaz Kylheku
2025-01-17
1
-21
/
+25
*
New macro: lop1.
Kaz Kylheku
2025-01-17
4
-3
/
+66
*
json: flat must override all effects of :standard
Kaz Kylheku
2025-01-16
3
-14
/
+40
*
put_json: bug: incorrect defaulting of flat argument.
Kaz Kylheku
2025-01-15
1
-2
/
+3
*
lop: don't insert args when metas present.
Kaz Kylheku
2025-01-08
3
-26
/
+114
*
Copyright year bump 2025.
Kaz Kylheku
2025-01-01
141
-143
/
+143
*
match-case: bugfix in conversion to casequal.
Kaz Kylheku
2024-12-20
2
-2
/
+3
*
Version 298.
txr-298
Kaz Kylheku
2024-12-17
4
-5
/
+17
*
listener: regression: txr bails when .txr-profile missing.
Kaz Kylheku
2024-12-16
1
-0
/
+3
*
Version 297.
txr-297
Kaz Kylheku
2024-12-16
6
-735
/
+771
*
bug: string range length signed/unsigned.
Kaz Kylheku
2024-12-16
1
-1
/
+2
*
string ranges: bug: ranges of length 1.
Kaz Kylheku
2024-12-15
3
-2
/
+24
*
tests for string range length.
Kaz Kylheku
2024-12-15
1
-0
/
+12
*
lib: fix g++ warning in map_common.
Kaz Kylheku
2024-12-11
1
-1
/
+1
*
quips: jab at Weller.
Kaz Kylheku
2024-12-08
1
-0
/
+1
*
switch to .txr-profile and .txr-history
Kaz Kylheku
2024-11-14
3
-19
/
+74
*
ffi: bug: flexible structure size calculation.
Kaz Kylheku
2024-10-07
1
-3
/
+2
*
copy: now handles range objects.
Kaz Kylheku
2024-10-01
4
-22
/
+20
*
refset, replace: adjust diagnostic for unsupported object.
Kaz Kylheku
2024-09-30
1
-2
/
+2
*
regex: closure operations don't output epsilon states.
Kaz Kylheku
2024-09-15
1
-6
/
+12
*
regex: bugfix: not taking full advantage of REGM_MATCH_DONE.
Kaz Kylheku
2024-09-15
1
-2
/
+2
*
regex: misleading comment.
Kaz Kylheku
2024-09-15
1
-1
/
+2
*
read-until-match: fix regression.
Kaz Kylheku
2024-09-14
3
-2
/
+21
[next]