| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrong function name: addrinfo isn't a function. | Kaz Kylheku | 2016-07-03 | 1 | -1/+1 |
* | Version 144.txr-144 | Kaz Kylheku | 2016-06-29 | 1 | -2/+2 |
* | We would like the Windows port of TXR to open files in text | Kaz Kylheku | 2016-06-28 | 1 | -0/+4 |
* | Update compatibility notes. | Kaz Kylheku | 2016-06-28 | 1 | -0/+3 |
* | Revamp documentation of expressions in pattern language. | Kaz Kylheku | 2016-06-26 | 1 | -104/+341 |
* | Wrong section macro on from-list. | Kaz Kylheku | 2016-06-17 | 1 | -1/+1 |
* | defsymacro must remove special marking. | Kaz Kylheku | 2016-06-11 | 1 | -1/+21 |
* | Implement :counter in collect/coll. | Kaz Kylheku | 2016-06-09 | 1 | -0/+47 |
* | Restructure documentation of collect keywords. | Kaz Kylheku | 2016-06-09 | 1 | -44/+73 |
* | Rewriting documentation for binding accessors. | Kaz Kylheku | 2016-06-08 | 1 | -14/+47 |
* | Fixing semantics of makunbound. | Kaz Kylheku | 2016-06-08 | 1 | -31/+103 |
* | Note that txr-path includes trailing slash. | Kaz Kylheku | 2016-06-05 | 1 | -3/+4 |
* | The stdlib variable gets a trailing slash. | Kaz Kylheku | 2016-06-05 | 1 | -1/+5 |
* | Version 143.txr-143 | Kaz Kylheku | 2016-06-04 | 1 | -2/+2 |
* | Incorrect repeat directive example. | Kaz Kylheku | 2016-06-03 | 1 | -1/+1 |
* | @(output) evaluates destination as Lisp. | Kaz Kylheku | 2016-06-03 | 1 | -6/+16 |
* | Mistake in remq*, reqml* and remqual heading. | Kaz Kylheku | 2016-06-03 | 1 | -1/+1 |
* | Adding special function from-list. | Kaz Kylheku | 2016-06-01 | 1 | -0/+42 |
* | Describe special structure methods in new section. | Kaz Kylheku | 2016-06-01 | 1 | -114/+158 |
* | ldiff uses equal for all non-list arguments. | Kaz Kylheku | 2016-06-01 | 1 | -3/+3 |
* | Methods for turning objects into sequences. | Kaz Kylheku | 2016-06-01 | 1 | -0/+49 |
* | Print method on objects. | Kaz Kylheku | 2016-06-01 | 1 | -0/+8 |
* | Eliminating the ! $ and - file-opening hacks. | Kaz Kylheku | 2016-05-31 | 1 | -25/+24 |
* | Version 142.txr-142 | Kaz Kylheku | 2016-05-29 | 1 | -2/+2 |
* | Add a byte mode to stdio streams. | Kaz Kylheku | 2016-05-28 | 1 | -7/+29 |
* | Check manual for .cblk/.cble pairing. | Kaz Kylheku | 2016-05-26 | 1 | -4/+4 |
* | Provide the txr-embedded-arg.txr utility. | Kaz Kylheku | 2016-05-25 | 1 | -1/+66 |
* | Stand-alone application support. | Kaz Kylheku | 2016-05-25 | 1 | -0/+107 |
* | New variable: txr-path. | Kaz Kylheku | 2016-05-25 | 1 | -0/+5 |
* | Allow whitespace between @ and ; in comments. | Kaz Kylheku | 2016-05-23 | 1 | -1/+1 |
* | Optional argument on remove-path. | Kaz Kylheku | 2016-05-23 | 1 | -2/+9 |
* | Neglected documentation about @(next). | Kaz Kylheku | 2016-05-23 | 1 | -3/+8 |
* | Version 141.txr-141 | Kaz Kylheku | 2016-05-20 | 1 | -2/+2 |
* | No such word: expressivity. | Kaz Kylheku | 2016-05-20 | 1 | -1/+1 |
* | Capitalize Boolean. | Kaz Kylheku | 2016-05-20 | 1 | -23/+23 |
* | Implement listener variable for selection style. | Kaz Kylheku | 2016-05-19 | 1 | -15/+44 |
* | Grammar under Dot Position in Function Calls. | Kaz Kylheku | 2016-05-18 | 1 | -2/+2 |
* | Streamline text about where Lisp is evaluated. | Kaz Kylheku | 2016-05-18 | 1 | -16/+14 |
* | Fix outdated example. | Kaz Kylheku | 2016-05-18 | 1 | -1/+1 |
* | Formatting fix under make-random-state | Kaz Kylheku | 2016-05-18 | 1 | -1/+1 |
* | New feature: self-load-path symbol macro. | Kaz Kylheku | 2016-05-18 | 1 | -0/+35 |
* | Add notes about cursor shape and selection semantics. | Kaz Kylheku | 2016-05-18 | 1 | -0/+23 |
* | New functions: at-exit-call and at-exit-do-not-call. | Kaz Kylheku | 2016-05-18 | 1 | -0/+38 |
* | Adding termios support. | Kaz Kylheku | 2016-05-18 | 1 | -0/+710 |
* | Bugfix in checkman leading to doc improvements. | Kaz Kylheku | 2016-05-17 | 1 | -38/+17 |
* | Version 140.txr-140 | Kaz Kylheku | 2016-05-07 | 1 | -2/+2 |
* | Argument of flush-stream now optional. | Kaz Kylheku | 2016-05-07 | 1 | -1/+7 |
* | New: standard stream redirection for subprocesses. | Kaz Kylheku | 2016-05-07 | 1 | -0/+74 |
* | New --reexec option. | Kaz Kylheku | 2016-05-05 | 1 | -0/+28 |
* | Somew new path access testing functions. | Kaz Kylheku | 2016-05-04 | 1 | -27/+79 |