| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: use short-suffix. | Paul A. Patience | 2021-07-09 | 1 | -15/+10 |
* | lib: c++ fix. | Kaz Kylheku | 2021-07-09 | 1 | -1/+1 |
* | defstruct: diagnose built-in type being redefined. | Kaz Kylheku | 2021-07-09 | 7 | -9/+25 |
* | struct: rework stype_handle change. | Kaz Kylheku | 2021-07-09 | 2 | -29/+34 |
* | subtypep: handle COBJ inheritance. | Kaz Kylheku | 2021-07-09 | 2 | -10/+50 |
* | gc: don't mark COBJ cls_sym. | Kaz Kylheku | 2021-07-09 | 1 | -1/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 30 | -271/+451 |
* | type: MAXTYPE doesn't account for DARG. | Kaz Kylheku | 2021-07-08 | 2 | -1/+2 |
* | streams: put-string, put-char: missing type check. | Kaz Kylheku | 2021-07-07 | 1 | -2/+4 |
* | with-resources: undocumented nil skip behavior. | Kaz Kylheku | 2021-07-07 | 3 | -4/+54 |
* | doc: base-name: nil suffix defaulting, improvement. | Kaz Kylheku | 2021-07-06 | 1 | -5/+52 |
* | sh: reduce scope of variables. | Kaz Kylheku | 2021-07-06 | 1 | -1/+1 |
* | streams: do not close stderr. | Kaz Kylheku | 2021-07-06 | 1 | -1/+1 |
* | unwind: stop runaway recursion. | Kaz Kylheku | 2021-07-06 | 1 | -1/+4 |
* | unwind: refer to top-level *stderr* stream. | Kaz Kylheku | 2021-07-06 | 3 | -9/+14 |
* | regex-compile: argument defaulting issue. | Kaz Kylheku | 2021-07-05 | 1 | -1/+1 |
* | expander: use expand_error everywhere. | Kaz Kylheku | 2021-07-05 | 1 | -66/+66 |
* | macro params: use compiler-style error reporting. | Kaz Kylheku | 2021-07-05 | 1 | -27/+30 |
* | expander: tighten up syntax checking. | Kaz Kylheku | 2021-07-05 | 3 | -59/+106 |
* | main: revise error-ignore strategy for Lisp file. | Kaz Kylheku | 2021-07-05 | 1 | -8/+5 |
* | tests: fix malformed chmod.tl. | Paul A. Patience | 2021-07-05 | 1 | -11/+11 |
* | doc-lookup: add support for OpenBSD. | Paul A. Patience | 2021-07-05 | 1 | -2/+3 |
* | genman, lib, tests: use defvarl where possible. | Paul A. Patience | 2021-07-05 | 10 | -40/+34 |
* | build: update some targets. | Paul A. Patience | 2021-07-05 | 1 | -10/+15 |
* | Version 265.txr-265 | Kaz Kylheku | 2021-07-04 | 7 | -933/+993 |
* | listener: treat unset and empty EDITOR the same. | Paul A. Patience | 2021-07-04 | 2 | -2/+2 |
* | doc: check for spurious spaces. | Paul A. Patience | 2021-07-04 | 2 | -4/+21 |
* | checkman: fix typos. | Paul A. Patience | 2021-07-04 | 1 | -3/+2 |
* | stack-limit: impose minimum limit. | Kaz Kylheku | 2021-07-04 | 2 | -8/+18 |
* | stack-limit: always set a stack limit. | Kaz Kylheku | 2021-07-04 | 1 | -0/+3 |
* | stack-limit: bug: not handling RLIM_INFINITY. | Kaz Kylheku | 2021-07-04 | 2 | -7/+10 |
* | autoload: missing lambda-excess-apply-list symbol. | Kaz Kylheku | 2021-07-04 | 1 | -2/+2 |
* | path-search: fix test for sh not being in /bin. | Kaz Kylheku | 2021-07-04 | 1 | -1/+1 |
* | suffix functions: ignore trailing slashes. | Kaz Kylheku | 2021-07-03 | 3 | -9/+27 |
* | doc: find-true spelling error. | Kaz Kylheku | 2021-07-03 | 1 | -1/+1 |
* | doc: fix description and example of suffix funs | Paul A. Patience | 2021-07-03 | 1 | -2/+2 |
* | doc: fix various issues. | Paul A. Patience | 2021-07-03 | 3 | -619/+711 |
* | compiler: inline lambda: fix : from apply-list case | Kaz Kylheku | 2021-07-03 | 1 | -1/+2 |
* | 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 |