summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 040txr-040Kaz Kylheku2011-10-204-4/+30
* Task #11425Kaz Kylheku2011-10-192-430/+509
* Task #11425Kaz Kylheku2011-10-192-126/+166
* Task #11425Kaz Kylheku2011-10-192-679/+755
* * hash.c (ll_hash): Hashing of pointers should take intoKaz Kylheku2011-10-192-1/+16
* Task #11425Kaz Kylheku2011-10-182-15/+31
* Task #11425Kaz Kylheku2011-10-182-39/+58
* Task #11425Kaz Kylheku2011-10-182-25/+45
* Task #11425.Kaz Kylheku2011-10-184-78/+166
* Quick and dirty port to MinGW.Kaz Kylheku2011-10-163-1/+37
* * configure: reduced post-configure advice to just pointKaz Kylheku2011-10-163-9/+232
* * filter.c (trie_filter_string): Fix warning about uninitializedKaz Kylheku2011-10-162-1/+6
* Task #11425. Refactoring match_files to make it easier toKaz Kylheku2011-10-152-189/+253
* Fixed broken GC on x86_64 (Ubuntu 11, gcc 4.5.2).Kaz Kylheku2011-10-152-7/+46
* * configure: POSIX Portability. Use = instead of ==Kaz Kylheku2011-10-152-2/+7
* * parser.y (elem): Amending previous change. A single spaceKaz Kylheku2011-10-133-5/+13
* * Makefile (%.ok: %.txr): Use unified diff for showingKaz Kylheku2011-10-138-9/+800
* Bug #34538Kaz Kylheku2011-10-122-9/+12
* Indentation.Kaz Kylheku2011-10-111-1/+1
* Improved support for broken unicode.Kaz Kylheku2011-10-103-1/+86
* Fix section numbering mixup.Kaz Kylheku2011-10-101-2/+2
* * HACKING: Documented portability hacks for narrow wchar_t.Kaz Kylheku2011-10-102-1/+63
* Version 039txr-039Kaz Kylheku2011-10-104-5/+57
* One more swing at this with the axe.Kaz Kylheku2011-10-093-12/+16
* * lib.h (wli, lit_noex): We need null characters on both endsKaz Kylheku2011-10-092-2/+10
* Following up to previous commit's TODO.Kaz Kylheku2011-10-096-12/+39
* Ported to Cygwin.Kaz Kylheku2011-10-097-260/+414
* * dep.mk: Regenerated. Too easy to neglect this file.Kaz Kylheku2011-10-092-8/+13
* * match.c (vars_to_bindings): Regression fix: recent commitKaz Kylheku2011-10-092-1/+7
* * configure: Fixed indentation.Kaz Kylheku2011-10-092-20/+24
* * txr.1: Removed references to obsolete @(next) variant.Kaz Kylheku2011-10-082-15/+6
* * match.c (vars_to_bindings): New function.Kaz Kylheku2011-10-083-23/+124
* * match.c (vars_k): New symbol variable.Kaz Kylheku2011-10-082-3/+48
* * txr.1: Augment example of @/.*/ being used to skip to theKaz Kylheku2011-10-082-0/+11
* * match.c (match_line): Skip directive bugfix. If skip is theKaz Kylheku2011-10-082-2/+10
* * match.c (mintimes_k, maxtimes_k): New keyword variables.Kaz Kylheku2011-10-083-20/+67
* * HACKING: Formatting.Kaz Kylheku2011-10-081-0/+4
* * HACKING: Formatting.Kaz Kylheku2011-10-081-8/+10
* * match.c (match_files): Fixed spectacular bug in function calling,Kaz Kylheku2011-10-072-1/+10
* * match.c (greedy_k): New keyword symbol variable.Kaz Kylheku2011-10-073-14/+78
* * lib.c (eol_s): New symbol variable.Kaz Kylheku2011-10-075-12/+108
* * lib.c (flatten_helper): Function removed.Kaz Kylheku2011-10-072-6/+6
* * txr.1: fxed wrong word.Kaz Kylheku2011-10-072-1/+5
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-066-16/+97
* Renaming the currying combinators according to new scheme.Kaz Kylheku2011-10-064-10/+25
* * lib.c (funcall3, curry_123_2): New functions.Kaz Kylheku2011-10-064-50/+94
* * match.c (match_files): In function calls, the deletion ofKaz Kylheku2011-10-052-1/+7
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-0428-27/+34
* * match.c (match_line, match_files): Another correction to how bindingsKaz Kylheku2011-10-042-2/+26
* * lib.c (acons): New function.Kaz Kylheku2011-10-044-16/+46