| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build: don't rebuild tlo's all the time. | Kaz Kylheku | 2018-04-07 | 1 | -2/+2 |
* | stdlib: all code read under sys package. | Kaz Kylheku | 2018-04-06 | 1 | -1/+2 |
* | build: support compiling stdlib. | Kaz Kylheku | 2018-04-05 | 1 | -5/+30 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -0/+1 |
* | Makefile: further improvement of tests. | Kaz Kylheku | 2017-10-25 | 1 | -32/+34 |
* | Makefile: fix silliness in "tests" target. | Kaz Kylheku | 2017-10-25 | 1 | -10/+5 |
* | Makefile: improve command abbreviation. | Kaz Kylheku | 2017-10-25 | 1 | -4/+8 |
* | Makefile: clean temporary file used in testing. | Kaz Kylheku | 2017-09-28 | 1 | -0/+1 |
* | Makefile: print failing command in condensed mode. | Kaz Kylheku | 2017-09-28 | 1 | -63/+82 |
* | configure: deal with non-standard libffi installations. | Kaz Kylheku | 2017-07-04 | 1 | -0/+4 |
* | ffi: retain some functionality if libffi missing. | Kaz Kylheku | 2017-06-10 | 1 | -2/+1 |
* | make tests: remove failed .out. | Kaz Kylheku | 2017-05-27 | 1 | -1/+4 |
* | tests: first FFI regression test case. | Kaz Kylheku | 2017-05-13 | 1 | -0/+1 |
* | Start of FFI implementation based on libffi. | Kaz Kylheku | 2017-04-24 | 1 | -0/+1 |
* | Continuing implementation of buffers. | Kaz Kylheku | 2017-04-21 | 1 | -1/+1 |
* | Makefile: detect when y.tab.h doesn't change. | Kaz Kylheku | 2017-04-19 | 1 | -0/+5 |
* | Protect internal symbols from uninterning. | Kaz Kylheku | 2017-04-15 | 1 | -1/+1 |
* | Get rid of config/ directory. | Kaz Kylheku | 2017-03-31 | 1 | -10/+9 |
* | build: defend against $(top_srcdir) interference. | Kaz Kylheku | 2017-03-31 | 1 | -0/+11 |
* | Fix broken out-of-tree build. | Kaz Kylheku | 2017-03-31 | 1 | -1/+2 |
* | Icon refresh. | Kaz Kylheku | 2017-03-15 | 1 | -1/+1 |
* | Drop the annoying need for - for standard input. | Kaz Kylheku | 2017-03-08 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | bugfix: make clean not removing txr-win.exe | Kaz Kylheku | 2016-12-22 | 1 | -0/+1 |
* | configure: move Darwin check into Makefile. | Kaz Kylheku | 2016-11-20 | 1 | -0/+6 |