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
...
*
bugfix: n-ary arith functions must check single arg.
Kaz Kylheku
2017-08-05
2
-9
/
+60
*
Add sum and prod convenience functions.
Kaz Kylheku
2017-08-05
4
-0
/
+60
*
New functions digpow and digits.
Kaz Kylheku
2017-08-05
3
-0
/
+143
*
Bugfix: (sys:expr . atom) bad syntax out of parser.
Kaz Kylheku
2017-08-02
1
-1
/
+1
*
Bi-directional string tree match for non-vars.
Kaz Kylheku
2017-08-02
2
-2
/
+40
*
doc: aret description refers to ret.
Kaz Kylheku
2017-08-02
1
-1
/
+1
*
doc: explain qref and uref.
Kaz Kylheku
2017-08-02
1
-6
/
+17
*
doc: note about global symbol macros.
Kaz Kylheku
2017-08-02
1
-0
/
+4
*
doc: missing formatting in qref equivalence.
Kaz Kylheku
2017-08-02
1
-0
/
+2
*
doc: mention listener in Lisp intro.
Kaz Kylheku
2017-08-02
1
-4
/
+6
*
doc: cross reference different #b.
Kaz Kylheku
2017-08-02
1
-0
/
+13
*
bugfix: spurious nils in pad function's output.
Kaz Kylheku
2017-08-02
1
-5
/
+6
*
genvim: ^ is constituent of identifiers.
Kaz Kylheku
2017-08-01
1
-1
/
+1
*
Evaluate doloop forms in an implicit tagbody.
Kaz Kylheku
2017-07-31
2
-12
/
+22
*
doc: note about label symbols in tagbody.
Kaz Kylheku
2017-07-31
1
-0
/
+11
*
Small code cleanup in tagbody.
Kaz Kylheku
2017-07-31
1
-4
/
+3
*
bugfix: tagbody mustn't expose anonymous block.
Kaz Kylheku
2017-07-30
1
-8
/
+9
*
Optimize trivial tagbody.
Kaz Kylheku
2017-07-30
1
-35
/
+37
*
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
[prev]
[next]