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 271.
txr-271
Kaz Kylheku
2021-10-05
1
-1
/
+1
*
awk: :fields specifies conversions.
Kaz Kylheku
2021-10-04
2
-43
/
+80
*
ffi: add cptr-carray function.
Paul A. Patience
2021-10-02
1
-0
/
+1
*
awk: new :fields feature for named fields.
Kaz Kylheku
2021-10-01
1
-30
/
+48
*
compiler: peephole: recalc and rescan in a few more cases.
Kaz Kylheku
2021-09-30
1
-0
/
+9
*
compiler: fix up linkage and recalc liveness in one peephole case.
Kaz Kylheku
2021-09-30
1
-8
/
+11
*
compiler: eliminate some redundant hash lookups.
Kaz Kylheku
2021-09-30
1
-11
/
+12
*
compiler: eliminate basic-block next-block method.
Kaz Kylheku
2021-09-30
1
-23
/
+19
*
compiler: cosmetic: merge set assignments.
Kaz Kylheku
2021-09-30
1
-7
/
+7
*
compiler: improvement in next-block linking.
Kaz Kylheku
2021-09-29
1
-3
/
+3
*
compiler: remove impossible cases in jump threading.
Kaz Kylheku
2021-09-29
1
-8
/
+4
*
compiler: peephole: merge basic blocks when jmp removed.
Kaz Kylheku
2021-09-29
1
-5
/
+16
*
compiler: code clean-up in peephole optimizer.
Kaz Kylheku
2021-09-28
1
-5
/
+5
*
quips: one in French.
Kaz Kylheku
2021-09-26
1
-0
/
+1
*
New variable: *child-env*.
Kaz Kylheku
2021-09-26
1
-0
/
+1
*
New function: replace-env.
Kaz Kylheku
2021-09-25
1
-0
/
+1
*
path access tests: use real credentials.
Kaz Kylheku
2021-09-25
1
-13
/
+13
*
path-search: rewrite in C with saner semantics.
Kaz Kylheku
2021-09-25
1
-13
/
+0
*
New variants of each operator for sum and product.
Kaz Kylheku
2021-09-23
3
-1
/
+92
*
math: quantile estimator using P-Squared algorithm.
Kaz Kylheku
2021-09-22
1
-0
/
+1
*
compiler: reduce single-arg logior and logand.
Paul A. Patience
2021-09-14
1
-1
/
+1
*
defset: add set-mask and clear-mask.
Paul A. Patience
2021-09-14
5
-24
/
+35
*
compiler: fix random perturbance in reg allocation.
Kaz Kylheku
2021-09-14
1
-2
/
+2
*
ffi, sockets: add sock-opt and sock-set-opt.
Paul A. Patience
2021-09-12
2
-0
/
+38
*
sockets: remove excess apostrophe in sock-peer.
Paul A. Patience
2021-09-11
1
-1
/
+1
*
matcher: use function for match and match-ecase error.
Kaz Kylheku
2021-09-10
1
-2
/
+8
*
exceptions: hack to store errno in string object.
Kaz Kylheku
2021-09-07
1
-12
/
+14
*
string-finish: new function.
Kaz Kylheku
2021-09-07
1
-0
/
+1
*
ffi: ffi macro uses load-time.
Kaz Kylheku
2021-09-06
1
-1
/
+1
*
ffi: add socklen-t type.
Paul A. Patience
2021-09-06
1
-17
/
+18
*
load: new macros push-after-load and pop-after-load.
Kaz Kylheku
2021-09-03
1
-0
/
+2
*
New function: delcons.
Kaz Kylheku
2021-09-02
1
-0
/
+1
*
load: new *load-hooks* feature.
Kaz Kylheku
2021-09-02
1
-0
/
+1
*
compiler: fix output path of compiled files.
Paul A. Patience
2021-09-01
1
-1
/
+1
*
Version 270.
txr-270
Kaz Kylheku
2021-08-30
1
-1
/
+1
*
buf, carray: remove de trop binding in accessors.
Paul A. Patience
2021-08-29
1
-6
/
+2
*
Version 269.
txr-269
Kaz Kylheku
2021-08-28
1
-1
/
+1
*
rand: provide random-buf function.
Kaz Kylheku
2021-08-26
1
-0
/
+1
*
ffi: provide mmap through carray.
Kaz Kylheku
2021-08-22
1
-0
/
+21
*
matcher: rename error-throwing macros.
Kaz Kylheku
2021-08-19
2
-9
/
+9
*
New ecase macros.
Kaz Kylheku
2021-08-18
1
-0
/
+6
*
ffi: fix broken deffi support for variadic functions.
Kaz Kylheku
2021-08-17
1
-1
/
+2
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
42
-546
/
+546
*
quips: new system-programming-related quips.
Kaz Kylheku
2021-08-16
1
-0
/
+2
*
doc-syms: update.
Kaz Kylheku
2021-08-15
1
-3
/
+5
*
getaddrinfo: implement canonname.
Kaz Kylheku
2021-08-15
1
-1
/
+2
*
doc: improve.
Paul A. Patience
2021-08-14
1
-2
/
+3
*
matcher: new must-match and must-match-case macros.
Kaz Kylheku
2021-08-13
1
-0
/
+15
*
Version 268.
txr-268
Kaz Kylheku
2021-08-07
1
-1
/
+1
*
txr: @(eof) takes argument for binding termination status.
Kaz Kylheku
2021-08-05
1
-0
/
+1
[prev]
[next]