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
...
*
Minor formatting fix in ret macro description.
Kaz Kylheku
2015-05-09
1
-1
/
+1
*
Adding pset operator.
Kaz Kylheku
2015-05-09
3
-1
/
+29
*
* place.tl (set): Take multiple place/value pairs. Allow zero
Kaz Kylheku
2015-05-09
2
-3
/
+15
*
Crack down on redefinitions of built-ins.
Kaz Kylheku
2015-05-08
7
-23
/
+98
*
* Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,
Kaz Kylheku
2015-05-07
8
-13
/
+45
*
single-body-form-fixup
Kaz Kylheku
2015-05-26
1
-48
/
+48
*
New macro-based framework for assignment places.
Kaz Kylheku
2015-05-06
14
-318
/
+715
*
* gc.c (make_obj, gc): Move resetting of prev_malloc_bytes
Kaz Kylheku
2015-05-06
2
-2
/
+6
*
Do some cleanup in progn-like form sequences.
Kaz Kylheku
2015-05-05
2
-9
/
+53
*
Deal with bad quote syntax.
Kaz Kylheku
2015-05-03
3
-2
/
+15
*
Move initialization calls to more suitable place.
Kaz Kylheku
2015-05-01
3
-9
/
+20
*
* signal.h (sig_save_disable): Bugfix: macro enabling
Kaz Kylheku
2015-05-01
2
-1
/
+6
*
Fix corruption triggered by extended gc disabling.
Kaz Kylheku
2015-05-01
3
-39
/
+97
*
Fix source location for dangling unquotes and splices.
Kaz Kylheku
2015-04-30
2
-10
/
+34
*
Improved syntax checking: defun, flet, labels, lambda.
Kaz Kylheku
2015-04-29
2
-48
/
+91
*
Bugfix: cannot print (lambda . 42) structure.
Kaz Kylheku
2015-04-29
2
-2
/
+9
*
Adding poll function.
Kaz Kylheku
2015-04-28
5
-1
/
+191
*
Version 107.
txr-107
Kaz Kylheku
2015-04-26
7
-170
/
+204
*
Allow (force ...) to be an assignable place.
Kaz Kylheku
2015-04-25
3
-12
/
+42
*
Introducing mlet macro.
Kaz Kylheku
2015-04-25
3
-1
/
+175
*
* lib.c (symbol_package): If the argument is nil, return
Kaz Kylheku
2015-04-25
2
-1
/
+7
*
Remove silly package lookup from keywordp.
Kaz Kylheku
2015-04-25
3
-2
/
+14
*
Regression: runaway allocation of heaps.
Kaz Kylheku
2015-04-24
2
-1
/
+13
*
* gc.c (make_obj, gc): The check for insufficient space in freshobj
Kaz Kylheku
2015-04-24
2
-3
/
+9
*
* gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVAL
Kaz Kylheku
2015-04-24
2
-1
/
+6
*
* txr.1: lconsp: unterminated syntax block.
Kaz Kylheku
2015-04-23
1
-0
/
+1
*
* txr.1: name typo in lcons sample implementation.
Kaz Kylheku
2015-04-23
1
-1
/
+1
*
Switch to in-tree mpi directory.
Kaz Kylheku
2015-04-22
24
-1884
/
+20
*
eliminate-locale-dependencies patch
Kaz Kylheku
2015-04-22
1
-9
/
+14
*
add-bitops patch
Kaz Kylheku
2015-04-22
2
-0
/
+441
*
fix-ctype-warnings patch
Kaz Kylheku
2015-04-22
1
-3
/
+3
*
mpi-to-double patch
Kaz Kylheku
2015-04-22
2
-0
/
+29
*
faster-square-root patch
Kaz Kylheku
2015-04-22
1
-74
/
+70
*
shrink-mpi-int patch
Kaz Kylheku
2015-04-22
1
-0
/
+5
*
bit-search-optimizations patch
Kaz Kylheku
2015-04-22
1
-30
/
+232
*
fix-bad-shifts patch
Kaz Kylheku
2015-04-22
1
-5
/
+5
*
mpi-set-double-intptr patch
Kaz Kylheku
2015-04-22
2
-0
/
+33
*
mpi-set-mpi-word patch
Kaz Kylheku
2015-04-22
2
-0
/
+10
*
fix-mult-bug patch
Kaz Kylheku
2015-04-22
1
-6
/
+6
*
add-mpi-toradix-with-case patch
Kaz Kylheku
2015-04-22
2
-4
/
+10
*
add-mp-hash patch
Kaz Kylheku
2015-04-22
2
-0
/
+30
*
export-mp-eq patch
Kaz Kylheku
2015-04-22
2
-8
/
+4
*
add-mp-set-intptr patch
Kaz Kylheku
2015-04-22
2
-0
/
+55
*
use-txr-allocator patch
Kaz Kylheku
2015-04-22
1
-6
/
+9
*
fix-warnings patch
Kaz Kylheku
2015-04-22
2
-7
/
+7
*
config-types patch
Kaz Kylheku
2015-04-22
3
-13
/
+54
*
Bringing MPI library out of tarball into GIT.
Kaz Kylheku
2015-04-22
9
-0
/
+5597
*
delay/force overhaul.
Kaz Kylheku
2015-04-22
2
-7
/
+45
*
* txr.1: Fix formatting issues
Kaz Kylheku
2015-04-22
1
-10
/
+10
*
ChangeLog fixup: "Version 106" missing.
Kaz Kylheku
2015-04-21
1
-0
/
+2
[prev]
[next]