| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: don't refer to BLOCKS section. | Kaz Kylheku | 2017-02-26 | 1 | -6/+6 |
* | doc: print methods print, not pretty-print. | Kaz Kylheku | 2017-02-26 | 1 | -1/+1 |
* | New floor-rem, ceil-rem and round-rem. | Kaz Kylheku | 2017-02-26 | 4 | -18/+59 |
* | Second argument optional in trunc. | Kaz Kylheku | 2017-02-25 | 3 | -75/+106 |
* | doc: horizontal-vertical issues in block and accept. | Kaz Kylheku | 2017-02-25 | 1 | -0/+44 |
* | doc: special interactions with accept. | Kaz Kylheku | 2017-02-25 | 1 | -17/+123 |
* | Adding round function. | Kaz Kylheku | 2017-02-25 | 5 | -4/+106 |
* | floor and ceil do division, with optional second arg. | Kaz Kylheku | 2017-02-24 | 4 | -20/+228 |
* | bugfix: integrate finally clause with accept. | Kaz Kylheku | 2017-02-23 | 1 | -20/+40 |
* | Check result of seteuid and setegid. | Kaz Kylheku | 2017-02-22 | 1 | -6/+10 |
* | remq/remove-if family: bugfixes in error message. | Kaz Kylheku | 2017-02-22 | 1 | -9/+9 |
* | bugfix: data stream escape in accept transfers. | Kaz Kylheku | 2017-02-20 | 1 | -1/+22 |
* | bugfix: accept allowing binding escape. | Kaz Kylheku | 2017-02-20 | 1 | -0/+33 |
* | Eliminate common code: pattern fun binding resolution. | Kaz Kylheku | 2017-02-20 | 1 | -36/+37 |
* | Fix lack of robustness in struct module. | Kaz Kylheku | 2017-02-20 | 1 | -6/+6 |
* | Bugfix: h_trailer has to intercept accept. | Kaz Kylheku | 2017-02-16 | 1 | -8/+26 |
* | Support horizontal @(block), phase 2. | Kaz Kylheku | 2017-02-15 | 1 | -12/+62 |
* | New internal function: vec. | Kaz Kylheku | 2017-02-15 | 2 | -0/+23 |
* | Support horizontal @(block), phase 1. | Kaz Kylheku | 2017-02-15 | 2 | -0/+50 |
* | Support horizontal form of @(throw). | Kaz Kylheku | 2017-02-13 | 2 | -0/+15 |
* | Version 169.txr-169 | Kaz Kylheku | 2017-02-11 | 6 | -264/+288 |
* | Add rassoc and rassql functions. | Kaz Kylheku | 2017-02-11 | 4 | -3/+82 |
* | consistency: treat members of struct env in order. | Kaz Kylheku | 2017-02-10 | 1 | -2/+2 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 7 | -46/+69 |
* | Properly default arguments in expand_with_free_refs. | Kaz Kylheku | 2017-02-10 | 1 | -1/+3 |
* | Better way for releasing deferred warnings. | Kaz Kylheku | 2017-02-10 | 6 | -10/+46 |
* | awk macro: warn about invalid function use in rng. | Kaz Kylheku | 2017-02-10 | 1 | -11/+26 |
* | awk macro: warn about invalid var use in rng forms. | Kaz Kylheku | 2017-02-09 | 1 | -30/+50 |
* | Extend functionality of sys:expand-with-free-refs. | Kaz Kylheku | 2017-02-09 | 1 | -5/+71 |
* | sys:op: don't warn about @var targets. | Kaz Kylheku | 2017-02-09 | 1 | -5/+11 |
* | Suppress only deferrable warnings in op expander. | Kaz Kylheku | 2017-02-09 | 1 | -1/+1 |
* | Muffle only deferrable warnings in sys:expand. | Kaz Kylheku | 2017-02-09 | 3 | -1/+10 |
* | bugfix: no restart catch in compile-warning. | Kaz Kylheku | 2017-02-09 | 1 | -1/+3 |
* | New system function: expand-with-free-refs. | Kaz Kylheku | 2017-02-08 | 1 | -0/+35 |
* | doc: dotimes heading formatting. | Kaz Kylheku | 2017-02-07 | 1 | -1/+2 |
* | Version 168.txr-168 | Kaz Kylheku | 2017-02-02 | 6 | -226/+260 |
* | Adding whena macro. | Kaz Kylheku | 2017-02-05 | 3 | -1/+23 |
* | bugfix: wrongly strict stream class check in poll. | Kaz Kylheku | 2017-02-05 | 1 | -1/+1 |
* | keep/remove: reduce duplication, optimize. | Kaz Kylheku | 2017-02-05 | 2 | -138/+136 |
* | bugfix: incorrect keepql due to spurious statement. | Kaz Kylheku | 2017-02-05 | 1 | -1/+0 |
* | Expose rlcp_tree function. | Kaz Kylheku | 2017-02-04 | 2 | -2/+29 |
* | Add useful sys:bits function. | Kaz Kylheku | 2017-02-04 | 1 | -0/+8 |
* | doc: typo under hidden sym. | Kaz Kylheku | 2017-02-04 | 1 | -1/+1 |
* | bugfix: rehome_sym not removing from hidden list. | Kaz Kylheku | 2017-02-04 | 1 | -0/+1 |
* | bugfix: don't print unnecessary package prefix. | Kaz Kylheku | 2017-02-04 | 1 | -2/+2 |
* | Improve diagnostic of error during place expansion. | Kaz Kylheku | 2017-02-04 | 1 | -0/+3 |
* | Replace sys:cp-origin with smarter function. | Kaz Kylheku | 2017-02-04 | 1 | -17/+10 |
* | bugfix: "expansion at nil" in error trace. | Kaz Kylheku | 2017-02-03 | 1 | -1/+1 |
* | Dump deferred warnings when eval exception thrown. | Kaz Kylheku | 2017-02-03 | 2 | -0/+3 |
* | Expand sys:setqf separately, with better accuracy. | Kaz Kylheku | 2017-02-03 | 1 | -1/+25 |