| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | streams: tightening sloppy argument defaulting. | Kaz Kylheku | 2021-07-01 | 4 | -54/+54 |
* | doc: include opt-error in diagram. | Kaz Kylheku | 2021-06-30 | 1 | -0/+2 |
* | getopts: autoload: opt-error not interned. | Kaz Kylheku | 2021-06-30 | 1 | -1/+1 |
* | compiler: inline lambda: another apply-list diagnosis bug. | Kaz Kylheku | 2021-06-30 | 1 | -2/+8 |
* | op: refactor do handling. | Kaz Kylheku | 2021-06-30 | 1 | -19/+37 |
* | op: bug in do: must insert @1 into unexpanded form. | Kaz Kylheku | 2021-06-29 | 2 | -2/+11 |
* | compiler: bug: diagnose excess args from apply list. | Kaz Kylheku | 2021-06-29 | 2 | -5/+11 |
* | path-cat: becomes variadic. | Kaz Kylheku | 2021-06-29 | 3 | -8/+103 |
* | path-cat: error if arguments are not strings. | Kaz Kylheku | 2021-06-29 | 1 | -2/+2 |
* | doc: mistake in several path-cat examples. | Kaz Kylheku | 2021-06-29 | 1 | -3/+3 |
* | doc-lookup: use BROWSER variable; provide fallback. | Kaz Kylheku | 2021-06-29 | 2 | -5/+40 |
* | New function: find-true. | Kaz Kylheku | 2021-06-29 | 5 | -3/+86 |
* | New function: path-search. | Kaz Kylheku | 2021-06-29 | 5 | -1/+103 |
* | doc-lookup: handle xdg-open not terminating. | Kaz Kylheku | 2021-06-29 | 1 | -7/+13 |
* | doc-lookup: *doc-url* variable must be dynamic. | Kaz Kylheku | 2021-06-28 | 1 | -1/+1 |
* | constantp: fully expand; recognize functions. | Kaz Kylheku | 2021-06-28 | 5 | -56/+158 |
* | expander: use constantp_noex for expanded forms. | Kaz Kylheku | 2021-06-28 | 1 | -4/+4 |
* | regex: bugfix: print/read consistency of n-ary ops. | Kaz Kylheku | 2021-06-27 | 1 | -2/+4 |
* | regex: exposing optimization pass a regex-optimize | Kaz Kylheku | 2021-06-27 | 3 | -2/+53 |
* | regex-from-trie: correctly handle empty trie. | Kaz Kylheku | 2021-06-27 | 2 | -2/+6 |
* | regex-from-trie: bugs processing compressed trie. | Kaz Kylheku | 2021-06-27 | 2 | -3/+10 |
* | filter: remove useless statement. | Kaz Kylheku | 2021-06-27 | 1 | -2/+0 |
* | regex-from-trie: bugfix: incomplete regex. | Kaz Kylheku | 2021-06-27 | 2 | -1/+3 |
* | filter: regex-from-trie produces bad or syntax. | Kaz Kylheku | 2021-06-27 | 2 | -6/+58 |
* | signal: fix warning in older compilers. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | tests: reduce time spent in stack overflow test. | Kaz Kylheku | 2021-06-26 | 1 | -0/+1 |
* | linenoise: end-of-line/buffer selection glitch. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 2 | -1/+29 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 3 | -39/+40 |
* | byacc: fix regression caused by yystype. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 3 | -19/+37 |
* | doc: fix while-match syntax. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | doc: election typo. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | build: fix broken building in separate directory. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | Version 264txr-264 | Kaz Kylheku | 2021-06-25 | 7 | -803/+861 |
* | windows: adjust to stdlib rename. | Kaz Kylheku | 2021-06-25 | 1 | -3/+3 |
* | vim: improve json unquote situation. | Kaz Kylheku | 2021-06-24 | 1 | -1/+2 |
* | signals: disable stack overflow in handler. | Kaz Kylheku | 2021-06-24 | 2 | -0/+15 |
* | txr: stack protection in pattern language. | Kaz Kylheku | 2021-06-24 | 3 | -0/+13 |
* | limit print depth/width when diagnosing oveflow. | Kaz Kylheku | 2021-06-24 | 1 | -0/+11 |
* | doc: standardize on "user-defined". | Kaz Kylheku | 2021-06-24 | 1 | -7/+7 |
* | install-tests: use relative path in run.sh. | Kaz Kylheku | 2021-06-24 | 1 | -1/+1 |
* | parser: no string allocation when scanning floats. | Kaz Kylheku | 2021-06-24 | 4 | -195/+211 |
* | Test for stack overflow protection. | Kaz Kylheku | 2021-06-24 | 2 | -0/+34 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 53 | -13/+32 |
* | matcher: new looping macros. | Kaz Kylheku | 2021-06-24 | 5 | -0/+163 |
* | matcher: remove unused gensym. | Kaz Kylheku | 2021-06-24 | 1 | -1/+0 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 10 | -3/+169 |
* | lib: use existing self variable. | Kaz Kylheku | 2021-06-23 | 1 | -2/+2 |
* | cmp_str: whitespace. | Kaz Kylheku | 2021-06-23 | 1 | -37/+37 |