index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* debug.c (debug): Fix regression: repeat last command by hitting
Kaz Kylheku
2011-12-07
1
-7
/
+33
*
* eval.c (lookup_var, lookup_fun): Reversing assoc arguments.
Kaz Kylheku
2011-12-07
1
-2
/
+17
*
* 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
/
+12
*
Comment change.
Kaz Kylheku
2011-12-07
1
-1
/
+1
*
* eval.c (progn_s): New symbol variable.
Kaz Kylheku
2011-12-07
1
-1
/
+8
*
* eval.c (op_unwind_protect): Fixed uninitialized variable
Kaz Kylheku
2011-12-06
1
-2
/
+13
*
* eval.c (op_cond): Fixed behavior for singleton clauses.
Kaz Kylheku
2011-12-05
1
-8
/
+11
*
* eval.c (op_qquote_error, op_unquote_error): New static functions.
Kaz Kylheku
2011-12-04
1
-0
/
+19
*
Expose lazy lists in TXR Lisp.
Kaz Kylheku
2011-12-03
1
-0
/
+4
*
* eval.c (uw_protect_s, return_s, return_from_s): New symbol
Kaz Kylheku
2011-12-03
1
-5
/
+61
*
* eval.c (eval_init): String and character functions
Kaz Kylheku
2011-12-03
1
-1
/
+24
*
* eval.c: Symbol related intrinsic functions and variables made
Kaz Kylheku
2011-12-02
1
-0
/
+12
*
* eval.c (expand_qquote): Bugfix: removed bogus recognition
Kaz Kylheku
2011-12-02
1
-2
/
+0
*
* lib.h (or2): Restore macro version of or2, because we need
Kaz Kylheku
2011-11-30
1
-0
/
+2
*
* eval.c (op_modplace): Bugfix: conflation of new value and
Kaz Kylheku
2011-11-30
1
-3
/
+12
*
* eval.c (bindings_helper): Fix uninitialized variable.
Kaz Kylheku
2011-11-29
1
-0
/
+2
*
* eval.c (dohash_s): New symbol variable.
Kaz Kylheku
2011-11-29
1
-2
/
+44
*
* eval.c (eval_init): hashp and maphash functions registered.
Kaz Kylheku
2011-11-29
1
-0
/
+2
*
* eval.c (expand_vars): Bugfix: was not handling vars
Kaz Kylheku
2011-11-29
1
-0
/
+6
*
Support assignment to (car ...) and (cdr ...).
Kaz Kylheku
2011-11-29
1
-7
/
+34
*
* eval.c (let_star_s, for_s, for_star_s): New symbols.
Kaz Kylheku
2011-11-28
1
-12
/
+85
*
* eval.c (eval_init): More functions.
Kaz Kylheku
2011-11-28
1
-0
/
+20
*
Adding streams functions to Lisp evaluator.
Kaz Kylheku
2011-11-28
1
-1
/
+30
*
mapcar, mappend and apply functions.
Kaz Kylheku
2011-11-28
1
-17
/
+86
*
Added evaluation support for quote and quasiquote with unquotes.
Kaz Kylheku
2011-11-28
1
-19
/
+224
*
Task #11436
Kaz Kylheku
2011-11-26
1
-0
/
+589