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
...
*
infix: revise auto-detection.
Kaz Kylheku
2025-04-05
1
-17
/
+20
*
infix: whitespace fix.
Kaz Kylheku
2025-04-05
1
-1
/
+1
*
infix: define = operator mapping to identity
Kaz Kylheku
2025-04-05
1
-0
/
+2
*
infix: dynamic precedence algorithm
Kaz Kylheku
2025-04-04
1
-3
/
+8
*
infix: assignment must be right associative
Kaz Kylheku
2025-04-04
1
-1
/
+1
*
infix: adjust operator expected diagnostic.
Kaz Kylheku
2025-04-04
1
-1
/
+1
*
Initial implementation of infix expressions.
Kaz Kylheku
2025-04-03
2
-0
/
+196
*
expander: expand arguments after hook processing.
Kaz Kylheku
2025-04-02
1
-14
/
+16
*
signal: consider SIGSYS as synchronous signal.
Kaz Kylheku
2025-04-01
1
-3
/
+3
*
expand-hook-combine: bugfix.
Kaz Kylheku
2025-04-01
3
-15
/
+45
*
constantp: muffle all expander warnings.
Kaz Kylheku
2025-04-01
1
-2
/
+13
*
New function: expand-hook-combine.
Kaz Kylheku
2025-04-01
3
-0
/
+128
*
match: new pattern matching macro, match-tuple-case.
Kaz Kylheku
2025-04-01
4
-2
/
+98
*
New feature: *expand-hook*.
Kaz Kylheku
2025-03-31
3
-1
/
+150
*
New function keep: generalized keepqual.
Kaz Kylheku
2025-03-28
5
-0
/
+18
*
compiler: reduce some equal-based sequence functions.
Kaz Kylheku
2025-03-28
1
-0
/
+5
*
New function: remove.
Kaz Kylheku
2025-03-27
5
-5
/
+105
*
case synonyms for more readable case macros.
Kaz Kylheku
2025-03-24
2
-9
/
+41
*
rand: rearrange code to test fixnump first.
Kaz Kylheku
2025-03-23
1
-46
/
+46
*
rand: use PRNG bits more economically for small moduli.
Kaz Kylheku
2025-03-21
4
-61
/
+225
*
rand: eliminate small static function called only once.
Kaz Kylheku
2025-03-21
1
-8
/
+2
*
New macro: letrec.
Kaz Kylheku
2025-03-21
3
-1
/
+211
*
doc: document that let allows (var).
Kaz Kylheku
2025-03-21
1
-4
/
+12
*
place: fix bad indentation.
Kaz Kylheku
2025-03-11
1
-4
/
+4
*
Expose brace expansion bexp function.
Kaz Kylheku
2025-03-09
4
-175
/
+229
*
glob*: add string and integer ranges to brace expansion.
Kaz Kylheku
2025-03-08
3
-19
/
+229
*
repl: fix abort: tab completion over nonexistent package.
Kaz Kylheku
2025-03-07
1
-1
/
+1
*
New feature: range iteration with skip.
Kaz Kylheku
2025-03-07
4
-8
/
+122
*
New function: iterp.
Kaz Kylheku
2025-03-07
5
-31
/
+139
*
iterator API: reject objects that don't make sense.
Kaz Kylheku
2025-03-06
2
-14
/
+45
*
build: don't create .build_id file for non-users of build_id.
Kaz Kylheku
2025-02-25
1
-0
/
+4
*
configure: fix bad gcc verison check.
Kaz Kylheku
2025-02-18
1
-9
/
+24
*
Version 299.
txr-299
Kaz Kylheku
2025-02-16
6
-1198
/
+1257
*
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
[prev]
[next]