summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: Android support.Kaz Kylheku2020-12-231-0/+6
* 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
a id='n555' href='#n555'>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 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833