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.18-871-g597636d


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  597636d736b2f50ad7f6ef3f73cdd4d5be86e3af (commit)
       via  ee196e3ca4e1190a9e869b795d2b6a669e623330 (commit)
      from  f8d529d5199ef7575dae9f8e1909139cf429c1e2 (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=597636d736b2f50ad7f6ef3f73cdd4d5be86e3af

commit 597636d736b2f50ad7f6ef3f73cdd4d5be86e3af
Author: Alexandre Oliva <aoliva@redhat.com>
Date:   Sun Feb 2 21:50:54 2014 -0200

    * manual/time.texi (timegm): Add missing blank after @c.
    Reported by Joseph Myers <joseph@codesourcery.com>.

diff --git a/ChangeLog b/ChangeLog
index 4516c2a..e83409d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-02  Alexandre Oliva <aoliva@redhat.com>
+
+	* manual/time.texi (timegm): Add missing blank after @c.
+	Reported by Joseph Myers <joseph@codesourcery.com>.
+
 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
 
 	* manual/check-safety.sh: New.
diff --git a/manual/time.texi b/manual/time.texi
index 56eada8..d46d2c8 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -939,7 +939,7 @@ available.  @code{timelocal} is rather rare.
 @c   reinitialization, so all issues may arise.
 @c  tzset dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
 @c  mktime_internal(gmtime_r) @asulock @aculock
-@c...gmtime_r @asulock @aculock
+@c ..gmtime_r @asulock @aculock
 @c    ... dup ok
 @c    tz_convert(!use_localtime) @asulock @aculock
 @c     ... dup @asulock @aculock

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

Summary of changes:
 ChangeLog              |   10 ++++
 manual/Makefile        |    3 +-
 manual/check-safety.sh |  119 ++++++++++++++++++++++++++++++++++++++++++++++++
 manual/time.texi       |    2 +-
 4 files changed, 132 insertions(+), 2 deletions(-)
 create mode 100644 manual/check-safety.sh


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]