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
...
*
sum-each, mul-each: handle no vars case.
Kaz Kylheku
2022-01-11
4
-10
/
+111
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
134
-136
/
+136
*
unwind: fix malformed #define.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
parser: bug: carriage returns in JSON causing errors.
Kaz Kylheku
2022-01-10
2
-356
/
+347
*
parser: remove unreachable scanner rule.
Kaz Kylheku
2022-01-10
1
-5
/
+0
*
json: add tests with multi-line literals.
Kaz Kylheku
2022-01-10
1
-0
/
+10
*
Casts have crept into the code not wrapped by macros.
Kaz Kylheku
2022-01-06
12
-47
/
+56
*
num_ex: eliminate ill-considered cast.
Kaz Kylheku
2022-01-06
1
-1
/
+1
*
quips: new one about C++ protected members.
Kaz Kylheku
2022-01-05
1
-0
/
+1
*
build: support CPPFLAGS.
Kaz Kylheku
2022-01-05
1
-2
/
+2
*
configure: more nuanced time_t treatment.
Kaz Kylheku
2022-01-04
1
-1
/
+47
*
lazy-str-get-trailing-list: spurious empty string issue.
Kaz Kylheku
2022-01-04
4
-28
/
+242
*
freeform: bug: account for consumed prefix.
Kaz Kylheku
2022-01-04
3
-1
/
+13
*
sysif: rlim constants: use signed/unsigned-agnostic macro.
Kaz Kylheku
2022-01-02
2
-3
/
+5
*
ffi: allow enumed bitfield.
Kaz Kylheku
2022-01-02
3
-22
/
+64
*
rlimit: var init problem due to large file offset.
Kaz Kylheku
2022-01-02
2
-0
/
+17
*
configure: support 64 bit time_t on glibc.
Kaz Kylheku
2021-12-30
1
-11
/
+36
*
configure: broken file offset bits detection.
Kaz Kylheku
2021-12-30
1
-1
/
+1
*
configure: file offset test: don't change config.h
Kaz Kylheku
2021-12-30
1
-2
/
+0
*
doc: "sme" typo under :delegate.
Kaz Kylheku
2021-12-30
1
-1
/
+1
*
configure: detect warning opts missing in older compilers.
Kaz Kylheku
2021-12-30
1
-2
/
+16
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
20
-151
/
+215
*
Makefile: way to clean only C sources.
Kaz Kylheku
2021-12-29
1
-1
/
+3
*
help: fix preprocessor directive in macro call.
Kaz Kylheku
2021-12-29
1
-3
/
+10
*
doc: spurious reference to car in search tree section.
Kaz Kylheku
2021-12-28
1
-1
/
+0
*
Version 273.
txr-273
Kaz Kylheku
2021-12-28
6
-915
/
+1002
*
doc: document *struct-clause-expander*.
Kaz Kylheku
2021-12-27
2
-0
/
+31
*
doc: stray reference to *place-macro*.
Kaz Kylheku
2021-12-27
1
-1
/
+1
*
match: allow bound variables with regex modifier.
Kaz Kylheku
2021-12-27
3
-1
/
+37
*
match: bad compile-error call in quasi matcher.
Kaz Kylheku
2021-12-27
1
-1
/
+1
*
doc: problems in qualisiteral pattern section.
Kaz Kylheku
2021-12-27
1
-4
/
+2
*
txr: do not ignore regex in positive match.
Kaz Kylheku
2021-12-27
3
-44
/
+40
*
txr: function span variable must match existing value.
Kaz Kylheku
2021-12-27
3
-22
/
+278
*
txr: allow variable to span vertical function.
Kaz Kylheku
2021-12-26
5
-7
/
+95
*
new feature: :mass-delegate struct clause macro.
Kaz Kylheku
2021-12-23
4
-0
/
+213
*
eval: fix optional parameter bug from 2014.
Kaz Kylheku
2021-12-23
2
-4
/
+17
*
new feature: defstruct clause macros.
Kaz Kylheku
2021-12-22
5
-18
/
+313
*
defstruct: refactor with local function.
Kaz Kylheku
2021-12-22
1
-147
/
+146
*
The pairlis function comes to TXR Lisp.
Kaz Kylheku
2021-12-22
6
-0
/
+87
*
New functions: subq, subql, subqual and subst.
Kaz Kylheku
2021-12-22
7
-5
/
+181
*
product/arithmetic each: missing block nil.
Kaz Kylheku
2021-12-20
3
-63
/
+91
*
maprodo: bugfix: spurious return value.
Kaz Kylheku
2021-12-20
1
-9
/
+7
*
less: bug, vectors not supported.
Kaz Kylheku
2021-12-20
2
-1
/
+23
*
tree: new functions for priority queue operation.
Kaz Kylheku
2021-12-18
5
-0
/
+156
*
tree: bugfix wrong tree-count.
Kaz Kylheku
2021-12-18
2
-2
/
+14
*
tree: support for duplicate keys.
Kaz Kylheku
2021-12-17
9
-28
/
+309
*
tree-count: new function.
Kaz Kylheku
2021-12-17
5
-2
/
+33
*
iter-reset: gc problem.
Kaz Kylheku
2021-12-17
1
-0
/
+3
*
iter-begin: gc problem.
Kaz Kylheku
2021-12-17
1
-4
/
+8
*
compiler: fix broken (compile '(lambda ...)).
Kaz Kylheku
2021-12-14
1
-15
/
+17
[prev]
[next]