| Commit message (Expand) | Author | Age | Files | Lines |
* | New :mandatory keyword in until/last clauses. | Kaz Kylheku | 2016-01-15 | 1 | -1/+64 |
* | Fix omission: the / function becomes n-ary. | Kaz Kylheku | 2016-01-13 | 1 | -2/+6 |
* | The identity function gets an alias: use. | Kaz Kylheku | 2016-01-13 | 1 | -1/+22 |
* | Support crypt function. | Kaz Kylheku | 2016-01-13 | 1 | -0/+27 |
* | Version 131.txr-131 | Kaz Kylheku | 2016-01-12 | 1 | -2/+2 |
* | Version 130.txr-130 | Kaz Kylheku | 2016-01-05 | 1 | -2/+2 |
* | Bad formatting under data directive. | Kaz Kylheku | 2016-01-05 | 1 | -1/+1 |
* | Clarify same-sequence semantics of swap, rotate, shift. | Kaz Kylheku | 2016-01-04 | 1 | -0/+42 |
* | Revert chr-isdigit/isxdigit, provide new functions. | Kaz Kylheku | 2016-01-04 | 1 | -8/+18 |
* | defstruct: order function slots before other static slots. | Kaz Kylheku | 2016-01-03 | 1 | -0/+31 |
* | Bad formatting under destruct. | Kaz Kylheku | 2016-01-02 | 1 | -1/+1 |
* | Bad formatting under Ranges | Kaz Kylheku | 2016-01-02 | 1 | -0/+3 |
* | Record-delimiting stream adapter. | Kaz Kylheku | 2016-01-01 | 1 | -0/+89 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | linenoise: submit and stay in history. | Kaz Kylheku | 2015-12-31 | 1 | -0/+14 |
* | Version 129.txr-129 | Kaz Kylheku | 2015-12-29 | 1 | -2/+2 |
* | New variables for floating-point printing control. | Kaz Kylheku | 2015-12-28 | 1 | -14/+70 |
* | Adding with-slots macro. | Kaz Kylheku | 2015-12-27 | 1 | -0/+88 |
* | TXR quasiliterals and output vars treated as Lisp. | Kaz Kylheku | 2015-12-26 | 1 | -2/+8 |
* | chr-isdigit and chr-isxdigit return value. | Kaz Kylheku | 2015-12-23 | 1 | -13/+22 |
* | Base value in :counter | Kaz Kylheku | 2015-12-23 | 1 | -2/+15 |
* | Section reference correction. | Kaz Kylheku | 2015-12-23 | 1 | -1/+3 |
* | New directives @(data) and @(name) | Kaz Kylheku | 2015-12-22 | 1 | -0/+109 |
* | Version 128.txr-128 | Kaz Kylheku | 2015-12-19 | 1 | -2/+2 |
* | Keep summary of place forms up-to-date. | Kaz Kylheku | 2015-12-18 | 1 | -3/+15 |
* | New condlet macro; small change to iflet/whenlet. | Kaz Kylheku | 2015-12-18 | 1 | -6/+110 |
* | Revise Conventions slightly. | Kaz Kylheku | 2015-12-18 | 1 | -5/+7 |
* | New --debug-expansion option. | Kaz Kylheku | 2015-12-18 | 1 | -1/+7 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 1 | -3/+84 |
* | HTML doc: markup in lower case. | Kaz Kylheku | 2015-12-15 | 1 | -1/+1 |
* | Improved documentation of macro parameter lists. | Kaz Kylheku | 2015-12-14 | 1 | -18/+64 |
* | Pluralization under Equality Substitution. | Kaz Kylheku | 2015-12-13 | 1 | -1/+1 |
* | Clean up formatting in conventions section. | Kaz Kylheku | 2015-12-13 | 1 | -26/+5 |
* | Fix example under conda. | Kaz Kylheku | 2015-12-12 | 1 | -1/+1 |
* | Improvement in type tree diagram. | Kaz Kylheku | 2015-12-12 | 1 | -4/+8 |
* | Update typeof documentation | Kaz Kylheku | 2015-12-12 | 1 | -3/+19 |
* | Formatting under func-get-name. | Kaz Kylheku | 2015-12-11 | 1 | -1/+1 |
* | symbol-function semantics change; new symbol-macro. | Kaz Kylheku | 2015-12-10 | 1 | -39/+145 |
* | Version 127.txr-127 | Kaz Kylheku | 2015-12-09 | 1 | -2/+2 |
* | Bugfix: ifa must allow dwim expressions. | Kaz Kylheku | 2015-12-09 | 1 | -5/+19 |
* | Spacing around major headings early in doc. | Kaz Kylheku | 2015-12-09 | 1 | -1/+2 |
* | ifa documentation improvement | Kaz Kylheku | 2015-12-09 | 1 | -29/+82 |
* | Fix under ifa. | Kaz Kylheku | 2015-12-08 | 1 | -9/+9 |
* | Allow defmacros and defuns to co-exist. | Kaz Kylheku | 2015-12-08 | 1 | -0/+14 |
* | Adding mboundp and mmakunbound. | Kaz Kylheku | 2015-12-08 | 1 | -3/+11 |
* | New function macro-ancestor. | Kaz Kylheku | 2015-12-08 | 1 | -0/+18 |
* | Update under source-loc-str. | Kaz Kylheku | 2015-12-08 | 1 | -8/+24 |
* | Documentation section restructuring. | Kaz Kylheku | 2015-12-08 | 1 | -43/+47 |
* | Clarifications under dwim operator. | Kaz Kylheku | 2015-12-08 | 1 | -24/+46 |
* | Remove opinion point of view. | Kaz Kylheku | 2015-12-08 | 1 | -5/+2 |