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]

Re: glibc git tags


Andreas Schwab wrote:
> Here is the list of tags that are broken, together with the commit they
> are supposed to point to:
>
> cvs/glibc-2_0_2	        133192c659e3b55b7adb7664dc80be611e5afb9b
> cvs/glibc_2-1-2         a23b24ae85554adb47c9c4a0fbd77739a687c634
> cvs/glibc-2_2           55f462edb056e70ddfdd7bf388a8088d6773ff1d
> cvs/glibc-2-2-5         7d04edce9211ccd0ae06cd19d3cc2098d8891935
> cvs/glibc-2-3-1         ae352b440f7bb3904080eff13086e75a4c38245c
> cvs/glibc-2_3_4         fe7057ad928ffd9a3b0ccbb8d42442bf6ac65979
> cvs/glibc-2_3_5         1afdd17390f6febdfe559e16dfc5c5718f8934aa
> cvs/glibc-2_3_6         733727c5a3703e37cd06256a1e60714418ccf4d0
> cvs/glibc-2_5-base      3a4e060900bc27f204c20f4102874d7e11eb3cdc
> cvs/glibc-2_6_1	        e6ff5e32b8374ca1adb5f93b3ad81681d195ea55
>
> Also, the glibc-2.5.1 and glibc-2.6.1 point to different commits than
> the corresponding cvs tags.

Thanks for the info.
Of the differences shown by the script below,
some are obviously correct, because the log accompanying
the SHA1 mentions the version number.
For the others, I'll take your word for it.

#!/bin/bash

d1=/co/glibc
d2=/co/glibc-old  # this is a clone of the old, mirrored-cvs-to-git repo
while read tag sha1; do
  echo "$tag ****************************************"
  diff -u <(cd $d2; git show $tag) \
	  <(cd $d1; git show $sha1)
done <<EOF
glibc-2_0_2 133192c659e3b55b7adb7664dc80be611e5afb9b
glibc_2-1-2 a23b24ae85554adb47c9c4a0fbd77739a687c634
glibc-2_2 55f462edb056e70ddfdd7bf388a8088d6773ff1d
glibc-2-2-5 7d04edce9211ccd0ae06cd19d3cc2098d8891935
glibc-2-3-1 ae352b440f7bb3904080eff13086e75a4c38245c
glibc-2_3_4 fe7057ad928ffd9a3b0ccbb8d42442bf6ac65979
glibc-2_3_5 1afdd17390f6febdfe559e16dfc5c5718f8934aa
glibc-2_3_6 733727c5a3703e37cd06256a1e60714418ccf4d0
glibc-2_5-base 3a4e060900bc27f204c20f4102874d7e11eb3cdc
glibc-2_6_1 e6ff5e32b8374ca1adb5f93b3ad81681d195ea55
EOF


Here's the output:

glibc-2_0_2 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.119531167 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.119531167 +0200
@@ -1,22 +1,19 @@
-tag glibc-2_0_2
-
-
-commit d01608beb0f11e7a72c7d8e371207b1878bd0da6
+commit 133192c659e3b55b7adb7664dc80be611e5afb9b
 Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Sat Mar 22 03:31:46 1997 +0000
+Date:   Sat Mar 22 04:10:50 1997 +0000

     Update.

 diff --git a/BUGS b/BUGS
-index 3d41d79..174d7cc 100644
+index 2403dee..d182b62 100644
 --- a/BUGS
 +++ b/BUGS
 @@ -1,12 +1,25 @@
  	    List of known bugs (certainly very incomplete)
  	    ----------------------------------------------

--Time-stamp: <1997-03-22T04:17:39+0100 drepper>
-+Time-stamp: <1997-03-22T04:31:41+0100 drepper>
+-Time-stamp: <1997-03-22T04:17:31+0100 drepper>
++Time-stamp: <1997-03-22T04:30:57+0100 drepper>

  This following list contains those bugs which I'm aware of.  Please
  make sure that bugs you report are not listed here.  If you can fix one
