| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -1/+1 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | New test case, covering some filtering from HTML/XML. | Kaz Kylheku | 2011-10-01 | 1 | -0/+1 |
* | New test case under tests/008. | Kaz Kylheku | 2011-10-01 | 1 | -1/+2 |
* | Tokenizing test case, exercising for @(coll :gap 0) | Kaz Kylheku | 2011-10-01 | 1 | -0/+1 |
* | New test case, covering exception handling across nested | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | New testcase for freeform. | Kaz Kylheku | 2010-02-28 | 1 | -0/+1 |
* | Automate the maintenance of the HTML-ized man page. | Kaz Kylheku | 2010-01-15 | 1 | -0/+6 |
* | * Makefile (CFLAGS): Better test for g++, when removing | Kaz Kylheku | 2009-12-03 | 1 | -1/+1 |
* | * Makefile (tests): Don't depend on the executable. Otherwise, | Kaz Kylheku | 2009-12-02 | 1 | -7/+10 |
* | * Makefile (install-tests): New target. Provides a way to make the | Kaz Kylheku | 2009-12-02 | 1 | -0/+12 |
* | Fix annoyances with dependency generation, such as picking up local | Kaz Kylheku | 2009-12-02 | 1 | -1/+1 |
* | * Makefile (CFLAGS): If the compiler matches the pattern %g++, | Kaz Kylheku | 2009-11-28 | 1 | -0/+4 |
* | * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o. | Kaz Kylheku | 2009-11-28 | 1 | -0/+4 |
* | Switching to DESTDIR convention for install. | Kaz Kylheku | 2009-11-27 | 1 | -5/+16 |
* | Not all systems have a yacc alias for the yacc program. | Kaz Kylheku | 2009-11-26 | 1 | -1/+5 |
* | Auto-detect what specifiers to use for inline functions. | Kaz Kylheku | 2009-11-24 | 1 | -3/+3 |
* | * configure (platform_flags, remove_flags): New config variables. | Kaz Kylheku | 2009-11-23 | 1 | -3/+4 |
* | WTF | Kaz Kylheku | 2009-11-23 | 1 | -1/+1 |
* | * Makefile (conftest.o): revert change that took CFLAGS from | Kaz Kylheku | 2009-11-23 | 1 | -1/+1 |
* | Reporting of compile errors during configuration for easier | Kaz Kylheku | 2009-11-23 | 1 | -1/+2 |
* | * configure: Bugfix in parsing configuration variables | Kaz Kylheku | 2009-11-23 | 1 | -2/+0 |
* | * Makefile (CFLAGS): Added -I. so current directory is first | Kaz Kylheku | 2009-11-23 | 1 | -1/+1 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -1/+15 |
* | Get rid of macros in favor of safer inline functions. | Kaz Kylheku | 2009-11-19 | 1 | -1/+2 |
* | * Makefile (rebuild): New target. Tired of doing make clean; make. | Kaz Kylheku | 2009-11-16 | 1 | -0/+3 |
* | * Makefile (depend): Marked phony and $(PROG) prerequisite dropped. | Kaz Kylheku | 2009-11-14 | 1 | -1/+6 |
* | New testcase which does some UTF-8 scanning, Unicode regexes, | Kaz Kylheku | 2009-11-13 | 1 | -0/+1 |
* | Allow -c scripts to not have a trailing newline. | Kaz Kylheku | 2009-11-13 | 1 | -1/+6 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -1/+1 |