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
...
*
Add mode-opt to all I/O convenience functions.
Kaz Kylheku
2022-06-29
2
-33
/
+33
*
file-get-lines: missing mode-opt parameter.
Kaz Kylheku
2022-06-29
1
-2
/
+2
*
close-stream: process wait cleanup.
Kaz Kylheku
2022-06-24
1
-18
/
+6
*
doc: document pid argument of open-fileno.
Kaz Kylheku
2022-06-24
1
-2
/
+37
*
More HAVE_FORK_STUFF cleanup.
Kaz Kylheku
2022-06-24
1
-3
/
+3
*
streams: remove old code for popen on MingGW.
Kaz Kylheku
2022-06-21
4
-174
/
+8
*
bugfix: missing gzip support in open-command.
Kaz Kylheku
2022-06-21
6
-55
/
+118
*
configure: remove unused android_target
Kaz Kylheku
2022-06-21
1
-2
/
+0
*
for/for*: stricter syntax check.
Kaz Kylheku
2022-06-13
3
-18
/
+19
*
New function: str
Kaz Kylheku
2022-06-12
6
-40
/
+136
*
optimizer: fix live set being unexpectedly nil.
Kaz Kylheku
2022-06-09
1
-2
/
+2
*
optimizer: remove root slot from basic-block.
Kaz Kylheku
2022-06-09
1
-6
/
+3
*
listener: bugfix: handle warnings around linenoise.
Kaz Kylheku
2022-06-08
1
-0
/
+4
*
string-out-stream: gc issue.
Kaz Kylheku
2022-06-06
1
-3
/
+4
*
txr: fix --free-all crash due to atexit order.
Kaz Kylheku
2022-06-05
3
-14
/
+15
*
doc: missing word in tree-insert section.
Kaz Kylheku
2022-06-01
1
-0
/
+1
*
build: fix broken build when we don't HAVE_ZLIB.
Kaz Kylheku
2022-05-31
2
-0
/
+21
*
streams: use ~a for self string.
Kaz Kylheku
2022-05-31
1
-3
/
+3
*
Version 277.
txr-277
Kaz Kylheku
2022-05-31
6
-1123
/
+1158
*
crc32: name clash with Zlib on Android.
Kaz Kylheku
2022-05-31
2
-3
/
+2
*
windows: bundle Zlib in installer.
Kaz Kylheku
2022-05-31
1
-0
/
+1
*
cygwin: bug: sh always uses cmd.exe.
Kaz Kylheku
2022-05-31
2
-18
/
+7
*
gzio: unused variable warning.
Kaz Kylheku
2022-05-31
1
-1
/
+0
*
gzio: fix multiple definition of gzio_stream_s.
Kaz Kylheku
2022-05-31
2
-1
/
+3
*
buf: compression tests.
Kaz Kylheku
2022-05-30
3
-3
/
+22
*
gzio: some tests.
Kaz Kylheku
2022-05-30
1
-0
/
+53
*
New: spln and tokn functions.
Kaz Kylheku
2022-05-30
6
-2
/
+78
*
tok-str: takes count argument.
Kaz Kylheku
2022-05-28
5
-10
/
+52
*
gzio: remove unused variables.
Kaz Kylheku
2022-05-28
1
-2
/
+0
*
buf: compression and decompression functions.
Kaz Kylheku
2022-05-28
3
-0
/
+119
*
buf: remove stray utf8 declaration.
Kaz Kylheku
2022-05-28
1
-2
/
+0
*
tags: rename to avoid name clash.
Kaz Kylheku
2022-05-27
2
-1
/
+1
*
streams: remove workaround for older Cygwin bug.
Kaz Kylheku
2022-05-27
1
-7
/
+0
*
doc: .tlo.gz suffix.
Kaz Kylheku
2022-05-27
1
-9
/
+36
*
load: support .tlo.gz files.
Kaz Kylheku
2022-05-27
1
-9
/
+38
*
gc: bug: fix compilation if HAVE_VALGRIND.
Kaz Kylheku
2022-05-27
1
-1
/
+2
*
gzio: include type in printed representation of stream.
Kaz Kylheku
2022-05-27
1
-2
/
+16
*
gzio: bugfix: just return descr for :name property.
Kaz Kylheku
2022-05-27
1
-1
/
+1
*
doc: document gzip file mode.
Kaz Kylheku
2022-05-27
1
-1
/
+44
*
gzio: support :byte-oriented prop.
Kaz Kylheku
2022-05-27
1
-2
/
+10
*
gzio: remove real-time-mode flag.
Kaz Kylheku
2022-05-27
1
-2
/
+0
*
I/O convenience functions get mode-opt argument.
Kaz Kylheku
2022-05-27
2
-56
/
+136
*
open-fileno: support "z" flag for gzip.
Kaz Kylheku
2022-05-26
1
-12
/
+27
*
gzio: support more modes in open-file.
Kaz Kylheku
2022-05-26
4
-3
/
+49
*
First cut at new feature: gzip streams.
Kaz Kylheku
2022-05-26
6
-9
/
+631
*
open-file: show function name in bad modes diagnostic.
Kaz Kylheku
2022-05-26
1
-1
/
+2
*
stream-set-prop: return t on successful :name set.
Kaz Kylheku
2022-05-26
1
-0
/
+1
*
streams: avoid double access to errno.
Kaz Kylheku
2022-05-26
1
-2
/
+3
*
configure: don't exit on no mmap.
Kaz Kylheku
2022-05-26
1
-2
/
+0
*
tests: fix failing load-search test.
Kaz Kylheku
2022-05-26
1
-1
/
+2
[prev]
[next]