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
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
* eval.c (op_defun): Transform a function body by inserting
Kaz Kylheku
2011-12-07
1
-1
/
+56
*
* txr.1: flip operator documented. Bad syntax for pop fixed.
Kaz Kylheku
2011-12-07
1
-3
/
+11
*
* eval.c (lookup_var, lookup_fun): Reversing assoc arguments.
Kaz Kylheku
2011-12-07
1
-0
/
+26
*
* txr.1: Blank sections created for character functions.
Kaz Kylheku
2011-12-07
1
-0
/
+28
*
* eval.c (progn_s): New symbol variable.
Kaz Kylheku
2011-12-07
1
-0
/
+16
*
Version 046
txr-046
Kaz Kylheku
2011-12-06
1
-2
/
+2
*
* eval.c (op_unwind_protect): Fixed uninitialized variable
Kaz Kylheku
2011-12-06
1
-1
/
+30
*
Whitespace.
Kaz Kylheku
2011-12-05
1
-1
/
+1
*
Version 045
txr-045
Kaz Kylheku
2011-12-05
1
-2
/
+2
*
* eval.c (op_cond): Fixed behavior for singleton clauses.
Kaz Kylheku
2011-12-05
1
-3
/
+210
*
* parser.y (force_regular_quotes): Function removed.
Kaz Kylheku
2011-12-04
1
-15
/
+31
*
* eval.c (op_qquote_error, op_unquote_error): New static functions.
Kaz Kylheku
2011-12-04
1
-31
/
+15
*
Expose lazy lists in TXR Lisp.
Kaz Kylheku
2011-12-03
1
-0
/
+6
*
* eval.c (uw_protect_s, return_s, return_from_s): New symbol
Kaz Kylheku
2011-12-03
1
-0
/
+6
*
* eval.c (eval_init): String and character functions
Kaz Kylheku
2011-12-03
1
-2
/
+47
*
* txr.1: Added stub sections for new functions.
Kaz Kylheku
2011-12-02
1
-0
/
+17
*
* parser.y (list): unquote and splice actions look inside the
Kaz Kylheku
2011-12-02
1
-0
/
+26
*
Version 044
txr-044
Kaz Kylheku
2011-12-01
1
-2
/
+2
*
* txr.1: Started Lisp documentation. Updated description of
Kaz Kylheku
2011-12-01
1
-11
/
+397
*
Version 043
txr-043
Kaz Kylheku
2011-11-23
1
-2
/
+2
*
Semantics change. If a variable is followed by a mixture
Kaz Kylheku
2011-11-23
1
-18
/
+32
*
* match.c (search_form): Bugfix: we must search to one character
Kaz Kylheku
2011-11-22
1
-0
/
+17
*
Version 042
Kaz Kylheku
2011-11-20
1
-2
/
+2
*
Relaxing :vars in collect/coll a little bit.
Kaz Kylheku
2011-11-20
1
-0
/
+2
*
Bug #34866
Kaz Kylheku
2011-11-19
1
-1
/
+7
*
* match.c (v_deffilter): Even better. Just evaluate
Kaz Kylheku
2011-11-19
1
-4
/
+11
*
deffilter grows in power: it can take quasistrings.
Kaz Kylheku
2011-11-19
1
-3
/
+6
*
Task #11598.
Kaz Kylheku
2011-11-17
1
-2
/
+36
*
* match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying
Kaz Kylheku
2011-11-17
1
-2
/
+7
*
Allow directives after variable to be a kind of negative match.
Kaz Kylheku
2011-11-16
1
-39
/
+119
*
Variable matches can span over function calls.
Kaz Kylheku
2011-11-16
1
-10
/
+16
*
Changing read syntax for character literals, because we are going to
Kaz Kylheku
2011-11-15
1
-5
/
+12
*
* txr.1: Document -l/--lisp-bindings.
Kaz Kylheku
2011-11-10
1
-0
/
+3
*
* match.c (v_fun): Bugfix: if there is material after
Kaz Kylheku
2011-11-10
1
-19
/
+44
*
Minor.
Kaz Kylheku
2011-11-09
1
-1
/
+1
*
* txr.1: Documented horizontal function definitions and calls
Kaz Kylheku
2011-11-09
1
-37
/
+125
*
Task #11581 & bugfix.
Kaz Kylheku
2011-11-06
1
-2
/
+32
*
Task #11581
Kaz Kylheku
2011-11-06
1
-0
/
+65
*
Task #11442. Access to environment variables.
Kaz Kylheku
2011-11-05
1
-0
/
+6
*
Version 041
txr-041
Kaz Kylheku
2011-10-30
1
-2
/
+2
*
Bug #34657
Kaz Kylheku
2011-10-27
1
-12
/
+56
*
Fixed lame @(cat) directive, without obsolescence phase.
Kaz Kylheku
2011-10-26
1
-5
/
+7
*
* filter.c (function_filter): Function removed.
Kaz Kylheku
2011-10-25
1
-3
/
+44
*
* match.c (filter_s): New symbol variable.
Kaz Kylheku
2011-10-25
1
-0
/
+18
*
Shorthand for filters which map multiple texts to a common
Kaz Kylheku
2011-10-25
1
-9
/
+23
*
* txr.1: Updated.
Kaz Kylheku
2011-10-25
1
-2
/
+9
*
* filter.c (function_filter): New function.
Kaz Kylheku
2011-10-24
1
-2
/
+44
*
* match.c (list_k, string_k): New keyword symbol variables.
Kaz Kylheku
2011-10-23
1
-7
/
+13
*
Task #11474
Kaz Kylheku
2011-10-22
1
-17
/
+36
*
* filter.c (get_filter_trie): Function renamed to get_filter. A filter
Kaz Kylheku
2011-10-22
1
-3
/
+25
[next]