summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-285-5/+121
* Doc maintenance under flet and labels.Kaz Kylheku2015-10-281-1/+15
* Bugfix: harden hash-next, since it is exposed.Kaz Kylheku2015-10-281-1/+4
* Fix with-hash-table-iter typo.Kaz Kylheku2015-10-282-2/+2
* Add some tests for continuations.Kaz Kylheku2015-10-282-0/+19
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-283-0/+328
* Context form error reporting in sys:capture-cont.Kaz Kylheku2015-10-283-18/+24
* Expose eval_error out of eval module.Kaz Kylheku2015-10-282-1/+2
* Move noreturn macro.Kaz Kylheku2015-10-282-6/+6
* New special macro parameter list parameter :form.Kaz Kylheku2015-10-282-12/+30
* Improvement in place macros.Kaz Kylheku2015-10-282-13/+40
* Remove no-longer-needed bulk bit operations.Kaz Kylheku2015-10-271-17/+3
* Fix C++ clash in slots implementation.Kaz Kylheku2015-10-271-2/+2
* Reduce size of saved/restored signal masks.Kaz Kylheku2015-10-272-23/+31
* Fix *listener-hist-len* in ~/.txr_profile not working.Kaz Kylheku2015-10-271-3/+5
* Fix size growth of nested continuation capture.Kaz Kylheku2015-10-271-1/+2
* Capture portion of stack beyond prompting block.Kaz Kylheku2015-10-261-1/+3
* TXR gets delimited continuations.Kaz Kylheku2015-10-253-5/+345
* Bugfix: incompletely implemented zap macro.Kaz Kylheku2015-10-251-2/+2
* Expose memory region marking function.Kaz Kylheku2015-10-252-0/+6
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-2526-32/+270
* Reduce stack usage for args in a few places.Kaz Kylheku2015-10-242-5/+3
* Implementing truncate-stream.Kaz Kylheku2015-10-215-10/+104
* Correction in error message on unimplemented seek.Kaz Kylheku2015-10-211-1/+1
* 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-186-374/+430
* Bugfix: unterminated format argument list in repl code.Kaz Kylheku2015-10-181-1/+1
* Support binary specifier in format.Kaz Kylheku2015-10-172-5/+31
* Use chk_manage_vec for static slots arrays.Kaz Kylheku2015-10-171-4/+7
* New function chk_manage_vec.Kaz Kylheku2015-10-172-0/+51
* Fix overflow check using wrong variable.Kaz Kylheku2015-10-171-1/+1
* New test case for handle and frame introspection.Kaz Kylheku2015-10-172-0/+19
* Streamline handling of struct type arguments.Kaz Kylheku2015-10-172-98/+86
* Fix formatting under caar, cadr, ...Kaz Kylheku2015-10-161-0/+1
* Adding defmeth macro and static-slot-ensure.Kaz Kylheku2015-10-164-0/+135
* Remove use of the system function.Kaz Kylheku2015-10-162-19/+35
* Most uses of auto_str should be static_str.Kaz Kylheku2015-10-161-3/+3
* Renaming some functions for consistency.Kaz Kylheku2015-10-168-42/+69
* Adding find-frame function.Kaz Kylheku2015-10-154-2/+110
* Introspection over catch and handle frames.Kaz Kylheku2015-10-153-1/+242
* 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-143-0/+97
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-147-7/+350
* Go into listener if no arguments are given.Kaz Kylheku2015-10-131-0/+24
* Capitalization in help text.Kaz Kylheku2015-10-131-3/+3
* Hash table iterators exposed, with new macro.Kaz Kylheku2015-10-114-0/+141
* Invoke finalizers if object initialization bails.Kaz Kylheku2015-10-102-0/+22
* Struct finalizers should be registered first.Kaz Kylheku2015-10-102-15/+15