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 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
*
New function: path-dir-empty.
Kaz Kylheku
2019-12-09
1
-0
/
+1
*
getopts: new define-option-struct macro.
Kaz Kylheku
2019-11-29
1
-1
/
+1
*
New macro: ldo.
Kaz Kylheku
2019-10-23
1
-1
/
+1
*
tree: node set functions and syntactic places.
Kaz Kylheku
2019-10-16
1
-0
/
+1
*
list-builder: dequeue capabilities with del/del* operators.
Kaz Kylheku
2019-08-17
1
-2
/
+4
*
autoload: bugfix: wire in forgotten test-set and others.
Kaz Kylheku
2019-08-13
1
-0
/
+2
*
sub-list, sub-vec, sub-str: becoming accessors.
Kaz Kylheku
2019-06-17
1
-1
/
+1
*
buffers: sub-buf becomes accessor.
Kaz Kylheku
2019-06-17
1
-1
/
+1
*
oop: new new* and lnew* macros.
Kaz Kylheku
2019-05-15
1
-0
/
+1
*
debugger: initial backtrace support.
Kaz Kylheku
2019-04-16
1
-2
/
+22
*
New catch** macro.
Kaz Kylheku
2019-04-10
1
-1
/
+1
*
debug support: crude debugger removed.
Kaz Kylheku
2019-04-09
1
-2
/
+2
*
structs: fix missing lnew operator.
Kaz Kylheku
2019-03-08
1
-2
/
+2
*
New macro: defset.
Kaz Kylheku
2019-03-06
1
-0
/
+18
*
bugfix: :key param expander -- symbol.
Kaz Kylheku
2019-02-25
1
-0
/
+5
*
save-exe: new function.
Kaz Kylheku
2019-02-17
1
-0
/
+20
*
bugfix: deffi-cb-unsafe not autoloaded.
Kaz Kylheku
2019-02-06
1
-0
/
+1
[next]