summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* Version 048txr-048Kaz Kylheku2011-12-131-1/+1
* Version 047txr-047Kaz Kylheku2011-12-121-1/+1
* Version 046txr-046Kaz Kylheku2011-12-061-1/+1
* Version 045txr-045Kaz Kylheku2011-12-051-1/+1
* Version 044txr-044Kaz Kylheku2011-12-011-1/+1
* Version 043txr-043Kaz Kylheku2011-11-231-1/+1
* * txr.c (remove_hash_bang_line): Recognize multipleKaz Kylheku2011-11-231-8/+13
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-5/+9
* Version 042Kaz Kylheku2011-11-201-1/+1
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+13
* * match.c: Removed <assert.h>Kaz Kylheku2011-11-131-1/+0
* Eliminate line numbers from the abstract syntaxKaz Kylheku2011-11-121-3/+2
* * match.c (opt_nobindings, opt_arraydims): GlobalKaz Kylheku2011-11-101-0/+8
* * txr.c (help): Change year from 2009 to 2011.Kaz Kylheku2011-11-041-1/+1
* Version 041txr-041Kaz Kylheku2011-10-301-1/+1
* Bugfix: prepared_error_message variable needs to be gc-protected.Kaz Kylheku2011-10-261-1/+1
* Version 040txr-040Kaz Kylheku2011-10-201-1/+1
* Version 039txr-039Kaz Kylheku2011-10-101-1/+1
* Following up to previous commit's TODO.Kaz Kylheku2011-10-091-1/+1
* Ported to Cygwin.Kaz Kylheku2011-10-091-1/+1
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* Version 038Kaz Kylheku2011-10-011-1/+1
* * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): NewKaz Kylheku2011-09-291-0/+1
* Version 037.Kaz Kylheku2011-09-261-1/+1
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Version 036.txr-036Kaz Kylheku2011-09-221-1/+1
* Version 035.Kaz Kylheku2010-10-051-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* Version 034.txr-034Kaz Kylheku2010-02-281-1/+1
* Version 033.Kaz Kylheku2010-01-261-1/+1
* Version 032.Kaz Kylheku2010-01-251-1/+1
* Version 031.txr-031Kaz Kylheku2010-01-251-1/+1
* Version 030.txr-030Kaz Kylheku2010-01-191-1/+1
* Version 029.Kaz Kylheku2010-01-181-1/+1
* Version 028.Kaz Kylheku2010-01-161-1/+1
* Dynamically determine which regex implementation to use:Kaz Kylheku2010-01-131-0/+4
* Eliminate the void * disease. Generic pointers are of mem_t *Kaz Kylheku2009-12-041-1/+1
* Version 027.txr-027Kaz Kylheku2009-12-031-1/+1
* Fix for failing test suite on MIPS machine, due toKaz Kylheku2009-12-031-2/+2
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-4/+4
* Version 026.txr-026Kaz Kylheku2009-11-261-1/+1
* More Valgrind support. New option --vg-debug which turns onKaz Kylheku2009-11-251-0/+11
* Version 025Kaz Kylheku2009-11-241-1/+1
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-2/+2
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-0/+1
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-3/+5
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-24/+24
* Version 024.txr-024Kaz Kylheku2009-11-191-1/+1
* Version 023.Kaz Kylheku2009-11-181-1/+1
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-171-2/+1