Bug#469985: glibc: [INTL:it] Italian debconf templates translation

2008-03-08 Thread Luca Monducci
Package: glibc
Severity: wishlist
Tags: patch l10n

Please update the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


r2856 - in glibc-package/trunk/debian: . patches patches/hurd-i386

2008-03-08 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2008-03-08 14:51:53 + (Sat, 08 Mar 2008)
New Revision: 2856

Added:
   
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff
   glibc-package/trunk/debian/patches/hurd-i386/submitted-df.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/hurd-i386/submitted-blocked-exceptions.diff: new patch to dump
core when a blocked exception arises.
  * patches/hurd-i386/submitted-df.diff: new patch to clear DF for signal
handlers (needed for gcc-4.3).


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-06 21:05:55 UTC (rev 
2855)
+++ glibc-package/trunk/debian/changelog2008-03-08 14:51:53 UTC (rev 
2856)
@@ -22,6 +22,12 @@
 Teredo tunnels and scopev4 defaults.
   * sysdeps/mips.mk, sysdeps/mipsel.mk: define TIMEOUTFACTOR.
 
+  [ Samuel Thibault ]
+  * patches/hurd-i386/submitted-blocked-exceptions.diff: new patch to dump
+core when a blocked exception arises.
+  * patches/hurd-i386/submitted-df.diff: new patch to clear DF for signal
+handlers (needed for gcc-4.3).
+
  -- Aurelien Jarno [EMAIL PROTECTED]  Thu, 06 Mar 2008 22:05:10 +0100
 
 glibc (2.7-9) unstable; urgency=low

Added: 
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff
===
--- 
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff  
(rev 0)
+++ 
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff  
2008-03-08 14:51:53 UTC (rev 2856)
@@ -0,0 +1,14 @@
+--- glibc/hurd/hurdsig.c.orig  2008-03-01 17:45:09.0 +
 glibc/hurd/hurdsig.c   2008-03-01 17:44:07.0 +
