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
*
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
*
lisplib: split lisplib_try_load into namespaces.
Kaz Kylheku
2022-02-18
1
-18
/
+18
*
macro-time: special op becomes a macro.
Kaz Kylheku
2022-02-12
1
-10
/
+15
*
Use null_string throughout code base.
Kaz Kylheku
2022-02-05
1
-1
/
+1
*
New function: copy-cptr.
Kaz Kylheku
2022-01-28
1
-0
/
+1
*
Remove numerous unused global functions.
Kaz Kylheku
2022-01-23
1
-6
/
+0
*
lib: new functions nand, nor, nandf and norf.
Paul A. Patience
2022-01-22
1
-0
/
+28
*
quasiquote: make new @,expr work in dot position.
Kaz Kylheku
2022-01-18
1
-7
/
+14
*
quasiquote: support @,expr hack.
Kaz Kylheku
2022-01-18
1
-0
/
+13
*
New function: match-fboundp.
Kaz Kylheku
2022-01-17
1
-0
/
+1
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
Casts have crept into the code not wrapped by macros.
Kaz Kylheku
2022-01-06
1
-2
/
+2
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
1
-2
/
+4
*
eval: fix optional parameter bug from 2014.
Kaz Kylheku
2021-12-23
1
-4
/
+3
*
The pairlis function comes to TXR Lisp.
Kaz Kylheku
2021-12-22
1
-0
/
+1
*
New functions: subq, subql, subqual and subst.
Kaz Kylheku
2021-12-22
1
-0
/
+4
*
maprodo: bugfix: spurious return value.
Kaz Kylheku
2021-12-20
1
-9
/
+7
*
case macros: bug in singleton key optimization.
Kaz Kylheku
2021-12-08
1
-1
/
+1
*
rot, nrot: new functions.
Kaz Kylheku
2021-12-07
1
-0
/
+2
*
tuples*: new function.
Kaz Kylheku
2021-12-04
1
-0
/
+1
*
eval: fix single-list-argument case in maprodo.
Paul A. Patience
2021-09-17
1
-1
/
+1
*
exceptions: hack to store errno in string object.
Kaz Kylheku
2021-09-07
1
-0
/
+2
*
string-finish: new function.
Kaz Kylheku
2021-09-07
1
-0
/
+1
*
string-extend: third optional argument.
Kaz Kylheku
2021-09-07
1
-1
/
+1
*
load: scope change for load hooks.
Kaz Kylheku
2021-09-03
1
-1
/
+4
*
lookup_var: don't pass dyn_env explicitly.
Kaz Kylheku
2021-09-03
1
-3
/
+3
*
load: new macros push-after-load and pop-after-load.
Kaz Kylheku
2021-09-03
1
-0
/
+23
*
New function: delcons.
Kaz Kylheku
2021-09-02
1
-0
/
+1
*
load: new *load-hooks* feature.
Kaz Kylheku
2021-09-02
1
-2
/
+25
*
ecase: diagnose bad syntax.
Kaz Kylheku
2021-08-21
1
-0
/
+4
*
New ecase macros.
Kaz Kylheku
2021-08-18
1
-1
/
+38
*
eval: de-duplicate built-in macro definitions.
Kaz Kylheku
2021-08-18
1
-19
/
+26
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
lazy-stream-cons: control close throwing behavior.
Kaz Kylheku
2021-08-07
1
-2
/
+2
*
gc: problem in environment-copying functions.
Kaz Kylheku
2021-07-29
1
-7
/
+12
*
places: remove unnecessary zap_s variable.
Paul A. Patience
2021-07-27
1
-2
/
+1
*
hash: change make_hash interface.
Kaz Kylheku
2021-07-22
1
-20
/
+13
*
hash: support both semantics of weak keys + values.
Kaz Kylheku
2021-07-21
1
-15
/
+13
*
compat: fix glaringly broken init-time handling.
Kaz Kylheku
2021-07-21
1
-22
/
+30
*
parse/eval: use weak-both hash tables.
Kaz Kylheku
2021-07-20
1
-6
/
+15
*
lib: new function separate.
Paul A. Patience
2021-07-09
1
-0
/
+1
*
defstruct: diagnose built-in type being redefined.
Kaz Kylheku
2021-07-09
1
-0
/
+1
[next]