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
...
*
lazy conses: support state in car and cdr.
Kaz Kylheku
2019-03-13
1
-1
/
+4
*
lib: optimize lazy functions with unchecked accesses.
Kaz Kylheku
2019-03-12
1
-61
/
+61
*
New sequence iterator object and functions.
Kaz Kylheku
2019-03-11
1
-0
/
+3
*
expander: tree-bind: fix incorrect param env.
Kaz Kylheku
2019-03-08
1
-2
/
+2
*
lambda expressions aren't fboundp.
Kaz Kylheku
2019-03-03
1
-5
/
+11
*
Fix use of comma operator as statement terminator.
Kaz Kylheku
2019-03-03
1
-2
/
+2
*
New macro: load-for.
Kaz Kylheku
2019-03-02
1
-0
/
+78
*
eval: introduce variable for usr:var symbol.
Kaz Kylheku
2019-03-02
1
-1
/
+2
*
ffi, eval: move struct_s.
Kaz Kylheku
2019-03-02
1
-1
/
+2
*
bracket: new function.
Kaz Kylheku
2019-02-24
1
-0
/
+1
*
pprof: generate much smaller expansion.
Kaz Kylheku
2019-02-19
1
-17
/
+21
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-2
/
+2
*
gethash_c: review uses and improve or replace.
Kaz Kylheku
2019-02-14
1
-9
/
+9
*
symdiff: new function.
Kaz Kylheku
2019-02-14
1
-0
/
+1
*
optimizing diff, isec and uni for non-lists.
Kaz Kylheku
2019-02-13
1
-3
/
+2
*
defvar: spectacular bug causing wrong compile.
Kaz Kylheku
2019-02-08
1
-2
/
+6
*
sum and prod take keyfun argument.
Kaz Kylheku
2019-02-02
1
-2
/
+2
*
caseql: generate better code.
Kaz Kylheku
2019-01-30
1
-9
/
+7
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
New function: square.
Kaz Kylheku
2019-01-05
1
-0
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
defvar: bugfix: bad state caused by exception.
Kaz Kylheku
2018-12-14
1
-1
/
+1
*
nzerop: new function.
Kaz Kylheku
2018-12-13
1
-0
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
New range testing functions.
Kaz Kylheku
2018-11-27
1
-0
/
+2
*
case macros: bugfixes for evaluated keys.
Kaz Kylheku
2018-11-27
1
-5
/
+5
*
case macros: stricter syntactic check.
Kaz Kylheku
2018-11-27
1
-0
/
+3
*
case macros: bugfix empty case.
Kaz Kylheku
2018-11-27
1
-2
/
+3
*
logxor: fix seriously broken function.
Kaz Kylheku
2018-11-25
1
-1
/
+2
*
compile: handle functions that have environments.
Kaz Kylheku
2018-11-13
1
-0
/
+24
*
copy-fun: duplicate a function, with own environment.
Kaz Kylheku
2018-11-13
1
-0
/
+17
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-14
/
+20
*
type_check: take function name arg.
Kaz Kylheku
2018-11-07
1
-16
/
+16
*
load: tolerate hash bang files.
Kaz Kylheku
2018-11-05
1
-0
/
+3
*
The code expander becomes a public API.
Kaz Kylheku
2018-11-02
1
-3
/
+3
*
defvar: warn about prior lexical uses.
Kaz Kylheku
2018-10-26
1
-1
/
+5
*
eval: handle top-level incrementally.
Kaz Kylheku
2018-07-17
1
-3
/
+30
*
opip, oand: rewrite in Lisp.
Kaz Kylheku
2018-07-16
1
-39
/
+2
*
op: convert to Lisp trivial macros related to op.
Kaz Kylheku
2018-07-16
1
-43
/
+3
*
vm: release cached bindings that become unbound.
Kaz Kylheku
2018-06-21
1
-0
/
+4
*
logcount: new function.
Kaz Kylheku
2018-05-18
1
-0
/
+1
*
bugfix: interpreted destructuring doesn't do specials.
Kaz Kylheku
2018-05-03
1
-8
/
+18
*
bind_args refactoring.
Kaz Kylheku
2018-05-03
1
-77
/
+45
*
expander: remove pspecials from param expansion
Kaz Kylheku
2018-05-01
1
-29
/
+11
*
interpreter: correct semantics of special var args.
Kaz Kylheku
2018-05-01
1
-53
/
+86
*
expander: regression in param list treatment.
Kaz Kylheku
2018-04-30
1
-8
/
+5
*
compiler: replace "$" package hack.
Kaz Kylheku
2018-04-25
1
-0
/
+1
*
New macro: load-time.
Kaz Kylheku
2018-04-23
1
-0
/
+24
*
compiler: tighter code for quasiliterals.
Kaz Kylheku
2018-04-21
1
-5
/
+8
*
dot-to-apply: optimize out call function.
Kaz Kylheku
2018-04-18
1
-4
/
+11
[prev]
[next]