| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * Makefile (clean): depends on conftest.clean | Kaz Kylheku | 2013-10-28 | 1 | -1/+7 |
* | Fixes for configuring and building in a separate directory. | Kaz Kylheku | 2012-04-20 | 1 | -4/+4 |
* | More NetBSD porting. | Kaz Kylheku | 2012-04-10 | 1 | -1/+1 |
* | * Makefile (conftest.ccver): New phony target. | Kaz Kylheku | 2012-04-10 | 1 | -0/+4 |
* | Fixes to get configure ccname=g++ working on OSX Lion. | Kaz Kylheku | 2012-04-07 | 1 | -1/+1 |
* | * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test. | Kaz Kylheku | 2012-03-23 | 1 | -1/+1 |
* | * Makefile: link in -lm, which is needed now on some systems. | Kaz Kylheku | 2012-03-21 | 1 | -1/+1 |
* | This test case would have caught the prior regression. | Kaz Kylheku | 2012-02-02 | 1 | -0/+1 |
* | Improved debugging. Debug nesting depth counter maintained | Kaz Kylheku | 2012-01-21 | 1 | -4/+5 |
* | * Makefile (OBJS): new object file, rand.o. | Kaz Kylheku | 2011-12-21 | 1 | -1/+1 |
* | * Makefile (distclean): use rm -rf on mpi directory. | Kaz Kylheku | 2011-12-21 | 1 | -1/+2 |
* | * Makefile (repatch): New phony target. | Kaz Kylheku | 2011-12-13 | 1 | -2/+7 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -1/+13 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -1/+1 |
* | * Makefile (tests/008/soundex.ok): New test case. | Kaz Kylheku | 2011-11-19 | 1 | -0/+1 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 1 | -0/+2 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 1 | -1/+1 |