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
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
28
-28
/
+28
*
bugfix: op module inversely depends on sys:l1-val.
Kaz Kylheku
2018-02-14
1
-23
/
+0
*
Version 189.
txr-189
Kaz Kylheku
2018-02-06
1
-1
/
+1
*
Version 188.
txr-188
Kaz Kylheku
2017-12-19
1
-1
/
+1
*
awk: condense implementation of range-macros.
Kaz Kylheku
2017-12-15
1
-36
/
+13
*
New feature: structure delegate streams.
Kaz Kylheku
2017-12-08
1
-0
/
+68
*
trace: bugfix: spurious "previously traced" warning
Kaz Kylheku
2017-12-08
1
-2
/
+2
*
Version 187.
txr-187
Kaz Kylheku
2017-11-17
1
-1
/
+1
*
awk: replace set-diff uses with diff.
Kaz Kylheku
2017-11-01
1
-4
/
+4
*
streams: allow "b" flag on open-command.
Kaz Kylheku
2017-10-30
1
-2
/
+2
*
awk: implement ranges right using functions.
Kaz Kylheku
2017-10-29
1
-53
/
+111
*
New convenience I/O functions for buffers.
Kaz Kylheku
2017-10-27
1
-0
/
+32
*
awk: fix buggy handling of new -- ranges.
Kaz Kylheku
2017-10-27
1
-21
/
+17
*
op/do: nice error if arguments are not provided.
Kaz Kylheku
2017-10-26
1
-0
/
+2
*
awk: bugfix: lack of hygiene in range implementation.
Kaz Kylheku
2017-10-26
1
-9
/
+10
*
awk: retrieve range flag vector once per iteration.
Kaz Kylheku
2017-10-25
1
-4
/
+6
*
awk: five new range operators.
Kaz Kylheku
2017-10-25
1
-12
/
+63
*
New variant of op: lop.
Kaz Kylheku
2017-10-19
1
-5
/
+16
*
Version 186.
txr-186
Kaz Kylheku
2017-09-16
1
-1
/
+1
*
places: use Lisp-1 macroexpansion where needed.
Kaz Kylheku
2017-09-15
1
-2
/
+2
*
Version 185.
txr-185
Kaz Kylheku
2017-08-30
1
-1
/
+1
*
bugfix: places: handling of lisp1 contexts.
Kaz Kylheku
2017-08-30
1
-3
/
+3
*
Rewriting op/do macros in Lisp.
Kaz Kylheku
2017-08-29
1
-0
/
+94
*
Version 184.
txr-184
Kaz Kylheku
2017-08-23
1
-1
/
+1
*
buf: new buffer stream.
Kaz Kylheku
2017-08-14
1
-0
/
+9
*
Evaluate doloop forms in an implicit tagbody.
Kaz Kylheku
2017-07-31
1
-1
/
+1
*
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
*
New macros doloop and doloop*.
Kaz Kylheku
2017-07-30
1
-0
/
+54
*
Version 183.
txr-183
Kaz Kylheku
2017-07-19
1
-1
/
+1
*
new function: nth
Kaz Kylheku
2017-07-18
1
-0
/
+3
*
getopts: New argument type :text.
Kaz Kylheku
2017-07-16
1
-2
/
+4
*
getopts: Fix broken custom function option type.
Kaz Kylheku
2017-07-16
1
-2
/
+2
*
global environment accessors can now create bindings.
Kaz Kylheku
2017-07-16
1
-8
/
+6
*
trace: allow format and * functions to be traced.
Kaz Kylheku
2017-07-16
1
-2
/
+5
*
Remove unused variable in placelet implementation.
Kaz Kylheku
2017-07-15
1
-1
/
+1
*
Version 182.
txr-182
Kaz Kylheku
2017-07-09
1
-1
/
+1
*
places: remove superfluous @1.
Kaz Kylheku
2017-07-09
1
-2
/
+2
*
structs: improve access to initfun and postinitfun.
Kaz Kylheku
2017-07-09
2
-3
/
+11
*
ffi: new make-zstruct function and znew macro.
Kaz Kylheku
2017-07-02
1
-0
/
+7
*
Version 181.
txr-181
Kaz Kylheku
2017-07-01
1
-1
/
+1
*
ffi: new macro, deffi-sym.
Kaz Kylheku
2017-06-26
1
-0
/
+12
*
Version 180.
txr-180
Kaz Kylheku
2017-06-25
1
-1
/
+1
*
awk macro: bugfix: non-use of redirection mode strings.
Kaz Kylheku
2017-06-19
1
-5
/
+3
*
awk macro: bugfix: :output file stream not closed.
Kaz Kylheku
2017-06-19
1
-1
/
+3
*
Version 179.
txr-179
Kaz Kylheku
2017-06-18
1
-1
/
+1
*
ffi: turn carray-sub into accessor.
Kaz Kylheku
2017-06-13
1
-0
/
+3
*
bugfix: autoload syntactic places.
Kaz Kylheku
2017-06-13
1
-2
/
+6
*
Version 178.
txr-178
Kaz Kylheku
2017-06-12
1
-1
/
+1
[next]