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
*
* 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
*
Version 50
txr-50
Kaz Kylheku
2011-12-23
5
-4
/
+72
*
Missing log entry re-created.
Kaz Kylheku
2011-12-23
1
-0
/
+7
*
* lib.c (memql): New function.
Kaz Kylheku
2011-12-23
4
-5
/
+163
*
* txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten.
Kaz Kylheku
2011-12-22
2
-0
/
+107
*
* txr.1: Documented reduce-left and reduce-right.
Kaz Kylheku
2011-12-22
2
-0
/
+54
*
Bug #35010
Kaz Kylheku
2011-12-22
2
-9
/
+26
*
* stream.c (vformat): If width is specified for ~s or ~a, and
Kaz Kylheku
2011-12-22
2
-1
/
+15
*
* stream.c (vformat): Left-adjusted field is now specified
Kaz Kylheku
2011-12-22
2
-11
/
+15
*
* rand.c (random): Fix for 64 bit fixnums: stick two random numbers
Kaz Kylheku
2011-12-22
2
-0
/
+10
*
* stream.c (vformat): Combine ~a and ~s cases, so numbers and
Kaz Kylheku
2011-12-22
2
-30
/
+12
*
Bug #35026
Kaz Kylheku
2011-12-22
2
-14
/
+45
*
Bug #35136 and cleanup.
Kaz Kylheku
2011-12-22
2
-32
/
+41
*
* txr.vim: Fixed to char literal syntax.
Kaz Kylheku
2011-12-21
2
-0
/
+5
*
* mpi-patches/bit-search-optimizations (s_highest_bit):
Kaz Kylheku
2011-12-21
1
-13
/
+13
*
* arith.c (normalize): Linkage changed to extern.
Kaz Kylheku
2011-12-21
5
-2
/
+21
*
* rand.c: Added comment about source of algorithm.
Kaz Kylheku
2011-12-21
2
-0
/
+8
*
* rand.c (random): Bugfix: not building up sufficiently large bignums.
Kaz Kylheku
2011-12-21
2
-3
/
+17
*
* Makefile (OBJS): new object file, rand.o.
Kaz Kylheku
2011-12-21
6
-1
/
+256
*
Bug #35139
Kaz Kylheku
2011-12-21
2
-3
/
+12
*
Bug #35139
Kaz Kylheku
2011-12-21
2
-3
/
+10
*
* Makefile (distclean): use rm -rf on mpi directory.
Kaz Kylheku
2011-12-21
2
-1
/
+6
*
Test case for bug #35137
Kaz Kylheku
2011-12-20
3
-0
/
+30
*
* eval.c (eval_init): New function registered.
Kaz Kylheku
2011-12-20
5
-0
/
+44
*
Bug #35137
Kaz Kylheku
2011-12-20
3
-11
/
+24
*
Streamlining exception handling macros a little bit.
Kaz Kylheku
2011-12-20
4
-13
/
+39
*
Critical regression. Hash lookup was crashing on some platforms
Kaz Kylheku
2011-12-20
3
-24
/
+40
*
* eval.c (eval_init): New functions registered as intrinsics.
Kaz Kylheku
2011-12-20
5
-0
/
+68
*
Version 049
txr-049
Kaz Kylheku
2011-12-19
5
-4
/
+64
[next]