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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* match.c (dir_tables_init): Bugfix: horizontal @(some)
Kaz Kylheku
2011-11-05
1
-0
/
+5
*
* configure: Bugfixes. Before the compiler tests, we must
Kaz Kylheku
2011-11-05
1
-0
/
+8
*
Task #11442. Make work on MingW.
Kaz Kylheku
2011-11-05
1
-0
/
+9
*
Task #11442. Access to environment variables.
Kaz Kylheku
2011-11-05
1
-0
/
+16
*
* hash.c (ll_hash): Added a break in the case that handles
Kaz Kylheku
2011-11-04
1
-0
/
+6
*
* txr.c (help): Change year from 2009 to 2011.
Kaz Kylheku
2011-11-04
1
-0
/
+4
*
* tests/008/students.txr: Use disciplined collect with :vars.
Kaz Kylheku
2011-11-03
1
-0
/
+4
*
* tests/008/students.txr: Regexes removed.
Kaz Kylheku
2011-11-03
1
-0
/
+4
*
* txr.vim: Added missing keywords.
Kaz Kylheku
2011-11-02
1
-0
/
+4
*
* genman.txr: Use filter for mapping month digits to names.
Kaz Kylheku
2011-11-01
1
-0
/
+5
*
* txr.vim: Added installation instructions.
Kaz Kylheku
2011-11-01
1
-0
/
+4
*
Syntax highlighting for Vim.
Kaz Kylheku
2011-11-01
1
-0
/
+6
*
Version 041
txr-041
Kaz Kylheku
2011-10-30
1
-0
/
+45
*
We don't include headers in headers in this project.
Kaz Kylheku
2011-10-30
1
-0
/
+10
*
Bug #34691
Kaz Kylheku
2011-10-30
1
-0
/
+18
*
* HACKING: Grammar fixes. Expanded on lazy strings a little bit.
Kaz Kylheku
2011-10-29
1
-0
/
+6
*
Bug #34657
Kaz Kylheku
2011-10-27
1
-0
/
+8
*
Bugfix: prepared_error_message variable needs to be gc-protected.
Kaz Kylheku
2011-10-26
1
-0
/
+11
*
Parse error handling improvements.
Kaz Kylheku
2011-10-26
1
-0
/
+26
*
* match.c (v_cat): Bugfix: unterminated variable argument list.
Kaz Kylheku
2011-10-26
1
-0
/
+6
*
Fixed lame @(cat) directive, without obsolescence phase.
Kaz Kylheku
2011-10-26
1
-0
/
+8
*
* configure: put in set -u to trap unbound variables,
Kaz Kylheku
2011-10-25
1
-0
/
+5
*
* match.c (filter_s): New symbol variable.
Kaz Kylheku
2011-10-25
1
-0
/
+9
*
dep.mk: Regenerated.
Kaz Kylheku
2011-10-25
1
-0
/
+4
*
Shorthand for filters which map multiple texts to a common
Kaz Kylheku
2011-10-25
1
-0
/
+18
*
* parser.y: Remove mention of nonexistent terminal \\
Kaz Kylheku
2011-10-25
1
-0
/
+5
*
* txr.1: Updated.
Kaz Kylheku
2011-10-25
1
-0
/
+2
*
* filter.c (fun_k): New keyword variable.
Kaz Kylheku
2011-10-25
1
-0
/
+8
*
* match.c (v_bind): Use sem_error to throw errors with line number
Kaz Kylheku
2011-10-25
1
-0
/
+5
*
Bugs #34641, #34629.
Kaz Kylheku
2011-10-24
1
-0
/
+9
*
* filter.c (function_filter): New function.
Kaz Kylheku
2011-10-24
1
-0
/
+23
*
Turning attention to some plumbing.
Kaz Kylheku
2011-10-24
1
-0
/
+15
*
* tests/007/except-1.txr: Use next :list instead
Kaz Kylheku
2011-10-23
1
-0
/
+6
*
* match.c (list_k, string_k): New keyword symbol variables.
Kaz Kylheku
2011-10-23
1
-0
/
+9
*
* match.c (h_skip): Bugfix: bad agument list in debugf call.
Kaz Kylheku
2011-10-23
1
-0
/
+4
*
Task #11474
Kaz Kylheku
2011-10-22
1
-0
/
+26
*
* filter.c (get_filter_trie): Function renamed to get_filter. A filter
Kaz Kylheku
2011-10-22
1
-0
/
+15
*
Task #11474
Kaz Kylheku
2011-10-22
1
-0
/
+26
*
Fix incorrect ChangeLog entry.
Kaz Kylheku
2011-10-21
1
-3
/
+2
*
* match.c (v_collect): Regression bugfix. Make it work like the comment
Kaz Kylheku
2011-10-21
1
-0
/
+8
*
* match.c (v_collect): Regression bugfix. Make it work like the comment
Kaz Kylheku
2011-10-21
1
-0
/
+6
*
Implementing @(set) directive for assigning to variables
Kaz Kylheku
2011-10-21
1
-0
/
+10
*
* match.c (v_output): When appending output to a variable,
Kaz Kylheku
2011-10-21
1
-0
/
+8
*
New features. Strling list output streams in stream
Kaz Kylheku
2011-10-21
1
-0
/
+28
*
* lib.c (proper_plist_to_alist, improper_plist_to_alist): New
Kaz Kylheku
2011-10-21
1
-0
/
+15
*
Bug #34609
Kaz Kylheku
2011-10-20
1
-0
/
+8
*
Spelling.
Kaz Kylheku
2011-10-20
1
-1
/
+1
*
Version 040
txr-040
Kaz Kylheku
2011-10-20
1
-0
/
+26
*
Task #11425
Kaz Kylheku
2011-10-19
1
-0
/
+12
*
Task #11425
Kaz Kylheku
2011-10-19
1
-0
/
+17
[next]