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
*
ffi: fix more bugginess in struct bitfield allocation.
Kaz Kylheku
2017-06-29
1
-2
/
+2
*
ffi: make-union can initialize.
Kaz Kylheku
2017-06-29
3
-5
/
+33
*
ffi: fix union printing as struct.
Kaz Kylheku
2017-06-29
1
-1
/
+1
*
doc: fix zipper example under mapcar
Kaz Kylheku
2017-06-29
1
-1
/
+2
*
ffi: fix bool printing as integer type.
Kaz Kylheku
2017-06-29
1
-1
/
+1
*
ffi: reject bitfields as arguments or return values.
Kaz Kylheku
2017-06-29
1
-0
/
+6
*
ffi: tighten syntax validation in type compiler.
Kaz Kylheku
2017-06-29
1
-2
/
+46
*
New Cartesian product mapping functions.
Kaz Kylheku
2017-06-28
3
-0
/
+173
*
ffi: new enumed type operator: enums with base type.
Kaz Kylheku
2017-06-27
3
-2
/
+40
*
ffi: prepare for variably sized enum implementation.
Kaz Kylheku
2017-06-27
1
-17
/
+26
*
ffi: bugfix: diagnostic problems in enum put.
Kaz Kylheku
2017-06-27
1
-6
/
+8
*
ffi: add missing rput/rget ops for big endian.
Kaz Kylheku
2017-06-27
1
-0
/
+35
*
ffi: fix incorrect null-terminated array in op.
Kaz Kylheku
2017-06-27
1
-3
/
+4
*
ffi: new macro, deffi-sym.
Kaz Kylheku
2017-06-26
3
-3
/
+57
*
doc: fix deffi-var
Kaz Kylheku
2017-06-26
1
-5
/
+44
*
New cptr functions cptr-cast and int-cptr.
Kaz Kylheku
2017-06-26
4
-0
/
+59
*
doc: wrong function name under cptr-obj.
Kaz Kylheku
2017-06-26
1
-1
/
+1
*
ffi: bugfix: varray alloc not accounting for null term.
Kaz Kylheku
2017-06-26
1
-1
/
+1
*
ffi: bugfix: null-terminated zarray in semantics.
Kaz Kylheku
2017-06-26
1
-1
/
+1
*
doc: wrong date for Version 180.
Kaz Kylheku
2017-06-25
1
-1
/
+1
*
Version 180.
txr-180
Kaz Kylheku
2017-06-25
7
-579
/
+603
*
ffi: fix leak in new union code.
Kaz Kylheku
2017-06-25
1
-1
/
+1
*
ffi: fix incorrect cptr type tag implementation.
Kaz Kylheku
2017-06-24
1
-6
/
+14
*
ffi: fix memory leak regression.
Kaz Kylheku
2017-06-24
1
-0
/
+3
*
doc: mistake in describing in semantics.
Kaz Kylheku
2017-06-24
1
-1
/
+1
*
doc: tcsetattr actions arg optiona.
Kaz Kylheku
2017-06-24
1
-1
/
+1
*
doc: glue paragraphs under Symbols and Packages.
Kaz Kylheku
2017-06-24
1
-1
/
+0
*
doc: wording about symbol interning.
Kaz Kylheku
2017-06-24
1
-6
/
+6
*
ffi: provide longlong and ulonglong types.
Kaz Kylheku
2017-06-24
2
-0
/
+12
*
ffi: elide useless by-value in calls.
Kaz Kylheku
2017-06-24
1
-11
/
+16
*
ffi: short-circuit useless by-value in semantics.
Kaz Kylheku
2017-06-23
1
-15
/
+26
*
ffi: provide support for unions.
Kaz Kylheku
2017-06-23
3
-3
/
+490
*
ffi: add back-pointer into type structure.
Kaz Kylheku
2017-06-23
1
-0
/
+6
*
ffi: override libffi size/alignment calculations.
Kaz Kylheku
2017-06-21
1
-51
/
+16
*
ffi: fix broken float put.
Kaz Kylheku
2017-06-20
1
-2
/
+6
*
ffi: bool type.
Kaz Kylheku
2017-06-20
3
-0
/
+95
*
cptr-int and cptr-obj can make typed cptr objects.
Kaz Kylheku
2017-06-19
4
-11
/
+123
*
awk macro: bugfix: non-use of redirection mode strings.
Kaz Kylheku
2017-06-19
1
-5
/
+3
*
awk macro: bugfix: :output file stream not closed.
Kaz Kylheku
2017-06-19
2
-1
/
+35
*
bugfix: regression in horizontal @(trailer)
Kaz Kylheku
2017-06-19
1
-3
/
+3
*
Version 179.
txr-179
Kaz Kylheku
2017-06-18
7
-554
/
+609
*
Handle returns of MPI functions that return MP_TOOBIG.
Kaz Kylheku
2017-06-18
4
-78
/
+157
*
mpi: enforce testing of some return values.
Kaz Kylheku
2017-06-18
1
-32
/
+38
*
mpi: introduce clamp on number of digits.
Kaz Kylheku
2017-06-18
3
-2
/
+13
*
mpi: avoid OOB pointer decr in two descending loops.
Kaz Kylheku
2017-06-18
1
-10
/
+12
*
mpi: smaller default precision.
Kaz Kylheku
2017-06-18
1
-1
/
+1
*
mpi: fix some careless use of integer types.
Kaz Kylheku
2017-06-18
8
-131
/
+138
*
ash: check range of bits argument.
Kaz Kylheku
2017-06-17
1
-0
/
+5
*
ash: fix wrong function name in diagnostics.
Kaz Kylheku
2017-06-17
1
-3
/
+3
*
listener: inform linenoise of incomplete syntax.
Kaz Kylheku
2017-06-16
2
-7
/
+170
[next]