summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* suffix functions: ignore trailing slashes.Kaz Kylheku2021-07-033-9/+27
* doc: find-true spelling error.Kaz Kylheku2021-07-031-1/+1
* doc: fix description and example of suffix funsPaul A. Patience2021-07-031-2/+2
* doc: fix various issues.Paul A. Patience2021-07-033-619/+711
* compiler: inline lambda: fix : from apply-list caseKaz Kylheku2021-07-031-1/+2
* compiler: add failing inline lambda tests.Kaz Kylheku2021-07-031-0/+10
* compiler: inline lambda: broken : args to optionals.Kaz Kylheku2021-07-031-5/+19
* compiler: inline lambda: not creating rest param.Kaz Kylheku2021-07-031-1/+1
* tests: support for compiled test forms.Kaz Kylheku2021-07-032-23/+51
* compiler: typo in lambda error.Kaz Kylheku2021-07-021-1/+1
* tests: include constp test in compile case.Kaz Kylheku2021-07-021-1/+1
* tests: simplify file name handling in compile test.Kaz Kylheku2021-07-021-5/+5
* lambda: tests.Kaz Kylheku2021-07-021-0/+88
* constantp: tests.Kaz Kylheku2021-07-021-0/+23
* tree: expose missing tnodep.Kaz Kylheku2021-07-021-0/+1
* signal: fix typo causing missing itimer-prof.Kaz Kylheku2021-07-021-1/+1
* doc: cptr-put does not exist.Kaz Kylheku2021-07-022-6/+6
* doc: check the contents of doc-syms.Paul A. Patience2021-07-012-4/+23
* packages: find-symbol behaving like find-symbol-fb.Kaz Kylheku2021-07-021-11/+0
* genvim.txr: remove unused variable pkg-name.Paul A. Patience2021-07-011-1/+0
* doc: fix various issues in .coNP lines.Paul A. Patience2021-07-013-131/+133
* main: maintain -b option.Kaz Kylheku2021-07-011-13/+21
* streams: tightening sloppy argument defaulting.Kaz Kylheku2021-07-014-54/+54
* doc: include opt-error in diagram.Kaz Kylheku2021-06-301-0/+2
* getopts: autoload: opt-error not interned.Kaz Kylheku2021-06-301-1/+1
* compiler: inline lambda: another apply-list diagnosis bug.Kaz Kylheku2021-06-301-2/+8
* op: refactor do handling.Kaz Kylheku2021-06-301-19/+37
* op: bug in do: must insert @1 into unexpanded form.Kaz Kylheku2021-06-292-2/+11
* compiler: bug: diagnose excess args from apply list.Kaz Kylheku2021-06-292-5/+11
* path-cat: becomes variadic.Kaz Kylheku2021-06-293-8/+103
* path-cat: error if arguments are not strings.Kaz Kylheku2021-06-291-2/+2
* doc: mistake in several path-cat examples.Kaz Kylheku2021-06-291-3/+3
* doc-lookup: use BROWSER variable; provide fallback.Kaz Kylheku2021-06-292-5/+40
* New function: find-true.Kaz Kylheku2021-06-295-3/+86
* New function: path-search.Kaz Kylheku2021-06-295-1/+103
* doc-lookup: handle xdg-open not terminating.Kaz Kylheku2021-06-291-7/+13
* doc-lookup: *doc-url* variable must be dynamic.Kaz Kylheku2021-06-281-1/+1
* constantp: fully expand; recognize functions.Kaz Kylheku2021-06-285-56/+158
* expander: use constantp_noex for expanded forms.Kaz Kylheku2021-06-281-4/+4
* regex: bugfix: print/read consistency of n-ary ops.Kaz Kylheku2021-06-271-2/+4
* regex: exposing optimization pass a regex-optimizeKaz Kylheku2021-06-273-2/+53
* regex-from-trie: correctly handle empty trie.Kaz Kylheku2021-06-272-2/+6
* regex-from-trie: bugs processing compressed trie.Kaz Kylheku2021-06-272-3/+10
* filter: remove useless statement.Kaz Kylheku2021-06-271-2/+0
* regex-from-trie: bugfix: incomplete regex.Kaz Kylheku2021-06-272-1/+3
* filter: regex-from-trie produces bad or syntax.Kaz Kylheku2021-06-272-6/+58
* signal: fix warning in older compilers.Kaz Kylheku2021-06-261-1/+1
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
* linenoise: end-of-line/buffer selection glitch.Kaz Kylheku2021-06-261-1/+1
* base-name: bug with empty string suffix.Kaz Kylheku2021-06-262-1/+29