summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: include place.tlo among early tlo's.Kaz Kylheku2024-03-081-1/+2
* Copyright year bump 2024.Kaz Kylheku2024-01-181-1/+1
* build: wrong build order of STDLIB_EARLY_TLOS.Kaz Kylheku2024-01-051-5/+2
* build: automate clean-up of shipped scanner and parserKaz Kylheku2023-12-281-2/+1
* Makefile: operands reversed in abbreviated output.Kaz Kylheku2023-12-201-1/+1
* build: misspelled PLATFORM_LDLIBS.Kaz Kylheku2023-10-061-1/+1
* build: set DELETE_ON_ERROR in Makefile.Kaz Kylheku2023-09-221-0/+2
* build: remove mkdir commands from build steps.Kaz Kylheku2023-08-111-3/+8
* build: remove cruft, simplifying dep generation.Kaz Kylheku2023-08-111-34/+12
* build: speed up bootstrap compilation of stdlib.Kaz Kylheku2023-08-061-1/+1
* Adding SHA-1 hash.Kaz Kylheku2023-07-081-2/+2
* Copyright year bump 2023.Kaz Kylheku2023-01-011-1/+1
* build: remove .tlo.tmp file before compiling.Kaz Kylheku2022-09-151-0/+1
* build: handle hard link failure in make install.Kaz Kylheku2022-08-091-1/+1
* Install a txrlisp hard link.Kaz Kylheku2022-07-211-0/+13
* txr: fix --free-all crash due to atexit order.Kaz Kylheku2022-06-051-0/+1
* First cut at new feature: gzip streams.Kaz Kylheku2022-05-261-0/+1
* 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