| Commit message (Expand) | Author | Age | Files | Lines |
* | load/@(load): use path_cat. | Kaz Kylheku | 2022-04-25 | 1 | -3/+1 |
* | New: load can search multiple directories. | Kaz Kylheku | 2022-04-25 | 1 | -2/+2 |
* | Use null_string throughout code base. | Kaz Kylheku | 2022-02-05 | 1 | -3/+3 |
* | New function: match-fboundp. | Kaz Kylheku | 2022-01-17 | 1 | -0/+5 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | freeform: bug: account for consumed prefix. | Kaz Kylheku | 2022-01-04 | 1 | -1/+1 |
* | txr: do not ignore regex in positive match. | Kaz Kylheku | 2021-12-27 | 1 | -39/+17 |
* | txr: function span variable must match existing value. | Kaz Kylheku | 2021-12-27 | 1 | -3/+231 |
* | txr: allow variable to span vertical function. | Kaz Kylheku | 2021-12-26 | 1 | -5/+44 |
* | lookup_var: don't pass dyn_env explicitly. | Kaz Kylheku | 2021-09-03 | 1 | -1/+1 |
* | load: new *load-hooks* feature. | Kaz Kylheku | 2021-09-02 | 1 | -1/+3 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | lazy-stream-cons: control close throwing behavior. | Kaz Kylheku | 2021-08-07 | 1 | -5/+6 |
* | txr: @(eof) takes argument for binding termination status. | Kaz Kylheku | 2021-08-05 | 1 | -21/+48 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -4/+4 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -1/+1 |
* | txr: stack protection in pattern language. | Kaz Kylheku | 2021-06-24 | 1 | -0/+4 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -2/+2 |
* | 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 |