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
...
*
* debug.c (last_command): Initialize to empty string rather
Kaz Kylheku
2012-01-19
3
-4
/
+44
*
* lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons
Kaz Kylheku
2012-01-19
2
-2
/
+13
*
Minor edits.
Kaz Kylheku
2012-01-14
1
-12
/
+13
*
Remove junk.
Kaz Kylheku
2012-01-14
1
-2
/
+0
*
Spelling.
Kaz Kylheku
2012-01-14
1
-1
/
+1
*
Minor fixes, and removed last vestiges of references to the obsolescent
Kaz Kylheku
2012-01-14
1
-8
/
+11
*
Minor.
Kaz Kylheku
2012-01-14
1
-6
/
+6
*
Minor edits.
Kaz Kylheku
2012-01-12
1
-2
/
+2
*
Clarification.
Kaz Kylheku
2012-01-12
1
-1
/
+3
*
* eval.c (eval_init): Make lazy_appendv function
Kaz Kylheku
2012-01-12
3
-7
/
+23
*
Before releasing 53, there is this.
txr-53
Kaz Kylheku
2012-01-11
2
-1
/
+11
*
Version 53
Kaz Kylheku
2012-01-11
5
-3
/
+39
*
TXR Lisp regression in C global variables.
Kaz Kylheku
2012-01-11
2
-6
/
+47
*
* eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):
Kaz Kylheku
2012-01-11
4
-2
/
+131
*
* eval.c (eval_init): list_str registered.
Kaz Kylheku
2012-01-11
6
-1
/
+27
*
* eval.c (generate): Bugfix: do not call gen_fun before
Kaz Kylheku
2012-01-10
2
-1
/
+6
*
* eval.c (tostring, tostringp): New static functions.
Kaz Kylheku
2012-01-10
4
-2
/
+28
*
Spat of new features having to do with lazy processing.
Kaz Kylheku
2012-01-10
6
-16
/
+451
*
Non-broken way to achieve intent of previous commit.
Kaz Kylheku
2012-01-09
4
-11
/
+34
*
* eval.c (subst_vars): Evaluate the
Kaz Kylheku
2012-01-09
3
-1
/
+13
*
Break up glued keywords.
Kaz Kylheku
2012-01-07
1
-1
/
+1
*
* eval.c (eval_init): Missing documented memql function registered.
Kaz Kylheku
2012-01-07
2
-9
/
+22
*
Version 52
txr-52
Kaz Kylheku
2012-01-07
3
-10
/
+59
*
* match.c (fuzz_s): New symbol variable.
Kaz Kylheku
2012-01-06
3
-1
/
+96
*
* match.c (v_gather): Implemented until/last clause.
Kaz Kylheku
2012-01-06
4
-2
/
+74
*
* eval.c (eval_init): Fix regression introduced in
Kaz Kylheku
2012-01-02
2
-1
/
+7
*
Make C globals in TXR Lisp properly assignable, so that for instance
Kaz Kylheku
2012-01-01
3
-14
/
+53
*
* eval.c (eval_init): New gensym function registered.
Kaz Kylheku
2012-01-01
4
-0
/
+26
*
* match.c (counter_k): New keyword symbol variable.
Kaz Kylheku
2011-12-30
6
-18
/
+76
*
New functionality: mod and modlast directives in repeat and rep.
Kaz Kylheku
2011-12-29
8
-30
/
+202
*
* parser.y (repeat_rep_helper): Bugfix. Circular lists
Kaz Kylheku
2011-12-29
2
-1
/
+8
*
* txr.1: Missing Description headings added.
Kaz Kylheku
2011-12-29
2
-0
/
+5
*
* txr.1: Useless sentence under reduce-left and reduce-right removed.
Kaz Kylheku
2011-12-29
2
-3
/
+4
*
Spelling.
Kaz Kylheku
2011-12-29
1
-2
/
+2
*
* txr.1: Clarifying semantics of exceptions being thrown in
Kaz Kylheku
2011-12-28
1
-8
/
+13
*
* genman.txr: Updated for recent man page changes.
Kaz Kylheku
2011-12-28
2
-1
/
+5
*
Version 51
txr-51
Kaz Kylheku
2011-12-28
5
-3
/
+42
*
* txr.1: Capitalize TXR where it makes sense.
Kaz Kylheku
2011-12-28
2
-76
/
+68
*
Missing entry for previous commit.
Kaz Kylheku
2011-12-28
1
-0
/
+6
*
* match.c (LOG_MATCH): Use < in format directive instead of -.
Kaz Kylheku
2011-12-28
2
-2
/
+3
*
* parser.y (quasi_item): Switch from var to o_var. This fixes
Kaz Kylheku
2011-12-28
2
-1
/
+7
*
* mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this
Kaz Kylheku
2011-12-27
2
-8
/
+12
*
* rand.c (make_state): Use ANSI C syntax for prototyped function of no
Kaz Kylheku
2011-12-27
2
-2
/
+8
*
More formatting changes.
Kaz Kylheku
2011-12-25
1
-267
/
+192
*
* txr.1: Formatting fixes.
Kaz Kylheku
2011-12-25
2
-31
/
+99
*
* dep.mk: Overdue update.
Kaz Kylheku
2011-12-25
2
-4
/
+9
*
* match.c (v_next): Change flatten to lazy_flatten in the
Kaz Kylheku
2011-12-25
2
-1
/
+7
*
* eval.c (eval_init): New function interned.
Kaz Kylheku
2011-12-25
6
-3
/
+80
*
* rand.c (rand32): Moved.
Kaz Kylheku
2011-12-23
2
-21
/
+32
*
* arith.c (highest_bit): Changing to external linkage.
Kaz Kylheku
2011-12-23
4
-20
/
+60
[prev]
[next]