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
...
*
doc: change Buffers heading.
Kaz Kylheku
2017-07-08
1
-4
/
+9
*
doc: merge redundant sections on cptr.
Kaz Kylheku
2017-07-08
1
-33
/
+28
*
doc: subdivide FFI-related functions
Kaz Kylheku
2017-07-08
1
-1
/
+33
*
doc: FFI restructured.
Kaz Kylheku
2017-07-07
1
-57
/
+140
*
expander: fix neglect to expand lambda and fun.
Kaz Kylheku
2017-07-07
1
-4
/
+15
*
tests: add lambda quine tests.
Kaz Kylheku
2017-07-07
2
-0
/
+17
*
doc: fun operator has way to see macros.
Kaz Kylheku
2017-07-07
1
-1
/
+11
*
doc: document function names in compound forms.
Kaz Kylheku
2017-07-07
1
-0
/
+4
*
Lisp: lambda expressions are function names now.
Kaz Kylheku
2017-07-07
2
-8
/
+25
*
doc: mention syntax for calling methods.
Kaz Kylheku
2017-07-07
1
-2
/
+21
*
doc: fix call-super-fun error and add example.
Kaz Kylheku
2017-07-07
1
-1
/
+23
*
doc: deprecate call-super-method.
Kaz Kylheku
2017-07-07
1
-1
/
+16
*
structs: tighten call-super-fun behavior.
Kaz Kylheku
2017-07-07
1
-3
/
+5
*
structs: get tests/012/stslot.tl to pass.
Kaz Kylheku
2017-07-05
1
-10
/
+7
*
structs: new tests for static-slot-ensure.
Kaz Kylheku
2017-07-05
2
-0
/
+23
*
structs: bugfix in static-slot-ensure.
Kaz Kylheku
2017-07-05
1
-1
/
+1
*
configure: libffi test fixes.
Kaz Kylheku
2017-07-05
1
-3
/
+2
*
configure: deal with non-standard libffi installations.
Kaz Kylheku
2017-07-04
2
-0
/
+29
*
ffi: relaxation in cptr put semantics.
Kaz Kylheku
2017-07-02
2
-5
/
+18
*
ffi: new make-zstruct function and znew macro.
Kaz Kylheku
2017-07-02
5
-0
/
+182
*
Version 181.
txr-181
Kaz Kylheku
2017-07-01
7
-838
/
+919
*
genvim: include ffi type symbols.
Kaz Kylheku
2017-06-30
1
-2
/
+4
*
genvim: remove useless code.
Kaz Kylheku
2017-06-30
1
-4
/
+0
*
ffi: new ffi-type-operator-p and ffi-type-p.
Kaz Kylheku
2017-06-30
3
-0
/
+55
*
doc: formatting of table in awk section.
Kaz Kylheku
2017-06-30
1
-20
/
+19
*
doc: suspend and refresh in editing help.
Kaz Kylheku
2017-06-30
1
-1
/
+3
*
linenoise: support suspend and refresh in help.
Kaz Kylheku
2017-06-30
1
-0
/
+11
*
doc: describe cheatsheet command.
Kaz Kylheku
2017-06-30
1
-0
/
+11
*
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
[prev]
[next]