| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile (depend): Marked phony and $(PROG) prerequisite dropped. | Kaz Kylheku | 2009-11-14 | 2 | -2/+12 |
* | configure (cc): Compute variable properly. | Kaz Kylheku | 2009-11-14 | 2 | -1/+5 |
* | Fixes for bug 28086. When constructing a cobj, whose associated | Kaz Kylheku | 2009-11-14 | 3 | -7/+41 |
* | New testcase which does some UTF-8 scanning, Unicode regexes, | Kaz Kylheku | 2009-11-13 | 5 | -0/+49 |
* | * lib.c (symbolp): Bugfix: function crashed on NUM argument. | Kaz Kylheku | 2009-11-13 | 2 | -2/+15 |
* | Allow -c scripts to not have a trailing newline. | Kaz Kylheku | 2009-11-13 | 4 | -7/+37 |
* | Previous commit broke UTF-8 lexing, by changing the get_char | Kaz Kylheku | 2009-11-13 | 5 | -3/+102 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 11 | -164/+189 |
* | Fixed broken utf8_from. | Kaz Kylheku | 2009-11-12 | 3 | -21/+151 |
* | Documenting extended characters in man page. | Kaz Kylheku | 2009-11-12 | 5 | -14/+107 |
* | Whitespace. | Kaz Kylheku | 2009-11-12 | 1 | -0/+1 |
* | Regular expression module updated to do unicode character sets. | Kaz Kylheku | 2009-11-12 | 3 | -61/+544 |
* | * txr.c (main): call setlocale to set the LC_CTYPE to en_US.UTF-8, | Kaz Kylheku | 2009-11-11 | 2 | -0/+8 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 20 | -432/+750 |
* | hash.c (hash_grow): Rewritten to avoid resizing the vector | Kaz Kylheku | 2009-11-10 | 2 | -16/+27 |
* | Changing representation of objects to allow for unboxed characters. | Kaz Kylheku | 2009-11-09 | 4 | -46/+64 |
* | Add hash removal. | Kaz Kylheku | 2009-11-09 | 3 | -0/+19 |
* | Add hash table growth. | Kaz Kylheku | 2009-11-09 | 3 | -3/+43 |
* | Changing representation of objects to allow the NUM type to be | Kaz Kylheku | 2009-11-09 | 6 | -66/+104 |
* | First cut at hash tables. One known problem is allocation during gc, | Kaz Kylheku | 2009-11-09 | 9 | -3/+397 |
* | Formatting. | Kaz Kylheku | 2009-11-09 | 1 | -26/+26 |
* | Throw exception on stream error during close, or I/O operations. This | Kaz Kylheku | 2009-11-06 | 8 | -58/+190 |
* | Version 020.txr-020 | Kaz Kylheku | 2009-11-01 | 3 | -2/+18 |
* | Bug ID 27898: Directory order dependencies in test case. | Kaz Kylheku | 2009-11-01 | 198 | -108/+124 |
* | Bug ID 27895: Calls to protect have an argument list terminated | Kaz Kylheku | 2009-11-01 | 5 | -5/+19 |
* | Bug ID 27899: Garbage collection problem: method of locating stack | Kaz Kylheku | 2009-11-01 | 4 | -21/+35 |
* | Fix broken LSTR and FUN cases in equal. | Kaz Kylheku | 2009-11-04 | 2 | -7/+13 |
* | Get rid of accidentally commited debug $(warning ...). | Kaz Kylheku | 2009-11-04 | 1 | -2/+0 |
* | Don't lie to the user; make install doesn't work without | Kaz Kylheku | 2009-11-04 | 1 | -2/+14 |
* | distclean must remove config.log too. | Kaz Kylheku | 2009-11-04 | 1 | -1/+1 |
* | Got "make tests" working in separate build directory, | Kaz Kylheku | 2009-11-04 | 3 | -12/+26 |
* | Got "make install" working. | Kaz Kylheku | 2009-11-04 | 3 | -3/+38 |
* | Got build to work in separate build directory. | Kaz Kylheku | 2009-11-04 | 5 | -16/+47 |
* | Build configuration via configure script, with cross compiling support. | Kaz Kylheku | 2009-11-04 | 3 | -8/+466 |
* | Kill tabs with spaces (how did they sneak in?). | Kaz Kylheku | 2009-11-04 | 2 | -14/+19 |
* | Fixed misleading wording (separation versus termination). | Kaz Kylheku | 2009-11-03 | 2 | -18/+27 |
* | Fix misleading wording (separation versus termination). | Kaz Kylheku | 2009-11-03 | 2 | -1/+5 |
* | Version 019txr-019 | Kaz Kylheku | 2009-11-03 | 8 | -24/+38 |
* | Documented freeform. | Kaz Kylheku | 2009-11-03 | 2 | -1/+60 |
* | Change the freeform line catenation semantics to termination | Kaz Kylheku | 2009-11-03 | 4 | -22/+34 |
* | Bugfix: recurse over recently added | Kaz Kylheku | 2009-11-03 | 2 | -0/+6 |
* | Wording. | Kaz Kylheku | 2009-11-03 | 1 | -1/+1 |
* | Got regex working over lazy strings from freeform. | Kaz Kylheku | 2009-11-02 | 5 | -36/+119 |
* | Implement custom separator and limit in freeform. | Kaz Kylheku | 2009-11-02 | 4 | -10/+55 |
* | Lazy string fix. | Kaz Kylheku | 2009-11-02 | 2 | -1/+7 |
* | Start of implementation for freestyle matching. | Kaz Kylheku | 2009-11-02 | 10 | -175/+592 |
* | Trivial change allows regexps to be bound to variables, | Kaz Kylheku | 2009-10-30 | 5 | -2/+22 |
* | Update make dependencies. | Kaz Kylheku | 2009-10-30 | 2 | -3/+7 |
* | Starting txr git.graftedtxr-018 | Kaz Kylheku | 2009-10-30 | 7 | -14/+120 |
* | txr-017 2009-10-17txr-017 | Kaz Kylheku | 2017-07-31 | 8 | -55/+321 |