| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce case{q,ql,qual}* macros which eval keys. | Kaz Kylheku | 2016-11-12 | 1 | -3/+19 |
* | Clause in case{q,ql,qual} with no forms yields nil. | Kaz Kylheku | 2016-11-11 | 1 | -1/+3 |
* | Bugfix in case{q,ql,qual} macro expansion. | Kaz Kylheku | 2016-11-11 | 1 | -6/+17 |
* | Streamline variable assignment operators slightly. | Kaz Kylheku | 2016-11-11 | 1 | -15/+12 |
* | Fix some gc-unsafe mutations found by inspection. | Kaz Kylheku | 2016-11-10 | 1 | -1/+1 |
* | Implementing package foreign symbol concept. | Kaz Kylheku | 2016-11-10 | 1 | -0/+7 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 1 | -0/+2 |
* | Deprecated undocumented *user-package* etc. | Kaz Kylheku | 2016-11-08 | 1 | -3/+5 |
* | Don't track macro origin of interned objects. | Kaz Kylheku | 2016-11-04 | 1 | -1/+3 |
* | Don't print distracting path in error trace. | Kaz Kylheku | 2016-11-04 | 1 | -2/+2 |
* | No need to track origin of entire macrolet. | Kaz Kylheku | 2016-11-04 | 1 | -4/+1 |
* | Show location of expanded form in exp-time errors. | Kaz Kylheku | 2016-11-04 | 1 | -3/+10 |
* | New negated equality test functions. | Kaz Kylheku | 2016-11-01 | 1 | -0/+3 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 1 | -2/+2 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 1 | -1/+1 |
* | Extend symbol-function accessor to methods. | Kaz Kylheku | 2016-10-29 | 1 | -0/+8 |
* | last, butlast: become accessors, get optional arg. | Kaz Kylheku | 2016-10-26 | 1 | -6/+6 |
* | New accessors nthlast and butlastn. | Kaz Kylheku | 2016-10-25 | 1 | -0/+2 |
* | Don't expand macros in quasiquote expander. | Kaz Kylheku | 2016-10-24 | 1 | -27/+24 |
* | Fix non-working quasiquote over struct literals. | Kaz Kylheku | 2016-10-24 | 1 | -0/+4 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -4/+4 |
* | Support nil env in env-fbind and env-vbind. | Kaz Kylheku | 2016-10-15 | 1 | -10/+24 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Change criterion for *load-path*-relative loading. | Kaz Kylheku | 2016-09-27 | 1 | -1/+1 |
* | Get rid of sys:load; load becomes function. | Kaz Kylheku | 2016-09-26 | 1 | -28/+7 |
* | Overhaul of self-load-path mechanism. | Kaz Kylheku | 2016-09-26 | 1 | -19/+16 |
* | New functions: tofloatz and tointz. | Kaz Kylheku | 2016-09-24 | 1 | -0/+2 |
* | eval: error message change. | Kaz Kylheku | 2016-09-23 | 1 | -1/+1 |
* | Move regex intrinsic registrations to regex.c. | Kaz Kylheku | 2016-09-21 | 1 | -14/+0 |
* | split-str gains ability to keep separating pieces. | Kaz Kylheku | 2016-09-16 | 1 | -1/+1 |
* | Merge macro expanders for while and until. | Kaz Kylheku | 2016-09-16 | 1 | -27/+14 |
* | fix broken while* and until*. | Kaz Kylheku | 2016-09-16 | 1 | -2/+2 |
* | key function argument on remq, remql and remqual. | Kaz Kylheku | 2016-09-15 | 1 | -4/+4 |
* | New keepq, keepql and keepqual functions. | Kaz Kylheku | 2016-09-15 | 1 | -0/+3 |
* | Fix bugs in new quasiquote optimization. | Kaz Kylheku | 2016-08-28 | 1 | -2/+4 |
* | Precompute functions used by quasiquote optimizer. | Kaz Kylheku | 2016-08-28 | 1 | -35/+46 |
* | Optimize quasiquote code generation. | Kaz Kylheku | 2016-08-27 | 1 | -9/+98 |
* | Introduce symbol variable for list*. | Kaz Kylheku | 2016-08-27 | 1 | -2/+3 |
* | Put cap on @<digits> value in op/do syntax. | Kaz Kylheku | 2016-08-24 | 1 | -0/+4 |
* | Error on non-bindable sym in defvar and defparm. | Kaz Kylheku | 2016-08-24 | 1 | -0/+3 |
* | Fix bug: global lexicals marked special anyway. | Kaz Kylheku | 2016-08-24 | 1 | -9/+4 |
* | Check arg count when expanding defsymacro. | Kaz Kylheku | 2016-08-24 | 1 | -0/+3 |
* | Misleading error message in defvarl and defsymacro. | Kaz Kylheku | 2016-08-24 | 1 | -2/+2 |
* | Adding time-parse function: wrapper for strptime. | Kaz Kylheku | 2016-08-22 | 1 | -0/+1 |
* | defsymacro must remove special marking. | Kaz Kylheku | 2016-06-11 | 1 | -0/+2 |
* | Fixing semantics of makunbound. | Kaz Kylheku | 2016-06-08 | 1 | -3/+19 |
* | Fixes in field formatting diagnostics. | Kaz Kylheku | 2016-06-04 | 1 | -5/+6 |
* | Move registration of hash module functions to hash.c | Kaz Kylheku | 2016-05-28 | 1 | -41/+1 |
* | Track origin across op/do expansion. | Kaz Kylheku | 2016-05-23 | 1 | -0/+2 |
* | Use sys_load_s symbol variable. | Kaz Kylheku | 2016-05-18 | 1 | -1/+1 |