summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ftw: throw exception on failure.Kaz Kyheku2020-01-282-11/+55
* New function: rmdir.Kaz Kylheku2020-01-282-0/+36
* New functions: chown, lchown.Kaz Kyheku2020-01-283-1/+141
* ensure-dir: return nil when exists.Kaz Kylheku2020-01-272-6/+12
* ensure-dir: fail if exists and not dir.Kaz Kylheku2020-01-252-21/+34
* New function: mkfifo.Kaz Kylheku2020-01-233-0/+73
* mknod: third arg must be optional.Kaz Kylheku2020-01-231-1/+1
* New functions utimes, lutimes.Kaz Kylheku2020-01-213-1/+326
* New function: coded-length.Kaz Kylheku2020-01-184-0/+25
* ffi: fix broken char handling in undimensioned arrays.Kaz Kylheku2020-01-173-36/+110
* sysif: fix inappropriate use of w_ convention.Kaz Kylheku2020-01-153-16/+15
* fstat: take fd argument.Kaz Kyheku2020-01-152-15/+14
* with-resources: support multiple cleanup forms.Kaz Kyheku2020-01-152-15/+36
* chmod: work on streams and descriptors using fchmod.Kaz Kyheku2020-01-153-12/+59
* Version 231.txr-231Kaz Kylheku2020-01-126-917/+952
* hash: bug: not hashing key of tree node.Kaz Kylheku2020-01-121-1/+1
* configure: don't try to remove phony target.Kaz Kylheku2020-01-101-1/+0
* build: deal with the mess of new Bison warnings.Kaz Kylheku2020-01-102-1/+29