| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 122.txr-122 | Kaz Kylheku | 2015-11-05 | 6 | -338/+371 |
* | Make small_sigset_t narrower. | Kaz Kylheku | 2015-11-05 | 2 | -2/+2 |
* | Clear stack area below revived continuation. | Kaz Kylheku | 2015-11-05 | 1 | -0/+1 |
* | Copy envs for middle-of-binding continuations. | Kaz Kylheku | 2015-11-05 | 4 | -16/+108 |
* | yield-from can omit form; access initial value. | Kaz Kylheku | 2015-11-04 | 2 | -72/+122 |
* | Pattern vars accessed from Lisp now dynamic. | Kaz Kylheku | 2015-11-04 | 4 | -5/+73 |
* | Factor out excessive uw_set_match_context calls. | Kaz Kylheku | 2015-11-03 | 1 | -51/+40 |
* | Add amb test case for continuations. | Kaz Kylheku | 2015-11-02 | 1 | -0/+20 |
* | Moving sys:capture-cont to call/cc style API. | Kaz Kylheku | 2015-11-02 | 4 | -59/+50 |
* | New range type, distinct from cons cell. | Kaz Kylheku | 2015-11-01 | 10 | -43/+253 |
* | Fix case in Compatibility section reference. | Kaz Kylheku | 2015-10-31 | 1 | -1/+1 |
* | Define suspend operator. | Kaz Kylheku | 2015-10-30 | 3 | -35/+104 |
* | Support Power PC 64. | Kaz Kylheku | 2015-10-30 | 2 | -0/+88 |
* | Version 121.txr-121 | Kaz Kylheku | 2015-10-29 | 6 | -534/+568 |
* | Formatting issue under qref. | Kaz Kylheku | 2015-10-29 | 1 | -1/+1 |
* | Provide a way to free the continuation stacks. | Kaz Kylheku | 2015-10-29 | 3 | -42/+66 |
* | Finalize obtain continuator function. | Kaz Kylheku | 2015-10-29 | 2 | -7/+20 |
* | Unwinding continuations via "poison" value. | Kaz Kylheku | 2015-10-29 | 2 | -2/+11 |
* | 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 |