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
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
cygwin: build fixes.
Kaz Kylheku
2020-08-07
1
-1
/
+1
*
Change noreturn to NORETURN.
Kaz Kylheku
2020-08-07
1
-17
/
+17
*
Expose low-level opendir/readdir dir traversal.
Kaz Kylheku
2020-07-08
1
-9
/
+1
*
c_num: now takes self argument.
Kaz Kylheku
2020-06-29
1
-60
/
+69
*
Replace all strerror calls with wrapper.
Kaz Kylheku
2020-06-20
1
-18
/
+16
*
streams: maintain integer format string detector.
Kaz Kylheku
2020-05-30
1
-14
/
+28
*
Reduce footprint of :fd property.
Kaz Kylheku
2020-04-25
1
-8
/
+5
*
Remove unnecessary #include directives.
Kaz Kylheku
2020-04-22
1
-3
/
+0
*
arith: move c_unum and unum declaration into lib.h
Kaz Kylheku
2020-04-22
1
-1
/
+0
*
parser: batched read operation for speed.
Kaz Kylheku
2020-04-22
1
-0
/
+8
*
streams: put_buf and fill_buf become lower-level.
Kaz Kylheku
2020-04-22
1
-40
/
+42
*
New function: get-line-as-buf
Kaz Kylheku
2020-04-19
1
-0
/
+30
*
open-file: fix broken append mode.
Kaz Kylheku
2020-04-17
1
-0
/
+2
*
open-file: allow async signals.
Kaz Kylheku
2020-04-16
1
-14
/
+20
*
New "n" open file mode option: nonblocking.
Kaz Kylheku
2020-04-15
1
-5
/
+12
*
streams: bugfix: "m" mode: use 0666 in open.
Kaz Kylheku
2020-04-15
1
-1
/
+1
*
streams: fix reversed order of items in error diagnostic.
Kaz Kylheku
2020-04-13
1
-2
/
+2
*
warning cleanup: signed/unsigned in ternaries.
Kaz Kylheku
2020-04-05
1
-1
/
+1
*
warning cleanup: add casts for unused parameters.
Kaz Kylheku
2020-04-05
1
-0
/
+36
*
open-process: fix regression.
Kaz Kylheku
2020-03-24
1
-1
/
+1
*
internals: rename misnamed curry_* functions.
Kaz Kyheku
2020-03-17
1
-4
/
+4
*
cygwin: use spawnvp for run and sh.
Kaz Kylheku
2020-02-17
1
-46
/
+81
*
open-file: fix diagnostic referring to "o" mode.
Kaz Kyheku
2020-02-12
1
-1
/
+1
*
New "m" file open mode: non-truncating "w".
Kaz Kylheku
2020-02-07
1
-3
/
+32
*
fill-buf/fill-buf-adjust: incorrect return value.
Kaz Kyheku
2020-02-05
1
-2
/
+2
*
open-files: add mode string argument.
Kaz Kyheku
2020-01-31
1
-4
/
+12
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
open-process: new variant, open-subprocess.
Kaz Kylheku
2019-11-07
1
-14
/
+37
*
open-process: I/O redirection feature.
Kaz Kylheku
2019-11-06
1
-0
/
+81
*
open-process: close-on-exec bugfix.
Kaz Kylheku
2019-11-06
1
-2
/
+2
*
All HAVE_* macros should be tested with #if, not #ifdef.
Kaz Kylheku
2019-09-12
1
-2
/
+2
*
base-name: optionally remove suffix.
Kaz Kylheku
2019-08-09
1
-3
/
+7
*
sha256: recycle I/O buffer used in stream hash.
Kaz Kylheku
2019-07-04
1
-0
/
+27
*
Expose make-byte-input-stream.
Kaz Kylheku
2019-07-04
1
-0
/
+1
*
base64: integrate with buffers.
Kaz Kylheku
2019-06-21
1
-0
/
+17
*
streams: use ~s and ~a properly in errors.
Kaz Kylheku
2019-06-21
1
-27
/
+27
*
lib: more nuanced file access errors.
Kaz Kylheku
2019-05-01
1
-21
/
+37
*
Support max length and depth for object printing.
Kaz Kylheku
2019-04-18
1
-4
/
+27
*
streams: force-off indent mode.
Kaz Kylheku
2019-04-16
1
-6
/
+24
*
fill-buf-adjust: new function.
Kaz Kylheku
2019-02-16
1
-0
/
+15
*
streams: use Boolean return value for stdio_fseek.
Kaz Kylheku
2019-01-25
1
-1
/
+1
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Eliminate various unneeded header inclusions.
Kaz Kylheku
2018-12-12
1
-1
/
+0
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+1
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-53
/
+112
*
Fix wrong uses of ~s for function name string.
Kaz Kylheku
2018-11-07
1
-3
/
+3
*
math: improve error diagnosis.
Kaz Kylheku
2018-11-07
1
-1
/
+1
*
repl: bugfix: slow paste into terminal window.
Kaz Kylheku
2018-11-01
1
-1
/
+3
[next]