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
*
Bignum division implemented. More portability bugs found in MPI:
Kaz Kylheku
2011-12-11
1
-0
/
+12
*
* arith.c (ABS): New macro.
Kaz Kylheku
2011-12-11
1
-0
/
+8
*
Removing this crutch; it's not that useful.
Kaz Kylheku
2011-12-11
1
-0
/
+6
*
* arith.c: Regenerated.
Kaz Kylheku
2011-12-11
1
-0
/
+7
*
* arith.c: Regenerated.
Kaz Kylheku
2011-12-11
1
-0
/
+7
*
* arith.c: Regenerated.
Kaz Kylheku
2011-12-11
1
-0
/
+7
*
* arith.c: Regenerated.
Kaz Kylheku
2011-12-11
1
-0
/
+7
*
* txr.vim (txr_atat): New match. The @@ sequence is recognized
Kaz Kylheku
2011-12-10
1
-0
/
+5
*
Bignum support in mult function.
Kaz Kylheku
2011-12-10
1
-0
/
+24
*
* mpi-patches/mpi-set-mpi-word: Bugfix and refresh.
Kaz Kylheku
2011-12-10
1
-0
/
+8
*
* configure: add to config.h the type double_intptr_t, which
Kaz Kylheku
2011-12-10
1
-0
/
+6
*
* eval.c (eval_init): New functions added as intrinsics.
Kaz Kylheku
2011-12-10
1
-0
/
+10
*
* mpi-patches/add-mp-hash: Rewrote mp_hash to only hash enough
Kaz Kylheku
2011-12-10
1
-0
/
+14
*
* lib.c (mulv): Recognize cases to eliminate a wasteful mul call
Kaz Kylheku
2011-12-10
1
-0
/
+5
*
* lib.c (plusv): Recognize cases to eliminate a wasteful plus call
Kaz Kylheku
2011-12-10
1
-0
/
+5
*
* arith.c: File is now generated using TXR.
Kaz Kylheku
2011-12-10
1
-0
/
+12
*
* configure: Fix patching without quilt.
Kaz Kylheku
2011-12-09
1
-0
/
+4
*
Build and pass test suite on Cygwin.
Kaz Kylheku
2011-12-09
1
-0
/
+12
*
(Applies to previous commit.)
Kaz Kylheku
2011-12-09
1
-0
/
+7
*
Bignum support, here we go!
Kaz Kylheku
2011-12-09
1
-0
/
+100
*
C++ maintenance.
Kaz Kylheku
2011-12-08
1
-0
/
+8
*
* eval.c (op_defun): Transform a function body by inserting
Kaz Kylheku
2011-12-07
1
-0
/
+9
*
* txr.vim: Updated with all operators and functions.
Kaz Kylheku
2011-12-07
1
-0
/
+4
*
* txr.1: flip operator documented. Bad syntax for pop fixed.
Kaz Kylheku
2011-12-07
1
-0
/
+5
*
* eval.c (op_modplace): If the operator is push, then reverse
Kaz Kylheku
2011-12-07
1
-0
/
+8
*
* debug.c (debug): Fix regression: repeat last command by hitting
Kaz Kylheku
2011-12-07
1
-0
/
+25
*
* eval.c (lookup_var, lookup_fun): Reversing assoc arguments.
Kaz Kylheku
2011-12-07
1
-0
/
+24
*
* txr.1: Blank sections created for character functions.
Kaz Kylheku
2011-12-07
1
-0
/
+4
*
* eval.c (eval_init): New functions registered as intrinsics.
Kaz Kylheku
2011-12-07
1
-0
/
+8
*
* parser.l: In the CHRLIT state, return a nonblank character as an
Kaz Kylheku
2011-12-07
1
-0
/
+5
*
* eval.c (eval_init): New character functions registered.
Kaz Kylheku
2011-12-07
1
-0
/
+15
*
* eval.c (progn_s): New symbol variable.
Kaz Kylheku
2011-12-07
1
-0
/
+8
*
Version 046
txr-046
Kaz Kylheku
2011-12-06
1
-0
/
+12
*
* stream.c (find_char): New function.
Kaz Kylheku
2011-12-06
1
-0
/
+10
*
* eval.c (op_unwind_protect): Fixed uninitialized variable
Kaz Kylheku
2011-12-06
1
-0
/
+33
*
2011-12-06 Kaz Kylheku <kaz@kylheku.com>
Kaz Kylheku
2011-12-06
1
-0
/
+5
*
Version 045
txr-045
Kaz Kylheku
2011-12-05
1
-1
/
+13
*
* eval.c (op_cond): Fixed behavior for singleton clauses.
Kaz Kylheku
2011-12-05
1
-0
/
+11
*
* parser.y (force_regular_quotes): Function removed.
Kaz Kylheku
2011-12-04
1
-0
/
+9
*
* eval.c (op_qquote_error, op_unquote_error): New static functions.
Kaz Kylheku
2011-12-04
1
-0
/
+14
*
Expose lazy lists in TXR Lisp.
Kaz Kylheku
2011-12-03
1
-0
/
+17
*
* eval.c (uw_protect_s, return_s, return_from_s): New symbol
Kaz Kylheku
2011-12-03
1
-0
/
+15
*
* lib.c (split_str, split_str_set): Bugfix: access beyond the end of
Kaz Kylheku
2011-12-03
1
-0
/
+5
*
* eval.c (eval_init): String and character functions
Kaz Kylheku
2011-12-03
1
-0
/
+7
*
* txr.1: Added stub sections for new functions.
Kaz Kylheku
2011-12-02
1
-0
/
+4
*
* eval.c: Symbol related intrinsic functions and variables made
Kaz Kylheku
2011-12-02
1
-0
/
+7
*
* parser.y (list): unquote and splice actions look inside the
Kaz Kylheku
2011-12-02
1
-0
/
+11
*
* eval.c (expand_qquote): Bugfix: removed bogus recognition
Kaz Kylheku
2011-12-02
1
-0
/
+7
*
Version 044
txr-044
Kaz Kylheku
2011-12-01
1
-1
/
+13
*
* txr.1: Started Lisp documentation. Updated description of
Kaz Kylheku
2011-12-01
1
-0
/
+5
[next]