| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ported to Cygwin. | Kaz Kylheku | 2011-10-09 | 1 | -0/+24 |
* | * lib.c (eol_s): New symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -1/+2 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -1/+1 |
* | Renaming the currying combinators according to new scheme. | Kaz Kylheku | 2011-10-06 | 1 | -2/+5 |
* | * lib.c (funcall3, curry_123_2): New functions. | Kaz Kylheku | 2011-10-06 | 1 | -0/+2 |
* | * 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 | -0/+1 |
* | Bugfixes to the semantics of binding environments, which | Kaz Kylheku | 2011-10-04 | 1 | -2/+5 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -0/+1 |
* | Compiles as C++ again. | Kaz Kylheku | 2011-10-02 | 1 | -0/+8 |
* | 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/+1 |
* | Support &#xNNNN; hex escapes in html. Bugfix in field formatting. | Kaz Kylheku | 2011-09-26 | 1 | -1/+6 |
* | New feature: @(deffilter) | Kaz Kylheku | 2011-09-26 | 1 | -4/+5 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 1 | -2/+4 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -1/+9 |
* | Numeric constants become real constants. | Kaz Kylheku | 2011-09-24 | 1 | -1/+8 |
* | * 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 | -1/+1 |
* | * lib.h (split_str_sep): Declared. | Kaz Kylheku | 2010-02-27 | 1 | -0/+1 |
* | Optimization in derivative-based regex engine. | Kaz Kylheku | 2010-01-26 | 1 | -0/+2 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | * lib.h (c_num): Remove redundant declaration. | Kaz Kylheku | 2010-01-13 | 1 | -2/+1 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -1/+2 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-05 | 1 | -4/+4 |
|\ |
|
| * | * lib.c (make_package, find_package): Eliminate declaration | Kaz Kylheku | 2009-12-17 | 1 | -4/+4 |
* | | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -1/+1 |
|/ |
|
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+1 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -2/+9 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -6/+8 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -0/+3 |
* | More valgrind integration. Vector objects keep displaced pointers | Kaz Kylheku | 2009-11-25 | 1 | -0/+3 |
* | Switching to keyword symbols for :args and :nothrow. | Kaz Kylheku | 2009-11-24 | 1 | -3/+5 |
* | Whitespace. | Kaz Kylheku | 2009-11-24 | 1 | -2/+2 |
* | Auto-detect what specifiers to use for inline functions. | Kaz Kylheku | 2009-11-24 | 1 | -9/+9 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -2/+2 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -11/+13 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -11/+13 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -6/+16 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -194/+192 |
* | Get rid of macros in favor of safer inline functions. | Kaz Kylheku | 2009-11-19 | 1 | -12/+29 |
* | 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 | -3/+3 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -1/+4 |
* | Use the 11 tag bit pattern to denote a new type: LIT. This is a | Kaz Kylheku | 2009-11-16 | 1 | -3/+8 |
* | * lib.c (chr): Take wchar_t argument, not int. Dropped range check. | Kaz Kylheku | 2009-11-15 | 1 | -2/+2 |
* | Provide both char * and unsigned char * interfaces in UTF-8 module. | Kaz Kylheku | 2009-11-14 | 1 | -1/+1 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -8/+9 |
* | Changing representation of objects to allow for unboxed characters. | Kaz Kylheku | 2009-11-09 | 1 | -17/+14 |