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
*
Refactoring internals of for/each operators.
Kaz Kylheku
2016-12-18
2
-69
/
+134
*
Adding prog and prog* macros.
Kaz Kylheku
2016-12-13
3
-1
/
+75
*
Cancel in-progress gc if handling async signal.
Kaz Kylheku
2016-12-12
3
-1
/
+28
*
Adding mismatch function.
Kaz Kylheku
2016-12-12
4
-0
/
+155
*
bugfix: find-max doesn't handle internal literals.
Kaz Kylheku
2016-12-12
1
-1
/
+2
*
Improve unbound function warning.
Kaz Kylheku
2016-12-12
1
-1
/
+5
*
Method lookup doesn't throw on nonexistent slots.
Kaz Kylheku
2016-12-11
1
-1
/
+2
*
New function: endp.
Kaz Kylheku
2016-12-10
4
-0
/
+37
*
doc: wording under listp
Kaz Kylheku
2016-12-10
1
-2
/
+6
*
New equot macro: expand then suppress evaluation.
Kaz Kylheku
2016-12-08
2
-0
/
+60
*
Version 162.
txr-162
Kaz Kylheku
2016-12-07
6
-144
/
+190
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
6
-11
/
+11
*
C++ regression in printer.
Kaz Kylheku
2016-12-07
1
-21
/
+23
*
parser: fix problems at EOF involving #; syntax.
Kaz Kylheku
2016-12-06
3
-34
/
+44
*
doc: dialect note about quasiquote.
Kaz Kylheku
2016-12-06
1
-0
/
+13
*
bugfix: , *sym printed as ,*sym.
Kaz Kylheku
2016-12-06
2
-5
/
+38
*
bugfix: print unquote/splice in dot position.
Kaz Kylheku
2016-12-05
1
-1
/
+19
*
Removes stray debug printf from lexer.
Kaz Kylheku
2016-12-04
1
-1
/
+0
*
Harden processing of character escapes.
Kaz Kylheku
2016-12-02
1
-4
/
+8
*
Adding functions fr^$, fr^, fr$ and frr.
Kaz Kylheku
2016-12-01
3
-0
/
+109
*
Adding curry_1234_1 function.
Kaz Kylheku
2016-12-01
2
-0
/
+16
*
Awk macro prn becomes function.
Kaz Kylheku
2016-12-01
2
-47
/
+60
*
bugfix: previous loop elision fix in awk.
Kaz Kylheku
2016-12-01
1
-1
/
+2
*
bugfix: awk must consume *args*.
Kaz Kylheku
2016-11-29
2
-1
/
+34
*
bugfix: awk elides loop despite begin/end clauses.
Kaz Kylheku
2016-11-29
1
-1
/
+2
*
conformance: handle macro wrong clause syntax.
Kaz Kylheku
2016-11-29
3
-2
/
+26
*
Expose compat option value as sys:compat variable.
Kaz Kylheku
2016-11-29
1
-0
/
+2
*
Awk: assignment to f doesn't yield new value.
Kaz Kylheku
2016-11-29
1
-2
/
+2
*
doc: return value of slotset
Kaz Kylheku
2016-11-29
1
-0
/
+5
*
Version 161.
txr-161
Kaz Kylheku
2016-11-27
4
-4
/
+14
*
Eliminate duplicated warning-suppressing function.
Kaz Kylheku
2016-11-28
4
-12
/
+12
*
bugfix: awk macro spews warnings.
Kaz Kylheku
2016-11-28
2
-9
/
+21
*
Version 160.
txr-160
Kaz Kylheku
2016-11-27
6
-600
/
+652
*
doc: update package example.
Kaz Kylheku
2016-11-27
1
-16
/
+16
*
doc: note about circular notation and hashes.
Kaz Kylheku
2016-11-27
1
-0
/
+13
*
doc: grammar under str-inaddr-net.
Kaz Kylheku
2016-11-27
1
-2
/
+2
*
Warn about unbound functions.
Kaz Kylheku
2016-11-27
2
-21
/
+25
*
bugfix: var environment in expansion of defun.
Kaz Kylheku
2016-11-27
1
-1
/
+4
*
Don't throw when printing (sys:quasi . atom).
Kaz Kylheku
2016-11-27
1
-2
/
+2
*
bugfix: read-print consistency for @(expr).
Kaz Kylheku
2016-11-27
1
-1
/
+1
*
doc: fix references to nonexistent title.
Kaz Kylheku
2016-11-26
1
-4
/
+4
*
New function to access exception subtype map.
Kaz Kylheku
2016-11-26
2
-3
/
+120
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
13
-32
/
+131
*
bugfix: quasilit read/print consistency, part 2.
Kaz Kylheku
2016-11-26
4
-16
/
+14
*
bugfix: quasilit read/print consistency, part 1.
Kaz Kylheku
2016-11-26
4
-42
/
+13
*
bugfix: dohash expander not making shadowing env.
Kaz Kylheku
2016-11-25
1
-1
/
+2
*
bugfix: expander traversing (sys:expr ...).
Kaz Kylheku
2016-11-25
1
-1
/
+1
*
bugfix: unbound var in IP-slash-notation functions.
Kaz Kylheku
2016-11-25
1
-6
/
+6
*
bugfix: op handles @rest in dot position.
Kaz Kylheku
2016-11-25
1
-1
/
+1
*
bugfix: don't expand @meta syntax as function call.
Kaz Kylheku
2016-11-24
1
-0
/
+2
[next]