summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffi: shut up gcc7 warnings about switch case.Kaz Kylheku2019-12-161-0/+7
* Version 229.txr-229Kaz Kylheku2019-12-147-972/+1014
* ffi: new type zcharKaz Kylheku2019-12-142-21/+126
* ffi: turn char conversion flags into enum.Kaz Kylheku2019-12-141-52/+85
* listener: C++ enum issue.Kaz Kylheku2019-12-131-1/+1
* doc: doubled word in compat note.Kaz Kylheku2019-12-131-1/+1
* doc: make-buf: document default value.Kaz Kylheku2019-12-131-2/+5
* multiple-inheritance: test static-slot-home.Kaz Kylheku2019-12-132-1/+6
* multiple-inheritance: super-method loose ends.Kaz Kylheku2019-12-134-41/+87
* define-option-struct: use multiple inheritanceKaz Kylheku2019-12-131-14/+22
* OOP: implementing multiple inheritance.Kaz Kylheku2019-12-117-94/+344
* doc: clarify inheritance of static slot value.Kaz Kylheku2019-12-091-0/+31
* structs: bugfix: crash in static slot inheritance.Kaz Kylheku2019-12-091-1/+1
* New function: path-dir-empty.Kaz Kylheku2019-12-093-0/+38
* Add hyperbolic functions: sinh, cosh, and others.Kaz Kylheku2019-12-074-0/+146
* ffi: allow init-forms for slots.Kaz Kylheku2019-12-062-11/+80
* unwind: new function uw_warningf.Kaz Kylheku2019-12-062-0/+23