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
Commit message (
Expand
)
Author
Age
Files
Lines
*
c_str: don't allow symbols.
Kaz Kyheku
2020-01-31
3
-3
/
+15
*
open-files: add mode string argument.
Kaz Kyheku
2020-01-31
2
-7
/
+26
*
doc: remove-path copy-paste error.
Kaz Kyheku
2020-01-30
1
-1
/
+1
*
copy-file: detect directory before opening.
Kaz Kylheku
2020-01-30
1
-10
/
+13
*
New: file copy, recursive copy, recursive delete.
Kaz Kylheku
2020-01-29
3
-0
/
+511
*
New retry and skip exceptions under restart hierarchy.
Kaz Kyheku
2020-01-30
2
-1
/
+20
*
build: drop config.log in favor of reconfigure
Kaz Kyheku
2020-01-29
2
-12
/
+43
*
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
4
-0
/
+44
*
compiler: bug in catch: frame level mismatch.
Kaz Kylheku
2020-01-28
1
-2
/
+2
*
vm: more info in frame level mismatch.
Kaz Kylheku
2020-01-28
1
-1
/
+3
*
ftw: throw exception on failure.
Kaz Kyheku
2020-01-28
2
-11
/
+55
*
New function: rmdir.
Kaz Kylheku
2020-01-28
2
-0
/
+36
*
New functions: chown, lchown.
Kaz Kyheku
2020-01-28
3
-1
/
+141
*
ensure-dir: return nil when exists.
Kaz Kylheku
2020-01-27
2
-6
/
+12
*
ensure-dir: fail if exists and not dir.
Kaz Kylheku
2020-01-25
2
-21
/
+34
*
New function: mkfifo.
Kaz Kylheku
2020-01-23
3
-0
/
+73
*
mknod: third arg must be optional.
Kaz Kylheku
2020-01-23
1
-1
/
+1
*
New functions utimes, lutimes.
Kaz Kylheku
2020-01-21
3
-1
/
+326
*
New function: coded-length.
Kaz Kylheku
2020-01-18
4
-0
/
+25
*
ffi: fix broken char handling in undimensioned arrays.
Kaz Kylheku
2020-01-17
3
-36
/
+110
*
sysif: fix inappropriate use of w_ convention.
Kaz Kylheku
2020-01-15
3
-16
/
+15
*
fstat: take fd argument.
Kaz Kyheku
2020-01-15
2
-15
/
+14
*
with-resources: support multiple cleanup forms.
Kaz Kyheku
2020-01-15
2
-15
/
+36
*
chmod: work on streams and descriptors using fchmod.
Kaz Kyheku
2020-01-15
3
-12
/
+59
*
Version 231.
txr-231
Kaz Kylheku
2020-01-12
6
-917
/
+952
*
hash: bug: not hashing key of tree node.
Kaz Kylheku
2020-01-12
1
-1
/
+1
*
configure: don't try to remove phony target.
Kaz Kylheku
2020-01-10
1
-1
/
+0
*
build: deal with the mess of new Bison warnings.
Kaz Kylheku
2020-01-10
2
-1
/
+29
*
gc: obtain stack top using alloca.
Kaz Kylheku
2020-01-09
1
-10
/
+5
*
gc: consolidate top-of-stack and context handling.
Kaz Kylheku
2020-01-09
1
-8
/
+2
*
aarch64: gc: mark farther beyond apparent stack.
Kaz Kylheku
2020-01-09
1
-1
/
+1
*
gcc: disable annoying code quoting.
Kaz Kylheku
2020-01-08
1
-0
/
+27
*
tests: broken glob test cases crash under musl.
Kaz Kylheku
2020-01-08
3
-7
/
+21
*
config.h: double definition of FLO_MAX_DIG
Kaz Kylheku
2020-01-07
1
-0
/
+1
*
ffi: fix non-libffi build on big endian.
Kaz Kylheku
2020-01-06
1
-0
/
+1
*
builtin redefinition: better diagnostic message.
Kaz Kylheku
2020-01-06
1
-6
/
+10
*
sysif.h: remove dependency on off_t.
Kaz Kylheku
2020-01-01
2
-14
/
+6
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
121
-123
/
+123
*
doc: usage note for compile-update-file.
Kaz Kylheku
2019-12-23
1
-0
/
+16
*
doc: redocument keyword argument description.
Kaz Kylheku
2019-12-23
1
-15
/
+29
*
doc: spurious blank line under build macro.
Kaz Kylheku
2019-12-23
1
-1
/
+0
*
New function: compile-update-file.
Kaz Kylheku
2019-12-22
3
-59
/
+107
*
Version 230.
txr-230
Kaz Kylheku
2019-12-20
4
-5
/
+24
*
config: improve check for PIE-disabling flags.
Kaz Kylheku
2019-12-19
1
-2
/
+2
*
configure: better check for missing make.
Kaz Kylheku
2019-12-19
1
-2
/
+2
*
configure: disable building as PIE.
Kaz Kylheku
2019-12-18
1
-0
/
+25
*
Move jmp-related stuff from signal.h to unwind.h.
Kaz Kylheku
2019-12-17
3
-170
/
+177
*
bugfix: crash in extended_setjmp due to PIE.
Kaz Kylheku
2019-12-17
3
-55
/
+52
*
ffi: bug: zchar not handled in array out semantics.
Kaz Kylheku
2019-12-16
1
-0
/
+1
[next]