@@ -38,3 +35,20 @@
  Severity: [  *] to [***]


+diff --git a/ChangeLog b/ChangeLog
+index ed144f3..7c13c74 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -1,7 +1,12 @@
++1997-03-22 04:53  Ulrich Drepper  <drepper@cygnus.com>
++
++	* Net release 2.0.2.
++
+ 1997-03-22 04:37  Ulrich Drepper  <drepper@cygnus.com>
+
+ 	* sysdeps/unix/sysv/linux/termbits.h (OXTABS): Define as alias for
+ 	XTABS.
++	* sysdeps/unix/sysv/linux/alpha/termbits.h (OXTABS): Likewise.
+ 	* termios/sys/ttydefaults.h: Partly revert patch by Andreas Schwab
+ 	of Sun Dec 15 16:33:44 1996.
+ 	Proposed by Thomas Bushnell <thomas@gnu.ai.mit.edu>.
glibc_2-1-2 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.129531223 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.129531223 +0200
@@ -1,35 +1,18 @@
-tag glibc_2-1-2
-
-
-commit 75c368dd321037b303022c0fed1049cb423b72a4
+commit a23b24ae85554adb47c9c4a0fbd77739a687c634
 Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Mon Sep 6 22:16:55 1999 +0000
+Date:   Mon Sep 6 21:18:09 1999 +0000

     Update.

 diff --git a/ChangeLog b/ChangeLog
-index 67279ce..01c42fa 100644
+index 86f923e..306d874 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,21 @@
+@@ -1,3 +1,7 @@
 +1999-09-06  Ulrich Drepper  <drepper@cygnus.com>
 +
-+	* time/ap.c: Removed.  It was not used.
-+	* time/date.c: Likewise.
-+	* sysdeps/unix/nlist.c: Likewise.
-+	* sysdeps/generic/nlist.c: Likewise.
-+	* sysdeps/generic/varargs.h: Likewise.
-+	* stdio-common/scanf11.c: Likewise.
-+	* stdio-common/scanf6.c: Likewise.
-+	* scripts/=__ify: Likewise.
-+	* scripts/printsources: Likewise.
-+	* resolv/getnetnamadr.c: Likewise.
-+	* posix/id.c: Likewise.
-+	* misc/ioctltst.c: Likewise.
-+	* misc/nlist.h: Likewise.
-+	* math/test-math.h: Likewise.
-+	* include/nlist.h: Likewise.
++	* sysdeps/unix/sysv/linux/alpha/Dist: Add sys/user.h.
 +
- 1999-09-06  Andreas Schwab  <schwab@suse.de>
+ 1999-09-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

- 	* time/tzset.c (compute_change): Replace slow loop to compute T by
+ 	* math/libm-test.c (j0_test): Add some deltas for m68k.
glibc-2_2 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.161656963 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.161656963 +0200
@@ -1,41 +1,76 @@
-tag glibc-2_2
+commit 55f462edb056e70ddfdd7bf388a8088d6773ff1d
+Author: Ulrich Drepper <drepper@redhat.com>
+Date:   Thu Nov 9 23:17:20 2000 +0000

+    Update.
+
+    	(tst-chmod-ARGS): Likewise.

-commit ecefecae5739766829334e49841223dd408a56b0
-Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Sat Jan 13 16:08:17 2001 +0000
+diff --git a/ChangeLog b/ChangeLog
+index 4333bbd..d9b0364 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -5,6 +5,7 @@

-    Test case for pthread_kill_other_threads_np().
+ 	* posix/Makefile (tst-dir-ARGS): Fix problem with compiling in
+ 	source directory.
++	(tst-chmod-ARGS): Likewise.

