summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* paths: new tests.Kaz Kylheku2021-07-151-0/+46
* lib: default_arg_strict becomes macro.Kaz Kylheku2021-07-141-4/+1
* build: recompile txr.c if build_id changes.Kaz Kylheku2021-07-141-2/+9
* sysif: create rlim struct even without HAVE_RLIM.Kaz Kylheku2021-07-141-3/+1
* tests: fix stack overflow test case for old gmake.Kaz Kylheku2021-07-141-2/+7
* doc: warm-up-period argument of make-random-state.Kaz Kylheku2021-07-131-7/+14
* rand: support buffers as random seeds.Kaz Kylheku2021-07-133-6/+129
* rand: remove unnecessary type check.Kaz Kylheku2021-07-131-2/+1
* New functions: getrlimit, setrlimit.Kaz Kylheku2021-07-134-1/+170
* sysif: bug: bogosity in protect call.Kaz Kylheku2021-07-131-1/+1
* configure: tone down language.Kaz Kylheku2021-07-131-1/+1
* tests: guix fixes.Kaz Kylheku2021-07-135-4/+11
* Version 266.txr-266Kaz Kylheku2021-07-047-1323/+1365
* tests: weaken condition in path search for sh.Kaz Kylheku2021-07-121-1/+1
* tests: json: skip tests relying on cat, if missing.Kaz Kylheku2021-07-121-7/+9
* tests: json: fix accidentally excluded tests.Kaz Kylheku2021-07-121-2/+2
* tests: 002 group: skip test if utils missing.Kaz Kylheku2021-07-121-0/+2
* tests: .txr tests can skip using exit code 13.Kaz Kylheku2021-07-121-5/+6
* doc: interchange first two args of json put funs.Paul A. Patience2021-07-111-6/+6
* txr: fix inappropriate "takes no argument".Kaz Kylheku2021-07-111-5/+43
* 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