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
/
filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorthand for filters which map multiple texts to a common
Kaz Kylheku
2011-10-25
1
-2
/
+2
*
* filter.c (fun_k): New keyword variable.
Kaz Kylheku
2011-10-25
1
-5
/
+6
*
* filter.c (function_filter): New function.
Kaz Kylheku
2011-10-24
1
-4
/
+15
*
Task #11474
Kaz Kylheku
2011-10-22
1
-3
/
+5
*
* filter.c (get_filter_trie): Function renamed to get_filter. A filter
Kaz Kylheku
2011-10-22
1
-2
/
+21
*
Task #11474
Kaz Kylheku
2011-10-22
1
-0
/
+12
*
* filter.c (trie_filter_string): Fix warning about uninitialized
Kaz Kylheku
2011-10-16
1
-1
/
+1
*
Following up to previous commit's TODO.
Kaz Kylheku
2011-10-09
1
-1
/
+1
*
Ported to Cygwin.
Kaz Kylheku
2011-10-09
1
-258
/
+258
*
* LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,
Kaz Kylheku
2011-10-04
1
-1
/
+1
*
Maintaining C++ compiling (except for two issues that will
Kaz Kylheku
2011-10-01
1
-2
/
+3
*
* filter.c (filters, filter_init): Serious gc bug fixed: neglected to
Kaz Kylheku
2011-10-01
1
-0
/
+2
*
Support &#NNNN; decimal escapes also.
txr-037
Kaz Kylheku
2011-09-26
1
-4
/
+30
*
Support &#xNNNN; hex escapes in html. Bugfix in field formatting.
Kaz Kylheku
2011-09-26
1
-4
/
+46
*
New feature: @(deffilter)
Kaz Kylheku
2011-09-26
1
-0
/
+19
*
Trie compression. Hash table iteration.
Kaz Kylheku
2011-09-26
1
-4
/
+51
*
Filtering from HTML implemented.
Kaz Kylheku
2011-09-25
1
-11
/
+270
*
Filtering feature for variable substitution in output.
Kaz Kylheku
2011-09-25
1
-0
/
+163