-diff --git a/linuxthreads/Examples/ex16.c b/linuxthreads/Examples/ex16.c
-new file mode 100644
-index 0000000..6509ae4
---- /dev/null
-+++ b/linuxthreads/Examples/ex16.c
-@@ -0,0 +1,26 @@
-+/* Tst case by Jakub Jelinek <jakub@redhat.com>.  */
-+#include <stdlib.h>
-+#include <unistd.h>
-+#include <pthread.h>
-+
-+static void *
-+task (void *p)
-+{
-+  sleep (30);
-+  return NULL;
-+}
-+
-+int
-+main (void)
-+{
-+  pthread_t t;
-+  int status;
+ 2000-11-09  H.J. Lu  <hjl@gnu.org>
+
+diff --git a/README b/README
+index 98283b1..f9d7e4a 100644
+--- a/README
++++ b/README
+@@ -1,4 +1,4 @@
+-This directory contains the version 2.1.97 release of the GNU C Library.
++This directory contains the version 2.2 release of the GNU C Library.
+ Many bugs have been fixed since the last release.
+ Some bugs surely remain.
+
+diff --git a/manual/install.texi b/manual/install.texi
+index 120b750..11b1b60 100644
+--- a/manual/install.texi
++++ b/manual/install.texi
+@@ -430,8 +430,7 @@ following patterns:
+ @smallexample
+ alpha@var{*}-@var{*}-linux
+ arm-@var{*}-linux
+-arm-@var{*}-linuxaout
+-arm-@var{*}-none
++hppa-@var{*}-linux
+ i@var{x}86-@var{*}-gnu
+ i@var{x}86-@var{*}-linux
+ ia64-@var{*}-linux
+@@ -443,8 +442,16 @@ sparc-@var{*}-linux
+ sparc64-@var{*}-linux
+ @end smallexample
+
+-Former releases of this library (version 1.09.1 and perhaps earlier
+-versions) used to run on the following configurations:
++Former releases of this library (version 2.1 and/or 2.0) used to run on
++the following configurations:
 +
-+  status = pthread_create (&t, NULL, task, NULL);
-+  if (status)
-+    exit (status);
++@smallexample
++arm-@var{*}-linuxaout
++arm-@var{*}-none
++@end smallexample
 +
-+  status = pthread_detach (t);
-+  pthread_kill_other_threads_np ();
-+  return status;
-+}
++Very early releases (version 1.09.1 and perhaps earlier versions) used
++to run on the following configurations:
+
+ @smallexample
+ alpha-dec-osf1
+diff --git a/posix/Makefile b/posix/Makefile
+index e485f5d..a83996f 100644
+--- a/posix/Makefile
++++ b/posix/Makefile
+@@ -115,7 +115,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
+ tst-exec-ARGS = -- $(built-program-cmd)
+ tst-spawn-ARGS = -- $(built-program-cmd)
+ tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
+-tst-chmod-ARGS = $(objpfx)
++tst-chmod-ARGS = `pwd`
+
+ tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
+ tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
glibc-2-2-5 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.184531258 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.185656571 +0200
@@ -1,9 +1,6 @@
-tag glibc-2-2-5
-
-
-commit 78c6b02feee0369a81e2af943a06e7df2e575f47
+commit 7d04edce9211ccd0ae06cd19d3cc2098d8891935
 Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Mon Jan 21 07:13:57 2002 +0000
+Date:   Mon Jan 21 07:14:56 2002 +0000

     (distribute): Filter out xmalloc.c.

glibc-2-3-1 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.193781060 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.193781060 +0200
@@ -1,33 +1,34 @@
-tag glibc-2-3-1
-
-
-commit 201a5fb4775471f3ed60b9aae3bbf9236817bc9f
+commit ae352b440f7bb3904080eff13086e75a4c38245c
 Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Thu Oct 10 17:50:16 2002 +0000
+Date:   Thu Oct 10 07:27:56 2002 +0000

-    (Setting Modes): Fix typos in example code.
+    Update.
+
+    2002-10-10  Ulrich Drepper  <drepper@redhat.com>
+
+    	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.

