summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dep.mk: Regenerated.Kaz Kylheku2009-11-142-6/+9
* * Makefile (depend): Marked phony and $(PROG) prerequisite dropped.Kaz Kylheku2009-11-142-2/+12
* configure (cc): Compute variable properly.Kaz Kylheku2009-11-142-1/+5
* Fixes for bug 28086. When constructing a cobj, whose associatedKaz Kylheku2009-11-143-7/+41
* New testcase which does some UTF-8 scanning, Unicode regexes,Kaz Kylheku2009-11-135-0/+49
* * lib.c (symbolp): Bugfix: function crashed on NUM argument.Kaz Kylheku2009-11-132-2/+15
* Allow -c scripts to not have a trailing newline.Kaz Kylheku2009-11-134-7/+37
* Previous commit broke UTF-8 lexing, by changing the get_charKaz Kylheku2009-11-135-3/+102
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-1211-164/+189
* Fixed broken utf8_from.Kaz Kylheku2009-11-123-21/+151
* Documenting extended characters in man page.Kaz Kylheku2009-11-125-14/+107
* Whitespace.Kaz Kylheku2009-11-121-0/+1
* Regular expression module updated to do unicode character sets.Kaz Kylheku2009-11-123-61/+544
* * txr.c (main): call setlocale to set the LC_CTYPE to en_US.UTF-8,Kaz Kylheku2009-11-112-0/+8
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-1120-432/+750
* hash.c (hash_grow): Rewritten to avoid resizing the vectorKaz Kylheku2009-11-102-16/+27
* Changing representation of objects to allow for unboxed characters.Kaz Kylheku2009-11-094-46/+64
* Add hash removal.Kaz Kylheku2009-11-093-0/+19
* Add hash table growth.Kaz Kylheku2009-11-093-3/+43
* Changing representation of objects to allow the NUM type to beKaz Kylheku2009-11-096-66/+104
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-099-3/+397
* Formatting.Kaz Kylheku2009-11-091-26/+26
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-068-58/+190
* Version 020.txr-020Kaz Kylheku2009-11-013-2/+18
* Bug ID 27898: Directory order dependencies in test case.Kaz Kylheku2009-11-01198-108/+124
* Bug ID 27895: Calls to protect have an argument list terminatedKaz Kylheku2009-11-015-5/+19
* Bug ID 27899: Garbage collection problem: method of locating stackKaz Kylheku2009-11-014-21/+35
* Fix broken LSTR and FUN cases in equal.Kaz Kylheku2009-11-042-7/+13
* Get rid of accidentally commited debug $(warning ...).Kaz Kylheku2009-11-041-2/+0
* Don't lie to the user; make install doesn't work withoutKaz Kylheku2009-11-041-2/+14
* distclean must remove config.log too.Kaz Kylheku2009-11-041-1/+1
* Got "make tests" working in separate build directory,Kaz Kylheku2009-11-043-12/+26
* Got "make install" working.Kaz Kylheku2009-11-043-3/+38
* Got build to work in separate build directory.Kaz Kylheku2009-11-045-16/+47
* Build configuration via configure script, with cross compiling support.Kaz Kylheku2009-11-043-8/+466
* Kill tabs with spaces (how did they sneak in?).Kaz Kylheku2009-11-042-14/+19
* Fixed misleading wording (separation versus termination).Kaz Kylheku2009-11-032-18/+27
* Fix misleading wording (separation versus termination).Kaz Kylheku2009-11-032-1/+5
* Version 019txr-019Kaz Kylheku2009-11-038-24/+38
* Documented freeform.Kaz Kylheku2009-11-032-1/+60
* Change the freeform line catenation semantics to terminationKaz Kylheku2009-11-034-22/+34
* Bugfix: recurse over recently addedKaz Kylheku2009-11-032-0/+6
* Wording.Kaz Kylheku2009-11-031-1/+1
* Got regex working over lazy strings from freeform.Kaz Kylheku2009-11-025-36/+119
* Implement custom separator and limit in freeform.Kaz Kylheku2009-11-024-10/+55
* Lazy string fix.Kaz Kylheku2009-11-022-1/+7
* Start of implementation for freestyle matching.Kaz Kylheku2009-11-0210-175/+592
* Trivial change allows regexps to be bound to variables,Kaz Kylheku2009-10-305-2/+22
* Update make dependencies.Kaz Kylheku2009-10-302-3/+7
* Starting txr git.graftedtxr-018Kaz Kylheku2009-10-307-14/+120