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
*
* 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
*
Missing log entry re-created.
Kaz Kylheku
2011-12-23
1
-0
/
+7
*
* lib.c (memql): New function.
Kaz Kylheku
2011-12-23
1
-0
/
+12
*
* txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten.
Kaz Kylheku
2011-12-22
1
-0
/
+4
*
* txr.1: Documented reduce-left and reduce-right.
Kaz Kylheku
2011-12-22
1
-0
/
+4
*
Bug #35010
Kaz Kylheku
2011-12-22
1
-0
/
+12
*
* stream.c (vformat): If width is specified for ~s or ~a, and
Kaz Kylheku
2011-12-22
1
-0
/
+8
*
* stream.c (vformat): Left-adjusted field is now specified
Kaz Kylheku
2011-12-22
1
-0
/
+6
*
* rand.c (random): Fix for 64 bit fixnums: stick two random numbers
Kaz Kylheku
2011-12-22
1
-0
/
+6
*
* stream.c (vformat): Combine ~a and ~s cases, so numbers and
Kaz Kylheku
2011-12-22
1
-0
/
+6
*
Bug #35026
Kaz Kylheku
2011-12-22
1
-0
/
+13
*
Bug #35136 and cleanup.
Kaz Kylheku
2011-12-22
1
-0
/
+13
*
* txr.vim: Fixed to char literal syntax.
Kaz Kylheku
2011-12-21
1
-0
/
+4
*
* arith.c (normalize): Linkage changed to extern.
Kaz Kylheku
2011-12-21
1
-0
/
+10
*
* rand.c: Added comment about source of algorithm.
Kaz Kylheku
2011-12-21
1
-0
/
+4
*
* rand.c (random): Bugfix: not building up sufficiently large bignums.
Kaz Kylheku
2011-12-21
1
-0
/
+5
*
* Makefile (OBJS): new object file, rand.o.
Kaz Kylheku
2011-12-21
1
-0
/
+14
*
Bug #35139
Kaz Kylheku
2011-12-21
1
-0
/
+9
*
Bug #35139
Kaz Kylheku
2011-12-21
1
-0
/
+7
*
* Makefile (distclean): use rm -rf on mpi directory.
Kaz Kylheku
2011-12-21
1
-0
/
+4
*
Test case for bug #35137
Kaz Kylheku
2011-12-20
1
-0
/
+8
*
* eval.c (eval_init): New function registered.
Kaz Kylheku
2011-12-20
1
-0
/
+10
*
Bug #35137
Kaz Kylheku
2011-12-20
1
-0
/
+16
*
Streamlining exception handling macros a little bit.
Kaz Kylheku
2011-12-20
1
-0
/
+24
*
Critical regression. Hash lookup was crashing on some platforms
Kaz Kylheku
2011-12-20
1
-0
/
+15
*
* eval.c (eval_init): New functions registered as intrinsics.
Kaz Kylheku
2011-12-20
1
-0
/
+10
*
Version 049
txr-049
Kaz Kylheku
2011-12-19
1
-0
/
+12
*
* eval.c (subst_vars, op_quasi_list, expand_quasi): New static
Kaz Kylheku
2011-12-19
1
-0
/
+11
*
* eval.c (bindings_helper): Fix format arguments.
Kaz Kylheku
2011-12-18
1
-0
/
+18
*
2011-12-16 Kaz Kylheku <kaz@kylheku.com>
Kaz Kylheku
2011-12-16
1
-0
/
+8
*
* eval.c (expand_vars): Bugfix: use expand_forms rather than
Kaz Kylheku
2011-12-16
1
-0
/
+5
*
* txr.vim: iskeyword updated.
Kaz Kylheku
2011-12-16
1
-0
/
+4
*
* lib.c (appendv): bugfix: wrong way test.
Kaz Kylheku
2011-12-15
1
-0
/
+5
*
* eval.c (eval_init): not added as synonym for null.
Kaz Kylheku
2011-12-15
1
-0
/
+28
*
@# comments are becoming obsolescent. @# comments
Kaz Kylheku
2011-12-14
1
-0
/
+12
[next]