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
...
*
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
*
Adding promisep function.
Kaz Kylheku
2015-10-07
1
-0
/
+12
*
New function, expand-right.
Kaz Kylheku
2015-10-06
1
-0
/
+29
*
New function: ginterate.
Kaz Kylheku
2015-10-06
1
-0
/
+31
*
New functions take, drop, {take,drop}-{while,until}.
Kaz Kylheku
2015-10-05
1
-0
/
+6
*
Allow empty loops to be interrupted by signals.
Kaz Kylheku
2015-10-02
1
-0
/
+5
*
bugfix: macro-time not bound as special operator.
Kaz Kylheku
2015-10-02
1
-0
/
+1
*
bugfix: symbol-function throws on builtin macro.
Kaz Kylheku
2015-10-01
1
-2
/
+2
*
Fix incorrect "during expansion of ..." error reporting.
Kaz Kylheku
2015-09-30
1
-1
/
+4
*
return and return-from must throw, not abort.
Kaz Kylheku
2015-09-25
1
-0
/
+3
*
Adding flatcar* function.
Kaz Kylheku
2015-09-19
1
-0
/
+1
*
New function: flatcar.
Kaz Kylheku
2015-09-18
1
-0
/
+1
*
Remove duplicate variable initialization.
Kaz Kylheku
2015-09-10
1
-1
/
+0
*
Don't scan C source code for Lisp symbols.
Kaz Kylheku
2015-09-10
1
-0
/
+3
*
New functions, subtypep and typep.
Kaz Kylheku
2015-09-08
1
-0
/
+2
*
Don't report unbound var errors against wrong form.
Kaz Kylheku
2015-09-08
1
-2
/
+5
*
Don't show whole function definition in args mismatch.
Kaz Kylheku
2015-09-07
1
-4
/
+11
*
Allow evaluation from repl to be interrupted.
Kaz Kylheku
2015-09-06
1
-0
/
+1
*
Parenthesis sensitivity for completion.
Kaz Kylheku
2015-09-06
1
-1
/
+1
*
Syntax errors refer to REPL line number.
Kaz Kylheku
2015-09-05
1
-2
/
+2
*
Fix wrongly named hash_lit_s symbol.
Kaz Kylheku
2015-09-01
1
-1
/
+1
*
Time structure.
Kaz Kylheku
2015-08-31
1
-0
/
+2
*
Introducing structs.
Kaz Kylheku
2015-09-02
1
-1
/
+2
[prev]
[next]