summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Permissive stream open mode strings.Kaz Kylheku2016-03-191-3/+31
* Size mode meaningful in datagram sockets.Kaz Kylheku2016-03-191-0/+26
* Buffer size digit in file open mode string.Kaz Kylheku2016-03-191-0/+13
* Sockets are r+b by default, not r+.Kaz Kylheku2016-03-181-1/+10
* New l and u letters in stream open mode strings.Kaz Kylheku2016-03-181-3/+30
* Support binding in @(repeat)/@(rep) :vars.Kaz Kylheku2016-03-161-6/+35
* Timeout parameter in sock-accept.Kaz Kylheku2016-03-151-1/+10
* Make connect interruptible and support timeout.Kaz Kylheku2016-03-151-1/+10
* Implement socket timeouts.Kaz Kylheku2016-03-151-0/+33
* Bad formatting under sock-shutdown.Kaz Kylheku2016-03-151-0/+1
* @(output)_destination can be a stream.Kaz Kylheku2016-03-141-6/+12
* sock-connect return value change.Kaz Kylheku2016-03-141-1/+1
* All stdio streams get line buffering with i mode.Kaz Kylheku2016-03-141-4/+15
* Obsolete statement about datagram sockets in doc.Kaz Kylheku2016-03-141-2/+0
* Version 135.txr-135Kaz Kylheku2016-03-101-2/+2
* Documenting datagram streams.Kaz Kylheku2016-03-091-0/+99
* Allow nil value in setenv.Kaz Kylheku2016-03-081-1/+45
* Formatting under make-struct.Kaz Kylheku2016-03-071-1/+1
* Support umask function.Kaz Kylheku2016-03-021-0/+16
* Version 134.txr-134Kaz Kylheku2016-03-011-2/+2
* Prefix override in IP prefix functions.Kaz Kylheku2016-03-011-2/+22
* Functions for address prefixes to slash notation.Kaz Kylheku2016-02-291-0/+48
* expand-left and nexpand-left functions.Kaz Kylheku2016-02-291-1/+73
* Implement @(next nil).Kaz Kylheku2016-02-291-0/+12
* Doc: syslog-related fixes.Kaz Kylheku2016-02-281-4/+5
* Doc: elsif doesn't exist.Kaz Kylheku2016-02-281-1/+1
* Documenting sockets.Kaz Kylheku2016-02-281-0/+572
* Adding --eargs mechanism.Kaz Kylheku2016-02-021-1/+81
* Support setuid operation.Kaz Kylheku2016-01-231-0/+46
* Semantics fix: unhandled exceptions must still unwind.Kaz Kylheku2016-01-221-13/+16
* Version 133.txr-133Kaz Kylheku2016-01-211-2/+2
* Support for Base 64 encoding.Kaz Kylheku2016-01-211-0/+63
* Grammar fix under string quasiliterals.Kaz Kylheku2016-01-191-1/+1
* Grammar fix under cadr function.Kaz Kylheku2016-01-191-1/+1
* New random-state-get-vec function.Kaz Kylheku2016-01-181-3/+26
* Don't allow non-positive modulus in rand and random.Kaz Kylheku2016-01-181-0/+7
* New function, split*.Kaz Kylheku2016-01-171-3/+15
* Fix incorrect split examples.Kaz Kylheku2016-01-171-3/+3
* Version 132.txr-132Kaz Kylheku2016-01-151-1/+1
* New :mandatory keyword in until/last clauses.Kaz Kylheku2016-01-151-1/+64
* Fix omission: the / function becomes n-ary.Kaz Kylheku2016-01-131-2/+6
* The identity function gets an alias: use.Kaz Kylheku2016-01-131-1/+22
* Support crypt function.Kaz Kylheku2016-01-131-0/+27
* Version 131.txr-131Kaz Kylheku2016-01-121-2/+2
* Version 130.txr-130Kaz Kylheku2016-01-051-2/+2
* Bad formatting under data directive.Kaz Kylheku2016-01-051-1/+1
* Clarify same-sequence semantics of swap, rotate, shift.Kaz Kylheku2016-01-041-0/+42
* Revert chr-isdigit/isxdigit, provide new functions.Kaz Kylheku2016-01-041-8/+18
* defstruct: order function slots before other static slots.Kaz Kylheku2016-01-031-0/+31
* Bad formatting under destruct.Kaz Kylheku2016-01-021-1/+1