summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-1/+49
* New global control over float print precision.Kaz Kylheku2015-11-131-5/+52
* Formatting in generate, giterate heading.Kaz Kylheku2015-11-121-1/+1
* Explanation about mlet circularity.Kaz Kylheku2015-11-121-1/+4
* Adding revappend and nreconc.Kaz Kylheku2015-11-111-0/+27
* New function: group-reduce.Kaz Kylheku2015-11-101-0/+71
* New block* op; functions return* and sys:abscond*.Kaz Kylheku2015-11-091-2/+93
* Variable init forms of for go inside nil block.Kaz Kylheku2015-11-081-6/+14
* New iread function.Kaz Kylheku2015-11-071-4/+34
* Version 123.txr-123Kaz Kylheku2015-11-061-2/+2
* Version 122.txr-122Kaz Kylheku2015-11-051-2/+2
* yield-from can omit form; access initial value.Kaz Kylheku2015-11-041-59/+97
* Pattern vars accessed from Lisp now dynamic.Kaz Kylheku2015-11-041-0/+42
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-021-33/+29
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-10/+113
* Fix case in Compatibility section reference.Kaz Kylheku2015-10-311-1/+1
* Define suspend operator.Kaz Kylheku2015-10-301-35/+95
* Version 121.txr-121Kaz Kylheku2015-10-291-2/+2
* Formatting issue under qref.Kaz Kylheku2015-10-291-1/+1
* Provide a way to free the continuation stacks.Kaz Kylheku2015-10-291-1/+11
* Finalize obtain continuator function.Kaz Kylheku2015-10-291-0/+10
* Unwinding continuations via "poison" value.Kaz Kylheku2015-10-291-0/+8
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-281-1/+54
* Doc maintenance under flet and labels.Kaz Kylheku2015-10-281-1/+15
* Fix with-hash-table-iter typo.Kaz Kylheku2015-10-281-1/+1
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-281-0/+253
* Context form error reporting in sys:capture-cont.Kaz Kylheku2015-10-281-11/+14
* New special macro parameter list parameter :form.Kaz Kylheku2015-10-281-9/+22
* Improvement in place macros.Kaz Kylheku2015-10-281-3/+25
* TXR gets delimited continuations.Kaz Kylheku2015-10-251-0/+183
* Implementing truncate-stream.Kaz Kylheku2015-10-211-0/+15
* Doc improvements in Structures.Kaz Kylheku2015-10-191-10/+16
* defmeth and with-objects formatting fix.Kaz Kylheku2015-10-191-1/+2
* Version 120.txr-120Kaz Kylheku2015-10-181-2/+2
* Support binary specifier in format.Kaz Kylheku2015-10-171-0/+5
* Streamline handling of struct type arguments.Kaz Kylheku2015-10-171-2/+3
* Fix formatting under caar, cadr, ...Kaz Kylheku2015-10-161-0/+1
* Adding defmeth macro and static-slot-ensure.Kaz Kylheku2015-10-161-0/+81
* Remove use of the system function.Kaz Kylheku2015-10-161-0/+25
* Renaming some functions for consistency.Kaz Kylheku2015-10-161-8/+19
* Adding find-frame function.Kaz Kylheku2015-10-151-2/+57
* Introspection over catch and handle frames.Kaz Kylheku2015-10-151-0/+159
* List another limitation of listener.Kaz Kylheku2015-10-151-0/+6
* Slight section restructuring.Kaz Kylheku2015-10-141-1/+3
* Adding typecase macro.Kaz Kylheku2015-10-141-0/+43
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-141-3/+192
* Hash table iterators exposed, with new macro.Kaz Kylheku2015-10-111-0/+83
* Invoke finalizers if object initialization bails.Kaz Kylheku2015-10-101-0/+10
* Struct finalizers should be registered first.Kaz Kylheku2015-10-101-2/+2
* Version 119.txr-119Kaz Kylheku2015-10-101-2/+2