[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2239 - in glibc-package/branches/glibc-2.6/debian: . patches patches/any



Author: schizo
Date: 2007-05-19 23:48:26 +0000 (Sat, 19 May 2007)
New Revision: 2239

Removed:
   glibc-package/branches/glibc-2.6/debian/patches/any/cvs-scanf_hexfloat.diff
Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
   - Remove any/cvs-scanf_hexfloat.diff (obsolete).


Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-19 23:46:48 UTC (rev 2238)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-19 23:48:26 UTC (rev 2239)
@@ -37,7 +37,7 @@
    - Disable any/submitted-strfry.diff (broken).
    - Disable any/submitted-unistd_XOPEN_VERSION.diff (broken).
    - Remove any/cvs-glob-c.diff (obsolete).
-   - Disable any/cvs-scanf_hexfloat.diff (broken).
+   - Remove any/cvs-scanf_hexfloat.diff (obsolete).
   * debian/sysdeps/depflags.pl: Clean out relationships for packages
     that do not exist in sarge or later.
   * debian/debhelper.in/libc.install: do not hardcode the glibc

Deleted: glibc-package/branches/glibc-2.6/debian/patches/any/cvs-scanf_hexfloat.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/any/cvs-scanf_hexfloat.diff	2007-05-19 23:46:48 UTC (rev 2238)
+++ glibc-package/branches/glibc-2.6/debian/patches/any/cvs-scanf_hexfloat.diff	2007-05-19 23:48:26 UTC (rev 2239)
@@ -1,35 +0,0 @@
-Index: glibc-2.5/stdio-common/tstscanf.c
-===================================================================
---- glibc-2.5.orig/stdio-common/tstscanf.c
-+++ glibc-2.5/stdio-common/tstscanf.c
-@@ -1,4 +1,4 @@
--/* Copyright (C) 1991,92,96,97,98,99,2000,2001 Free Software Foundation, Inc.
-+/* Copyright (C) 1991,92,1996-2001,2007 Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-    The GNU C Library is free software; you can redistribute it and/or
-@@ -272,7 +272,7 @@
-     res = sscanf ("0x1234", "%lf", &d);
-     printf ("res = %d, d = %f\n", res, d);
- 
--    if (res != 0 || d != 123456.789)
-+    if (res != 1 || d != 4660)
-       {
- 	fputs ("test failed!\n", stdout);
- 	result = 1;
-Index: glibc-2.5/stdio-common/vfscanf.c
-===================================================================
---- glibc-2.5.orig/stdio-common/vfscanf.c
-+++ glibc-2.5/stdio-common/vfscanf.c
-@@ -1888,9 +1888,9 @@
- 
- 	  /* Have we read any character?  If we try to read a number
- 	     in hexadecimal notation and we have read only the `0x'
--	     prefix or no exponent this is an error.  */
-+  	     prefix this is an error.  */
- 	  if (__builtin_expect (wpsize == 0
--				|| (is_hexa && (wpsize == 2 || ! got_e)), 0))
-+				|| (is_hexa && wpsize == 2), 0))
- 	    conv_error ();
- 
- 	scan_float:

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-19 23:46:48 UTC (rev 2238)
+++ glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-19 23:48:26 UTC (rev 2239)
@@ -133,5 +133,4 @@
 #any/submitted-iconv-colon.diff -p0
 #any/submitted-strfry.diff -p0
 #any/submitted-unistd_XOPEN_VERSION.diff
-#any/cvs-scanf_hexfloat.diff
 any/local-disable-nscd-host-caching.diff



Reply to: