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
*
Check .metn similarly to .codn and fix.
Kaz Kylheku
2016-04-26
2
-30
/
+31
*
Change .meta to single-argument.
Kaz Kylheku
2016-04-26
2
-10
/
+10
*
Check that arg 2 of .codn starts with punctuation.
Kaz Kylheku
2016-04-26
2
-5
/
+8
*
Change .codn and .code to fixed arity.
Kaz Kylheku
2016-04-26
2
-427
/
+471
*
Fix errors found by new checkman.txr.
Kaz Kylheku
2016-04-26
1
-21
/
+21
*
Adding manual page checker.
Kaz Kylheku
2016-04-26
2
-1
/
+80
*
Check man page for errors when generating PDF.
Kaz Kylheku
2016-04-26
1
-1
/
+1
*
Pretty print filename in assertion.
Kaz Kylheku
2016-04-25
1
-2
/
+2
*
Version 139.
txr-139
Kaz Kylheku
2016-04-22
6
-428
/
+471
*
Spring cleaning: find wrong wrong troff macros.
Kaz Kylheku
2016-04-22
1
-60
/
+61
*
Recycle temporary list-of-lists in mapping functions.
Kaz Kylheku
2016-04-22
1
-3
/
+9
*
Support list of paths in ftw.
Kaz Kylheku
2016-04-22
2
-0
/
+59
*
Optimization in path-private-to-me-p.
Kaz Kylheku
2016-04-22
1
-8
/
+8
*
Don't quote path in load and @(load) diagnostics.
Kaz Kylheku
2016-04-22
2
-6
/
+6
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
6
-23
/
+44
*
Rename misleadingly named out_str_pretty function.
Kaz Kylheku
2016-04-21
1
-5
/
+5
*
Harmonize rules for string and character printing.
Kaz Kylheku
2016-04-21
1
-9
/
+24
*
Handle non-UTF-8 byte in regex scanned from string.
Kaz Kylheku
2016-04-21
1
-0
/
+6
*
Regex syntax errors trigger exception.
Kaz Kylheku
2016-04-21
1
-1
/
+5
*
Diagnose out-of-range char to UTF-8 conversion.
Kaz Kylheku
2016-04-21
1
-1
/
+3
*
Better job of diagnosing out-of-range char escapes.
Kaz Kylheku
2016-04-21
1
-2
/
+9
*
Integrating fnmatch.
Kaz Kylheku
2016-04-20
3
-0
/
+127
*
linenoise: g++ signed/unsigned warnings.
Kaz Kylheku
2016-04-20
1
-4
/
+5
*
ftw.c affected by g++/glibc issue __USE_GNU is defined.
Kaz Kylheku
2016-04-20
1
-0
/
+2
*
Recycle conses in unget-char and read-until-match.
Kaz Kylheku
2016-04-20
3
-5
/
+9
*
Mechanism for recycling conses outside of GC.
Kaz Kylheku
2016-04-20
3
-2
/
+52
*
Bugfix: optional arg defaulting in get-string.
Kaz Kylheku
2016-04-20
1
-1
/
+2
*
read-until-match can optionally keep matched text.
Kaz Kylheku
2016-04-20
5
-38
/
+50
*
Fix broken read_until_match.
Kaz Kylheku
2016-04-19
1
-17
/
+51
*
Allow unlimited character pushback in unget-char.
Kaz Kylheku
2016-04-19
3
-22
/
+25
*
Incorrect format args in string stream code.
Kaz Kylheku
2016-04-19
1
-1
/
+1
*
Fix broken unget_char over string input streams.
Kaz Kylheku
2016-04-19
1
-1
/
+1
*
Bugfix: allow newline in regex parsing from string.
Kaz Kylheku
2016-04-18
1
-1
/
+7
*
Trailing whitespace.
Kaz Kylheku
2016-04-18
1
-1
/
+1
*
Bugfix: @(if expr) not macro-expanding expr.
Kaz Kylheku
2016-04-18
1
-2
/
+2
*
Fix inconsistency of Lisp var visibility in TXR.
Kaz Kylheku
2016-04-17
2
-41
/
+69
*
Bugfix: @(output) not expanding some Lisp exprs.
Kaz Kylheku
2016-04-17
1
-1
/
+1
*
Valgrind support in continuations.
Kaz Kylheku
2016-04-16
1
-1
/
+18
*
Put notes into cadr sources that they are generated.
Kaz Kylheku
2016-04-16
4
-0
/
+12
*
Version 138.
txr-138
Kaz Kylheku
2016-04-16
6
-318
/
+391
*
Improve sock-peer documentation.
Kaz Kylheku
2016-04-16
1
-19
/
+20
*
Block absconds across foreign frames.
Kaz Kylheku
2016-04-16
1
-0
/
+4
*
Doc for sys:abscond* references nonexistent sym.
Kaz Kylheku
2016-04-16
1
-1
/
+1
*
Notes on glob and exceptions.
Kaz Kylheku
2016-04-15
1
-0
/
+19
*
Fix internal error: bug in data stream opening logic.
Kaz Kylheku
2016-04-15
1
-2
/
+3
*
Glob-related variables wrongly documented as special.
Kaz Kylheku
2016-04-15
1
-1
/
+1
*
Close source files after parsing.
Kaz Kylheku
2016-04-15
4
-2
/
+17
*
glob bugfix: always clear callback global.
Kaz Kylheku
2016-04-15
1
-2
/
+2
*
Adding ftw function.
Kaz Kylheku
2016-04-15
6
-0
/
+444
*
Expose stat_to_struct outside of sysif.
Kaz Kylheku
2016-04-15
2
-1
/
+5
[next]