summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add lambda quine tests.Kaz Kylheku2017-07-072-0/+17
* doc: fun operator has way to see macros.Kaz Kylheku2017-07-071-1/+11
* doc: document function names in compound forms.Kaz Kylheku2017-07-071-0/+4
* Lisp: lambda expressions are function names now.Kaz Kylheku2017-07-072-8/+25
* doc: mention syntax for calling methods.Kaz Kylheku2017-07-071-2/+21
* doc: fix call-super-fun error and add example.Kaz Kylheku2017-07-071-1/+23
* doc: deprecate call-super-method.Kaz Kylheku2017-07-071-1/+16
* structs: tighten call-super-fun behavior.Kaz Kylheku2017-07-071-3/+5
* structs: get tests/012/stslot.tl to pass.Kaz Kylheku2017-07-051-10/+7
* structs: new tests for static-slot-ensure.Kaz Kylheku2017-07-052-0/+23
* structs: bugfix in static-slot-ensure.Kaz Kylheku2017-07-051-1/+1
* configure: libffi test fixes.Kaz Kylheku2017-07-051-3/+2
* configure: deal with non-standard libffi installations.Kaz Kylheku2017-07-042-0/+29
* ffi: relaxation in cptr put semantics.Kaz Kylheku2017-07-022-5/+18
* ffi: new make-zstruct function and znew macro.Kaz Kylheku2017-07-025-0/+182
* Version 181.txr-181Kaz Kylheku2017-07-017-838/+919
* genvim: include ffi type symbols.Kaz Kylheku2017-06-301-2/+4
* genvim: remove useless code.Kaz Kylheku2017-06-301-4/+0
* ffi: new ffi-type-operator-p and ffi-type-p.Kaz Kylheku2017-06-303-0/+55
* doc: formatting of table in awk section.Kaz Kylheku2017-06-301-20/+19
* doc: suspend and refresh in editing help.Kaz Kylheku2017-06-301-1/+3
* linenoise: support suspend and refresh in help.Kaz Kylheku2017-06-301-0/+11
* doc: describe cheatsheet command.Kaz Kylheku2017-06-301-0/+11
* ffi: fix more bugginess in struct bitfield allocation.Kaz Kylheku2017-06-291-2/+2
* ffi: make-union can initialize.Kaz Kylheku2017-06-293-5/+33
* ffi: fix union printing as struct.Kaz Kylheku2017-06-291-1/+1
* doc: fix zipper example under mapcarKaz Kylheku2017-06-291-1/+2
* ffi: fix bool printing as integer type.Kaz Kylheku2017-06-291-1/+1
* ffi: reject bitfields as arguments or return values.Kaz Kylheku2017-06-291-0/+6
* ffi: tighten syntax validation in type compiler.Kaz Kylheku2017-06-291-2/+46
* New Cartesian product mapping functions.Kaz Kylheku2017-06-283-0/+173
* ffi: new enumed type operator: enums with base type.Kaz Kylheku2017-06-273-2/+40
* ffi: prepare for variably sized enum implementation.Kaz Kylheku2017-06-271-17/+26
* ffi: bugfix: diagnostic problems in enum put.Kaz Kylheku2017-06-271-6/+8
* ffi: add missing rput/rget ops for big endian.Kaz Kylheku2017-06-271-0/+35
* ffi: fix incorrect null-terminated array in op.Kaz Kylheku2017-06-271-3/+4
* ffi: new macro, deffi-sym.Kaz Kylheku2017-06-263-3/+57
* doc: fix deffi-varKaz Kylheku2017-06-261-5/+44
* New cptr functions cptr-cast and int-cptr.Kaz Kylheku2017-06-264-0/+59
* doc: wrong function name under cptr-obj.Kaz Kylheku2017-06-261-1/+1
* ffi: bugfix: varray alloc not accounting for null term.Kaz Kylheku2017-06-261-1/+1
* ffi: bugfix: null-terminated zarray in semantics.Kaz Kylheku2017-06-261-1/+1
* doc: wrong date for Version 180.Kaz Kylheku2017-06-251-1/+1
* Version 180.txr-180Kaz Kylheku2017-06-257-579/+603
* ffi: fix leak in new union code.Kaz Kylheku2017-06-251-1/+1
* ffi: fix incorrect cptr type tag implementation.Kaz Kylheku2017-06-241-6/+14
* ffi: fix memory leak regression.Kaz Kylheku2017-06-241-0/+3
* doc: mistake in describing in semantics.Kaz Kylheku2017-06-241-1/+1
* doc: tcsetattr actions arg optiona.Kaz Kylheku2017-06-241-1/+1
* doc: glue paragraphs under Symbols and Packages.Kaz Kylheku2017-06-241-1/+0