-diff --git a/manual/terminal.texi b/manual/terminal.texi
-index 50e221a..7a99529 100644
---- a/manual/terminal.texi
-+++ b/manual/terminal.texi
-@@ -423,8 +423,8 @@ set_istrip (int desc, int value)
-   result = tcsetattr (desc, TCSANOW, &settings);
-   if (result < 0)
-     @{
--      perror ("error in tcgetattr");
--      return;
-+      perror ("error in tcsetattr");
-+      return 0;
-    @}
-   return 1;
- @}
-@@ -1640,7 +1640,7 @@ It does exactly this:
- @cindex terminal modes, BSD
+diff --git a/ChangeLog b/ChangeLog
+index 1d84ec2..3b82fe6 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -1,3 +1,7 @@
++2002-10-10  Ulrich Drepper  <drepper@redhat.com>
++
++	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
++
+ 2002-10-09  Ulrich Drepper  <drepper@redhat.com>

- The usual way to get and set terminal modes is with the functions described
--in @ref{Terminal Modes}.  However, on some systems you can use the
-+in @ref{Terminal Modes}.  However, on some systems you can use the
- BSD-derived functions in this section to do some of the same thing.  On
- many systems, these functions do not exist.  Even with the GNU C library,
- the functions simply fail with @code{errno} = @code{ENOSYS} with many
+ 	* sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
+diff --git a/posix/Versions b/posix/Versions
+index c81f357..a5378d1 100644
+--- a/posix/Versions
++++ b/posix/Versions
+@@ -114,6 +114,6 @@ libc {
+     # are cancelable.
+     __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
+     __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
+-    __waitid;
++    __waitid; __pselect;
+   }
+ }
glibc-2_3_4 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.202780869 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.202780869 +0200
@@ -1,26 +1,9 @@
-tag glibc-2_3_4
-
-
-commit f62317159f78856398392a9ab96a7b48d01619cd
+commit fe7057ad928ffd9a3b0ccbb8d42442bf6ac65979
 Author: Roland McGrath <roland@gnu.org>
-Date:   Wed Dec 29 09:18:40 2004 +0000
+Date:   Wed Dec 29 09:20:08 2004 +0000

     .

