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
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 284.
txr-284
Kaz Kylheku
2022-12-30
1
-1
/
+1
*
awk: new feature, res variable.
Kaz Kylheku
2022-12-30
2
-2
/
+5
*
doc: fix nonexistent macro name.
Kaz Kylheku
2022-12-30
1
-1
/
+1
*
quips: new one.
Kaz Kylheku
2022-12-10
1
-0
/
+1
*
compiler: runaway recursion in constant folding call.
Kaz Kylheku
2022-11-26
1
-1
/
+4
*
compiler: bug: some functions mustn't be constant-folded
Kaz Kylheku
2022-11-25
1
-5
/
+5
*
read-once: support globals properly.
Kaz Kylheku
2022-11-10
1
-2
/
+3
*
New feature: struct preludes.
Kaz Kylheku
2022-11-03
2
-2
/
+21
*
compiler: optimizations in catch.
Kaz Kylheku
2022-10-27
1
-46
/
+63
*
defstruct: new :inherit clause.
Kaz Kylheku
2022-10-17
1
-5
/
+14
*
Version 283.
txr-283
Kaz Kylheku
2022-10-16
1
-1
/
+1
*
New function: macroexpand-struct-clause.
Kaz Kylheku
2022-10-13
2
-0
/
+6
*
New function: macroexpand-match.
Kaz Kylheku
2022-10-13
2
-0
/
+6
*
New function: macroexpand-place.
Kaz Kylheku
2022-10-13
2
-6
/
+15
*
New function: macroexpand-params.
Kaz Kylheku
2022-10-13
2
-0
/
+8
*
structs: optional init-exprs now useful in :delegate
Kaz Kylheku
2022-10-11
1
-3
/
+13
*
json: support standard-style formatting.
Kaz Kylheku
2022-10-11
1
-0
/
+1
*
streams: new function inc-indent-abs.
Kaz Kylheku
2022-10-11
1
-3
/
+4
*
New quip: future-proof.
Kaz Kylheku
2022-10-10
1
-0
/
+1
*
defstruct: consolidate finalizers into one lambda.
Kaz Kylheku
2022-10-05
1
-6
/
+12
*
defstruct: refactor elimination of empty :init/:fini.
Kaz Kylheku
2022-10-05
1
-18
/
+18
*
define-struct-clause: reject :postfini
Kaz Kylheku
2022-10-04
1
-1
/
+1
*
oop: allow multiple :init, :fini, etc.
Kaz Kylheku
2022-10-04
1
-43
/
+29
*
New: %fun% mechanism for current function name.
Kaz Kylheku
2022-10-03
2
-15
/
+24
*
New method: str-addr.
Kaz Kylheku
2022-10-03
2
-0
/
+29
*
str-in6addr: bugfix: trailing zero in hex problem.
Kaz Kylheku
2022-10-03
1
-2
/
+4
*
New sockaddr-str function.
Kaz Kylheku
2022-10-02
2
-0
/
+10
*
New :postfini feature in defstruct.
Kaz Kylheku
2022-09-27
1
-2
/
+16
*
Version 282.
txr-282
Kaz Kylheku
2022-09-16
1
-1
/
+1
*
compiler: bug: bad basic-block merge across end insn.
Kaz Kylheku
2022-09-15
3
-6
/
+12
*
compiler: bug: scoping of lambda optionals.
Kaz Kylheku
2022-09-15
1
-17
/
+15
*
compiler: eliminate rename-var hack.
Kaz Kylheku
2022-09-15
1
-13
/
+6
*
compiler: unbundle v-reg allocation from env extension
Kaz Kylheku
2022-09-15
1
-6
/
+10
*
compiler: eliminate uses of cdar.
Kaz Kylheku
2022-09-14
1
-7
/
+9
*
compiler: bugfixes in dead code elimination
Kaz Kylheku
2022-09-13
1
-2
/
+2
*
Version 281.
txr-281
Kaz Kylheku
2022-09-03
1
-1
/
+1
*
New macro: close-lazy-streams.
Kaz Kylheku
2022-08-28
2
-0
/
+7
*
New function: search-all
Kaz Kylheku
2022-08-17
1
-0
/
+1
*
Version 280.
txr-280
Kaz Kylheku
2022-08-09
1
-1
/
+1
*
Version 279.
txr-279
Kaz Kylheku
2022-08-08
1
-1
/
+1
*
path-components-safe: proc tests only on Linux.
Kaz Kylheku
2022-07-30
1
-18
/
+20
*
path-components-safe: check symlink link count.
Kaz Kylheku
2022-07-30
1
-2
/
+3
*
path-components-safe: tighten /proc check
Kaz Kylheku
2022-07-30
1
-15
/
+14
*
path-components-safe: handle consecutive slashes.
Kaz Kylheku
2022-07-30
1
-4
/
+2
*
path-components-safe: repel /proc symlink attacks
Kaz Kylheku
2022-07-29
1
-17
/
+42
*
rel-path, path-equal: relocate.
Kaz Kylheku
2022-07-29
2
-105
/
+94
*
in6addr-str: remove useless regsub.
Kaz Kylheku
2022-07-27
1
-1
/
+0
*
Take advantage of substring support in regsub.
Kaz Kylheku
2022-07-27
3
-4
/
+4
*
path-components-safe: refactoring.
Kaz Kylheku
2022-07-25
1
-55
/
+37
*
New function: path-components-safe.
Kaz Kylheku
2022-07-25
2
-0
/
+73
[next]