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
*
path-equal: enable and fix failing tests.
Kaz Kylheku
2021-10-20
1
-2
/
+3
*
pic: support parenthesis negative notation.
Kaz Kylheku
2021-10-19
1
-1
/
+22
*
pic: bug: handle ! in digit separator logic
Kaz Kylheku
2021-10-18
1
-1
/
+1
*
pic: preserve decimal period in ### overflow fill.
Kaz Kylheku
2021-10-18
1
-1
/
+4
*
doc: doc-syms refresh.
Kaz Kylheku
2021-10-18
1
-0
/
+1
*
pic: new feature: digit-separating commas.
Kaz Kylheku
2021-10-18
1
-3
/
+51
*
quips: five new ones: quippy day today.
Kaz Kylheku
2021-10-15
1
-0
/
+5
*
path-equal: propagate fixes from rel-path.
Kaz Kylheku
2021-10-11
1
-12
/
+10
*
rel-path: multiple bugs for native Windows.
Kaz Kylheku
2021-10-11
1
-21
/
+55
*
New path-equal function.
Kaz Kylheku
2021-10-10
1
-0
/
+14
*
rel-path: refactor, fix diagnostic message.
Kaz Kylheku
2021-10-10
1
-32
/
+29
*
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
[next]