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
...
*
txr: stack protection in pattern language.
Kaz Kylheku
2021-06-24
3
-0
/
+13
*
limit print depth/width when diagnosing oveflow.
Kaz Kylheku
2021-06-24
1
-0
/
+11
*
doc: standardize on "user-defined".
Kaz Kylheku
2021-06-24
1
-7
/
+7
*
install-tests: use relative path in run.sh.
Kaz Kylheku
2021-06-24
1
-1
/
+1
*
parser: no string allocation when scanning floats.
Kaz Kylheku
2021-06-24
4
-195
/
+211
*
Test for stack overflow protection.
Kaz Kylheku
2021-06-24
2
-0
/
+34
*
file layout: moving share/txr/stdlib to stdlib.
Kaz Kylheku
2021-06-24
53
-13
/
+32
*
matcher: new looping macros.
Kaz Kylheku
2021-06-24
5
-0
/
+163
*
matcher: remove unused gensym.
Kaz Kylheku
2021-06-24
1
-1
/
+0
*
New: stack overflow protection.
Kaz Kylheku
2021-06-23
10
-3
/
+169
*
lib: use existing self variable.
Kaz Kylheku
2021-06-23
1
-2
/
+2
*
cmp_str: whitespace.
Kaz Kylheku
2021-06-23
1
-37
/
+37
*
long-suffix: fix crash reproducing on Cygwin.
Kaz Kylheku
2021-06-23
1
-3
/
+1
*
cyr: broken on 64 bit.
Kaz Kylheku
2021-06-23
1
-2
/
+3
*
c_str now takes a self argument.
Kaz Kylheku
2021-06-23
21
-231
/
+297
*
short-suffix, long-suffix: no match across slash.
Kaz Kylheku
2021-06-22
3
-8
/
+96
*
lib: rmismatch tests and bugfix.
Kaz Kylheku
2021-06-22
2
-1
/
+40
*
lib: optimize mismatch, rmismatch for strings.
Kaz Kylheku
2021-06-22
2
-3
/
+95
*
New functions: long-suffix, short-suffix.
Kaz Kylheku
2021-06-22
5
-0
/
+116
*
doc: formatting in quasiquote pattern matching.
Kaz Kylheku
2021-06-22
1
-1
/
+1
*
Dubious new functions cxr/cyr.
Kaz Kylheku
2021-06-21
6
-0
/
+141
*
lib: remove useless coerce.
Kaz Kylheku
2021-06-21
1
-1
/
+1
*
subprocesses: cygwin fixes.
Kaz Kylheku
2021-06-20
2
-5
/
+11
*
glob: support sequence of patterns argument.
Kaz Kylheku
2021-06-20
2
-12
/
+53
*
doc: recent typo.
Kaz Kylheku
2021-06-20
1
-1
/
+1
*
subprocesses: a few test cases.
Kaz Kylheku
2021-06-20
1
-0
/
+18
*
read/get-json: reject trailing junk in string input.
Kaz Kylheku
2021-06-20
4
-4
/
+106
*
streams: pipe streams not needed if we have fork.
Kaz Kylheku
2021-06-19
2
-3
/
+7
*
system: stop using popen if we have fork.
Kaz Kylheku
2021-06-19
3
-35
/
+62
*
Version 263
txr-263
Kaz Kylheku
2021-06-17
7
-828
/
+882
*
sysif: define passwd_s if we have <grp.h>.
Kaz Kylheku
2021-06-17
1
-1
/
+5
*
android: fix compiler noise about __ANDROID_API__
Kaz Kylheku
2021-06-17
1
-1
/
+1
*
op: add comment why cadr is not used.
Kaz Kylheku
2021-06-17
1
-0
/
+1
*
doc: bad grammar under FFI ptr type
Kaz Kylheku
2021-06-17
1
-1
/
+1
*
doc: formatting of meta-symbols under op.
Kaz Kylheku
2021-06-17
1
-16
/
+26
*
op: tests, and fix (op progn ...) situation
Kaz Kylheku
2021-06-17
2
-1
/
+73
*
New macro: flow.
Kaz Kylheku
2021-06-16
4
-1
/
+45
*
listener: new --noprofile option.
Kaz Kylheku
2021-06-16
4
-2
/
+16
*
txr-case: upkeep.
Kaz Kylheku
2021-06-16
4
-5
/
+48
*
math: forbid dubious inequality comparisons.
Kaz Kylheku
2021-06-15
3
-1
/
+71
*
subprocesses: don't bother saving descriptors.
Kaz Kylheku
2021-06-15
1
-2
/
+21
*
subprocesses: move fds_swizzle to child process.
Kaz Kylheku
2021-06-15
1
-29
/
+41
*
expander: bug: atoms in quasiliteral.
Kaz Kylheku
2021-06-15
2
-0
/
+18
*
defsymacro: regression: don't expand replacement.
Kaz Kylheku
2021-06-15
3
-26
/
+66
*
txr.1: Correction to compat note for 190.
Kaz Kylheku
2021-06-15
1
-1
/
+14
*
doc: problems in mkstemp
Kaz Kylheku
2021-06-15
1
-3
/
+3
*
subprocesses: diagnose streams with no fileno.
Kaz Kylheku
2021-06-15
1
-3
/
+9
*
vim: recognize #/.../ inside brace variables.
Kaz Kylheku
2021-06-15
1
-1
/
+1
*
unwind: unbind dyn env when diagnosing unhandled exception.
Kaz Kylheku
2021-06-14
1
-0
/
+2
*
streams: *stdnull* lazily opens /dev/null
Kaz Kylheku
2021-06-14
2
-9
/
+75
[prev]
[next]