| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementing sys:abscond-from operator. | Kaz Kylheku | 2015-10-28 | 5 | -5/+121 |
* | Doc maintenance under flet and labels. | Kaz Kylheku | 2015-10-28 | 1 | -1/+15 |
* | Bugfix: harden hash-next, since it is exposed. | Kaz Kylheku | 2015-10-28 | 1 | -1/+4 |
* | Fix with-hash-table-iter typo. | Kaz Kylheku | 2015-10-28 | 2 | -2/+2 |
* | Add some tests for continuations. | Kaz Kylheku | 2015-10-28 | 2 | -0/+19 |
* | Add obtain/yield macros interface to continuations. | Kaz Kylheku | 2015-10-28 | 3 | -0/+328 |
* | Context form error reporting in sys:capture-cont. | Kaz Kylheku | 2015-10-28 | 3 | -18/+24 |
* | Expose eval_error out of eval module. | Kaz Kylheku | 2015-10-28 | 2 | -1/+2 |
* | Move noreturn macro. | Kaz Kylheku | 2015-10-28 | 2 | -6/+6 |
* | New special macro parameter list parameter :form. | Kaz Kylheku | 2015-10-28 | 2 | -12/+30 |
* | Improvement in place macros. | Kaz Kylheku | 2015-10-28 | 2 | -13/+40 |
* | Remove no-longer-needed bulk bit operations. | Kaz Kylheku | 2015-10-27 | 1 | -17/+3 |
* | Fix C++ clash in slots implementation. | Kaz Kylheku | 2015-10-27 | 1 | -2/+2 |
* | Reduce size of saved/restored signal masks. | Kaz Kylheku | 2015-10-27 | 2 | -23/+31 |
* | Fix *listener-hist-len* in ~/.txr_profile not working. | Kaz Kylheku | 2015-10-27 | 1 | -3/+5 |
* | Fix size growth of nested continuation capture. | Kaz Kylheku | 2015-10-27 | 1 | -1/+2 |
* | Capture portion of stack beyond prompting block. | Kaz Kylheku | 2015-10-26 | 1 | -1/+3 |
* | TXR gets delimited continuations. | Kaz Kylheku | 2015-10-25 | 3 | -5/+345 |
* | Bugfix: incompletely implemented zap macro. | Kaz Kylheku | 2015-10-25 | 1 | -2/+2 |
* | Expose memory region marking function. | Kaz Kylheku | 2015-10-25 | 2 | -0/+6 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 26 | -32/+270 |
* | Reduce stack usage for args in a few places. | Kaz Kylheku | 2015-10-24 | 2 | -5/+3 |
* | Implementing truncate-stream. | Kaz Kylheku | 2015-10-21 | 5 | -10/+104 |
* | Correction in error message on unimplemented seek. | Kaz Kylheku | 2015-10-21 | 1 | -1/+1 |
* | Doc improvements in Structures. | Kaz Kylheku | 2015-10-19 | 1 | -10/+16 |
* | defmeth and with-objects formatting fix. | Kaz Kylheku | 2015-10-19 | 1 | -1/+2 |
* | Version 120.txr-120 | Kaz Kylheku | 2015-10-18 | 6 | -374/+430 |
* | Bugfix: unterminated format argument list in repl code. | Kaz Kylheku | 2015-10-18 | 1 | -1/+1 |
* | Support binary specifier in format. | Kaz Kylheku | 2015-10-17 | 2 | -5/+31 |
* | Use chk_manage_vec for static slots arrays. | Kaz Kylheku | 2015-10-17 | 1 | -4/+7 |
* | New function chk_manage_vec. | Kaz Kylheku | 2015-10-17 | 2 | -0/+51 |
* | Fix overflow check using wrong variable. | Kaz Kylheku | 2015-10-17 | 1 | -1/+1 |
* | New test case for handle and frame introspection. | Kaz Kylheku | 2015-10-17 | 2 | -0/+19 |
* | Streamline handling of struct type arguments. | Kaz Kylheku | 2015-10-17 | 2 | -98/+86 |
* | Fix formatting under caar, cadr, ... | Kaz Kylheku | 2015-10-16 | 1 | -0/+1 |
* | Adding defmeth macro and static-slot-ensure. | Kaz Kylheku | 2015-10-16 | 4 | -0/+135 |
* | Remove use of the system function. | Kaz Kylheku | 2015-10-16 | 2 | -19/+35 |
* | Most uses of auto_str should be static_str. | Kaz Kylheku | 2015-10-16 | 1 | -3/+3 |
* | Renaming some functions for consistency. | Kaz Kylheku | 2015-10-16 | 8 | -42/+69 |
* | Adding find-frame function. | Kaz Kylheku | 2015-10-15 | 4 | -2/+110 |
* | Introspection over catch and handle frames. | Kaz Kylheku | 2015-10-15 | 3 | -1/+242 |
* | List another limitation of listener. | Kaz Kylheku | 2015-10-15 | 1 | -0/+6 |
* | Slight section restructuring. | Kaz Kylheku | 2015-10-14 | 1 | -1/+3 |
* | Adding typecase macro. | Kaz Kylheku | 2015-10-14 | 3 | -0/+97 |
* | New way of handling exceptions without unwinding. | Kaz Kylheku | 2015-10-14 | 7 | -7/+350 |
* | Go into listener if no arguments are given. | Kaz Kylheku | 2015-10-13 | 1 | -0/+24 |
* | Capitalization in help text. | Kaz Kylheku | 2015-10-13 | 1 | -3/+3 |
* | Hash table iterators exposed, with new macro. | Kaz Kylheku | 2015-10-11 | 4 | -0/+141 |
* | Invoke finalizers if object initialization bails. | Kaz Kylheku | 2015-10-10 | 2 | -0/+22 |
* | Struct finalizers should be registered first. | Kaz Kylheku | 2015-10-10 | 2 | -15/+15 |