Date: Wed, 21 Aug 1996 20:56:38 -0400 From: dj (DJ Delorie) Message-Id: <199608220056.UAA10375@delorie.com> To: jack AT st DOT rim DOT or DOT jp CC: djgpp-workers AT delorie DOT com In-reply-to: <199608211637.BAA26832@mars.st.rim.or.jp> (message from =?ISO-2022-JP?B?GyRCQEQ7M0JnMnAbKEI=?= /Daisuke Aoyama on Thu, 22 Aug 1996 01:37:27 +0900) Subject: Re: CR/LF conversion > There is handling of smart CR/LF conversion and tiny filters. > These code are compatible but not yet complete. > You need to be compiled and replaced with djgpp's object in libc.a What advantage do these have over the existing versions? It seems to be a lot of extra complexity for what should be a trivial function. Also, djgpp already includes utod and dtou to do cr/lf conversions.