summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow whitespace between @ and ; in comments.Kaz Kylheku2016-05-232-3/+3
* Don't use sleep function in tail streams.Kaz Kylheku2016-05-233-20/+9
* Optional argument on remove-path.Kaz Kylheku2016-05-233-8/+19
* Bugfix: strange diagostic for -B-c.Kaz Kylheku2016-05-231-2/+7
* Few more drop_privilege calls in txr_main.Kaz Kylheku2016-05-231-0/+2
* Neglected documentation about @(next).Kaz Kylheku2016-05-231-3/+8
* Version 141.txr-141Kaz Kylheku2016-05-206-500/+581
* No such word: expressivity.Kaz Kylheku2016-05-201-1/+1
* Capitalize Boolean.Kaz Kylheku2016-05-201-23/+23
* Implement listener variable for selection style.Kaz Kylheku2016-05-192-17/+49
* linenoise: support inclusive selection.Kaz Kylheku2016-05-192-3/+23
* Help text upkeep.Kaz Kylheku2016-05-181-0/+7
* Grammar under Dot Position in Function Calls.Kaz Kylheku2016-05-181-2/+2
* Streamline text about where Lisp is evaluated.Kaz Kylheku2016-05-181-16/+14
* Fix outdated example.Kaz Kylheku2016-05-181-1/+1
* Formatting fix under make-random-stateKaz Kylheku2016-05-181-1/+1
* Use sys_load_s symbol variable.Kaz Kylheku2016-05-181-1/+1
* New feature: self-load-path symbol macro.Kaz Kylheku2016-05-186-8/+94
* Add notes about cursor shape and selection semantics.Kaz Kylheku2016-05-181-0/+23
* New functions: at-exit-call and at-exit-do-not-call.Kaz Kylheku2016-05-183-0/+69
* Handle integer overflow in length_list.Kaz Kylheku2016-05-181-2/+14
* Adding termios support.Kaz Kylheku2016-05-187-1/+1407
* Bugfix in checkman leading to doc improvements.Kaz Kylheku2016-05-172-39/+20
* Some streamlining in the cons recycling.Kaz Kylheku2016-05-152-11/+9
* Bugfix: recycled conses play nice with gen GC.Kaz Kylheku2016-05-151-0/+3
* Fix incorrect comment.Kaz Kylheku2016-05-151-1/+1
* Fix generational-GC bug in struct code.Kaz Kylheku2016-05-141-3/+5
* Support autoloading for methods.Kaz Kylheku2016-05-131-2/+22
* Bugfix in - and / functions.Kaz Kylheku2016-05-131-4/+4
* Wrong argument defaulting in record-adapter.Kaz Kylheku2016-05-091-1/+1
* Version 140.txr-140Kaz Kylheku2016-05-076-690/+737
* Avoid unnecessary evaluation in argument defaulting.Kaz Kylheku2016-05-072-5/+1
* Argument of flush-stream now optional.Kaz Kylheku2016-05-072-3/+10
* Get rid of txl prefix from symbols.Kaz Kylheku2016-05-071-23/+23
* Don't refer to .txl in install instructions.Kaz Kylheku2016-05-071-3/+3
* Redundant addr in printed rep of string-input-stream.Kaz Kylheku2016-05-071-1/+1
* *args*, *args-full* and self-path in listener.Kaz Kylheku2016-05-071-8/+10
* Replace abort with panic in setuid code.Kaz Kylheku2016-05-071-8/+7
* Adding panic macro, which throws a panic exception.Kaz Kylheku2016-05-074-2/+14
* Cygwin and MinGW exception for GNU stack section.Kaz Kylheku2016-05-071-1/+1
* Less specific check for Cygwin in assembly code.Kaz Kylheku2016-05-071-1/+1
* New: standard stream redirection for subprocesses.Kaz Kylheku2016-05-072-11/+215
* Some recent versions of flex contain // comment.Kaz Kylheku2016-05-061-1/+6
* Copyright in --help text.Kaz Kylheku2016-05-051-1/+1
* Condense --help text.Reini Urban2016-05-051-1/+0
* Typo in --help.Reini Urban2016-05-051-1/+1
* HACKING: typoReini Urban2016-05-051-1/+1
* New --reexec option.Kaz Kylheku2016-05-054-1/+40
* Reveal setgroups on Solaris.Kaz Kylheku2016-05-041-0/+5
* Fix Vim syntax highlighting bugs.Kaz Kylheku2016-05-043-5/+5