| Commit message (Expand) | Author | Age | Files | Lines |
* | cptr-int and cptr-obj can make typed cptr objects. | Kaz Kylheku | 2017-06-19 | 1 | -2/+2 |
* | mkstring char argument is optional. | Kaz Kylheku | 2017-06-01 | 1 | -1/+1 |
* | Refactoring hash bang support; hash bang null hack. | Kaz Kylheku | 2017-05-30 | 1 | -1/+1 |
* | command line: --eargs semantics change. | Kaz Kylheku | 2017-05-30 | 1 | -1/+1 |
* | Splitting cptr object into separate CPTR tag. | Kaz Kylheku | 2017-05-15 | 1 | -0/+2 |
* | cptr: new functions. | Kaz Kylheku | 2017-05-09 | 1 | -0/+6 |
* | Bugfix expansion: return-from, sys:abscond-from, block*. | Kaz Kylheku | 2017-04-15 | 1 | -3/+8 |
* | Make it a warning only when built-ins redefined. | Kaz Kylheku | 2017-04-14 | 1 | -4/+4 |
* | Indexing in variable subst applies to any sequence. | Kaz Kylheku | 2017-04-05 | 1 | -9/+18 |
* | New time-parse-local and time-parse-utc functions. | Kaz Kylheku | 2017-04-04 | 1 | -0/+2 |
* | apply and iapply bugfix: split sequences into args. | Kaz Kylheku | 2017-04-03 | 1 | -2/+17 |
* | Important improvement in opip: support slot access. | Kaz Kylheku | 2017-03-29 | 1 | -1/+1 |
* | Short-circuit lisp-1 expander for atoms. | Kaz Kylheku | 2017-03-24 | 1 | -0/+3 |
* | bugfix: neglected unbound warnings in DWIM syntax. | Kaz Kylheku | 2017-03-24 | 1 | -0/+4 |
* | Sandboxing support via *package-alist*. | Kaz Kylheku | 2017-03-17 | 1 | -0/+1 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -17/+17 |
* | trace: implement redefinition checks. | Kaz Kylheku | 2017-03-17 | 1 | -0/+15 |
* | Fix missing nao terminator in formatted printing. | Kaz Kylheku | 2017-03-13 | 1 | -2/+2 |
* | New functions starts-with and ends-with. | Kaz Kylheku | 2017-03-12 | 1 | -0/+2 |
* | New rmismatch function. | Kaz Kylheku | 2017-03-12 | 1 | -0/+1 |
* | match-fun: make last two args optional. | Kaz Kylheku | 2017-03-12 | 1 | -1/+1 |
* | uref: the a.b.c syntax extended to .a.b.c | Kaz Kylheku | 2017-03-06 | 1 | -1/+2 |
* | New floor-rem, ceil-rem and round-rem. | Kaz Kylheku | 2017-02-26 | 1 | -1/+4 |
* | Second argument optional in trunc. | Kaz Kylheku | 2017-02-25 | 1 | -1/+1 |
* | Adding round function. | Kaz Kylheku | 2017-02-25 | 1 | -0/+1 |
* | floor and ceil do division, with optional second arg. | Kaz Kylheku | 2017-02-24 | 1 | -2/+2 |
* | Add rassoc and rassql functions. | Kaz Kylheku | 2017-02-11 | 1 | -0/+2 |
* | 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 | 1 | -10/+13 |
* | 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 | 1 | -3/+3 |
* | 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 | 1 | -1/+1 |
* | New system function: expand-with-free-refs. | Kaz Kylheku | 2017-02-08 | 1 | -0/+35 |
* | Expose rlcp_tree function. | Kaz Kylheku | 2017-02-04 | 1 | -0/+1 |
* | 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 | 1 | -0/+2 |
* | Expand sys:setqf separately, with better accuracy. | Kaz Kylheku | 2017-02-03 | 1 | -1/+25 |
* | Forbid lexical function mutation. | Kaz Kylheku | 2017-02-03 | 1 | -1/+39 |
* | Expander check for macro destination in setq forms. | Kaz Kylheku | 2017-02-03 | 1 | -0/+4 |
* | When expanding sys:lisp1-value, check for bad form. | Kaz Kylheku | 2017-02-03 | 1 | -1/+5 |
* | More accurate error wording from Lisp-1 operators. | Kaz Kylheku | 2017-02-03 | 1 | -2/+2 |
* | Expose expand_params as sys:expand-params. | Kaz Kylheku | 2017-01-29 | 1 | -0/+1 |
* | bugfix: :filter not handled right in output var. | Kaz Kylheku | 2017-01-26 | 1 | -1/+1 |
* | New catch*, giving access to exception symbol. | Kaz Kylheku | 2017-01-25 | 1 | -1/+4 |
* | bugfix: wrong context form in mac-param-bind. | Kaz Kylheku | 2017-01-25 | 1 | -1/+1 |
* | Expose plist to alist functions. | Kaz Kylheku | 2017-01-24 | 1 | -0/+2 |
* | New memp function for searching a plist. | Kaz Kylheku | 2017-01-24 | 1 | -0/+1 |