summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* opendir: gc-correctness.Kaz Kylheku2020-07-091-1/+2
* readdir: skip . and .. entriesKaz Kylheku2020-07-082-14/+28
* iter_item: bugfix/omission.Kaz Kylheku2020-07-081-0/+5
* doc: iter-more vs oop iterator.Kaz Kylheku2020-07-081-2/+14
* Expose low-level opendir/readdir dir traversal.Kaz Kylheku2020-07-085-12/+258
* uref/qref: read-print consistency issue.Kaz Kylheku2020-07-081-4/+12
* uref/qref: printing bug.Kaz Kylheku2020-07-081-1/+1
* genvim: take advantage of @(if) in @(output)Kaz Kylheku2020-07-081-10/+2
* parser: add missing cases in yybadtoken.Kaz Kylheku2020-07-081-0/+5
* list_seq: return lazy list, not eager.Kaz Kylheku2020-07-082-8/+22
* txr: support @(if)/@(elif)/@(else) in @(output).Kaz Kylheku2020-07-073-5/+105
* txr: factor repeat out of output.Kaz Kylheku2020-07-071-97/+107
* New: protocol for iteration with structs.Kaz Kylheku2020-07-077-28/+529
* doc: grammar under pos-ifKaz Kylheku2020-07-061-1/+1
* seq_iter: reverse order of some tests.Kaz Kylheku2020-07-061-131/+129
* New function: iterable.Kaz Kylheku2020-07-024-4/+69
* struct: bugfix: autoload on instance slot also.Kaz Kylheku2020-07-021-1/+4
* struct: wasteful double creation of slot_type_hash.Kaz Kylheku2020-07-021-1/+0
* crc32: add optional initial crc argument.Kaz Kylheku2020-06-303-17/+47
* uint-buf: fix wrong self-name.Kaz Kylheku2020-06-301-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-2933-673/+881
* pattern lang: vertical-horizontal fallback regression.Kaz Kylheku2020-06-291-3/+6