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
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
progn, prog1, prog2: now also functions.
Kaz Kylheku
2021-01-01
1
-0
/
+19
*
New macro: prog2
Kaz Kylheku
2021-01-01
1
-1
/
+14
*
eval: use symbol vars for registering if, and or.
Kaz Kylheku
2021-01-01
1
-3
/
+3
*
shuffle/nshuffle: take optional random state argument.
Kaz Kylheku
2020-12-29
1
-2
/
+2
*
txr, eval: eliminate some func_n1 calls.
Kaz Kylheku
2020-12-10
1
-2
/
+2
*
mapcar: regression: not not converting to left type
Kaz Kylheku
2020-10-10
1
-1
/
+2
*
time: move time functions out of lib.c into time.c.
Kaz Kylheku
2020-10-07
1
-14
/
+0
*
tags: address small issue with tag lookup.
Kaz Kylheku
2020-09-01
1
-4
/
+4
*
New function: reject.
Kaz Kylheku
2020-09-01
1
-0
/
+1
*
txr: repeat ferrets out Lisp-embedded vars.
Kaz Kylheku
2020-08-17
1
-1
/
+1
*
Change noreturn to NORETURN.
Kaz Kylheku
2020-08-07
1
-3
/
+3
*
New sspl function.
Kaz Kylheku
2020-07-22
1
-0
/
+1
*
Support weak semantics in symbol packages.
Kaz Kylheku
2020-07-12
1
-2
/
+2
*
listener: new *-1, *-2 ... *-20 macros.
Kaz Kylheku
2020-07-11
1
-1
/
+1
*
New function: iterable.
Kaz Kylheku
2020-07-02
1
-0
/
+1
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-12
/
+16
*
New function: maprodo.
Kaz Kylheku
2020-06-28
1
-0
/
+12
*
New functions: list-seq, ved-seq and str-seq.
Kaz Kylheku
2020-06-28
1
-0
/
+3
*
each: fix (each ()) segfault.
Kaz Kylheku
2020-06-06
1
-4
/
+5
*
mapcar/maprod: fix stack overflow regression.
Kaz Kylheku
2020-06-05
1
-6
/
+5
*
mapping: rewrite loop using seq_info and args.
Kaz Kylheku
2020-06-04
1
-19
/
+27
*
mapcar, mappend, mapdo: merge implementations.
Kaz Kylheku
2020-06-04
1
-60
/
+20
*
maprod: bugfix: not reducing to mapcar.
Kaz Kylheku
2020-06-04
1
-5
/
+6
*
Convert mapping functions to new iterators.
Kaz Kylheku
2020-06-03
1
-57
/
+63
*
Convert each-family operators to use iter-begin.
Kaz Kylheku
2020-06-02
1
-10
/
+11
*
New style iteration functions.
Kaz Kylheku
2020-06-02
1
-0
/
+5
*
quasistrings: reduce consing.
Kaz Kylheku
2020-05-30
1
-5
/
+0
*
New assert macro.
Kaz Kylheku
2020-05-18
1
-0
/
+45
*
sort: prudently make it subject to compat value
Kaz Kylheku
2020-05-14
1
-2
/
+4
*
lib: sort becomes non-destructive; nsort introduced.
Kaz Kylheku
2020-05-13
1
-1
/
+3
*
symbol-function: bugfix: expand lambda expression.
Kaz Kylheku
2020-05-03
1
-1
/
+1
*
load: release warnings before throwing exception.
Kaz Kylheku
2020-04-14
1
-3
/
+4
*
bugfix: definitions must trigger autoload.
Kaz Kylheku
2020-04-13
1
-1
/
+6
*
exceptions: use uw_rthrow for non-error exceptions.
Kaz Kylheku
2020-04-07
1
-6
/
+6
*
warning cleanup: remove unused parameters.
Kaz Kylheku
2020-04-05
1
-4
/
+4
*
warning cleanup: add casts for unused parameters.
Kaz Kylheku
2020-04-05
1
-3
/
+25
*
New function: txr-parse.
Kaz Kylheku
2020-04-02
1
-0
/
+1
*
New contains function: near alias of search.
Kaz Kylheku
2020-03-23
1
-0
/
+1
*
apf and ipf: take arguments that are inserted.
Kaz Kylheku
2020-03-22
1
-7
/
+40
*
internals: rename misnamed curry_* functions.
Kaz Kyheku
2020-03-17
1
-9
/
+9
*
New function: assq and rassq.
Kaz Kyheku
2020-02-24
1
-0
/
+2
*
New functions: meq, meql and mequal.
Kaz Kylheku
2020-02-22
1
-0
/
+3
*
packages: no default argument in several functions.
Kaz Kyheku
2020-01-29
1
-3
/
+3
*
New function: merge-delete-package.
Kaz Kyheku
2020-01-29
1
-0
/
+1
*
New function: coded-length.
Kaz Kylheku
2020-01-18
1
-0
/
+1
*
builtin redefinition: better diagnostic message.
Kaz Kylheku
2020-01-06
1
-6
/
+10
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
eval: bugfix: expansion wrongly always in null env.
Kaz Kylheku
2019-11-18
1
-5
/
+34
*
lib: use stack-allocated hash iterators everywhere.
Kaz Kylheku
2019-11-01
1
-2
/
+5
[next]