[Bug ports/11494] bad FFSYNC definition for sparc (and hppa)

2010-04-13 Thread drepper at redhat dot com
-- What|Removed |Added AssignedTo|drepper at redhat dot com |roland at gnu dot org Component|libc|ports http://sourceware.org/bugzilla

[Bug libc/11459] ftw doesn't work like documented (may be a documentation bug)

2010-04-03 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2010-04-03 20:11 --- The man pages do not come with glibc and are in no way authoritative. You have to report this elsewhere. -- What|Removed |Added

[Bug localedata/9736] wrong frac_digits in el_CY and el_GR

2009-02-06 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-02-07 04:41 --- I checked in parts of the patch. You added some unrelated changes. -- What|Removed |Added

[Bug localedata/9732] dz_BT Dzongkha collation order

2009-02-06 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-02-07 04:52 --- There is no reason to keep the rules in the locale file. They should be added to iso14651_t1_common. -- What|Removed |Added

[Bug localedata/9730] sv_FI time format does not match fi_FI

2009-02-06 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-02-07 05:02 --- The patch is in cvs. -- What|Removed |Added Status|NEW

[Bug libc/9706] 32 bits uid/gid overflow

2009-01-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-01-09 04:27 --- I'm changing this only to align 32-bit and 4-bit platforms. Otherwise it is a sysadmin problem. -- What|Removed |Added

[Bug localedata/9705] Cyprus switched to Euro (one year ago)

2009-01-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-01-09 04:33 --- Patch is in cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug localedata/9701] Slovakia joined the Euro zone

2009-01-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-01-09 04:35 --- Patch is in cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug localedata/9704] Malta switched to Euro (One year ago)

2009-01-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-01-09 04:38 --- The patch is not complete. The currency sign position also has to be adjusted. Patch is in cvs. -- What|Removed |Added

[Bug ports/5216] glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE

2008-12-15 Thread drepper at redhat dot com
-- What|Removed |Added CC|drepper at redhat dot com | http://sourceware.org/bugzilla/show_bug.cgi?id=5216 --- You are receiving this mail because

[Bug ports/5216] glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE

2008-11-26 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-11-26 23:27 --- Alpha is not in the main tree anymore since we have no maintainer. Somebody has to step up and volunteer to be the maintainer of the alpha ports tree or nothing will happen. -- What|Removed

[Bug libc/6939] Eventfd code is broken

2008-10-31 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-10-31 17:41 --- Applied to cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libc/6843] getaddrinfo_a segfaults

2008-10-31 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-11-01 00:19 --- Fixed in cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libc/5508] close does not work on sockets with pending aio

2008-04-07 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-04-07 18:23 --- aio is designed for file I/O. Not everything works as you might like it for other types of devices. We're not complicating the implementation dramatically to handle these cases especially since the standard

[Bug libc/5443] SIGSEGV occurs in strerror_r()

2008-03-30 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-03-31 00:38 --- The patch is in principal OK but since all gettext users only read the data it is overly restrictive. I've checked in an expanded version which avoids the problem. -- What|Removed

[Bug libc/5774] some strtod() cases are wrong

2008-03-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-03-08 21:32 --- Fixed on the trunk. -- What|Removed |Added Status|NEW

[Bug libc/5776] Some conversions to ISO-2022-JP produce invalid text

2008-03-08 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-03-09 01:06 --- I cannot reproduce this with the current sources. Older releases had this problem. I haven't investigated what changed. -- What|Removed |Added

[Bug nptl/5626] pthread_cleanup_pop_restore_np isn't safe

2008-01-16 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-01-17 01:58 --- The code is wrong. There calling of the cleanup function and the resetting of the cancellation state is not atomic. This means, pthread_mutex_unlock is called with cancellation set to async. This must never

[Bug libc/5507] gai() sorting is broken

2008-01-10 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-01-11 00:17 --- (In reply to comment #5) Patch to fix the bug Nonsense. This patch is completely, utterly broken and shows you don't understand a bit of the code. You move the catch-all entry to the front. And of course

[Bug libc/5537] strtod under tr_TR locale

2008-01-03 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2008-01-03 19:59 --- The conversion uses the C locale. There is no problem I can see. Unless you can provide a test program with the current glibc I'll ignore this report. -- What|Removed

[Bug libc/5507] gai() sorting is broken

2007-12-18 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-12-18 15:12 --- I cannot reproduce this. Work fine for me: $ getent ahosts ftp.fi.debian.org 2001:708:310:54::99 STREAM ftp.fi.debian.org 2001:708:310:54::99 DGRAM 2001:708:310:54::99 RAW 130.230.54.99 STREAM

[Bug libc/5489] strerror_r (actually dcigettext) is racy

2007-12-16 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-12-16 21:54 --- *** This bug has been marked as a duplicate of 5443 *** -- What|Removed |Added

[Bug libc/5443] SIGSEGV occurs in strerror_r()

2007-12-16 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-12-16 21:54 --- *** Bug 5489 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug localedata/5238] ug_CN contains unknown collation symbol

2007-11-07 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-11-08 00:07 --- Fixed in cvs trunk. -- What|Removed |Added Status|NEW

[Bug localedata/5237] lo_LA has undefined collation symbols

2007-11-07 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-11-08 00:04 --- There are more typos than just those two. Fixed in cvs trunk. -- What|Removed |Added

[Bug localedata/5224] unknown symbols in ig_NG

2007-10-28 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-10-28 08:58 --- Fixed in cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libc/5103] still one (rather minor) issue with escaping in glob.

2007-10-07 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-10-07 18:55 --- Should be fixed in cvs. -- What|Removed |Added Status|WAITING

[Bug libc/5103] still one (rather minor) issue with escaping in glob.

2007-10-05 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-10-05 21:32 --- What you describe are no valid uses of glob. There is one parameter to many. Correct the description. -- What|Removed |Added

[Bug libc/4655] copy directives misparse

2007-10-01 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-10-02 04:29 --- The am_ET locale is wrong. The new script must be defined after the copy. This now works fine. -- What|Removed |Added

[Bug libc/5058] libintl dgettext is not thread safe.

2007-09-24 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-09-24 16:09 --- Should be fixed in cvs. -- What|Removed |Added Status|NEW

[Bug localedata/4556] date format for Swiss German locale

2007-09-23 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-09-23 22:39 --- Applied to cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug localedata/4557] Fix for locale as_IN

2007-08-22 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-08-22 07:04 --- Fixed in cvs. -- What|Removed |Added Status|NEW |RESOLVED

[Bug localedata/4556] date format for Swiss German locale

2007-08-22 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-08-22 07:08 --- Every locale change requires supporting evidence. Official documents accessible through the net etc. Also, comparing with the de_DE formatting, if this change is correct then the rest of the differences also

[Bug localedata/4555] copy LC_NUMERIC for it_CH and for fr_CH from de_CH

2007-08-22 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-08-22 07:09 --- Where is the supporting evidence? There are locales where the format differs based on the language used. -- What|Removed |Added

[Bug localedata/4554] wo_SN (Wolof locale for Senegal)

2007-08-22 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2007-08-22 07:14 --- Applied to cvs. -- What|Removed |Added Status|NEW |RESOLVED