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
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added evaluation support for quote and quasiquote with unquotes.
Kaz Kylheku
2011-11-28
1
-5
/
+4
*
* match.c (subst_vars): Handle expr_s, so that
Kaz Kylheku
2011-11-26
1
-6
/
+14
*
Task #11436
Kaz Kylheku
2011-11-26
1
-41
/
+56
*
* match.c (h_coll): Use getplist_f to distinguish
Kaz Kylheku
2011-11-24
1
-2
/
+3
*
* lib.c (getplist_f): New function.
Kaz Kylheku
2011-11-24
1
-2
/
+3
*
* match.c (match_funcall): Set source location info for
Kaz Kylheku
2011-11-24
1
-0
/
+1
*
* lib.c (plus, minus): Fixed wrong assertion which would incorrectly
Kaz Kylheku
2011-11-23
1
-1
/
+2
*
Semantics change. If a variable is followed by a mixture
Kaz Kylheku
2011-11-23
1
-1
/
+18
*
* match.c (search_form): Bugfix: we must search to one character
Kaz Kylheku
2011-11-22
1
-2
/
+2
*
Relaxing :vars in collect/coll a little bit.
Kaz Kylheku
2011-11-20
1
-4
/
+14
*
Bug #34866
Kaz Kylheku
2011-11-19
1
-1
/
+1
*
* match.c (v_deffilter): Even better. Just evaluate
Kaz Kylheku
2011-11-19
1
-11
/
+1
*
deffilter grows in power: it can take quasistrings.
Kaz Kylheku
2011-11-19
1
-9
/
+28
*
Task #11598.
Kaz Kylheku
2011-11-17
1
-1
/
+61
*
* match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying
Kaz Kylheku
2011-11-17
1
-12
/
+31
*
Allow directives after variable to be a kind of negative match.
Kaz Kylheku
2011-11-16
1
-1
/
+1
*
Variable matches can span over function calls.
Kaz Kylheku
2011-11-16
1
-21
/
+57
*
* match.c (h_var): when manipulating specline, propagate the
Kaz Kylheku
2011-11-15
1
-8
/
+16
*
Bugfix: horizontal directives were being treated as vertical,
Kaz Kylheku
2011-11-14
1
-12
/
+10
*
Adding a debugger. This is an experimental prototype.
Kaz Kylheku
2011-11-13
1
-1
/
+15
*
Fix regression in earlier commit:
Kaz Kylheku
2011-11-13
1
-2
/
+1
*
* match.c: Removed <assert.h>
Kaz Kylheku
2011-11-13
1
-1
/
+0
*
Bug #34813
Kaz Kylheku
2011-11-13
1
-0
/
+3
*
Improved line number reporting in errors and debug traces.
Kaz Kylheku
2011-11-12
1
-33
/
+18
*
Eliminate line numbers from the abstract syntax
Kaz Kylheku
2011-11-12
1
-216
/
+208
*
Infrastructure for storing line number information
Kaz Kylheku
2011-11-12
1
-2
/
+2
*
Bug #34799: errors in horizontal functions
Kaz Kylheku
2011-11-10
1
-6
/
+9
*
* match.c (opt_nobindings, opt_arraydims): Global
Kaz Kylheku
2011-11-10
1
-15
/
+17
*
Task #11583
Kaz Kylheku
2011-11-10
1
-0
/
+7
*
Task #11583
Kaz Kylheku
2011-11-10
1
-7
/
+16
*
* match.c (v_fun): Bugfix: if there is material after
Kaz Kylheku
2011-11-10
1
-1
/
+1
*
Task #11583
Kaz Kylheku
2011-11-09
1
-0
/
+19
*
* match.c (h_fun, v_fun): Slightly more informative tracing from failed
Kaz Kylheku
2011-11-09
1
-2
/
+2
*
Task #11431. First cut at horizontal match functions.
Kaz Kylheku
2011-11-08
1
-24
/
+153
*
Task #11581 & bugfix.
Kaz Kylheku
2011-11-06
1
-3
/
+27
*
Task #11581
Kaz Kylheku
2011-11-06
1
-1
/
+63
*
* match.c (dir_tables_init): Bugfix: horizontal @(some)
Kaz Kylheku
2011-11-05
1
-0
/
+1
*
Task #11442. Access to environment variables.
Kaz Kylheku
2011-11-05
1
-8
/
+25
*
Bug #34691
Kaz Kylheku
2011-10-30
1
-227
/
+202
*
* match.c (v_cat): Bugfix: unterminated variable argument list.
Kaz Kylheku
2011-10-26
1
-1
/
+1
*
Fixed lame @(cat) directive, without obsolescence phase.
Kaz Kylheku
2011-10-26
1
-16
/
+15
*
* filter.c (function_filter): Function removed.
Kaz Kylheku
2011-10-25
1
-7
/
+10
*
* match.c (filter_s): New symbol variable.
Kaz Kylheku
2011-10-25
1
-0
/
+37
*
Shorthand for filters which map multiple texts to a common
Kaz Kylheku
2011-10-25
1
-9
/
+5
*
* match.c (v_bind): Use sem_error to throw errors with line number
Kaz Kylheku
2011-10-25
1
-4
/
+4
*
* filter.c (function_filter): New function.
Kaz Kylheku
2011-10-24
1
-85
/
+144
*
* match.c (list_k, string_k): New keyword symbol variables.
Kaz Kylheku
2011-10-23
1
-2
/
+37
*
* match.c (h_skip): Bugfix: bad agument list in debugf call.
Kaz Kylheku
2011-10-23
1
-1
/
+2
*
Task #11474
Kaz Kylheku
2011-10-22
1
-7
/
+27
*
* filter.c (get_filter_trie): Function renamed to get_filter. A filter
Kaz Kylheku
2011-10-22
1
-6
/
+6
[next]