| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding streams functions to Lisp evaluator. | Kaz Kylheku | 2011-11-28 | 1 | -27/+29 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -28/+73 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -86/+485 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -0/+14 |
* | * lib.c (plus, minus): Fixed wrong assertion which would incorrectly | Kaz Kylheku | 2011-11-23 | 1 | -2/+2 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 1 | -6/+35 |
* | * gc.c (mark_mem_region): Use the Valgrind API only to mark | Kaz Kylheku | 2011-11-18 | 1 | -1/+3 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 1 | -0/+2 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -0/+5 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -13/+12 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -3/+54 |
* | * 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 |
|\ |
|