-diff --git a/ChangeLog b/ChangeLog
-index f4244a0..3d6201a 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,9 @@
-+2004-12-29  Roland McGrath  <roland@redhat.com>
-+
-+	[BZ #626]
-+	* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
-+	than always up; when nearest is zero, round up to one.
-+
- 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
-
- 	* po/es.po: Update from translation team.
 diff --git a/localedata/ChangeLog b/localedata/ChangeLog
 index 42ce063..8c8616e 100644
 --- a/localedata/ChangeLog
glibc-2_3_5 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.224781000 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.225781569 +0200
@@ -1,9 +1,6 @@
-tag glibc-2_3_5
-
-
-commit e868426ff1c589296ab56bca2dbbf71242815c0e
+commit 1afdd17390f6febdfe559e16dfc5c5718f8934aa
 Author: Roland McGrath <roland@gnu.org>
-Date:   Thu Apr 7 01:38:08 2005 +0000
+Date:   Thu Apr 7 01:38:48 2005 +0000

     Cosmetic regeneration.

glibc-2_3_6 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.234573228 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.234573228 +0200
@@ -1,23 +1,20 @@
-tag glibc-2_3_6
-
-
-commit fadc26bfee53655331448d323fed2136242cfa6a
+commit 733727c5a3703e37cd06256a1e60714418ccf4d0
 Author: Roland McGrath <roland@gnu.org>
-Date:   Thu Nov 3 23:30:51 2005 +0000
+Date:   Fri Nov 4 00:25:45 2005 +0000

     .

 diff --git a/ChangeLog b/ChangeLog
-index 90129ac..7ece16c 100644
+index f7919cb..5ccedd2 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,7 +1,8 @@
- 2005-11-03  Roland McGrath  <roland@redhat.com>
-
- 	[BZ #1548]
--	* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask.
-+	* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,
-+	make sure constant is long.
- 	From Jay Lan <jlan@engr.sgi.com>.
+@@ -1,3 +1,9 @@
++2005-11-03  Roland McGrath  <roland@redhat.com>
++
++	* NEWS, version.h (VERSION): 2.3.6.
++	* README.template: Add note about GCC 4 compiler warnings.
++	* README: Regenerated.
++
+ 2005-10-24  H.J. Lu  <hongjiu.lu@intel.com>

- 2005-11-03  Ulrich Drepper  <drepper@redhat.com>
+ 	* sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"
glibc-2_5-base ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.249906672 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.249906672 +0200
@@ -1,33 +1,105 @@
-tag glibc-2_5-base
-
-
-commit 31c8fb1a952aac58dd41c3925264b74e98797cf7
+commit 3a4e060900bc27f204c20f4102874d7e11eb3cdc
 Author: Ulrich Drepper <drepper@redhat.com>
-Date:   Fri Oct 6 16:30:22 2006 +0000
+Date:   Fri Oct 6 15:39:29 2006 +0000

-    .
+    * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
+
+    2006-10-06  Ulrich Drepper  <drepper@redhat.com>
+
+    	* po/pl.po: Update from translation team.
+
+    	* nscd/nscd.c (main): Fix typo in message.
+    	Patch by Jakub Bogsz <qboosh@pld-linux.org>.

 diff --git a/ChangeLog b/ChangeLog
-index 849eebc..c600f26 100644
+index 881a182..849eebc 100644
 --- a/ChangeLog
 +++ b/ChangeLog
-@@ -1,3 +1,7 @@
-+2006-10-06  Ulrich Drepper  <drepper@redhat.com>
+@@ -1,3 +1,14 @@
++2006-10-06  Andreas Jaeger  <aj@suse.de>
 +
-+	* version.h (VERSION): Bump to 2.5.90 for new development tree.
++	* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
 +
- 2006-10-06  Andreas Jaeger  <aj@suse.de>
-
- 	* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
-diff --git a/localedata/ChangeLog b/localedata/ChangeLog
-index 37a792a..7930f13 100644
---- a/localedata/ChangeLog
-+++ b/localedata/ChangeLog
-@@ -1,3 +1,7 @@
-+2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
++2006-10-06  Ulrich Drepper  <drepper@redhat.com>
++
++	* po/pl.po: Update from translation team.
 +
-+	* locales/tt_RU: Fix territory, title and descriptive comment.
++	* nscd/nscd.c (main): Fix typo in message.
++	Patch by Jakub Bogsz <qboosh@pld-linux.org>.
 +
- 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
+ 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
+
+ 	[BZ #3291]
+diff --git a/include/features.h b/include/features.h
+index 0b06b0f..1676ad3 100644
+--- a/include/features.h
++++ b/include/features.h
+@@ -304,7 +304,7 @@
+ /* Major and minor version number of the GNU C library package.  Use
+    these macros to test for features in specific releases.  */
+ #define	__GLIBC__	2
+-#define	__GLIBC_MINOR__	4
++#define	__GLIBC_MINOR__	5
+
+ #define __GLIBC_PREREQ(maj, min) \
+ 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
+diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
+index 3bac711..bfa6bb8 100644
+--- a/localedata/locales/tt_RU
++++ b/localedata/locales/tt_RU
+@@ -1,7 +1,7 @@
+ comment_char %
+ escape_char  /
+ %
+-% Tatar Language Locale for Tatarstan
++% Tatar Language Locale for Russia
+ % Source:
+ % Contact: Pablo Saratxaga, Rinat Norkin
+ % Email: <pablo@mandrakesoft.com>, <rinat@taif.ru>
+@@ -24,7 +24,7 @@ escape_char  /
+ % replace cyrillic alphabet
+
+ LC_IDENTIFICATION
+-title "Tatar language locale for Tatarstan"
++title "Tatar language locale for Russia"
+ source "Rinat Norkin"
+ address ""
+ contact "Pablo Saratxaga, Rinat Norkin"
+@@ -32,7 +32,7 @@ email "pablo@mandrakesoft.com, rinat@taif.ru"
+ tel ""
+ fax ""
+ language "Tatar"
+-territory "Tatarstan"
++territory "Russia"
+ revision "0.4"
+ date "2001-01-28"
+
+diff --git a/manual/stdio.texi b/manual/stdio.texi
+index c471209..977989d 100644
+--- a/manual/stdio.texi
++++ b/manual/stdio.texi
+@@ -2393,8 +2393,9 @@ This function is similar to @code{sprintf}, except that it dynamically
+ allocates a string (as with @code{malloc}; @pxref{Unconstrained
+ Allocation}) to hold the output, instead of putting the output in a
+ buffer you allocate in advance.  The @var{ptr} argument should be the
+-address of a @code{char *} object, and @code{asprintf} stores a pointer
+-to the newly allocated string at that location.
++address of a @code{char *} object, and a successful call to
++@code{asprintf} stores a pointer to the newly allocated string at that
++location.
+
+ The return value is the number of characters allocated for the buffer, or
+ less than zero if an error occurred. Usually this means that the buffer
+diff --git a/nscd/nscd.c b/nscd/nscd.c
+index 6d1e50a..add4698 100644
+--- a/nscd/nscd.c
++++ b/nscd/nscd.c
+@@ -237,7 +237,7 @@ main (int argc, char **argv)
+
+       if (chdir ("/") != 0)
+ 	error (EXIT_FAILURE, errno,
+-	       _("cannot change current working cirectory to \"/\""));
++	       _("cannot change current working directory to \"/\""));
+
+       openlog ("nscd", LOG_CONS | LOG_ODELAY, LOG_DAEMON);

- 	* locales/pa_IN (abday): Fix spelling of Sunday.
glibc-2_6_1 ****************************************
--- /proc/self/fd/63	2009-05-29 23:14:55.274531344 +0200
+++ /proc/self/fd/62	2009-05-29 23:14:55.275531190 +0200
@@ -1,19 +1,16 @@
-tag glibc-2_6_1
-
-
-commit 7b5926433bcd8ba1df4e2b584b39d03ff8ca14a3
+commit e6ff5e32b8374ca1adb5f93b3ad81681d195ea55
 Author: Jakub Jelinek <jakub@redhat.com>
-Date:   Tue Jul 31 13:33:18 2007 +0000
+Date:   Tue Jul 31 13:39:49 2007 +0000

     .

 diff --git a/README b/README
-index 97b3a61..2980b10 100644
+index 7b82d80..fccac11 100644
 --- a/README
 +++ b/README
 @@ -1,4 +1,4 @@
--This directory contains the version 2.5 release of the GNU C Library.
-+This directory contains the version 2.5.1 release of the GNU C Library.
+-This directory contains the version 2.6 release of the GNU C Library.
++This directory contains the version 2.6.1 release of the GNU C Library.

  The GNU C Library is the standard system C library for all GNU systems,
  and is an important part of what makes up a GNU system.  It provides the
@@ -21,8 +18,8 @@

  The code for other CPU configurations supported by volunteers outside of
  the core glibc maintenance effort is contained in the separate `ports'
--add-on.  You can find glibc-ports-2.5 distributed separately in the
-+add-on.  You can find glibc-ports-2.5.1 distributed separately in the
+-add-on.  You can find glibc-ports-2.6 distributed separately in the
++add-on.  You can find glibc-ports-2.6.1 distributed separately in the
  same place where you got the main glibc distribution files.
  Currently these configurations are known to work using the `ports' add-on:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]