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
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
json: new special var *print-json-type*.
Kaz Kylheku
2024-07-12
1
-1
/
+2
*
open-process: new ?fdno option for selecting stream fd.
Kaz Kylheku
2024-06-26
1
-4
/
+20
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
1
-12
/
+24
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
lib: review cobj calls for gc incorrectness and fix.
Kaz Kylheku
2024-01-06
1
-2
/
+3
*
cygwin: run, sh: mangle termination status word.
Kaz Kylheku
2023-12-28
1
-0
/
+10
*
sh-esc: clean up mess I made.
Kaz Kylheku
2023-11-25
1
-8
/
+39
*
New T mode for open-file.
Kaz Kylheku
2023-09-23
1
-0
/
+13
*
Use vargs typedef instead of struct args *.
Kaz Kylheku
2023-09-05
1
-4
/
+4
*
New functions for shell escaping.
Kaz Kylheku
2023-09-01
1
-0
/
+24
*
close-stream: new : protocol from close method.
Kaz Kylheku
2023-08-07
1
-3
/
+10
*
streams: a few close funtions should return t.
Kaz Kylheku
2023-08-07
1
-0
/
+2
*
streams: close-stream only caches non-nil result.
Kaz Kylheku
2023-08-07
1
-3
/
+3
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
streams: fixes in few type error diagnostics.
Kaz Kylheku
2022-11-21
1
-5
/
+7
*
args: don't use alloca for const size cases.
Kaz Kylheku
2022-10-15
1
-1
/
+1
*
json: support standard-style formatting.
Kaz Kylheku
2022-10-11
1
-0
/
+4
*
streams: new function inc-indent-abs.
Kaz Kylheku
2022-10-11
1
-0
/
+13
*
Implement NaN boxing.
Kaz Kylheku
2022-09-13
1
-1
/
+1
*
close-stream: process wait cleanup.
Kaz Kylheku
2022-06-24
1
-18
/
+6
*
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
1
-156
/
+8
*
bugfix: missing gzip support in open-command.
Kaz Kylheku
2022-06-21
1
-52
/
+74
*
string-out-stream: gc issue.
Kaz Kylheku
2022-06-06
1
-3
/
+4
*
build: fix broken build when we don't HAVE_ZLIB.
Kaz Kylheku
2022-05-31
1
-0
/
+2
*
streams: use ~a for self string.
Kaz Kylheku
2022-05-31
1
-3
/
+3
*
cygwin: bug: sh always uses cmd.exe.
Kaz Kylheku
2022-05-31
1
-9
/
+4
*
streams: remove workaround for older Cygwin bug.
Kaz Kylheku
2022-05-27
1
-7
/
+0
*
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
1
-3
/
+11
*
First cut at new feature: gzip streams.
Kaz Kylheku
2022-05-26
1
-6
/
+53
*
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
*
New function: trim-path-seps
Kaz Kylheku
2022-05-20
1
-0
/
+19
*
subprocesses: don't unnecessarily flush *stdout*.
Kaz Kylheku
2022-04-24
1
-2
/
+4
*
subprocesses: flush *stdout*.
Kaz Kylheku
2022-04-23
1
-0
/
+8
*
Use null_string throughout code base.
Kaz Kylheku
2022-02-05
1
-1
/
+1
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
Casts have crept into the code not wrapped by macros.
Kaz Kylheku
2022-01-06
1
-3
/
+3
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
1
-2
/
+2
*
cygwin: environment-related fixes.
Kaz Kylheku
2021-10-05
1
-2
/
+2
*
New variable: *child-env*.
Kaz Kylheku
2021-09-26
1
-3
/
+20
*
path-search: rewrite in C with saner semantics.
Kaz Kylheku
2021-09-25
1
-2
/
+30
*
exceptions: hack to store errno in string object.
Kaz Kylheku
2021-09-07
1
-47
/
+47
*
open-file: improvement: "a" mode sets create flag.
Kaz Kylheku
2021-08-29
1
-2
/
+2
*
open-file: add mode option "x".
Paul A. Patience
2021-08-29
1
-1
/
+11
*
open-file: fix broken file-creation modes.
Paul A. Patience
2021-08-29
1
-2
/
+3
*
open-file: fix broken "+" mode string.
Paul A. Patience
2021-08-28
1
-2
/
+1
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
[next]