| Commit message (Expand) | Author | Age | Files | Lines |
* | install-tests: use relative path in run.sh. | Kaz Kylheku | 2021-06-24 | 1 | -1/+1 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 1 | -3/+3 |
* | build: improved mechanism for copying .shipped files. | Kaz Kylheku | 2021-06-01 | 1 | -3/+9 |
* | build: produce output when copying .shipped files. | Kaz Kylheku | 2021-06-01 | 1 | -0/+1 |
* | tests: implicitly generate empty .expected files. | Kaz Kylheku | 2021-04-12 | 1 | -0/+3 |
* | build: calm restless yacc. | Kaz Kylheku | 2021-04-08 | 1 | -6/+1 |
* | M1: Fix sed issue. | Kaz Kylheku | 2021-03-24 | 1 | -1/+5 |
* | build: use yacc pattern rule with "y" as stem. | Kaz Kylheku | 2021-03-22 | 1 | -9/+1 |
* | tests: fix retest logic for parallel operation. | Kaz Kylheku | 2021-03-16 | 1 | -7/+5 |
* | build: cautiously allow parallel builds. | Kaz Kylheku | 2021-03-01 | 1 | -4/+8 |
* | txr: pattern function calls are non-matching. | Kaz Kylheku | 2021-02-21 | 1 | -0/+1 |
* | @(rebind): bugfix: don't clobber right side variable. | Kaz Kylheku | 2021-01-30 | 1 | -0/+1 |
* | build: add rule for updating .shipped material. | Kaz Kylheku | 2021-01-24 | 1 | -0/+3 |
* | build: support linker flags/libs separation. | Kaz Kylheku | 2021-01-14 | 1 | -6/+5 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | build: Android support. | Kaz Kylheku | 2020-12-23 | 1 | -0/+6 |
* | configure: replace nm-based trick for sizes | Kaz Kylheku | 2020-10-09 | 1 | -4/+1 |
* | time: move time functions out of lib.c into time.c. | Kaz Kylheku | 2020-10-07 | 1 | -1/+1 |
* | configure: only detect lex in maintainer mode. | Kaz Kylheku | 2020-09-24 | 1 | -2/+2 |
* | configure: detect yacc only in maintainer mode. | Kaz Kylheku | 2020-09-24 | 1 | -7/+1 |
* | parser: commit Bison-2.5-generated code. | Kaz Kylheku | 2020-09-24 | 1 | -11/+8 |
* | new: maintainer mode. | Kaz Kylheku | 2020-09-24 | 1 | -0/+4 |
* | Makefile: stray tabs. | Kaz Kylheku | 2020-09-24 | 1 | -1/+1 |
* | New tests for chmod. | Kaz Kyheku | 2020-02-07 | 1 | -0/+2 |
* | build: drop config.log in favor of reconfigure | Kaz Kyheku | 2020-01-29 | 1 | -2/+2 |
* | build: deal with the mess of new Bison warnings. | Kaz Kylheku | 2020-01-10 | 1 | -1/+11 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -0/+1 |
* | build: clean target should remove run.sh | Kaz Kylheku | 2019-09-09 | 1 | -2/+2 |
* | build: bugfix: compiler opts duplicated; remove_flags broken. | Kaz Kylheku | 2019-08-25 | 1 | -1/+1 |
* | New: MD5 digest functions. | Kaz Kylheku | 2019-08-23 | 1 | -1/+1 |
* | tests: add test related to recent @(collect) change. | Kaz Kylheku | 2019-08-12 | 1 | -0/+2 |
* | tests: add @{var1 var2} match test. | Kaz Kylheku | 2019-07-03 | 1 | -0/+1 |
* | New: CRC-32 functions. | Kaz Kylheku | 2019-06-24 | 1 | -1/+1 |
* | * Makefile (OBJS): New objects chksum.o and chksums/sha256.o. | Kaz Kylheku | 2019-06-23 | 1 | -1/+1 |
* | Makefile: non-configured distclean removes tlo's. | Kaz Kylheku | 2019-06-12 | 1 | -1/+1 |
* | build: allow $(pwd)/configure to work. | Kaz Kylheku | 2019-04-29 | 1 | -1/+1 |
* | build: remove nonexistent config option. | Kaz Kylheku | 2019-02-26 | 1 | -2/+2 |
* | build: get rid of .tlo2 files. | Kaz Kylheku | 2019-02-08 | 1 | -12/+3 |
* | install: broken when using separate build dir. | Kaz Kylheku | 2019-01-25 | 1 | -2/+1 |
* | mpi: remove unused mplogic module. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | bugfix: LDFLAGS not pulled in. | Kaz Kylheku | 2018-12-12 | 1 | -1/+1 |
* | More reasonable fallback for self path. | Kaz Kylheku | 2018-05-04 | 1 | -2/+4 |
* | Makefile: use order-only between early and late tlo-s. | Kaz Kylheku | 2018-04-29 | 1 | -1/+1 |
* | build: fix failure due to .tlo compilation order. | Kaz Kylheku | 2018-04-26 | 1 | -0/+6 |
* | build: remove dubious license header from y.tab.c. | Kaz Kylheku | 2018-04-16 | 1 | -0/+10 |
* | Makefile: bugfix: shell quoting issue in macro. | Kaz Kylheku | 2018-04-16 | 1 | -1/+1 |
* | build: compiling Lisp requires ./txr to exist. | Kaz Kylheku | 2018-04-12 | 1 | -2/+2 |
* | build: prevent make parallelization. | Kaz Kylheku | 2018-04-12 | 1 | -0/+2 |