summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* disassemble: d and t regs in decimal.Kaz Kylheku2019-11-291-2/+2
* load: bug: source loc gathered for .tlo files.Kaz Kylheku2019-11-291-1/+3
* getopt: tweak multi-line literals in help textKaz Kylheku2019-11-291-26/+25
* getopts: new define-option-struct macro.Kaz Kylheku2019-11-293-2/+159
* doc: getopt: long and short options appear in index.Kaz Kylheku2019-11-291-0/+17
* getopts: rename add method to add-opt.Kaz Kylheku2019-11-291-5/+5
* intern-fb: bugfix: optional argument handling.Kaz Kylheku2019-11-281-1/+1
* intern-fb: use correct name in diagnostics.Kaz Kylheku2019-11-281-2/+2
* getopts: move opts object into opt-processor.Kaz Kylheku2019-11-281-20/+24
* getopts: remove unused opt-processor slot from opts.Kaz Kylheku2019-11-281-3/+2
* getopts: print types in help without colon.Kaz Kylheku2019-11-281-2/+2
* getopts: simplify build-hash.Kaz Kylheku2019-11-281-5/+3
* doc: ffi-make-callback doesn't exist.Kaz Kylheku2019-11-251-1/+1
* listener: fix buggy balanced line check.Kaz Kylheku2019-11-241-2/+7
* buffers: support list operations.Kaz Kylheku2019-11-201-0/+18
* New function: buf-list.Kaz Kylheku2019-11-203-0/+39