| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib.c (eof_s): New symbol variable. | Kaz Kylheku | 2011-09-27 | 1 | -1/+2 |
* | Support &#xNNNN; hex escapes in html. Bugfix in field formatting. | Kaz Kylheku | 2011-09-26 | 1 | -5/+9 |
* | New feature: @(deffilter) | Kaz Kylheku | 2011-09-26 | 1 | -3/+46 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 1 | -1/+10 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -1/+77 |
* | Numeric constants become real constants. | Kaz Kylheku | 2011-09-24 | 1 | -15/+6 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | * lib.h (lazy_string): Fix incorrect comment. | Kaz Kylheku | 2010-10-03 | 1 | -0/+12 |
* | * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le): | Kaz Kylheku | 2010-02-28 | 1 | -36/+64 |
* | * lib.c (search_str): Bugfix for empty haystack case: checks for end | Kaz Kylheku | 2010-02-27 | 1 | -2/+2 |
* | * lib.h (split_str_sep): Declared. | Kaz Kylheku | 2010-02-27 | 1 | -5/+22 |
* | * lib.c (init_str): Bugfix: copy only len characters, not len + 1, so | Kaz Kylheku | 2010-02-24 | 1 | -1/+1 |
* | Optimization in derivative-based regex engine. | Kaz Kylheku | 2010-01-26 | 1 | -0/+17 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -1/+2 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -1/+4 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-05 | 1 | -9/+11 |
|\ |
|
| * | * lib.c (make_package, find_package): Eliminate declaration | Kaz Kylheku | 2009-12-17 | 1 | -9/+11 |
* | | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -1/+3 |
|/ |
|
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+6 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -0/+13 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -12/+11 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -3/+3 |
* | More valgrind integration. Vector objects keep displaced pointers | Kaz Kylheku | 2009-11-25 | 1 | -0/+6 |
* | Fix uninitialized memory locations. | Kaz Kylheku | 2009-11-24 | 1 | -1/+3 |
* | Switching to keyword symbols for :args and :nothrow. | Kaz Kylheku | 2009-11-24 | 1 | -6/+9 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -13/+14 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -95/+98 |
* | Follow up on 64 bit compilation warnings. | Kaz Kylheku | 2009-11-23 | 1 | -2/+2 |
* | * lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion, | Kaz Kylheku | 2009-11-23 | 1 | -2/+2 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -26/+27 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -81/+162 |
* | * unwind.c (uw_throw): If streams are not initialized, | Kaz Kylheku | 2009-11-20 | 1 | -23/+18 |
* | * lib.c (flatten): Semantics change. The flatten function | Kaz Kylheku | 2009-11-20 | 1 | -0/+3 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -255/+241 |
* | Get rid of macros in favor of safer inline functions. | Kaz Kylheku | 2009-11-19 | 1 | -2/+2 |
* | Use unsigned char * as allocator return value. | Kaz Kylheku | 2009-11-19 | 1 | -2/+2 |
* | Following-up on diagnostics obtained by running code through C++ | Kaz Kylheku | 2009-11-18 | 1 | -9/+16 |
* | * lib.c (chrp): Fix broken is_chr(num) call. | Kaz Kylheku | 2009-11-17 | 1 | -1/+1 |
* | Fixes for compliance to C89. | Kaz Kylheku | 2009-11-17 | 1 | -1/+2 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -70/+71 |
* | Use the 11 tag bit pattern to denote a new type: LIT. This is a | Kaz Kylheku | 2009-11-16 | 1 | -96/+129 |
* | * lib.c (chr): Take wchar_t argument, not int. Dropped range check. | Kaz Kylheku | 2009-11-15 | 1 | -4/+3 |
* | Version 021 preparation.txr-021 | Kaz Kylheku | 2009-11-15 | 1 | -1/+1 |
* | Provide both char * and unsigned char * interfaces in UTF-8 module. | Kaz Kylheku | 2009-11-14 | 1 | -1/+1 |
* | * lib.c (symbolp): Bugfix: function crashed on NUM argument. | Kaz Kylheku | 2009-11-13 | 1 | -2/+3 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 1 | -10/+10 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -158/+170 |
* | Changing representation of objects to allow for unboxed characters. | Kaz Kylheku | 2009-11-09 | 1 | -28/+32 |
* | Changing representation of objects to allow the NUM type to be | Kaz Kylheku | 2009-11-09 | 1 | -44/+50 |