summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure: adjust comment in config.make.Kaz Kylheku2021-07-111-1/+2
* New: build-id feature.Kaz Kylheku2021-07-114-0/+51
* doc: fix in --version option.Kaz Kylheku2021-07-111-1/+2
* compiler: disallow trailing slashes in path.Kaz Kylheku2021-07-101-1/+3
* doc: finish incomplete sentence about hlet.Kaz Kylheku2021-07-101-1/+7
* doc: improve.Paul A. Patience2021-07-102-89/+101
* doc-lookup: ignore BROWSER when empty.Paul A. Patience2021-07-102-11/+12
* New function: add-suffix.Kaz Kylheku2021-07-105-0/+149
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-107-0/+191
* suffix functions: new test cases.Kaz Kylheku2021-07-101-1/+3
* lib: tests for keep-if, remove-if, separate.Kaz Kylheku2021-07-101-0/+42
* lib: new function separate.Paul A. Patience2021-07-095-5/+131
* compiler: remove case of ad-hoc path catenation.Kaz Kylheku2021-07-091-2/+1
* compiler: use short-suffix.Paul A. Patience2021-07-091-15/+10
* lib: c++ fix.Kaz Kylheku2021-07-091-1/+1
* defstruct: diagnose built-in type being redefined.Kaz Kylheku2021-07-097-9/+25
* struct: rework stype_handle change.Kaz Kylheku2021-07-092-29/+34
* subtypep: handle COBJ inheritance.Kaz Kylheku2021-07-092-10/+50
* gc: don't mark COBJ cls_sym.Kaz Kylheku2021-07-091-1/+1
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-0830-271/+451
* type: MAXTYPE doesn't account for DARG.Kaz Kylheku2021-07-082-1/+2
* streams: put-string, put-char: missing type check.Kaz Kylheku2021-07-071-2/+4
* with-resources: undocumented nil skip behavior.Kaz Kylheku2021-07-073-4/+54
* doc: base-name: nil suffix defaulting, improvement.Kaz Kylheku2021-07-061-5/+52
* sh: reduce scope of variables.Kaz Kylheku2021-07-061-1/+1
* streams: do not close stderr.Kaz Kylheku2021-07-061-1/+1
* unwind: stop runaway recursion.Kaz Kylheku2021-07-061-1/+4
* unwind: refer to top-level *stderr* stream.Kaz Kylheku2021-07-063-9/+14
* regex-compile: argument defaulting issue.Kaz Kylheku2021-07-051-1/+1
* expander: use expand_error everywhere.Kaz Kylheku2021-07-051-66/+66
* macro params: use compiler-style error reporting.Kaz Kylheku2021-07-051-27/+30
* expander: tighten up syntax checking.Kaz Kylheku2021-07-053-59/+106
* main: revise error-ignore strategy for Lisp file.Kaz Kylheku2021-07-051-8/+5
* tests: fix malformed chmod.tl.Paul A. Patience2021-07-051-11/+11
* doc-lookup: add support for OpenBSD.Paul A. Patience2021-07-051-2/+3
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-0510-40/+34
* build: update some targets.Paul A. Patience2021-07-051-10/+15
* Version 265.txr-265Kaz Kylheku2021-07-047-933/+993
* listener: treat unset and empty EDITOR the same.Paul A. Patience2021-07-042-2/+2
* doc: check for spurious spaces.Paul A. Patience2021-07-042-4/+21
* checkman: fix typos.Paul A. Patience2021-07-041-3/+2
* stack-limit: impose minimum limit.Kaz Kylheku2021-07-042-8/+18
* stack-limit: always set a stack limit.Kaz Kylheku2021-07-041-0/+3
* stack-limit: bug: not handling RLIM_INFINITY.Kaz Kylheku2021-07-042-7/+10
* autoload: missing lambda-excess-apply-list symbol.Kaz Kylheku2021-07-041-2/+2
* path-search: fix test for sh not being in /bin.Kaz Kylheku2021-07-041-1/+1
* 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