summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 243txr-243Kaz Kylheku2020-09-016-425/+453
* oop: add tests for diamond problem.Kaz Kylheku2020-09-012-2/+23
* tags: address small issue with tag lookup.Kaz Kylheku2020-09-013-8/+8
* New function: reject.Kaz Kylheku2020-09-014-0/+117
* doc: minor flaw in select syntax markup.Kaz Kylheku2020-08-301-1/+1
* doc: rewrite multiple inheritance intro paragraph.Kaz Kylheku2020-08-281-9/+3
* doc: :fini also affected by diamond problem.Kaz Kylheku2020-08-281-4/+25
* OOP: use chk_calloc for objects.Kaz Kylheku2020-08-271-9/+4
* OOP: bugfix: lazy object uninitialized dirty flag.Kaz Kylheku2020-08-271-0/+1
* OOP: optimization in dupe base check.Kaz Kylheku2020-08-271-7/+7
* structs: deal with initialization diamond problem.Kaz Kylheku2020-08-272-13/+201
* ffi/doc: bugfixes to bitfield alignment.Kaz Kylheku2020-08-242-22/+24
* doc: ffi: struct size with only zero-width field.Kaz Kylheku2020-08-241-1/+2
* ffi: bugfix: zero-width bitfield offset problem.Kaz Kylheku2020-08-241-1/+1
* ffi: correct tft->nmemb under zero-bit fields.Kaz Kylheku2020-08-241-2/+4
* doc: clarify *load-path* treatment under @(load)Kaz Kylheku2020-08-191-1/+3
* txr: repeat ferrets out Lisp-embedded vars.Kaz Kylheku2020-08-174-46/+87
* txr: identify output repeat vars at parse timeKaz Kylheku2020-08-172-52/+64
* Remove unnecessary forward declarations.Kaz Kylheku2020-08-172-3/+0
* Version 242txr-242Kaz Kylheku2020-08-144-5/+18
* match.c: revert bad commits.Kaz Kylheku2020-08-141-158/+118
* doc: listener: undo over history clarifications.Kaz Kylheku2020-08-141-6/+12
* listener: fix completion regression.Kaz Kylheku2020-08-121-1/+1
* scanner: use %option never-interactiveKaz Kylheku2020-08-081-24/+2
* Version 241txr-241Kaz Kylheku2020-08-077-1101/+1184
* scanner: backport isatty hack to Flex 2.5.x.Kaz Kylheku2020-08-071-1/+18
* cygwin: bugs in string catenation and splitting.Kaz Kylheku2020-08-071-4/+4
* cygwin: build fixes.Kaz Kylheku2020-08-072-1/+2
* doc: fix under define-option-structKaz Kylheku2020-08-071-1/+1
* Change noreturn to NORETURN.Kaz Kylheku2020-08-0710-44/+44
* scanner: use batch mode; nuke isatty calls.Kaz Kylheku2020-08-061-4/+5
* scanner: issue with <unistd.h> header.Kaz Kylheku2020-08-031-0/+5
* Different banner text for plain mode.Kaz Kylheku2020-07-241-2/+6
* New inaddr-str and in6addr-str functions.Kaz Kylheku2020-07-247-2/+435
* New sspl function.Kaz Kylheku2020-07-224-1/+17
* distat: bugfix: use lstat.Kaz Kylheku2020-07-202-9/+8
* stat, lstat and dirstat now take struct param.Kaz Kylheku2020-07-204-23/+41
* doc: add an implementation note for exceptions.Kaz Kylheku2020-07-171-0/+24
* doc: exception handling wording improvements.Kaz Kylheku2020-07-171-9/+19
* More reasonable fallback for self path: revisited.Kaz Kylheku2020-07-141-0/+5
* doc: wrong symbol under cptr-buf.Kaz Kylheku2020-07-131-1/+1
* cptr: bugfix: cptr-out must fall back on tft->put.Kaz Kylheku2020-07-131-1/+4
* doc: spurious word under Variables.Kaz Kylheku2020-07-131-1/+1
* doc: fix some mistakes in ffi-get and ffi-out.Kaz Kylheku2020-07-131-9/+7
* cptr: new cptr-get and cptr-out functions.Kaz Kylheku2020-07-132-0/+166
* tags: take advantage of weak packages.Kaz Kylheku2020-07-121-1/+1
* Support weak semantics in symbol packages.Kaz Kylheku2020-07-124-16/+35
* listener: new *-1, *-2 ... *-20 macros.Kaz Kylheku2020-07-115-2/+36
* Add dirstat function.Kaz Kylheku2020-07-092-24/+130
* Add missing closedir.Kaz Kylheku2020-07-092-3/+57