| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): New function interned. | Kaz Kylheku | 2011-12-25 | 1 | -0/+1 |
* | * lib.c (memql): New function. | Kaz Kylheku | 2011-12-23 | 1 | -0/+1 |
* | * eval.c (eval_init): New function registered. | Kaz Kylheku | 2011-12-20 | 1 | -0/+1 |
* | * eval.c (eval_init): New functions registered as intrinsics. | Kaz Kylheku | 2011-12-20 | 1 | -0/+2 |
* | * eval.c (bindings_helper): Fix format arguments. | Kaz Kylheku | 2011-12-18 | 1 | -1/+4 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -11/+11 |
* | * eval.c (eval_init): Removed registration for vec_get_fil. | Kaz Kylheku | 2011-12-14 | 1 | -4/+3 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 1 | -0/+2 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+2 |
* | * arith.c (evenp, oddp): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+2 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 1 | -0/+3 |
* | * arith.c (expt): New function. | Kaz Kylheku | 2011-12-12 | 1 | -0/+3 |
* | * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplemented | Kaz Kylheku | 2011-12-11 | 1 | -1/+0 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -4/+20 |
* | * debug.c (debug): Fix regression: repeat last command by hitting | Kaz Kylheku | 2011-12-07 | 1 | -0/+1 |
* | * 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 |