This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hello!
On Sat, Jul 21, 2007 at 11:57:12PM -0700, Roland McGrath wrote:
> In future please insert the canonical bz references in your log entries:
Here is such a housekeeping patch (without ChangeLog).
#v+
Index: ChangeLog
===================================================================
RCS file: /cvs/glibc/libc/ChangeLog,v
retrieving revision 1.10715
diff -u -p -r1.10715 ChangeLog
--- ChangeLog 22 Jul 2007 06:53:53 -0000 1.10715
+++ ChangeLog 22 Jul 2007 13:20:25 -0000
@@ -1,14 +1,18 @@
2007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
+ [BZ #3665]
* manual/errno.texi: Change ECANCELED value to 119.
+ [BZ #4610]
* mach/lock-intern.h: Include <sys/cdefs.h>.
+ [BZ #4178]
* sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
reading A.
- * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
- to __sigsuspend.
+ [BZ #4126]
+ * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
+ to __sigsuspend.
* sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
Index: hurd/getdport.c
===================================================================
RCS file: /cvs/glibc/libc/hurd/getdport.c,v
retrieving revision 1.11
diff -u -p -r1.11 getdport.c
--- hurd/getdport.c 3 Aug 2006 01:18:36 -0000 1.11
+++ hurd/getdport.c 22 Jul 2007 13:20:26 -0000
@@ -1,4 +1,6 @@
-/* Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1994, 1995, 1997, 2006
+ 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
Index: sysdeps/mach/hurd/sigaction.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/sigaction.c,v
retrieving revision 1.16
diff -u -p -r1.16 sigaction.c
--- sysdeps/mach/hurd/sigaction.c 22 Jul 2007 06:48:53 -0000 1.16
+++ sysdeps/mach/hurd/sigaction.c 22 Jul 2007 13:20:30 -0000
@@ -1,4 +1,6 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2002, 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
Index: sysdeps/mach/hurd/sigsuspend.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/sigsuspend.c,v
retrieving revision 1.24
diff -u -p -r1.24 sigsuspend.c
--- sysdeps/mach/hurd/sigsuspend.c 22 Jul 2007 06:48:13 -0000 1.24
+++ sysdeps/mach/hurd/sigsuspend.c 22 Jul 2007 13:20:30 -0000
@@ -1,4 +1,6 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,98,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2002, 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
Index: sysdeps/mach/hurd/tls.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/tls.h,v
retrieving revision 1.4
diff -u -p -r1.4 tls.h
--- sysdeps/mach/hurd/tls.h 22 Jul 2007 06:46:54 -0000 1.4
+++ sysdeps/mach/hurd/tls.h 22 Jul 2007 13:20:30 -0000
@@ -1,5 +1,5 @@
/* Definitions for thread-local data handling. Hurd version.
- Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005, 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
Index: sysdeps/mach/hurd/i386/tls.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/i386/tls.h,v
retrieving revision 1.13
diff -u -p -r1.13 tls.h
--- sysdeps/mach/hurd/i386/tls.h 22 Jul 2007 06:46:54 -0000 1.13
+++ sysdeps/mach/hurd/i386/tls.h 22 Jul 2007 13:20:30 -0000
@@ -1,5 +1,5 @@
/* Definitions for thread-local data handling. Hurd/i386 version.
- Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2006, 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
Index: sysdeps/mach/i386/sysdep.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mach/i386/sysdep.h,v
retrieving revision 1.22
diff -u -p -r1.22 sysdep.h
--- sysdeps/mach/i386/sysdep.h 22 Jul 2007 06:48:00 -0000 1.22
+++ sysdeps/mach/i386/sysdep.h 22 Jul 2007 13:20:30 -0000
@@ -1,4 +1,6 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 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
#v-
Regards,
Thomas
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |