summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 142.txr-142Kaz Kylheku2016-05-296-98/+132
* Turn flags in struct stdio_handle into bitfields.Kaz Kylheku2016-05-291-3/+3
* Use width of 8 for struct dgram boolean bitfields.Kaz Kylheku2016-05-291-2/+2
* Support byte oriented mode in dgram sockets.Kaz Kylheku2016-05-292-4/+20
* Rename struct dgram_stream member.Kaz Kylheku2016-05-291-5/+5
* Support ISO C stream direction switching rules.Kaz Kylheku2016-05-281-0/+58
* Use byte-oriented stream in binary editing utility.Kaz Kylheku2016-05-281-1/+2
* Add a byte mode to stdio streams.Kaz Kylheku2016-05-282-11/+51
* Replace new hash limit constants with variables.Kaz Kylheku2016-05-282-11/+30
* Move registration of hash module functions to hash.cKaz Kylheku2016-05-282-41/+42
* Store hash values in hash entries.Kaz Kylheku2016-05-272-19/+93
* Reduce work done by hashing.Kaz Kylheku2016-05-274-37/+59
* Fix 2011-11-17 regression.Kaz Kylheku2016-05-271-4/+4
* Remove superfluous arg defaulting in drop functions.Kaz Kylheku2016-05-261-4/+2
* Bugfix: argument defaulting in take-until.Kaz Kylheku2016-05-261-2/+2
* Check manual for .cblk/.cble pairing.Kaz Kylheku2016-05-262-4/+20
* Provide the txr-embedded-arg.txr utility.Kaz Kylheku2016-05-252-1/+100
* Stand-alone application support.Kaz Kylheku2016-05-252-18/+150
* New variable: txr-path.Kaz Kylheku2016-05-252-0/+12
* Track origin across op/do expansion.Kaz Kylheku2016-05-231-0/+2
* 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