This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.28.9000-404-gbfb79db


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bfb79db4c31635a844070db80e651175254bb249 (commit)
      from  6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bfb79db4c31635a844070db80e651175254bb249

commit bfb79db4c31635a844070db80e651175254bb249
Author: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Date:   Tue Nov 20 23:57:23 2018 +0100

    Fix __TIMERSIZE and @theglibcadj typos
    
    Fix following typos in parent commit:
    - ChangeLog: __TIMERSIZE should be __TIMESIZE
    - manual/maint.texi: @theglibcadj should be @glibcadj

diff --git a/ChangeLog b/ChangeLog
index e731601..cffd643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
 	* manual/maint.texi: Document Y2038 symbol handling.
 	* time/localtime.c
 	(__localtime64): Add.
-	[__TIMERSIZE != 64] (__localtime): Turn into a wrapper.
+	[__TIMESIZE != 64] (__localtime): Turn into a wrapper.
 
 2018-12-17  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/manual/maint.texi b/manual/maint.texi
index d516a90..a1b8f62 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -195,7 +195,7 @@ header file in the machine-specific directory, e.g.,
 @node 64-bit time symbol handling
 @appendixsubsec 64-bit time symbol handling in the GNU C Library
 
-With respect to time handling, @theglibcadj{} configurations fall in two
+With respect to time handling, @glibcadj{} configurations fall in two
 classes depending on the value of @code{__TIMESIZE}:
 
 @table @code

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    2 +-
 manual/maint.texi |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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