tg
d93bd77f28
Set stdin to text mode before executing child processes
Normal OS/2 programs expect that standard IOs, especially stdin, are opened in text mode at the startup. By the way, on OS/2 kLIBC child processes inherit a translation mode of a parent process. As a result, if stdin is set to binary mode in a parent process, stdin of child processes is opened in binary mode as well at the startup. In this case, some programs such as sed suffer from CR. This is the regression fix of commit 20dbf6. From: KO Myung-Hun <komh@chollian.net>
Description
MirBSD Korn Shell for Jehanne
Languages
C
57.6%
Shell
26%
Roff
13.3%
Perl
2.6%
Makefile
0.5%