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
*
math: tofloat and toint in user-defined arithmetic.
Kaz Kylheku
2023-08-14
1
-4
/
+0
*
New feature: local symbol renaming.
Kaz Kylheku
2023-08-10
1
-0
/
+1
*
unwind: bind *print-circle* to t in error trace.
Kaz Kylheku
2023-07-28
1
-0
/
+5
*
New functions and fixes in lexical introspection.
Kaz Kylheku
2023-07-27
1
-21
/
+61
*
Do not unnecessarily invalidate vm binding cache.
Kaz Kylheku
2023-07-17
1
-7
/
+18
*
bug: compiled code keeps seeing var clobbered by symacro.
Kaz Kylheku
2023-07-17
1
-0
/
+2
*
Simplify top-level macro environments also.
Kaz Kylheku
2023-07-17
1
-20
/
+14
*
Simplify top-level variable and function environments.
Kaz Kylheku
2023-07-16
1
-23
/
+15
*
fix self name of var defining run-time support function.
Kaz Kylheku
2023-07-16
1
-1
/
+1
*
lib: avoid intern for symbol we already have.
Kaz Kylheku
2023-07-13
1
-1
/
+1
*
Fix diagnostics which call non-symbol a symbol.
Kaz Kylheku
2023-07-11
1
-0
/
+3
*
eval: take macro environment.
Kaz Kylheku
2023-06-27
1
-4
/
+4
*
New functions keep-keys-if, separate-keys.
Kaz Kylheku
2023-06-07
1
-0
/
+2
*
load: now passes args via *load-args*
Kaz Kylheku
2023-05-31
1
-12
/
+26
*
load: now establishes a block named load.
Kaz Kylheku
2023-05-31
1
-1
/
+3
*
expander: support param macros in nested macro param lists.
Kaz Kylheku
2023-05-27
1
-38
/
+56
*
label/flet: bug: empty case wallops symbol macros.
Kaz Kylheku
2023-05-24
1
-1
/
+1
*
New special operator: compiler-let
Kaz Kylheku
2023-05-16
1
-2
/
+26
*
New special operator: progv
Kaz Kylheku
2023-05-15
1
-1
/
+66
*
vm: bugfix: global lexicals looked up dynamically.
Kaz Kylheku
2023-05-15
1
-0
/
+15
*
bug: symbol-value place always global.
Kaz Kylheku
2023-05-14
1
-0
/
+13
*
fix crash if built-in variable is unbound.
Kaz Kylheku
2023-05-12
1
-1
/
+3
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
1
-0
/
+2
*
range, range*: use arithp.
Kaz Kylheku
2023-03-26
1
-63
/
+45
*
range/range*: connect with non-arithmetic ranges
Kaz Kylheku
2023-03-26
1
-7
/
+165
*
New function: ignore, synonym of nilf.
Kaz Kylheku
2023-03-21
1
-1
/
+6
*
ignerr: fix unused warning
Kaz Kylheku
2023-03-21
1
-2
/
+9
*
Allow t symbol in macro parameter lists.
Kaz Kylheku
2023-03-21
1
-9
/
+16
*
fix --no-debug-support configuration.
Kaz Kylheku
2023-01-20
1
-0
/
+6
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
args: don't use alloca for const size cases.
Kaz Kylheku
2022-10-15
1
-1
/
+1
*
New function: macroexpand-params.
Kaz Kylheku
2022-10-13
1
-0
/
+1
*
New: %fun% mechanism for current function name.
Kaz Kylheku
2022-10-03
1
-3
/
+14
*
New macro: close-lazy-streams.
Kaz Kylheku
2022-08-28
1
-0
/
+2
*
New function: search-all
Kaz Kylheku
2022-08-17
1
-0
/
+1
*
New function: count.
Kaz Kylheku
2022-07-18
1
-0
/
+1
*
for/for*: stricter syntax check.
Kaz Kylheku
2022-06-13
1
-1
/
+1
*
New function: str
Kaz Kylheku
2022-06-12
1
-0
/
+1
*
New: spln and tokn functions.
Kaz Kylheku
2022-05-30
1
-0
/
+2
*
tok-str: takes count argument.
Kaz Kylheku
2022-05-28
1
-1
/
+1
*
eval: remove message about --backtrace option.
Kaz Kylheku
2022-05-20
1
-4
/
+0
*
split-str: new count parameter.
Kaz Kylheku
2022-05-17
1
-1
/
+1
*
expander: new rule for macro-produced function calls
Kaz Kylheku
2022-05-12
1
-1
/
+6
*
load/@(load): use path_cat.
Kaz Kylheku
2022-04-25
1
-3
/
+1
*
New: load can search multiple directories.
Kaz Kylheku
2022-04-25
1
-3
/
+5
*
New function: isecp.
Kaz Kylheku
2022-03-30
1
-0
/
+1
*
New function: partition-if.
Kaz Kylheku
2022-02-23
1
-0
/
+1
*
New functions: find-max-key and find-min-key.
Kaz Kylheku
2022-02-21
1
-0
/
+2
*
lisplib: rename to autoload.
Kaz Kylheku
2022-02-18
1
-2
/
+2
*
lisplib: rename lisplib funtions to autoload prefix.
Kaz Kylheku
2022-02-18
1
-18
/
+18
[next]