summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding termios support.Kaz Kylheku2016-05-181-0/+1
* Some recent versions of flex contain // comment.Kaz Kylheku2016-05-061-1/+6
* Adding manual page checker.Kaz Kylheku2016-04-261-1/+2
* Check man page for errors when generating PDF.Kaz Kylheku2016-04-261-1/+1
* Adding ftw function.Kaz Kylheku2016-04-151-0/+1
* Basic regression test case for sockets.Kaz Kylheku2016-03-071-0/+1
* Adding socket support: unix, ipv4, ipv6.Kaz Kylheku2016-02-261-0/+1
* Support extra linker flags.Kaz Kylheku2016-01-131-1/+1
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Increase stack size on Windows.Kaz Kylheku2015-11-291-1/+1
ef='#n532'>532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641