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
*
Fix regression in earlier commit:
Kaz Kylheku
2011-11-13
2
-2
/
+12
*
* match.c: Removed <assert.h>
Kaz Kylheku
2011-11-13
3
-2
/
+6
*
Bug #34813
Kaz Kylheku
2011-11-13
2
-0
/
+11
*
* parser.y: Correctly record line number info for regex.
Kaz Kylheku
2011-11-12
2
-1
/
+5
*
Improved line number reporting in errors and debug traces.
Kaz Kylheku
2011-11-12
2
-33
/
+28
*
Eliminate line numbers from the abstract syntax
Kaz Kylheku
2011-11-12
6
-243
/
+301
*
Infrastructure for storing line number information
Kaz Kylheku
2011-11-12
12
-82
/
+299
*
Bug #34799: errors in horizontal functions
Kaz Kylheku
2011-11-10
2
-6
/
+21
*
* txr.1: Document -l/--lisp-bindings.
Kaz Kylheku
2011-11-10
2
-0
/
+7
*
* match.c (opt_nobindings, opt_arraydims): Global
Kaz Kylheku
2011-11-10
5
-17
/
+44
*
Task #11583
Kaz Kylheku
2011-11-10
2
-0
/
+16
*
Task #11583
Kaz Kylheku
2011-11-10
2
-7
/
+27
*
* parser.l: Fixed wrong error message.
Kaz Kylheku
2011-11-10
2
-1
/
+5
*
* match.c (v_fun): Bugfix: if there is material after
Kaz Kylheku
2011-11-10
3
-20
/
+53
*
Minor.
Kaz Kylheku
2011-11-09
1
-1
/
+1
*
* txr.1: Documented horizontal function definitions and calls
Kaz Kylheku
2011-11-09
2
-37
/
+129
*
Task #11583
Kaz Kylheku
2011-11-09
2
-0
/
+28
*
* match.c (h_fun, v_fun): Slightly more informative tracing from failed
Kaz Kylheku
2011-11-09
2
-2
/
+7
*
* txr.vim: Missing coll keyword added.
Kaz Kylheku
2011-11-09
2
-1
/
+5
*
Task #11431. First cut at horizontal match functions.
Kaz Kylheku
2011-11-08
3
-25
/
+171
*
* txr.vim: Make sure whitespace is recognized after @.
Kaz Kylheku
2011-11-06
2
-4
/
+8
*
Task #11581 & bugfix.
Kaz Kylheku
2011-11-06
3
-5
/
+73
*
Task #11581
Kaz Kylheku
2011-11-06
7
-5
/
+171
*
* lib.c (env): Fixed inappropriate cut-and-pasted error messages.
Kaz Kylheku
2011-11-05
2
-3
/
+15
*
* match.c (dir_tables_init): Bugfix: horizontal @(some)
Kaz Kylheku
2011-11-05
2
-0
/
+6
*
* configure: Bugfixes. Before the compiler tests, we must
Kaz Kylheku
2011-11-05
2
-0
/
+15
*
Added #define NOMINMAX so <windows.h> since we have our own macros.
Kaz Kylheku
2011-11-05
1
-0
/
+1
*
Task #11442. Make work on MingW.
Kaz Kylheku
2011-11-05
3
-4
/
+69
*
Task #11442. Access to environment variables.
Kaz Kylheku
2011-11-05
5
-10
/
+68
*
* hash.c (ll_hash): Added a break in the case that handles
Kaz Kylheku
2011-11-04
2
-0
/
+7
*
* txr.c (help): Change year from 2009 to 2011.
Kaz Kylheku
2011-11-04
2
-1
/
+5
*
* tests/008/students.txr: Use disciplined collect with :vars.
Kaz Kylheku
2011-11-03
2
-4
/
+5
*
* tests/008/students.txr: Regexes removed.
Kaz Kylheku
2011-11-03
2
-2
/
+6
*
* txr.vim: Character literals.
Kaz Kylheku
2011-11-03
1
-4
/
+6
*
* txr.vim: Eliminated useless skip arguments from several regions.
Kaz Kylheku
2011-11-02
1
-3
/
+3
*
* txr.vim: Highlight variables inside directives and lists.
Kaz Kylheku
2011-11-02
1
-2
/
+4
*
* txr.vim: Added missing keywords.
Kaz Kylheku
2011-11-02
2
-2
/
+9
*
* genman.txr: Use filter for mapping month digits to names.
Kaz Kylheku
2011-11-01
2
-38
/
+14
*
* txr.vim: Added installation instructions.
Kaz Kylheku
2011-11-01
2
-0
/
+15
*
Syntax highlighting for Vim.
Kaz Kylheku
2011-11-01
2
-0
/
+54
*
Version 041
txr-041
Kaz Kylheku
2011-10-30
4
-4
/
+49
*
We don't include headers in headers in this project.
Kaz Kylheku
2011-10-30
4
-3
/
+11
*
Bug #34691
Kaz Kylheku
2011-10-30
2
-227
/
+220
*
* HACKING: Grammar fixes. Expanded on lazy strings a little bit.
Kaz Kylheku
2011-10-29
2
-35
/
+74
*
Bug #34657
Kaz Kylheku
2011-10-27
2
-12
/
+64
*
Bugfix: prepared_error_message variable needs to be gc-protected.
Kaz Kylheku
2011-10-26
4
-1
/
+18
*
Parse error handling improvements.
Kaz Kylheku
2011-10-26
5
-65
/
+141
*
* match.c (v_cat): Bugfix: unterminated variable argument list.
Kaz Kylheku
2011-10-26
3
-2
/
+8
*
Fixed lame @(cat) directive, without obsolescence phase.
Kaz Kylheku
2011-10-26
3
-21
/
+30
*
* filter.c (function_filter): Function removed.
Kaz Kylheku
2011-10-25
4
-18
/
+56
[next]