| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | HTML doc: fix back jumping flaw. | Kaz Kylheku | 2015-12-14 | 1 | -5/+13 |
* | Improved documentation of macro parameter lists. | Kaz Kylheku | 2015-12-14 | 1 | -18/+64 |
* | Allow :whole and :form to do destructuring. | Kaz Kylheku | 2015-12-14 | 1 | -7/+15 |
* | 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 |
* | Handle browsers with JS disabled. | Kaz Kylheku | 2015-12-13 | 1 | -0/+3 |
* | Remove redundant title tag. | Kaz Kylheku | 2015-12-13 | 1 | -1/+1 |
* | HTML doc: expand TOC section on jumpback. | Kaz Kylheku | 2015-12-12 | 1 | -2/+21 |
* | HTML doc: jump back to TOC feature. | Kaz Kylheku | 2015-12-12 | 1 | -2/+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 | 3 | -45/+180 |
* | Change representation of top-level macro bindings. | Kaz Kylheku | 2015-12-10 | 1 | -6/+8 |
* | Version 127.txr-127 | Kaz Kylheku | 2015-12-09 | 6 | -284/+330 |
* | Solaris issue detecting ftello/fseeko. | Kaz Kylheku | 2015-12-09 | 1 | -0/+4 |
* | Solaris issue: ftruncate not detected. | Kaz Kylheku | 2015-12-09 | 1 | -1/+1 |
* | Bugfix: crash in get_line. | Kaz Kylheku | 2015-12-09 | 1 | -8/+6 |
* | Bugfix: incorrect less comparison for ranges. | Kaz Kylheku | 2015-12-09 | 1 | -3/+12 |
* | defmeth returns compound method name. | Kaz Kylheku | 2015-12-09 | 1 | -1/+1 |
* | Bugfix: ifa must allow dwim expressions. | Kaz Kylheku | 2015-12-09 | 2 | -8/+25 |
* | 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 | 2 | -3/+14 |
* | Adding mboundp and mmakunbound. | Kaz Kylheku | 2015-12-08 | 2 | -3/+25 |
* | New function macro-ancestor. | Kaz Kylheku | 2015-12-08 | 2 | -0/+19 |
* | 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 | 3 | -7/+7 |
* | HTML doc: add doctype header and content-type. | Kaz Kylheku | 2015-12-07 | 1 | -0/+2 |
* | HTML doc: table of contents improvements. | Kaz Kylheku | 2015-12-07 | 1 | -2/+54 |
* | Large file support. | Kaz Kylheku | 2015-12-04 | 4 | -11/+116 |
* | Configure for large file support. | Kaz Kylheku | 2015-12-03 | 1 | -1/+70 |
* | Whitespace issue in configure. | Kaz Kylheku | 2015-12-03 | 1 | -9/+9 |
* | static-slot-ensure always processes subtypes. | Kaz Kylheku | 2015-12-01 | 2 | -49/+51 |
* | Bugfix: structs not inheriting late static slot values. | Kaz Kylheku | 2015-12-01 | 2 | -6/+27 |
* | Resolve method name to supertype. | Kaz Kylheku | 2015-12-01 | 1 | -1/+17 |
* | Suppress superfluous "located at" message. | Kaz Kylheku | 2015-11-30 | 1 | -9/+5 |
* | Some missing exceptions to indentation rule. | Kaz Kylheku | 2015-11-30 | 1 | -1/+2 |
* | defun can define methods. | Kaz Kylheku | 2015-11-30 | 3 | -10/+49 |
* | Correct return value of defmeth. | Kaz Kylheku | 2015-11-30 | 1 | -3/+4 |