summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* new function: nthKaz Kylheku2017-07-185-0/+44
* new function: path-catKaz Kylheku2017-07-183-0/+125
* remove-path: exception semantics adjusted.Kaz Kylheku2017-07-172-8/+14
* lib: new function, relate.Kaz Kylheku2017-07-174-0/+85
* getopts: New argument type :text.Kaz Kylheku2017-07-162-2/+8
* getopts: Fix broken custom function option type.Kaz Kylheku2017-07-161-2/+2
* ffi: add offset argument to ffi buffer functions.Kaz Kylheku2017-07-163-34/+72
* regex: don't print superfluous parens around classes.Kaz Kylheku2017-07-161-2/+2
* format: support leading zero printing for floats.Kaz Kylheku2017-07-162-3/+16
* global environment accessors can now create bindings.Kaz Kylheku2017-07-162-22/+18
* bugfix: pattern language undefined warning system.Kaz Kylheku2017-07-161-2/+3
* trace: allow format and * functions to be traced.Kaz Kylheku2017-07-161-2/+5
* carray: add offset to carray-buf.Kaz Kylheku2017-07-153-21/+61
* Fix use of raw null constant in carray implementation.Kaz Kylheku2017-07-151-1/+1
* Remove unused variable in placelet implementation.Kaz Kylheku2017-07-151-1/+1
* bugfix: spurious warnings issued against lisp1 eval.Kaz Kylheku2017-07-141-2/+8
* New :lists feature in @(collect)/@(coll).Kaz Kylheku2017-07-113-6/+47
* doc: :vars not vars.Kaz Kylheku2017-07-111-3/+6
* txr-embeded-arg utility: use FFI types and buffers.Kaz Kylheku2017-07-101-10/+7
* Version 182.txr-182Kaz Kylheku2017-07-097-544/+588
* doc: fix structure of section on compatibility.Kaz Kylheku2017-07-091-4/+4
* ffi: new function, zero-fill.Kaz Kylheku2017-07-093-1/+67
* places: remove superfluous @1.Kaz Kylheku2017-07-091-2/+2
* structs: improve access to initfun and postinitfun.Kaz Kylheku2017-07-096-7/+202
* doc: missing word in compat note 165.Kaz Kylheku2017-07-091-1/+1
* doc: fix compat note 156.Kaz Kylheku2017-07-091-5/+14
* linenoise: replace linefeeds with CR in previous result.Kaz Kylheku2017-07-092-1/+3
* doc: make-struct-type postinitfun: outdated text.Kaz Kylheku2017-07-091-9/+11
* doc: bad formatting in make-struct-typeKaz Kylheku2017-07-091-1/+1
* doc: fixes under window-map.Kaz Kylheku2017-07-081-2/+2
* doc: fix spurious trailing comma in heading.Kaz Kylheku2017-07-081-1/+1
* doc: fix inappropriate code/codn in FFI types.Kaz Kylheku2017-07-081-6/+6
* doc: put [+]/[-] open/collapse markers on right.Kaz Kylheku2017-07-081-3/+3
* doc: C and POSIX types, sections with heading.Kaz Kylheku2017-07-081-31/+9
* doc: change Buffers heading.Kaz Kylheku2017-07-081-4/+9
* doc: merge redundant sections on cptr.Kaz Kylheku2017-07-081-33/+28
* doc: subdivide FFI-related functionsKaz Kylheku2017-07-081-1/+33
* doc: FFI restructured.Kaz Kylheku2017-07-071-57/+140
* expander: fix neglect to expand lambda and fun.Kaz Kylheku2017-07-071-4/+15
* 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