X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU Sed 4.2 uploaded. Date: Sat, 11 Jul 2009 00:32:04 -0700 (PDT) Organization: http://groups.google.com Lines: 42 Message-ID: <2ebe0f9b-17d8-4f6b-af78-d9468d0dab77@26g2000yqk.googlegroups.com> References: <200906080112 DOT n581CI65027120 AT delorie DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1247297524 32397 127.0.0.1 (11 Jul 2009 07:32:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 11 Jul 2009 07:32:04 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: 26g2000yqk.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Jun 7, 5:25=A0pm, "Juan Manuel Guerrero" wrote: > > This is a port of GNU Sed 4.2 to MSDOS/DJGPP. > > =A0 Send suggestions and bug reports concerning the DJGPP port > =A0 to comp.os.msdos.djgpp or . I'm not sure this is technically a bug since it seems to still work as expected, but I'm mentioning it anyways just FYI. It doesn't do this (complain) on Windows at all. ------------------------------------------------------------------ [ FreeDOS ] Sat 07/11/2009>cat tony.txt hello world [ FreeDOS ] Sat 07/11/2009>d:\utils\sed -i "s/hello/goodbye/" tony.txt d:/utils/sed.exe: preserving permissions for `./seaaaaaa': Function not implemen ted (ENOSYS) [ FreeDOS ] Sat 07/11/2009>cat tony.txt goodbye world =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [ DR-DOS ] Sat 7-11-2009>cat tony.txt hello world [ DR-DOS ] Sat 7-11-2009>sed -i "s/hello/GOODBYE/" tony.txt c:/utils/sed.exe: preserving permissions for `./seaaaaaa': Function not implemen ted (ENOSYS) [ DR-DOS ] Sat 7-11-2009>cat tony.txt GOODBYE world ------------------------------------------------------------------