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: cached sigmask not populated from OS sigmask.
Kaz Kylheku
2016-01-19
1
-3
/
+3
*
Add missing txr words to syntax highlighting.
Kaz Kylheku
2016-01-19
1
-1
/
+2
*
Grammar fix under string quasiliterals.
Kaz Kylheku
2016-01-19
1
-1
/
+1
*
Grammar fix under cadr function.
Kaz Kylheku
2016-01-19
1
-1
/
+1
*
Fix regression: get-char on string input stream.
Kaz Kylheku
2016-01-19
1
-2
/
+3
*
Relax input type constraint in vec-list.
Kaz Kylheku
2016-01-18
1
-4
/
+1
*
New random-state-get-vec function.
Kaz Kylheku
2016-01-18
8
-15
/
+127
*
random: wrong mask width for power-of-two moduli.
Kaz Kylheku
2016-01-18
4
-61
/
+67
*
Don't allow non-positive modulus in rand and random.
Kaz Kylheku
2016-01-18
2
-20
/
+29
*
New function, split*.
Kaz Kylheku
2016-01-17
4
-8
/
+63
*
Fix incorrect split examples.
Kaz Kylheku
2016-01-17
1
-3
/
+3
*
partition* bugfix: ignore negative indices consistently.
Kaz Kylheku
2016-01-17
1
-9
/
+14
*
partition* bugfix: incorrect behavior for 0.
Kaz Kylheku
2016-01-17
1
-1
/
+1
*
Apply partition/split bugfix to partition*.
Kaz Kylheku
2016-01-17
1
-4
/
+4
*
Bugfix: env-hash discarding characters after =.
Kaz Kylheku
2016-01-17
1
-2
/
+5
*
Version 132.
txr-132
Kaz Kylheku
2016-01-15
6
-549
/
+573
*
Retroactively fix recent inconsistent formatting.
Kaz Kylheku
2016-01-15
1
-10
/
+10
*
New :mandatory keyword in until/last clauses.
Kaz Kylheku
2016-01-15
4
-24
/
+132
*
Gather bugfix: support empty :vars.
Kaz Kylheku
2016-01-15
1
-2
/
+5
*
Bugfix: *print-flo-format* used for integer output.
Kaz Kylheku
2016-01-14
1
-0
/
+2
*
Improve n-ary minus like newly added division.
Kaz Kylheku
2016-01-14
1
-3
/
+13
*
Optimization in n-ary numeric functions.
Kaz Kylheku
2016-01-14
1
-5
/
+12
*
Fix omission: the / function becomes n-ary.
Kaz Kylheku
2016-01-13
4
-3
/
+25
*
bugfix: no location info for unbound var in dohash.
Kaz Kylheku
2016-01-13
1
-5
/
+5
*
The identity function gets an alias: use.
Kaz Kylheku
2016-01-13
2
-1
/
+23
*
Pastes produced using :read are now numbered.
Kaz Kylheku
2016-01-13
1
-4
/
+6
*
Support crypt function.
Kaz Kylheku
2016-01-13
3
-0
/
+73
*
Don't clobber conf_ldflags.
Kaz Kylheku
2016-01-13
1
-1
/
+1
*
Support extra linker flags.
Kaz Kylheku
2016-01-13
1
-1
/
+1
*
Version 131.
txr-131
Kaz Kylheku
2016-01-12
4
-4
/
+32
*
Fix broken print of semicolon after ctrl char.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
Regex printing not escaping [ and ].
Kaz Kylheku
2016-01-12
1
-1
/
+2
*
Print control chars in regexes using \x.
Kaz Kylheku
2016-01-12
3
-54
/
+72
*
Pretty-print DEL and U+DCxx str char using \xHEX.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
regex_print: [ and ] in char class must be escaped.
Kaz Kylheku
2016-01-12
1
-1
/
+1
*
Remove redundant assert in mem allocation functions.
Kaz Kylheku
2016-01-10
1
-3
/
+0
*
Reduce scope of variable in cat_str.
Kaz Kylheku
2016-01-10
1
-2
/
+2
*
New internal function scat: variable arg cat_str.
Kaz Kylheku
2016-01-10
4
-7
/
+88
*
GC-correct order in copy_lazy_str.
Kaz Kylheku
2016-01-10
1
-2
/
+2
*
Don't record form as its own macro origin.
Kaz Kylheku
2016-01-09
1
-2
/
+2
*
Rework lazy string optimization done in TXR 118.
Kaz Kylheku
2016-01-09
1
-26
/
+10
*
Use struct instead of cons for lazy string fields.
Kaz Kylheku
2016-01-09
3
-20
/
+37
*
New internal function for copying malloced object.
Kaz Kylheku
2016-01-09
2
-0
/
+9
*
Squash compiler complaint about _BSD_SOURCE.
Kaz Kylheku
2016-01-08
1
-1
/
+1
*
Fix Valgrind integration breakage.
Kaz Kylheku
2016-01-07
1
-1
/
+1
*
Version 130.
txr-130
Kaz Kylheku
2016-01-05
6
-324
/
+372
*
Bad formatting under data directive.
Kaz Kylheku
2016-01-05
1
-1
/
+1
*
Clarify same-sequence semantics of swap, rotate, shift.
Kaz Kylheku
2016-01-04
1
-0
/
+42
*
Static slots mustn't trigger instantiation.
Kaz Kylheku
2016-01-04
1
-2
/
+3
*
Revert chr-isdigit/isxdigit, provide new functions.
Kaz Kylheku
2016-01-04
4
-8
/
+32
[prev]
[next]