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
...
*
Fix regression in tab completion.
Kaz Kylheku
2015-12-30
1
-1
/
+1
*
last_form_evaled must track argument evaluation.
Kaz Kylheku
2015-12-29
1
-4
/
+3
*
Propagate macro ancestry info across macrolet.
Kaz Kylheku
2015-12-29
1
-1
/
+4
*
Detect loop in error_trace.
Kaz Kylheku
2015-12-29
1
-0
/
+3
*
Suppress "which is located at nil".
Kaz Kylheku
2015-12-29
1
-3
/
+9
*
Don't suppress detailed error trace for eval-error.
Kaz Kylheku
2015-12-29
1
-2
/
+2
*
Don't record nil as the macro ancestor of a form.
Kaz Kylheku
2015-12-29
1
-1
/
+2
*
Use subtype check for eval error.
Kaz Kylheku
2015-12-27
1
-1
/
+1
*
TXR quasiliterals and output vars treated as Lisp.
Kaz Kylheku
2015-12-26
1
-7
/
+102
*
New condlet macro; small change to iflet/whenlet.
Kaz Kylheku
2015-12-18
1
-6
/
+14
*
Set macro ancestry info in place expansions.
Kaz Kylheku
2015-12-17
1
-0
/
+7
*
Allow :whole and :form to do destructuring.
Kaz Kylheku
2015-12-14
1
-7
/
+15
*
symbol-function semantics change; new symbol-macro.
Kaz Kylheku
2015-12-10
1
-6
/
+19
*
Change representation of top-level macro bindings.
Kaz Kylheku
2015-12-10
1
-6
/
+8
*
Allow defmacros and defuns to co-exist.
Kaz Kylheku
2015-12-08
1
-3
/
+0
*
Adding mboundp and mmakunbound.
Kaz Kylheku
2015-12-08
1
-0
/
+14
*
New function macro-ancestor.
Kaz Kylheku
2015-12-08
1
-0
/
+1
*
Suppress superfluous "located at" message.
Kaz Kylheku
2015-11-30
1
-9
/
+5
*
defun can define methods.
Kaz Kylheku
2015-11-30
1
-9
/
+24
*
Refactor propagation of contexts in evaluator.
Kaz Kylheku
2015-11-30
1
-58
/
+74
*
Drop ctx_form param on env_vbind_special and apply.
Kaz Kylheku
2015-11-30
1
-23
/
+23
*
Change funcall_interp API.
Kaz Kylheku
2015-11-30
1
-1
/
+3
*
Rename interp_fun function.
Kaz Kylheku
2015-11-30
1
-1
/
+1
*
func-get-name calculates a name for methods.
Kaz Kylheku
2015-11-30
1
-1
/
+4
*
Improve destructuring error messages.
Kaz Kylheku
2015-11-29
1
-4
/
+4
*
Error reports trace through layers of macroexpansion.
Kaz Kylheku
2015-11-28
1
-9
/
+56
*
Propagate location info in progn optimization.
Kaz Kylheku
2015-11-28
1
-1
/
+1
*
Improve source loc copying in expand_qquote.
Kaz Kylheku
2015-11-28
1
-5
/
+5
*
Report chain of macro-expansions in errors.
Kaz Kylheku
2015-11-25
1
-2
/
+14
*
New functions window-map and window-mappend.
Kaz Kylheku
2015-11-25
1
-0
/
+2
*
Provide butlast function.
Kaz Kylheku
2015-11-20
1
-0
/
+1
*
Adding revappend and nreconc.
Kaz Kylheku
2015-11-11
1
-0
/
+2
*
New function: group-reduce.
Kaz Kylheku
2015-11-10
1
-0
/
+2
*
New block* op; functions return* and sys:abscond*.
Kaz Kylheku
2015-11-09
1
-2
/
+34
*
Variable init forms of for go inside nil block.
Kaz Kylheku
2015-11-08
1
-3
/
+7
*
New iread function.
Kaz Kylheku
2015-11-07
1
-0
/
+1
*
Copy envs for middle-of-binding continuations.
Kaz Kylheku
2015-11-05
1
-14
/
+68
*
Pattern vars accessed from Lisp now dynamic.
Kaz Kylheku
2015-11-04
1
-1
/
+1
*
New range type, distinct from cons cell.
Kaz Kylheku
2015-11-01
1
-0
/
+5
*
Implementing sys:abscond-from operator.
Kaz Kylheku
2015-10-28
1
-2
/
+16
*
Expose eval_error out of eval module.
Kaz Kylheku
2015-10-28
1
-1
/
+1
*
New special macro parameter list parameter :form.
Kaz Kylheku
2015-10-28
1
-3
/
+8
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Reduce stack usage for args in a few places.
Kaz Kylheku
2015-10-24
1
-3
/
+2
*
Renaming some functions for consistency.
Kaz Kylheku
2015-10-16
1
-7
/
+23
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-1
/
+40
*
Hash table iterators exposed, with new macro.
Kaz Kylheku
2015-10-11
1
-0
/
+2
*
Improve progn expansion.
Kaz Kylheku
2015-10-09
1
-4
/
+13
*
Tweaking expansions of when and until.
Kaz Kylheku
2015-10-09
1
-2
/
+10
*
Adding defex macro and related functions.
Kaz Kylheku
2015-10-08
1
-0
/
+23
[prev]
[next]