summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gc: obtain stack top using alloca.Kaz Kylheku2020-01-091-10/+5
* gc: consolidate top-of-stack and context handling.Kaz Kylheku2020-01-091-8/+2
* aarch64: gc: mark farther beyond apparent stack.Kaz Kylheku2020-01-091-1/+1
* gcc: disable annoying code quoting.Kaz Kylheku2020-01-081-0/+27
* tests: broken glob test cases crash under musl.Kaz Kylheku2020-01-083-7/+21
* config.h: double definition of FLO_MAX_DIGKaz Kylheku2020-01-071-0/+1
* ffi: fix non-libffi build on big endian.Kaz Kylheku2020-01-061-0/+1
* builtin redefinition: better diagnostic message.Kaz Kylheku2020-01-061-6/+10
* sysif.h: remove dependency on off_t.Kaz Kylheku2020-01-012-14/+6
* Copyright year bump 2020.Kaz Kylheku2019-12-31121-123/+123
* doc: usage note for compile-update-file.Kaz Kylheku2019-12-231-0/+16
* doc: redocument keyword argument description.Kaz Kylheku2019-12-231-15/+29
* doc: spurious blank line under build macro.Kaz Kylheku2019-12-231-1/+0
* New function: compile-update-file.Kaz Kylheku2019-12-223-59/+107
* Version 230.txr-230Kaz Kylheku2019-12-204-5/+24
* config: improve check for PIE-disabling flags.Kaz Kylheku2019-12-191-2/+2
* configure: better check for missing make.Kaz Kylheku2019-12-191-2/+2
* configure: disable building as PIE.Kaz Kylheku2019-12-181-0/+25
* Move jmp-related stuff from signal.h to unwind.h.Kaz Kylheku2019-12-173-170/+177
* bugfix: crash in extended_setjmp due to PIE.Kaz Kylheku2019-12-173-55/+52
* ffi: bug: zchar not handled in array out semantics.Kaz Kylheku2019-12-161-0/+1