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
/
lisplib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
new feature: defstruct clause macros.
Kaz Kylheku
2021-12-22
1
-1
/
+2
*
places: new accessor read-once.
Kaz Kylheku
2021-10-26
1
-2
/
+2
*
New path-equal function.
Kaz Kylheku
2021-10-10
1
-0
/
+1
*
path-search: rewrite in C with saner semantics.
Kaz Kylheku
2021-09-25
1
-1
/
+1
*
New variants of each operator for sum and product.
Kaz Kylheku
2021-09-23
1
-0
/
+20
*
defset: add set-mask and clear-mask.
Paul A. Patience
2021-09-14
1
-0
/
+1
*
ffi, sockets: add sock-opt and sock-set-opt.
Paul A. Patience
2021-09-12
1
-0
/
+1
*
matcher: rename error-throwing macros.
Kaz Kylheku
2021-08-19
1
-2
/
+2
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
matcher: new must-match and must-match-case macros.
Kaz Kylheku
2021-08-13
1
-2
/
+3
*
hash: change make_hash interface.
Kaz Kylheku
2021-07-22
1
-1
/
+1
*
autoload: missing lambda-excess-apply-list symbol.
Kaz Kylheku
2021-07-04
1
-2
/
+2
*
getopts: autoload: opt-error not interned.
Kaz Kylheku
2021-06-30
1
-1
/
+1
*
New function: path-search.
Kaz Kylheku
2021-06-29
1
-1
/
+1
*
constantp: fully expand; recognize functions.
Kaz Kylheku
2021-06-28
1
-0
/
+18
*
matcher: new looping macros.
Kaz Kylheku
2021-06-24
1
-0
/
+1
*
New macro: flow.
Kaz Kylheku
2021-06-16
1
-1
/
+1
*
New macro: pic.
Kaz Kylheku
2021-06-10
1
-0
/
+18
*
ffi: new macros deffi-struct and deffi-union.
Kaz Kylheku
2021-06-08
1
-1
/
+2
*
json: convenience I/O routines.
Kaz Kylheku
2021-05-30
1
-0
/
+5
*
matcher: new "each-match family" of macros.
Kaz Kylheku
2021-05-04
1
-0
/
+3
*
New function: rel-path.
Kaz Kylheku
2021-05-03
1
-1
/
+1
*
matcher: first pattern macro, sme.
Kaz Kylheku
2021-04-19
1
-1
/
+1
*
matcher: new @(scan) operator.
Kaz Kylheku
2021-04-18
1
-1
/
+1
*
matcher: allow user-defined patterns via defmatch
Kaz Kylheku
2021-04-17
1
-1
/
+2
*
lib: new function for documentation lookup.
Kaz Kylheku
2021-04-03
1
-0
/
+18
*
compiler: optimization control.
Kaz Kylheku
2021-03-08
1
-0
/
+1
*
matcher: add :match parameter macro.
Kaz Kylheku
2021-02-04
1
-0
/
+6
*
matcher: new @(with) operator.
Kaz Kylheku
2021-02-01
1
-1
/
+1
*
matcher: rename @(let) to @(as).
Kaz Kylheku
2021-02-01
1
-1
/
+1
*
place: bug: call-delete-expander not in usr package.
Kaz Kylheku
2021-01-23
1
-1
/
+1
*
matcher: add lambda-match and defun-match
Kaz Kylheku
2021-01-16
1
-0
/
+1
*
matcher: add if-match and match-case.
Kaz Kylheku
2021-01-15
1
-1
/
+1
*
matcher: fix semantics of empty @(all ...) match.
Kaz Kylheku
2021-01-15
1
-0
/
+6
*
new: structural pattern matching.
Kaz Kylheku
2021-01-14
1
-0
/
+18
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
awk: bugfix: fconv symbols not in usr package.
Kaz Kylheku
2020-12-29
1
-1
/
+4
*
New: quip function for random humor.
Kaz Kylheku
2020-10-04
1
-0
/
+18
*
New inaddr-str and in6addr-str functions.
Kaz Kylheku
2020-07-24
1
-1
/
+2
*
New producting each operator family.
Kaz Kylheku
2020-06-28
1
-0
/
+18
*
Replace trivial format(nil, ...) with simpler ops.
Kaz Kylheku
2020-05-30
1
-34
/
+34
*
Remove unnecessary #include directives.
Kaz Kylheku
2020-04-22
1
-1
/
+0
*
New function: touch.
Kaz Kylheku
2020-04-15
1
-1
/
+1
*
sockets: missing shut-rd, shut-wr, shut-rdwr.
Kaz Kylheku
2020-04-13
1
-0
/
+1
*
getopts: new feature: cumulative options.
Kaz Kyheku
2020-03-06
1
-1
/
+1
*
file-put-buf: new argument; also, new file-place-buf
Kaz Kylheku
2020-02-07
1
-1
/
+2
*
New functions chmod-rec and chown-rec.
Kaz Kylheku
2020-01-31
1
-0
/
+1
*
New: file copy, recursive copy, recursive delete.
Kaz Kylheku
2020-01-29
1
-0
/
+20
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
New function: compile-update-file.
Kaz Kylheku
2019-12-22
1
-1
/
+2
[next]