| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 1 | -2/+2 |
* | * eval.c (eval_init): New functions registered as intrinsics. | Kaz Kylheku | 2011-12-07 | 1 | -0/+2 |
* | * eval.c (eval_init): New character functions registered. | Kaz Kylheku | 2011-12-07 | 1 | -0/+14 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -1/+5 |
* | * eval.c (op_cond): Fixed behavior for singleton clauses. | Kaz Kylheku | 2011-12-05 | 1 | -1/+1 |
* | Expose lazy lists in TXR Lisp. | Kaz Kylheku | 2011-12-03 | 1 | -0/+4 |
* | * eval.c: Symbol related intrinsic functions and variables made | Kaz Kylheku | 2011-12-02 | 1 | -1/+0 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -1/+3 |
* | * configure (extra_debugging): New variable. EXTRA_DEBUGGING | Kaz Kylheku | 2011-11-30 | 1 | -0/+1 |
* | * eval.c (op_modplace): Bugfix: conflation of new value and | Kaz Kylheku | 2011-11-30 | 1 | -1/+1 |
* | Adding streams functions to Lisp evaluator. | Kaz Kylheku | 2011-11-28 | 1 | -2/+2 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -0/+1 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -13/+57 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -0/+1 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 1 | -1/+2 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -0/+1 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -0/+4 |
* | Task #11442. Access to environment variables. | Kaz Kylheku | 2011-11-05 | 1 | -1/+1 |
* | Shorthand for filters which map multiple texts to a common | Kaz Kylheku | 2011-10-25 | 1 | -0/+2 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -0/+3 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -1/+4 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 1 | -0/+3 |
* | * lib.c (proper_plist_to_alist, improper_plist_to_alist): New | Kaz Kylheku | 2011-10-21 | 1 | -0/+2 |
* | Task #11425. | Kaz Kylheku | 2011-10-18 | 1 | -1/+3 |
* | Bug #34538 | Kaz Kylheku | 2011-10-12 | 1 | -9/+1 |
* | One more swing at this with the axe. | Kaz Kylheku | 2011-10-09 | 1 | -0/+4 |
* | * lib.h (wli, lit_noex): We need null characters on both ends | Kaz Kylheku | 2011-10-09 | 1 | -2/+2 |
* | Following up to previous commit's TODO. | Kaz Kylheku | 2011-10-09 | 1 | -8/+10 |
* | 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 |