diff options
| author | 2025-04-18 18:20:27 -0700 | |
|---|---|---|
| committer | 2025-04-18 18:20:27 -0700 | |
| commit | f2eaa5dee82dcc05a1f22d092dbd3c00c174daec (patch) | |
| tree | e51056e02853a798706afaa3b793941eb1225562 /CHANGELOG.md | |
| parent | Use win32 DuplicatHandle instead of _dup (diff) | |
Remove ev/to-stream.
The function has more problems than initially expected, both on Posix
systems and on Windows. Given all the caveats, it is probably best not
to include. Any function that can obtain files can use os/open instead.
The standard FILE objects also will not work anyway, and different
operating systems have different work arounds.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8572e550..d55b9d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? -- Add `ev/to-stream` - Make `ffi/write` append to a buffer instead of insert at 0 by default. - Add `os/getpid` to get the current process id. - Add `:out` option to `os/spawn` to be able to redirect stderr to stdout with pipes. |
