OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jul-2004 16:33:55
Branch: OPENPKG_2_1_SOLID Handle: 2004070715335400
Modified files: (Branch: OPENPKG_2_1_SOLID)
openpkg-src/sed sed.patch
Log:
MFC: repair defective iteration and compare logic while testing for
grep(1) and egrep(1)
Summary:
Revision Changes Path
1.1.4.1 +19 -0 openpkg-src/sed/sed.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sed/sed.patch
============================================================================
$ cvs diff -u -r1.1 -r1.1.4.1 sed.patch
--- openpkg-src/sed/sed.patch 23 Oct 2003 20:20:38 -0000 1.1
+++ openpkg-src/sed/sed.patch 7 Jul 2004 14:33:54 -0000 1.1.4.1
@@ -9,3 +9,22 @@
/* Read up to (and including) a '\n' from STREAM into *LINEPTR
(and null-terminate it). *LINEPTR is a pointer returned from malloc (or
+Index: configure
+--- configure.orig 2004-07-06 09:19:36 +0200
++++ configure 2004-07-07 16:08:59 +0200
+@@ -3467,6 +3467,7 @@
+
+
+ ac_count=0
++ ac_max=0
+ echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
+ while :
+ do
+@@ -3567,6 +3568,7 @@
+
+
+ ac_count=0
++ ac_max=0
+ echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
+ while :
+ do
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]