1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Revert "Speed up 'read', fixing macOS hang"

This reverts commit ff385e5a89.
It broke Solaris and illumos. More testing is needed.
This commit is contained in:
Martijn Dekker 2020-08-19 04:10:55 +01:00
parent ff385e5a89
commit 569c1bb9c1
4 changed files with 232 additions and 40 deletions

5
NEWS
View file

@ -3,11 +3,6 @@ For full details, see the git log at: https://github.com/ksh93/ksh
Any uppercase BUG_* names are modernish shell bug IDs.
2020-08-18:
- Sped up the 'read' command on most systems by 15-25%. Fixed a hanging bug
on reading from a FIFO that could occur on macOS.
2020-08-17:
- 'command -p' incorrectly used the hash table entry (a.k.a. tracked alias)