summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* Fix somewhat broken setuid privilege dropping.Kaz Kylheku2016-05-011-43/+62
* Adding getresuid, getresuid, getresgid and setresgid.Kaz Kylheku2016-05-011-0/+36
* Adding setgroups function.Kaz Kylheku2016-05-011-12/+32
* Use random padding in PRNG rather than 0xAA.Kaz Kylheku2016-04-281-0/+25
* Clean-up rand code; implement configurable warmup.Kaz Kylheku2016-04-281-4/+56
* Simple indirection on pattern functions: @(call).Kaz Kylheku2016-04-271-0/+90
* Adding fixnum-min and fixnum-max variables.Kaz Kylheku2016-04-271-0/+15
* Check .metn similarly to .codn and fix.Kaz Kylheku2016-04-261-27/+28
* Change .meta to single-argument.Kaz Kylheku2016-04-261-8/+8
* Check that arg 2 of .codn starts with punctuation.Kaz Kylheku2016-04-261-5/+5
* Change .codn and .code to fixed arity.Kaz Kylheku2016-04-261-427/+455
* Fix errors found by new checkman.txr.Kaz Kylheku2016-04-261-21/+21
* Version 139.txr-139Kaz Kylheku2016-04-221-2/+2
* Spring cleaning: find wrong wrong troff macros.Kaz Kylheku2016-04-221-60/+61
* Support list of paths in ftw.Kaz Kylheku2016-04-221-0/+47
* Integrating fnmatch.Kaz Kylheku2016-04-201-0/+54
* read-until-match can optionally keep matched text.Kaz Kylheku2016-04-201-12/+24
* Allow unlimited character pushback in unget-char.Kaz Kylheku2016-04-191-1/+16
* Fix inconsistency of Lisp var visibility in TXR.Kaz Kylheku2016-04-171-12/+35
* Version 138.txr-138Kaz Kylheku2016-04-161-2/+2
* Improve sock-peer documentation.Kaz Kylheku2016-04-161-19/+20
* Doc for sys:abscond* references nonexistent sym.Kaz Kylheku2016-04-161-1/+1
* Notes on glob and exceptions.Kaz Kylheku2016-04-151-0/+19
* Glob-related variables wrongly documented as special.Kaz Kylheku2016-04-151-1/+1
* Adding ftw function.Kaz Kylheku2016-04-151-0/+194
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-151-0/+76
* Fix proper-listp to proper-list-p.Kaz Kylheku2016-04-141-6/+17
* Remove @(do) from Lisp examples.Kaz Kylheku2016-04-141-17/+15
* Fix incorrect example under umeth.Kaz Kylheku2016-04-141-2/+2
* New open-socket-pair function.Kaz Kylheku2016-04-141-0/+27
* Adding fmt function.Kaz Kylheku2016-04-141-0/+17
* Improved window-map doc.Kaz Kylheku2016-04-131-6/+6
* Fix wrong documentation for window-map.Kaz Kylheku2016-04-131-7/+5
* Formatting in defstruct documentation.Kaz Kylheku2016-04-121-10/+1
* Better handling of dot position function calls.Kaz Kylheku2016-04-111-19/+60
* Fix more macro name misspellings in manual.Dave Love2016-04-101-10/+10
* Allow symbol macro in function call dot position.Kaz Kylheku2016-04-071-0/+14
* Document improper lists as macro call forms.Kaz Kylheku2016-04-071-0/+36
* Example formatting under Dot Position in Function Calls.Kaz Kylheku2016-04-071-2/+2
* Dot position in function calls described in terms of apply.Kaz Kylheku2016-04-071-21/+29
* Mistake in apply example.Kaz Kylheku2016-04-071-1/+1
* Fix inappropriate references to tree-bind.Kaz Kylheku2016-04-051-3/+3
* Cramped parenthesis under suspend.Kaz Kylheku2016-04-051-2/+2
* Incorrect obtain-block heading.Kaz Kylheku2016-04-051-1/+1
* Bugfix: support abstract UNIX socket addresses on Linux.Kaz Kylheku2016-03-311-4/+34
* Define a sock-peer syntactic place.Kaz Kylheku2016-03-311-6/+43
* Version 137.txr-137Kaz Kylheku2016-03-301-2/+2
* Rewrite intro to delimited continuations.Kaz Kylheku2016-03-291-21/+114
* Incorrect typesetting for suspend macro syntax.Kaz Kylheku2016-03-291-1/+1
* Doc restructuring: Filesystem Access seection gone.Kaz Kylheku2016-03-281-237/+235