summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Continuing implementation of buffers.Kaz Kylheku2017-04-211-1/+1
* Makefile: detect when y.tab.h doesn't change.Kaz Kylheku2017-04-191-0/+5
* Protect internal symbols from uninterning.Kaz Kylheku2017-04-151-1/+1
* Get rid of config/ directory.Kaz Kylheku2017-03-311-10/+9
* build: defend against $(top_srcdir) interference.Kaz Kylheku2017-03-311-0/+11
* Fix broken out-of-tree build.Kaz Kylheku2017-03-311-1/+2
* Icon refresh.Kaz Kylheku2017-03-151-1/+1
* Drop the annoying need for - for standard input.Kaz Kylheku2017-03-081-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* bugfix: make clean not removing txr-win.exeKaz Kylheku2016-12-221-0/+1
* configure: move Darwin check into Makefile.Kaz Kylheku2016-11-201-0/+6
* Conform to standard Makefile conventions.Kaz Kylheku2016-11-201-29/+31
* New arithmetic tests.Kaz Kylheku2016-11-151-0/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Adding tests for split-str.Kaz Kylheku2016-09-171-0/+1
* Fix multi-arch build issue for txr.res.Kaz Kylheku2016-08-061-1/+1
* Fix issue in make dependency generation.Kaz Kylheku2016-08-061-1/+2
* The cmdwrap sh.exe hack is no longer needed.Kaz Kylheku2016-06-301-5/+0
* Fix command spawning on Cygwin-based standalone image.Kaz Kylheku2016-06-291-0/+5
* Eliminating the ! $ and - file-opening hacks.Kaz Kylheku2016-05-311-1/+1