| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes under Consecutive Variables | Kaz Kylheku | 2015-12-08 | 1 | -7/+9 |
* | Replace "discussed" with "described". | Kaz Kylheku | 2015-12-08 | 1 | -13/+13 |
* | Wording under sys:abscond-from. | Kaz Kylheku | 2015-12-08 | 1 | -1/+1 |
* | Fix outdated references to .. denoting cons. | Kaz Kylheku | 2015-12-08 | 1 | -14/+12 |
* | remove nonexistent function from synopsis. | Kaz Kylheku | 2015-12-07 | 1 | -1/+1 |
* | range-regex returns range, not cons. | Kaz Kylheku | 2015-12-07 | 1 | -4/+4 |
* | static-slot-ensure always processes subtypes. | Kaz Kylheku | 2015-12-01 | 1 | -33/+34 |
* | Bugfix: structs not inheriting late static slot values. | Kaz Kylheku | 2015-12-01 | 1 | -5/+24 |
* | defun can define methods. | Kaz Kylheku | 2015-11-30 | 1 | -0/+24 |
* | func-get-name calculates a name for methods. | Kaz Kylheku | 2015-11-30 | 1 | -17/+42 |
* | Version 126.txr-126 | Kaz Kylheku | 2015-11-29 | 1 | -2/+2 |
* | New macro define-accessor. | Kaz Kylheku | 2015-11-25 | 1 | -0/+72 |
* | New functions window-map and window-mappend. | Kaz Kylheku | 2015-11-25 | 1 | -0/+154 |
* | Version 125.txr-125 | Kaz Kylheku | 2015-11-20 | 1 | -2/+2 |
* | last function becomes generic. | Kaz Kylheku | 2015-11-20 | 1 | -3/+11 |
* | TXR_COMPAT option. | Kaz Kylheku | 2015-11-20 | 1 | -1/+31 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 1 | -2/+59 |
* | Introducing lazy structs. | Kaz Kylheku | 2015-11-20 | 1 | -1/+76 |