summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: use spawnvp for run and sh.Kaz Kylheku2020-02-172-48/+102
* crypt: refactor hardening a bit.Kaz Kylheku2020-02-151-17/+22
* crypt: harden against crashes.Kaz Kylheku2020-02-141-3/+60
* @(line): get meaningful value in horizontal mode.Kaz Kylheku2020-02-131-1/+10
* compiler: remove useless consp test.Kaz Kylheku2020-02-131-56/+55
* open-file: fix diagnostic referring to "o" mode.Kaz Kyheku2020-02-121-1/+1
* copy-file.tl: mode change.Kaz Kyheku2020-02-121-0/+0
* chmod tests: avoid sticky bit when not available.Kaz Kylheku2020-02-101-18/+25
* chmod tests: use macro.Kaz Kylheku2020-02-101-3/+3
* Version 232.txr-232Kaz Kylheku2020-02-096-687/+773
* bugfix: regression in @(skip).Kaz Kylheku2020-02-091-4/+4
* ffi: varray: g++ signed/unsigned warning.Kaz Kylheku2020-02-081-1/+1
* chmod: ugo perms sees effects from same clause.Kaz Kylheku2020-02-082-0/+2
* chmod: ugo must refer to unaltered perms.Kaz Kylheku2020-02-082-7/+14
* chmod: bug handling comma after right hand ugo.Kaz Kylheku2020-02-072-2/+2
* chmod: setuid/setgid bit bugfix and new tests.Kaz Kyheku2020-02-072-9/+8
* chmod: bugfix and new tests.Kaz Kyheku2020-02-072-5/+14
* New tests for chmod.Kaz Kyheku2020-02-074-0/+47
* chmod: fix broken umask application for implicit all.Kaz Kylheku2020-02-071-9/+6
* chmod: fix broken Coreutils-compatible sticky clear.Kaz Kylheku2020-02-071-1/+1
* file-place-buf: bugfix: create file if doesn't exist.Kaz Kylheku2020-02-071-1/+1
* New "m" file open mode: non-truncating "w".Kaz Kylheku2020-02-073-7/+45
* file-put-buf: new argument; also, new file-place-bufKaz Kylheku2020-02-073-3/+27
* buf: bugfix: buf-set-length not setting bytes.Kaz Kylheku2020-02-062-34/+35
* file-get-buf: size limit, seek offset.Kaz Kyheku2020-02-052-15/+42
* doc: file-get-buf opens a binary stream.Kaz Kyheku2020-02-051-2/+2
* doc: fill-buf return value wrongly described.Kaz Kyheku2020-02-051-1/+2
* fill-buf/fill-buf-adjust: incorrect return value.Kaz Kyheku2020-02-051-2/+2
* chmod: type error in exception throw.Kaz Kyheku2020-02-051-2/+9
* repl: catch exceptions during completion.Kaz Kylheku2020-02-041-2/+14
* fstat: turn into true alias.Kaz Kylheku2020-02-043-12/+8
* stat and fstat become equivalent.Kaz Kylheku2020-02-042-63/+79
* doc: limitation, not limiting.Kaz Kylheku2020-02-041-1/+1
* doc: stream-fd is nonexistent.Kaz Kylheku2020-02-041-1/+1
* New feature: symbolic chmod.Kaz Kylheku2020-02-032-11/+216
* New functions chmod-rec and chown-rec.Kaz Kylheku2020-01-313-0/+73
* doc: missing catch** in heading.Kaz Kyheku2020-01-311-1/+1
* doc: repeated "continues" under do directive.Kaz Kyheku2020-01-311-1/+1
* doc: defex does allow duplicate registration.Kaz Kyheku2020-01-311-13/+9
* c_str: don't allow symbols.Kaz Kyheku2020-01-313-3/+15
* open-files: add mode string argument.Kaz Kyheku2020-01-312-7/+26
* doc: remove-path copy-paste error.Kaz Kyheku2020-01-301-1/+1
* copy-file: detect directory before opening.Kaz Kylheku2020-01-301-10/+13
* New: file copy, recursive copy, recursive delete.Kaz Kylheku2020-01-293-0/+511
* New retry and skip exceptions under restart hierarchy.Kaz Kyheku2020-01-302-1/+20
* build: drop config.log in favor of reconfigureKaz Kyheku2020-01-292-12/+43
* packages: no default argument in several functions.Kaz Kyheku2020-01-291-3/+3
* New function: merge-delete-package.Kaz Kyheku2020-01-294-0/+44
* compiler: bug in catch: frame level mismatch.Kaz Kylheku2020-01-281-2/+2
* vm: more info in frame level mismatch.Kaz Kylheku2020-01-281-1/+3