+@@ -715,6 +715,11 @@
+   act = term;
+ }
+ 
++  /* We should not let a kernel exception be blocked.  */
++  /* Not required by POSIX (undefined behavior), but useful.  */
++  if (detail-exc  __sigismember (ss-blocked, signo))
++act = core;
++  else
+   /* Handle receipt of a blocked signal, or any signal while stopped.  */
+   if (act != ignore /* Signals ignored now are forgotten 
now.  */
+   __sigismember (ss-blocked, signo) ||

Added: glibc-package/trunk/debian/patches/hurd-i386/submitted-df.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-df.diff  
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-df.diff  
2008-03-08 14:51:53 UTC (rev 2856)
@@ -0,0 +1,22 @@
+2008-03-08  Samuel Thibault  [EMAIL PROTECTED]
+
+   * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
+   Clear direction flag.
+
+Index: glibc/sysdeps/mach/hurd/i386/trampoline.c
+===
+RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/i386/trampoline.c,v
+retrieving revision 1.30
+diff -u -p -r1.30 trampoline.c
+--- glibc/sysdeps/mach/hurd/i386/trampoline.c  21 Dec 2005 22:16:20 -  
1.30
 glibc/sysdeps/mach/hurd/i386/trampoline.c  8 Mar 2008 00:07:38 -
+@@ -218,6 +218,9 @@ _hurd_setup_sighandler (struct hurd_sigs
+   /* We pass the handler function to the trampoline code in %edx.  */
+   state-basic.edx = (int) handler;
+ 
++  /* x86 ABI requires direction flag to be cleared */
++  state-basic.efl = ~0x400;
++
+   return scp;
+ }
+ 

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-03-06 21:05:55 UTC (rev 
2855)
+++ glibc-package/trunk/debian/patches/series   2008-03-08 14:51:53 UTC (rev 
2856)
@@ -91,6 +91,8 @@
 hurd-i386/cvs-O_CLOEXEC_fix.diff
 hurd-i386/submitted-extern_inline.diff -p0
 hurd-i386/cvs-epfnosupport.diff -p0
+hurd-i386/submitted-df.diff
+hurd-i386/submitted-blocked-exceptions.diff
 
 i386/local-biarch.diff 
 i386/local-clone.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[bts-link] source package glibc

2008-03-08 Thread bts-link-upstream
#
# bts-link upstream status pull for source package glibc
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #468801
#  * http://sourceware.org/bugzilla/show_bug.cgi?id=5873
#  * remote status changed: (?) - NEW
usertags 468801 + status-NEW

thanks



Processed: cloning 469566, reassign 469566 to gnumach, retitle 469566 to Mach crashes when DF=1 on syscall ... ...

2008-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.16
 clone 469566 -1
Bug#469566: Hurd crashes when a signal handler is called with DF = 1
Bug 469566 cloned as bug 470021.

 reassign 469566 gnumach
Bug#469566: Hurd crashes when a signal handler is called with DF = 1
Bug reassigned from package `hurd' to `gnumach'.

 retitle 469566 Mach crashes when DF=1 on syscall
Bug#469566: Hurd crashes when a signal handler is called with DF = 1
Changed Bug title to `Mach crashes when DF=1 on syscall' from `Hurd crashes 
when a signal handler is called with DF = 1'.

 reassign -1 libc0.3
Bug#470021: Hurd crashes when a signal handler is called with DF = 1
Bug reassigned from package `hurd' to `libc0.3'.

 retitle -1 Hurd trampoline doesn't follow x86/x86-64 ABI wrt direction flag
Bug#470021: Hurd crashes when a signal handler is called with DF = 1
Changed Bug title to `Hurd trampoline doesn't follow x86/x86-64 ABI wrt 
direction flag' from `Hurd crashes when a signal handler is called with DF = 1'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 470021

2008-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 tags 470021 + pending
Bug#470021: Hurd trampoline doesn't follow x86/x86-64 ABI wrt direction flag
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2857 - glibc-package/trunk/debian

2008-03-08 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2008-03-08 17:13:50 + (Sat, 08 Mar 2008)
New Revision: 2857

Modified:
   glibc-package/trunk/debian/changelog
Log:
patches/hurd-i386/submitted-df.diff closes #470021


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-08 14:51:53 UTC (rev 
2856)
+++ glibc-package/trunk/debian/changelog2008-03-08 17:13:50 UTC (rev 
2857)
@@ -26,7 +26,7 @@
   * patches/hurd-i386/submitted-blocked-exceptions.diff: new patch to dump
 core when a blocked exception arises.
   * patches/hurd-i386/submitted-df.diff: new patch to clear DF for signal
-handlers (needed for gcc-4.3).
+handlers (Closes: #470021).
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Thu, 06 Mar 2008 22:05:10 +0100
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 470021

2008-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.16
 tags 470021 + pending
Bug#470021: Hurd trampoline doesn't follow x86/x86-64 ABI wrt direction flag
Tags were: pending
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[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 |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5774

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2858 - in glibc-package/trunk/debian: . patches patches/hurd-i386

2008-03-08 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2008-03-08 23:13:04 + (Sat, 08 Mar 2008)
New Revision: 2858

Added:
   glibc-package/trunk/debian/patches/hurd-i386/cvs-blocked-exceptions.diff
   glibc-package/trunk/debian/patches/hurd-i386/cvs-df.diff
Removed:
   
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff
   glibc-package/trunk/debian/patches/hurd-i386/submitted-df.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Roland committed the patch upstream


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-08 17:13:50 UTC (rev 
2857)
+++ glibc-package/trunk/debian/changelog2008-03-08 23:13:04 UTC (rev 
2858)
@@ -23,9 +23,9 @@
   * sysdeps/mips.mk, sysdeps/mipsel.mk: define TIMEOUTFACTOR.
 
   [ Samuel Thibault ]
-  * patches/hurd-i386/submitted-blocked-exceptions.diff: new patch to dump
+  * patches/hurd-i386/cvs-blocked-exceptions.diff: new patch to dump
 core when a blocked exception arises.
-  * patches/hurd-i386/submitted-df.diff: new patch to clear DF for signal
+  * patches/hurd-i386/cvs-df.diff: new patch to clear DF for signal
 handlers (Closes: #470021).
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Thu, 06 Mar 2008 22:05:10 +0100

Added: glibc-package/trunk/debian/patches/hurd-i386/cvs-blocked-exceptions.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-blocked-exceptions.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-blocked-exceptions.diff
2008-03-08 23:13:04 UTC (rev 2858)
@@ -0,0 +1,35 @@
+Index: glibc/hurd/hurdsig.c
+===
+RCS file: /cvs/glibc/libc/hurd/hurdsig.c,v
+retrieving revision 1.159
+retrieving revision 1.160
+diff -u -p -r1.159 -r1.160
+--- glibc/hurd/hurdsig.c   21 Dec 2005 22:16:20 -  1.159
 glibc/hurd/hurdsig.c   8 Mar 2008 21:47:23 -   1.160
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 
1991,92,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2005
++/* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2001,2002,2005,2008
+   Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+@@ -743,6 +743,11 @@ _hurd_internal_post_signal (struct hurd_
+   break;
+ 
+ case ignore:
++  if (detail-exc)
++  /* Blocking or ignoring a machine exception is fatal.
++ Otherwise we could just spin on the faulting instruction.  */
++  goto fatal;
++
+   /* Nobody cares about this signal.  If there was a call to resume
+above in SIGCONT processing and we've left a thread suspended,
+now's the time to set it going. */
+@@ -759,6 +764,8 @@ _hurd_internal_post_signal (struct hurd_
+Nothing to do but die; BSD gets SIGILL in this case.  */
+   detail-code = signo;   /* XXX ? */
+   signo = SIGILL;
++
++fatal:
+   act = core;
+   /* FALLTHROUGH */
+ 

Added: glibc-package/trunk/debian/patches/hurd-i386/cvs-df.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-df.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-df.diff2008-03-08 
23:13:04 UTC (rev 2858)
@@ -0,0 +1,33 @@
+Index: glibc/sysdeps/mach/hurd/i386/trampoline.c
+===
+RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/i386/trampoline.c,v
+retrieving revision 1.30
+retrieving revision 1.31
+diff -u -p -r1.30 -r1.31
+--- glibc/sysdeps/mach/hurd/i386/trampoline.c  21 Dec 2005 22:16:20 -  
1.30
 glibc/sysdeps/mach/hurd/i386/trampoline.c  8 Mar 2008 21:39:00 -   
1.31
+@@ -1,5 +1,5 @@
+ /* Set thread_state for sighandler, and sigcontext to recover.  i386 version.
+-   Copyright (C) 1994,1995,1996,1997,1998,1999,2005
++   Copyright (C) 1994,1995,1996,1997,1998,1999,2005,2008
+   Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+@@ -21,6 +21,7 @@
+ #include hurd/signal.h
+ #include hurd/userlink.h
+ #include thread_state.h
++#include mach/machine/eflags.h
+ #include assert.h
+ #include errno.h
+ #include hurdfault.h
+@@ -218,6 +219,9 @@ _hurd_setup_sighandler (struct hurd_sigs
+   /* We pass the handler function to the trampoline code in %edx.  */
+   state-basic.edx = (int) handler;
+ 
++  /* The x86 ABI says the DF bit is clear on entry to any function.  */
++  state-basic.efl = ~EFL_DF;
++
+   return scp;
+ }
+ 

Deleted: 
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff
===
--- 
glibc-package/trunk/debian/patches/hurd-i386/submitted-blocked-exceptions.diff  
2008-03-08 17:13:50 UTC (rev 2857)
+++ 

[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

 Status|NEW |RESOLVED
 Resolution||WORKSFORME


http://sourceware.org/bugzilla/show_bug.cgi?id=5776

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]