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
*
* eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation
Kaz Kylheku
2012-01-26
1
-0
/
+18
*
* eval.c (dwim_loc): Handles full responsibility for assigning
Kaz Kylheku
2012-01-25
1
-0
/
+11
*
* arith.c (zerop): Misspelling in error message.
Kaz Kylheku
2012-01-25
1
-0
/
+9
*
* eval.c (eval_init): New functions registered.
Kaz Kylheku
2012-01-25
1
-0
/
+20
*
* txr.vim (txr_chr): Fix for highlighting named characters
Kaz Kylheku
2012-01-25
1
-0
/
+5
*
* eval.c (dwim_s): New symbol variable.
Kaz Kylheku
2012-01-25
1
-0
/
+31
*
Version 54
txr-54
Kaz Kylheku
2012-01-21
1
-0
/
+12
*
* debug.c (help): Added missing help for w command.
Kaz Kylheku
2012-01-21
1
-0
/
+21
*
* debug.c (last_command): Do not initialize with lit();
Kaz Kylheku
2012-01-21
1
-0
/
+6
*
* debug.c (help): Filled in.
Kaz Kylheku
2012-01-21
1
-0
/
+5
*
* match.c (v_fun): Removing all debugging instrumentation.
Kaz Kylheku
2012-01-21
1
-0
/
+8
*
Improved debugging. Debug nesting depth counter maintained
Kaz Kylheku
2012-01-21
1
-0
/
+39
*
* debug.c (last_command): Initialize to empty string rather
Kaz Kylheku
2012-01-19
1
-0
/
+14
*
* lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons
Kaz Kylheku
2012-01-19
1
-0
/
+5
*
* eval.c (eval_init): Make lazy_appendv function
Kaz Kylheku
2012-01-12
1
-0
/
+7
*
Before releasing 53, there is this.
txr-53
Kaz Kylheku
2012-01-11
1
-0
/
+9
*
Version 53
Kaz Kylheku
2012-01-11
1
-0
/
+12
*
TXR Lisp regression in C global variables.
Kaz Kylheku
2012-01-11
1
-0
/
+13
*
* eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):
Kaz Kylheku
2012-01-11
1
-0
/
+12
*
* eval.c (eval_init): list_str registered.
Kaz Kylheku
2012-01-11
1
-0
/
+12
*
* eval.c (generate): Bugfix: do not call gen_fun before
Kaz Kylheku
2012-01-10
1
-0
/
+5
*
* eval.c (tostring, tostringp): New static functions.
Kaz Kylheku
2012-01-10
1
-0
/
+9
*
Spat of new features having to do with lazy processing.
Kaz Kylheku
2012-01-10
1
-0
/
+26
*
Non-broken way to achieve intent of previous commit.
Kaz Kylheku
2012-01-09
1
-0
/
+16
*
* eval.c (subst_vars): Evaluate the
Kaz Kylheku
2012-01-09
1
-0
/
+8
*
Version 52
txr-52
Kaz Kylheku
2012-01-07
1
-0
/
+12
*
* match.c (fuzz_s): New symbol variable.
Kaz Kylheku
2012-01-06
1
-0
/
+9
*
* match.c (v_gather): Implemented until/last clause.
Kaz Kylheku
2012-01-06
1
-0
/
+9
*
* eval.c (eval_init): Fix regression introduced in
Kaz Kylheku
2012-01-02
1
-0
/
+6
*
Make C globals in TXR Lisp properly assignable, so that for instance
Kaz Kylheku
2012-01-01
1
-0
/
+16
*
* eval.c (eval_init): New gensym function registered.
Kaz Kylheku
2012-01-01
1
-0
/
+10
*
* match.c (counter_k): New keyword symbol variable.
Kaz Kylheku
2011-12-30
1
-0
/
+21
*
New functionality: mod and modlast directives in repeat and rep.
Kaz Kylheku
2011-12-29
1
-0
/
+24
*
* parser.y (repeat_rep_helper): Bugfix. Circular lists
Kaz Kylheku
2011-12-29
1
-0
/
+7
*
* txr.1: Missing Description headings added.
Kaz Kylheku
2011-12-29
1
-0
/
+1
*
* txr.1: Useless sentence under reduce-left and reduce-right removed.
Kaz Kylheku
2011-12-29
1
-0
/
+4
*
* genman.txr: Updated for recent man page changes.
Kaz Kylheku
2011-12-28
1
-0
/
+4
*
Version 51
txr-51
Kaz Kylheku
2011-12-28
1
-0
/
+12
*
* txr.1: Capitalize TXR where it makes sense.
Kaz Kylheku
2011-12-28
1
-0
/
+5
*
Missing entry for previous commit.
Kaz Kylheku
2011-12-28
1
-0
/
+6
*
* parser.y (quasi_item): Switch from var to o_var. This fixes
Kaz Kylheku
2011-12-28
1
-0
/
+6
*
* mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this
Kaz Kylheku
2011-12-27
1
-0
/
+6
*
* rand.c (make_state): Use ANSI C syntax for prototyped function of no
Kaz Kylheku
2011-12-27
1
-0
/
+7
*
* txr.1: Formatting fixes.
Kaz Kylheku
2011-12-25
1
-0
/
+4
*
* dep.mk: Overdue update.
Kaz Kylheku
2011-12-25
1
-0
/
+4
*
* match.c (v_next): Change flatten to lazy_flatten in the
Kaz Kylheku
2011-12-25
1
-0
/
+6
*
* eval.c (eval_init): New function interned.
Kaz Kylheku
2011-12-25
1
-0
/
+15
*
* rand.c (rand32): Moved.
Kaz Kylheku
2011-12-23
1
-0
/
+7
*
* arith.c (highest_bit): Changing to external linkage.
Kaz Kylheku
2011-12-23
1
-0
/
+10
*
Version 50
txr-50
Kaz Kylheku
2011-12-23
1
-0
/
+12
[next]