summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* More NetBSD porting.Kaz Kylheku2012-04-101-1/+1
* * Makefile (conftest.ccver): New phony target.Kaz Kylheku2012-04-101-0/+4
* Fixes to get configure ccname=g++ working on OSX Lion.Kaz Kylheku2012-04-071-1/+1
* * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.Kaz Kylheku2012-03-231-1/+1
* * Makefile: link in -lm, which is needed now on some systems.Kaz Kylheku2012-03-211-1/+1
* This test case would have caught the prior regression.Kaz Kylheku2012-02-021-0/+1
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-4/+5
* * Makefile (OBJS): new object file, rand.o.Kaz Kylheku2011-12-211-1/+1
* * Makefile (distclean): use rm -rf on mpi directory.Kaz Kylheku2011-12-211-1/+2
* * Makefile (repatch): New phony target.Kaz Kylheku2011-12-131-2/+7
* Bignum support, here we go!Kaz Kylheku2011-12-091-1/+13
* Task #11436Kaz Kylheku2011-11-261-1/+1
* * Makefile (tests/008/soundex.ok): New test case.Kaz Kylheku2011-11-191-0/+1
* Added a JSON parsing test case. This flushed out a bug which crashedKaz Kylheku2011-11-181-0/+2
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-1/+1
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-1/+1
* * Makefile (%.ok: %.txr): Use unified diff for showingKaz Kylheku2011-10-131-1/+1
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* New test case, covering some filtering from HTML/XML.Kaz Kylheku2011-10-011-0/+1
* New test case under tests/008.Kaz Kylheku2011-10-011-1/+2
* Tokenizing test case, exercising for @(coll :gap 0)Kaz Kylheku2011-10-011-0/+1
* New test case, covering exception handling across nestedKaz Kylheku2011-10-011-1/+1
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-1/+1
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* New testcase for freeform.Kaz Kylheku2010-02-281-0/+1
* Automate the maintenance of the HTML-ized man page.Kaz Kylheku2010-01-151-0/+6
* * Makefile (CFLAGS): Better test for g++, when removingKaz Kylheku2009-12-031-1/+1
* * Makefile (tests): Don't depend on the executable. Otherwise,Kaz Kylheku2009-12-021-7/+10
* * Makefile (install-tests): New target. Provides a way to make theKaz Kylheku2009-12-021-0/+12
* Fix annoyances with dependency generation, such as picking up localKaz Kylheku2009-12-021-1/+1
* * Makefile (CFLAGS): If the compiler matches the pattern %g++,Kaz Kylheku2009-11-281-0/+4
* * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o.Kaz Kylheku2009-11-281-0/+4
* Switching to DESTDIR convention for install.Kaz Kylheku2009-11-271-5/+16
* Not all systems have a yacc alias for the yacc program.Kaz Kylheku2009-11-261-1/+5
* Auto-detect what specifiers to use for inline functions.Kaz Kylheku2009-11-241-3/+3
* * configure (platform_flags, remove_flags): New config variables.Kaz Kylheku2009-11-231-3/+4
* WTFKaz Kylheku2009-11-231-1/+1
* * Makefile (conftest.o): revert change that took CFLAGS fromKaz Kylheku2009-11-231-1/+1
* Reporting of compile errors during configuration for easierKaz Kylheku2009-11-231-1/+2
* * configure: Bugfix in parsing configuration variablesKaz Kylheku2009-11-231-2/+0
* * Makefile (CFLAGS): Added -I. so current directory is firstKaz Kylheku2009-11-231-1/+1
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-1/+15
* Get rid of macros in favor of safer inline functions.Kaz Kylheku2009-11-191-1/+2
* * Makefile (rebuild): New target. Tired of doing make clean; make.Kaz Kylheku2009-11-161-0/+3
* * Makefile (depend): Marked phony and $(PROG) prerequisite dropped.Kaz Kylheku2009-11-141-1/+6
* New testcase which does some UTF-8 scanning, Unicode regexes,Kaz Kylheku2009-11-131-0/+1
* Allow -c scripts to not have a trailing newline.Kaz Kylheku2009-11-131-1/+6
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-1/+1
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+1