summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New: CRC-32 functions.Kaz Kylheku2019-06-241-1/+1
* * Makefile (OBJS): New objects chksum.o and chksums/sha256.o.Kaz Kylheku2019-06-231-1/+1
* Makefile: non-configured distclean removes tlo's.Kaz Kylheku2019-06-121-1/+1
* build: allow $(pwd)/configure to work.Kaz Kylheku2019-04-291-1/+1
* build: remove nonexistent config option.Kaz Kylheku2019-02-261-2/+2
* build: get rid of .tlo2 files.Kaz Kylheku2019-02-081-12/+3
* install: broken when using separate build dir.Kaz Kylheku2019-01-251-2/+1
* mpi: remove unused mplogic module.Kaz Kylheku2019-01-181-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* bugfix: LDFLAGS not pulled in.Kaz Kylheku2018-12-121-1/+1
* More reasonable fallback for self path.Kaz Kylheku2018-05-041-2/+4
* Makefile: use order-only between early and late tlo-s.Kaz Kylheku2018-04-291-1/+1
* build: fix failure due to .tlo compilation order.Kaz Kylheku2018-04-261-0/+6
* build: remove dubious license header from y.tab.c.Kaz Kylheku2018-04-161-0/+10
* Makefile: bugfix: shell quoting issue in macro.Kaz Kylheku2018-04-161-1/+1
* build: compiling Lisp requires ./txr to exist.Kaz Kylheku2018-04-121-2/+2
* build: prevent make parallelization.Kaz Kylheku2018-04-121-0/+2
* build: don't rebuild tlo's all the time.Kaz Kylheku2018-04-071-2/+2
* stdlib: all code read under sys package.Kaz Kylheku2018-04-061-1/+2
* build: support compiling stdlib.Kaz Kylheku2018-04-051-5/+30
* New: virtual machine with assembler.Kaz Kylheku2018-03-101-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New feature: structure delegate streams.Kaz Kylheku2017-12-081-0/+1
* Makefile: further improvement of tests.Kaz Kylheku2017-10-251-32/+34
* Makefile: fix silliness in "tests" target.Kaz Kylheku2017-10-251-10/+5
* Makefile: improve command abbreviation.Kaz Kylheku2017-10-251-4/+8
* Makefile: clean temporary file used in testing.Kaz Kylheku2017-09-281-0/+1
* Makefile: print failing command in condensed mode.Kaz Kylheku2017-09-281-63/+82
* configure: deal with non-standard libffi installations.Kaz Kylheku2017-07-041-0/+4
* ffi: retain some functionality if libffi missing.Kaz Kylheku2017-06-101-2/+1
* make tests: remove failed .out.Kaz Kylheku2017-05-271-1/+4
* tests: first FFI regression test case.Kaz Kylheku2017-05-131-0/+1
* Start of FFI implementation based on libffi.Kaz Kylheku2017-04-241-0/+1