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>
2017-12-22 16:37:14 +00:00
2017-08-08 21:10:21 +00:00
2017-11-18 12:01:53 +00:00
2017-11-20 02:32:32 +00:00
2017-08-07 23:25:09 +00:00
2015-11-29 17:05:02 +00:00
2017-10-15 20:21:51 +00:00
2015-12-12 21:08:44 +00:00
2015-11-29 17:05:02 +00:00
2017-05-05 22:53:32 +00:00
2017-05-05 22:53:32 +00:00
Description
MirBSD Korn Shell for Jehanne
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%