summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* New options: --in-package and --compile.Kaz Kylheku2022-05-121-2/+1
* lisplib: rename to autoload.Kaz Kylheku2022-02-181-1/+1
* tests: don't run tets/012/stack.tl if built with ubsan.Kaz Kylheku2022-02-141-0/+4
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* build: support CPPFLAGS.Kaz Kylheku2022-01-051-2/+2
* Makefile: way to clean only C sources.Kaz Kylheku2021-12-291-1/+3
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-221-1/+1
* tests: no gc torture for tests/019.Kaz Kylheku2021-09-071-0/+1
* Makefile: whitespace fix.Kaz Kylheku2021-08-291-3/+3
* listener: unbundle from termios.Kaz Kylheku2021-08-201-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-051-0/+1
* doc: reproducible PDF.Kaz Kylheku2021-07-171-0/+1
* build: recompile txr.c if build_id changes.Kaz Kylheku2021-07-141-2/+9
* tests: .txr tests can skip using exit code 13.Kaz Kylheku2021-07-121-5/+6
* New: build-id feature.Kaz Kylheku2021-07-111-0/+3
* build: update some targets.Paul A. Patience2021-07-051-10/+15
* install-tests: use relative path in run.sh.Kaz Kylheku2021-06-241-1/+1
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-3/+3
* build: improved mechanism for copying .shipped files.Kaz Kylheku2021-06-011-3/+9
* build: produce output when copying .shipped files.Kaz Kylheku2021-06-011-0/+1
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-121-0/+3
* build: calm restless yacc.Kaz Kylheku2021-04-081-6/+1
* M1: Fix sed issue.Kaz Kylheku2021-03-241-1/+5
* build: use yacc pattern rule with "y" as stem.Kaz Kylheku2021-03-221-9/+1
* tests: fix retest logic for parallel operation.Kaz Kylheku2021-03-161-7/+5
* build: cautiously allow parallel builds.Kaz Kylheku2021-03-011-4/+8
* txr: pattern function calls are non-matching.Kaz Kylheku2021-02-211-0/+1
* @(rebind): bugfix: don't clobber right side variable.Kaz Kylheku2021-01-301-0/+1
* build: add rule for updating .shipped material.Kaz Kylheku2021-01-241-0/+3
* build: support linker flags/libs separation.Kaz Kylheku2021-01-141-6/+5
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* build: Android support.Kaz Kylheku2020-12-231-0/+6
* configure: replace nm-based trick for sizesKaz Kylheku2020-10-091-4/+1
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-071-1/+1
* configure: only detect lex in maintainer mode.Kaz Kylheku2020-09-241-2/+2
* configure: detect yacc only in maintainer mode.Kaz Kylheku2020-09-241-7/+1
* parser: commit Bison-2.5-generated code.Kaz Kylheku2020-09-241-11/+8
* new: maintainer mode.Kaz Kylheku2020-09-241-0/+4
* Makefile: stray tabs.Kaz Kylheku2020-09-241-1/+1
* New tests for chmod.Kaz Kyheku2020-02-071-0/+2
* build: drop config.log in favor of reconfigureKaz Kyheku2020-01-291-2/+2
* build: deal with the mess of new Bison warnings.Kaz Kylheku2020-01-101-1/+11
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* New data type: tnode.Kaz Kylheku2019-09-221-0/+1
* build: clean target should remove run.shKaz Kylheku2019-09-091-2/+2
* build: bugfix: compiler opts duplicated; remove_flags broken.Kaz Kylheku2019-08-251-1/+1
* New: MD5 digest functions.Kaz Kylheku2019-08-231-1/+1
* tests: add test related to recent @(collect) change.Kaz Kylheku2019-08-121-0/+2
* tests: add @{var1 var2} match test.Kaz Kylheku2019-07-031-0/+1