| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow @(repeat) and @(rep) to see Lisp globals. | Kaz Kylheku | 2015-12-26 | 1 | -0/+11 |
* | TXR quasiliterals and output vars treated as Lisp. | Kaz Kylheku | 2015-12-26 | 6 | -174/+209 |
* | chr-isdigit and chr-isxdigit return value. | Kaz Kylheku | 2015-12-23 | 2 | -15/+35 |
* | Base value in :counter | Kaz Kylheku | 2015-12-23 | 2 | -6/+33 |
* | Section reference correction. | Kaz Kylheku | 2015-12-23 | 1 | -1/+3 |
* | New directives @(data) and @(name) | Kaz Kylheku | 2015-12-22 | 2 | -1/+154 |
* | Allow @(line) in horizontal context. | Kaz Kylheku | 2015-12-22 | 1 | -0/+1 |
* | Don't use ~d in several match debug diagnostics. | Kaz Kylheku | 2015-12-22 | 1 | -2/+2 |
* | Syntax highlighting regression and omission. | Kaz Kylheku | 2015-12-22 | 1 | -13/+14 |
* | Version 128.txr-128 | Kaz Kylheku | 2015-12-19 | 6 | -507/+488 |
* | Print some instances of qref as dot notation. | Kaz Kylheku | 2015-12-18 | 1 | -0/+24 |
* | 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 | 4 | -18/+137 |
* | Revise Conventions slightly. | Kaz Kylheku | 2015-12-18 | 1 | -5/+7 |
* | debugger: stopped at line nil of nil. | Kaz Kylheku | 2015-12-18 | 1 | -4/+5 |
* | New --debug-expansion option. | Kaz Kylheku | 2015-12-18 | 4 | -1/+29 |
* | Fix useless use of if3. | Kaz Kylheku | 2015-12-18 | 1 | -2/+2 |
* | Ensure debugger options are declared in txr.h. | Kaz Kylheku | 2015-12-18 | 2 | -1/+2 |
* | Comments clean up near top of configure script. | Kaz Kylheku | 2015-12-17 | 1 | -3/+10 |
* | Set macro ancestry info in place expansions. | Kaz Kylheku | 2015-12-17 | 2 | -4/+21 |
* | Bugfix: dot syntax doesn't record source loc info. | Kaz Kylheku | 2015-12-17 | 1 | -2/+4 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 8 | -18/+137 |
* | Support eight-argument intrinsic functions. | Kaz Kylheku | 2015-12-16 | 2 | -1/+53 |
* | bugfix: dwim_set not handling hash correctly. | Kaz Kylheku | 2015-12-16 | 1 | -0/+4 |
* | bugfix: nil from in replace wrongly treated as 0. | Kaz Kylheku | 2015-12-16 | 1 | -6/+6 |
* | HTML doc: markup in lower case. | Kaz Kylheku | 2015-12-15 | 2 | -46/+46 |
* | 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 |