| Commit message (Expand) | Author | Age | Files | Lines |
* | txr: gather: report list of missing required vars. | Kaz Kylheku | 2021-04-13 | 1 | -2/+8 |
* | txr: tighten keyword arg parsing in @(next). | Kaz Kylheku | 2021-02-22 | 1 | -13/+17 |
* | txr: typo in comment. | Kaz Kylheku | 2021-02-22 | 1 | -1/+1 |
* | txr: bugfix: give @(call) same semantics as direct call. | Kaz Kylheku | 2021-02-22 | 1 | -10/+3 |
* | txr: pattern function calls are non-matching. | Kaz Kylheku | 2021-02-21 | 1 | -22/+23 |
* | @(call): bugfix: matching doesn't continue. | Kaz Kylheku | 2021-02-17 | 1 | -1/+2 |
* | @(rebind): bugfix: don't clobber right side variable. | Kaz Kylheku | 2021-01-30 | 1 | -1/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | txr, eval: eliminate some func_n1 calls. | Kaz Kylheku | 2020-12-10 | 1 | -3/+3 |
* | env: move function to sysif.c | Kaz Kylheku | 2020-10-16 | 1 | -0/+1 |
* | tags: address small issue with tag lookup. | Kaz Kylheku | 2020-09-01 | 1 | -2/+2 |
* | txr: identify output repeat vars at parse time | Kaz Kylheku | 2020-08-17 | 1 | -51/+7 |
* | Remove unnecessary forward declarations. | Kaz Kylheku | 2020-08-17 | 1 | -1/+0 |
* | match.c: revert bad commits. | Kaz Kylheku | 2020-08-14 | 1 | -158/+118 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -1/+1 |
* | txr: support @(if)/@(elif)/@(else) in @(output). | Kaz Kylheku | 2020-07-07 | 1 | -0/+14 |
* | txr: factor repeat out of output. | Kaz Kylheku | 2020-07-07 | 1 | -97/+107 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -23/+32 |
* | pattern lang: vertical-horizontal fallback regression. | Kaz Kylheku | 2020-06-29 | 1 | -3/+6 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -2/+0 |
* | load: release warnings before throwing exception. | Kaz Kylheku | 2020-04-14 | 1 | -1/+3 |
* | txr: spurious retention in @(next). | Kaz Kylheku | 2020-04-11 | 1 | -3/+16 |
* | txr: avoid by-value match_files_ctx passing. | Kaz Kylheku | 2020-04-11 | 1 | -117/+144 |
* | exceptions: improve non-error @(throw) and @(assert). | Kaz Kylheku | 2020-04-07 | 1 | -3/+4 |
* | exceptions: use uw_rthrow for non-error exceptions. | Kaz Kylheku | 2020-04-07 | 1 | -3/+3 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -13/+13 |
* | @(line): get meaningful value in horizontal mode. | Kaz Kylheku | 2020-02-13 | 1 | -1/+10 |
* | bugfix: regression in @(skip). | Kaz Kylheku | 2020-02-09 | 1 | -4/+4 |
* | c_str: don't allow symbols. | Kaz Kyheku | 2020-01-31 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | @(collect): don't default vars if all required missing. | Kaz Kylheku | 2019-08-12 | 1 | -34/+50 |
* | @(collect)/@(coll): streamline list accumulation code. | Kaz Kylheku | 2019-08-07 | 1 | -10/+17 |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 1 | -1/+1 |
* | @{var1 var2}: bugfix: broken when var2 is regex. | Kaz Kylheku | 2019-07-02 | 1 | -1/+1 |
* | Replace lt(x, zero) pattern. | Kaz Kylheku | 2019-06-15 | 1 | -2/+2 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 1 | -5/+6 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -38/+14 |
* | unwind: rename env frames. | Kaz Kylheku | 2019-04-06 | 1 | -16/+16 |
* | @(output): bugfix: lazy evaluation doesn't work. | Kaz Kylheku | 2019-04-05 | 1 | -4/+15 |
* | c++ maintenance: multiple defs of mod_s and bit_s. | Kaz Kylheku | 2019-03-30 | 1 | -1/+2 |
* | pattern lang: diagnose undefined function facing EOF. | Kaz Kylheku | 2019-02-01 | 1 | -3/+10 |
* | style: convert assignment to initialization. | Kaz Kylheku | 2019-02-01 | 1 | -3/+1 |
* | @(next): Cover Lisp expressions with :nothrow. | Kaz Kylheku | 2019-01-28 | 1 | -10/+57 |
* | @(next): Diagnose source combined with source-giving option. | Kaz Kylheku | 2019-01-28 | 1 | -3/+3 |
* | @(next): bugfix: nothrow not causing failed match. | Kaz Kylheku | 2019-01-28 | 1 | -6/+14 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -2/+3 |
* | txr: support variable in postive match. | Kaz Kylheku | 2018-05-22 | 1 | -0/+5 |