summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix treatment of "false" in out-of-memory handler.Kaz Kylheku2016-05-041-1/+2
* Somew new path access testing functions.Kaz Kylheku2016-05-043-31/+109
* Fix: path-writable-to-me bug, for root.Kaz Kylheku2016-05-041-1/+2
* Calculate sysroot even if executable is renamed.Kaz Kylheku2016-05-041-1/+17
* Consolidate sysroot calculation.Kaz Kylheku2016-05-041-16/+19
* Implement setgid script support.Kaz Kylheku2016-05-024-25/+87
* Fix somewhat broken setuid privilege dropping.Kaz Kylheku2016-05-012-49/+103
* Adding getresuid, getresuid, getresgid and setresgid.Kaz Kylheku2016-05-013-0/+107
* Adding setgroups function.Kaz Kylheku2016-05-013-12/+90
* Adding -D_GNU_SOURCE to compiler command line.Kaz Kylheku2016-05-012-4/+1
* Security: do not require executable stack.Kaz Kylheku2016-04-291-0/+12
* Use random padding in PRNG rather than 0xAA.Kaz Kylheku2016-04-283-62/+97
* Fix broken bignum to int_ptr_t conversion.Kaz Kylheku2016-04-281-3/+2
* Fix broken bignum to uint_ptr_t conversion.Kaz Kylheku2016-04-281-1/+1
* Clean-up rand code; implement configurable warmup.Kaz Kylheku2016-04-284-30/+92
* Only use getpid for rand seed if HAVE_UNISTD_H.Kaz Kylheku2016-04-281-0/+2
* Remove bogus code for 128 bit platform.Kaz Kylheku2016-04-281-6/+3
* Move PRNG-related initialization to rand.cKaz Kylheku2016-04-282-8/+9
* Simple indirection on pattern functions: @(call).Kaz Kylheku2016-04-273-1/+150
* Diagnose empty clauses better in parallel constructs.Kaz Kylheku2016-04-271-86/+119
* Adding fixnum-min and fixnum-max variables.Kaz Kylheku2016-04-272-0/+17
* Check .metn similarly to .codn and fix.Kaz Kylheku2016-04-262-30/+31
* Change .meta to single-argument.Kaz Kylheku2016-04-262-10/+10
* Check that arg 2 of .codn starts with punctuation.Kaz Kylheku2016-04-262-5/+8
* Change .codn and .code to fixed arity.Kaz Kylheku2016-04-262-427/+471
* Fix errors found by new checkman.txr.Kaz Kylheku2016-04-261-21/+21
* Adding manual page checker.Kaz Kylheku2016-04-262-1/+80
* Check man page for errors when generating PDF.Kaz Kylheku2016-04-261-1/+1
* Pretty print filename in assertion.Kaz Kylheku2016-04-251-2/+2
* Version 139.txr-139Kaz Kylheku2016-04-226-428/+471
* Spring cleaning: find wrong wrong troff macros.Kaz Kylheku2016-04-221-60/+61
* Recycle temporary list-of-lists in mapping functions.Kaz Kylheku2016-04-221-3/+9
* Support list of paths in ftw.Kaz Kylheku2016-04-222-0/+59
* Optimization in path-private-to-me-p.Kaz Kylheku2016-04-221-8/+8