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
*
listener: handle incomplete buf literals.
Kaz Kylheku
2017-07-30
1
-1
/
+23
*
New macros doloop and doloop*.
Kaz Kylheku
2017-07-30
3
-0
/
+236
*
doc: grammar under Ranges.
Kaz Kylheku
2017-07-29
1
-1
/
+1
*
genvim: flag trailing junk in #x #o #b literals.
Kaz Kylheku
2017-07-29
1
-9
/
+14
*
doc: struct literals: bad syntax synopsis.
Kaz Kylheku
2017-07-29
1
-1
/
+1
*
doc: grammar in setuid section.
Kaz Kylheku
2017-07-29
1
-1
/
+1
*
genvim: flag invalid # syntax.
Kaz Kylheku
2017-07-28
1
-0
/
+2
*
genvim: fix buggy tl_ident containing #.
Kaz Kylheku
2017-07-28
1
-1
/
+1
*
genvim: highlight buffer literals.
Kaz Kylheku
2017-07-28
1
-4
/
+11
*
genvim: bugfix for #x, #o and #b integer tokens
Kaz Kylheku
2017-07-27
1
-3
/
+3
*
lib: deprecate set-diff; extend set operations.
Kaz Kylheku
2017-07-26
4
-20
/
+164
*
Version 183.
txr-183
Kaz Kylheku
2017-07-19
7
-928
/
+984
*
doc: fix bad *args-full* heading.
Kaz Kylheku
2017-07-19
1
-1
/
+1
*
checkman: verify Special variables sections.
Kaz Kylheku
2017-07-19
1
-4
/
+4
*
doc: log-emerg et al are not special variables.
Kaz Kylheku
2017-07-19
1
-2
/
+2
*
Named filters now stored in new *filters* hash.
Kaz Kylheku
2017-07-19
3
-21
/
+64
*
gc: remove assertion from make_obj.
Kaz Kylheku
2017-07-19
1
-1
/
+0
*
doc: listener: parenthesis matching jumps forward also.
Kaz Kylheku
2017-07-18
1
-1
/
+1
*
doc: listener: remove bogus sentence.
Kaz Kylheku
2017-07-18
1
-2
/
+1
*
doc: ffi out semantics wrongly refers to in semantics.
Kaz Kylheku
2017-07-18
1
-1
/
+1
*
doc: *trace-output* font.
Kaz Kylheku
2017-07-18
1
-1
/
+1
*
doc: no such method as lambda-ref.
Kaz Kylheku
2017-07-18
1
-1
/
+1
*
doc: no such function as make-buffer
Kaz Kylheku
2017-07-18
1
-1
/
+1
*
doc: no ffi type operator "bits".
Kaz Kylheku
2017-07-18
1
-2
/
+2
*
find, pos: optimize and support objects properly.
Kaz Kylheku
2017-07-18
1
-21
/
+114
*
new function: nth
Kaz Kylheku
2017-07-18
5
-0
/
+44
*
new function: path-cat
Kaz Kylheku
2017-07-18
3
-0
/
+125
*
remove-path: exception semantics adjusted.
Kaz Kylheku
2017-07-17
2
-8
/
+14
*
lib: new function, relate.
Kaz Kylheku
2017-07-17
4
-0
/
+85
*
getopts: New argument type :text.
Kaz Kylheku
2017-07-16
2
-2
/
+8
*
getopts: Fix broken custom function option type.
Kaz Kylheku
2017-07-16
1
-2
/
+2
*
ffi: add offset argument to ffi buffer functions.
Kaz Kylheku
2017-07-16
3
-34
/
+72
*
regex: don't print superfluous parens around classes.
Kaz Kylheku
2017-07-16
1
-2
/
+2
*
format: support leading zero printing for floats.
Kaz Kylheku
2017-07-16
2
-3
/
+16
*
global environment accessors can now create bindings.
Kaz Kylheku
2017-07-16
2
-22
/
+18
*
bugfix: pattern language undefined warning system.
Kaz Kylheku
2017-07-16
1
-2
/
+3
*
trace: allow format and * functions to be traced.
Kaz Kylheku
2017-07-16
1
-2
/
+5
*
carray: add offset to carray-buf.
Kaz Kylheku
2017-07-15
3
-21
/
+61
*
Fix use of raw null constant in carray implementation.
Kaz Kylheku
2017-07-15
1
-1
/
+1
*
Remove unused variable in placelet implementation.
Kaz Kylheku
2017-07-15
1
-1
/
+1
*
bugfix: spurious warnings issued against lisp1 eval.
Kaz Kylheku
2017-07-14
1
-2
/
+8
*
New :lists feature in @(collect)/@(coll).
Kaz Kylheku
2017-07-11
3
-6
/
+47
*
doc: :vars not vars.
Kaz Kylheku
2017-07-11
1
-3
/
+6
*
txr-embeded-arg utility: use FFI types and buffers.
Kaz Kylheku
2017-07-10
1
-10
/
+7
*
Version 182.
txr-182
Kaz Kylheku
2017-07-09
7
-544
/
+588
*
doc: fix structure of section on compatibility.
Kaz Kylheku
2017-07-09
1
-4
/
+4
*
ffi: new function, zero-fill.
Kaz Kylheku
2017-07-09
3
-1
/
+67
*
places: remove superfluous @1.
Kaz Kylheku
2017-07-09
1
-2
/
+2
*
structs: improve access to initfun and postinitfun.
Kaz Kylheku
2017-07-09
6
-7
/
+202
*
doc: missing word in compat note 165.
Kaz Kylheku
2017-07-09
1
-1
/
+1
[next]