Date: Sun, 11 Aug 1996 11:09:27 +0200 (IST) From: Eli Zaretskii To: Daisuke Aoyama Cc: djgpp-workers AT delorie DOT com Subject: Re: problems In-Reply-To: <199608091810.DAA02220@mars.st.rim.or.jp> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 10 Aug 1996, Daisuke Aoyama wrote: > I found two problems. One of them is dup and dup2 functions don't grow up > file handle table. So we cannot use it over 20 handles. Seems like a bug to me. Could you submit a patch to fix this? Thanks. > The other is echo.exe cannot reject unknown options. I typed `echo.exe -h' > then it was running without stopping. Where does this make any trouble? AFAIK, `echo' just treats anything on the command line as an argument to print, doesn't it?