| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib.c (env): Fixed inappropriate cut-and-pasted error messages. | Kaz Kylheku | 2011-11-05 | 1 | -3/+9 |
* | Added #define NOMINMAX so <windows.h> since we have our own macros. | Kaz Kylheku | 2011-11-05 | 1 | -0/+1 |
* | Task #11442. Make work on MingW. | Kaz Kylheku | 2011-11-05 | 1 | -4/+17 |
* | Task #11442. Access to environment variables. | Kaz Kylheku | 2011-11-05 | 1 | -1/+20 |
* | Shorthand for filters which map multiple texts to a common | Kaz Kylheku | 2011-10-25 | 1 | -0/+20 |
* | Bugs #34641, #34629. | Kaz Kylheku | 2011-10-24 | 1 | -4/+13 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -0/+36 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -3/+40 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 1 | -0/+26 |
* | * lib.c (proper_plist_to_alist, improper_plist_to_alist): New | Kaz Kylheku | 2011-10-21 | 1 | -0/+32 |
* | Task #11425. | Kaz Kylheku | 2011-10-18 | 1 | -1/+25 |
* | Indentation. | Kaz Kylheku | 2011-10-11 | 1 | -1/+1 |
* | * lib.c (eol_s): New symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -1/+3 |
* | * lib.c (flatten_helper): Function removed. | Kaz Kylheku | 2011-10-07 | 1 | -6/+1 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -1/+2 |
* | Renaming the currying combinators according to new scheme. | Kaz Kylheku | 2011-10-06 | 1 | -7/+7 |
* | * lib.c (funcall3, curry_123_2): New functions. | Kaz Kylheku | 2011-10-06 | 1 | -0/+24 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * lib.c (acons): New function. | Kaz Kylheku | 2011-10-04 | 1 | -4/+15 |
* | Bugfixes to the semantics of binding environments, which | Kaz Kylheku | 2011-10-04 | 1 | -25/+63 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -0/+12 |
* | Maintaining C++ compiling (except for two issues that will | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | * 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 |