| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Makefile (CFLAGS): Removed puzzling, unnecessary definitions | Kaz Kylheku | 2015-02-07 | 1 | -3/+0 |
* | Support txr-win.exe target which has no console window. | Kaz Kylheku | 2015-02-07 | 1 | -5/+24 |
* | On Windows, add icon and identifying meta-data to executable. | Kaz Kylheku | 2015-01-31 | 1 | -2/+17 |
* | * glob.c: New file. | Kaz Kylheku | 2015-01-11 | 1 | -0/+1 |
* | * Makefile (retest): New phony target for convenience. | Kaz Kylheku | 2015-01-11 | 1 | -0/+3 |
* | * Makefile (rebuild, clean, repatch): Fail these targets if | Kaz Kylheku | 2015-01-01 | 1 | -4/+13 |
* | Factor out some compiling commands into macros. | Kaz Kylheku | 2014-12-13 | 1 | -16/+24 |
* | Build bugfix: if a config.h header exists in $(top_srcdir), | Kaz Kylheku | 2014-12-12 | 1 | -12/+35 |
* | * configure (have_git): New variable and configure test for git. | Kaz Kylheku | 2014-12-11 | 1 | -0/+8 |
* | Throwing away old dependency system. | Kaz Kylheku | 2014-12-10 | 1 | -10/+23 |
* | * Makefile (ABBREV): Rewrite to take advantage of DEP_ | Kaz Kylheku | 2014-12-10 | 1 | -7/+8 |
* | * Makefile (install-tests): Do not use option -c of | Kaz Kylheku | 2014-12-09 | 1 | -2/+2 |
* | Test output goes to tst/ now. | Kaz Kylheku | 2014-12-09 | 1 | -36/+37 |
* | * Makefile (($TESTS_OUT)): Do not depend on $(PROG). | Kaz Kylheku | 2014-12-09 | 1 | -3/+1 |
* | * Makefile (all): Mark as phony target. | Kaz Kylheku | 2014-12-09 | 1 | -0/+1 |
* | Condensed make output. | Kaz Kylheku | 2014-12-09 | 1 | -48/+65 |
* | Debug builds optional with --debug-also config option. | Kaz Kylheku | 2014-12-07 | 1 | -2/+1 |
* | * Makefile (INSTALL): Bugfix: touch -r $(2) does not work | Kaz Kylheku | 2014-12-05 | 1 | -2/+2 |
* | * Makefile (TESTS_TMP): New variable. | Kaz Kylheku | 2014-12-05 | 1 | -8/+7 |
* | * Makefile (SRCS): Compute from top_srcdir, so we don't get a warning | Kaz Kylheku | 2014-12-05 | 1 | -2/+5 |
* | TXR now builds optimized and debug at the same time. | Kaz Kylheku | 2014-12-04 | 1 | -13/+33 |
* | * Makefile (clean): add tests.clean as prerequisite. | Kaz Kylheku | 2014-12-04 | 1 | -4/+10 |
* | * Makefile (tests/009/json.out): Use eager assignment | Kaz Kylheku | 2014-12-04 | 1 | -1/+1 |
* | * Makefile (TXR): New variable. We use this to run txr | Kaz Kylheku | 2014-12-04 | 1 | -27/+36 |
* | * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes. | Kaz Kylheku | 2014-12-04 | 1 | -0/+6 |
* | GNU Flex's libfl library provides nothing. Let us not refer to it. It | Kaz Kylheku | 2014-10-24 | 1 | -1/+1 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -9/+16 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -0/+12 |
* | Moving system interface functions to separate module out of | Kaz Kylheku | 2014-10-08 | 1 | -1/+1 |
* | Add test case for recent breakage. | Kaz Kylheku | 2014-10-08 | 1 | -0/+1 |
* | Version 99.txr-99 | Kaz Kylheku | 2014-10-05 | 1 | -8/+9 |
* | * Makefile: rules that rely on values from config.make | Kaz Kylheku | 2014-10-03 | 1 | -2/+4 |
* | * Makefile (txr-manpage.pdf): New target. | Kaz Kylheku | 2014-09-22 | 1 | -0/+3 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -19/+16 |
* | * Makefile (conftest, conftest2): Link math | Kaz Kylheku | 2014-07-18 | 1 | -2/+2 |
* | * Makefile: install the LICENSE and METALICENSE files into the data | Kaz Kylheku | 2014-07-07 | 1 | -0/+2 |
* | * Makefile: use $(EXE) in install: recipe. | Kaz Kylheku | 2014-07-02 | 1 | -1/+1 |
* | * Makefile: Install share/txr/stdlib/*.txr material. | Kaz Kylheku | 2014-06-12 | 1 | -0/+1 |
* | * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc command | Kaz Kylheku | 2014-06-11 | 1 | -0/+20 |
* | 2014-06-10 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2014-06-10 | 1 | -5/+11 |
* | * Makefile: fix broken tests; numerous test cases output | Kaz Kylheku | 2014-06-09 | 1 | -1/+8 |
* | * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it. | Kaz Kylheku | 2014-03-02 | 1 | -1/+3 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 1 | -1/+2 |
* | * Makefile: Use target-specific assignment | Kaz Kylheku | 2014-02-28 | 1 | -0/+2 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 1 | -1/+1 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -3/+3 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -3/+4 |
* | * Changelog: missing entries reconstructed. | Kaz Kylheku | 2013-11-27 | 1 | -1/+1 |