| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: add failing inline lambda tests. | Kaz Kylheku | 2021-07-03 | 1 | -0/+10 |
* | compiler: inline lambda: broken : args to optionals. | Kaz Kylheku | 2021-07-03 | 1 | -5/+19 |
* | compiler: inline lambda: not creating rest param. | Kaz Kylheku | 2021-07-03 | 1 | -1/+1 |
* | tests: support for compiled test forms. | Kaz Kylheku | 2021-07-03 | 2 | -23/+51 |
* | compiler: typo in lambda error. | Kaz Kylheku | 2021-07-02 | 1 | -1/+1 |
* | tests: include constp test in compile case. | Kaz Kylheku | 2021-07-02 | 1 | -1/+1 |
* | tests: simplify file name handling in compile test. | Kaz Kylheku | 2021-07-02 | 1 | -5/+5 |
* | lambda: tests. | Kaz Kylheku | 2021-07-02 | 1 | -0/+88 |
* | constantp: tests. | Kaz Kylheku | 2021-07-02 | 1 | -0/+23 |
* | tree: expose missing tnodep. | Kaz Kylheku | 2021-07-02 | 1 | -0/+1 |
* | signal: fix typo causing missing itimer-prof. | Kaz Kylheku | 2021-07-02 | 1 | -1/+1 |
* | doc: cptr-put does not exist. | Kaz Kylheku | 2021-07-02 | 2 | -6/+6 |
* | doc: check the contents of doc-syms. | Paul A. Patience | 2021-07-01 | 2 | -4/+23 |
* | packages: find-symbol behaving like find-symbol-fb. | Kaz Kylheku | 2021-07-02 | 1 | -11/+0 |
* | genvim.txr: remove unused variable pkg-name. | Paul A. Patience | 2021-07-01 | 1 | -1/+0 |
* | doc: fix various issues in .coNP lines. | Paul A. Patience | 2021-07-01 | 3 | -131/+133 |
* | main: maintain -b option. | Kaz Kylheku | 2021-07-01 | 1 | -13/+21 |
* | 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 |