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-322-gd1f23d4


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  d1f23d46da01f796a9f71ede5822f6d7da55687d (commit)
      from  4db5b08f91800061af64a296cb4eeaaf8adb0aac (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=d1f23d46da01f796a9f71ede5822f6d7da55687d

commit d1f23d46da01f796a9f71ede5822f6d7da55687d
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Mon Oct 21 09:58:03 2013 +0200

    Document rpcgen -5. Fixes bug 15825

diff --git a/ChangeLog b/ChangeLog
index 8605310..e249c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2013-10-21  OndÅ?ej Bílka  <neleai@seznam.cz>
+
+	[BZ #15825]
+	* sunrpc/rpc_main.c: Document rpcgen -5.
+
 2013-10-19  Michael Stahl  <mstahl@redhat.com>
 
 	* elf/rtld.c (do_preload): Print the reason why preloading failed.
 
 2013-10-19  OndÅ?ej Bílka  <neleai@seznam.cz>
 
-	BZ #10278]
+	[BZ #10278]
 	* posix/glob.c: Match only directories when trailing slash is present.
 	* posix/tst-gnuglob.c (my_opendir): Do not open files.
 	(main): Add testcase.
diff --git a/NEWS b/NEWS
index f19c4d5..3358ac6 100644
--- a/NEWS
+++ b/NEWS
@@ -12,10 +12,10 @@ Version 2.19
   156, 431, 832, 10278, 13028, 13982, 13985, 14155, 14547, 14699, 14910,
   15048, 15218, 15277, 15308, 15362, 15400, 15427, 15522, 15531, 15532,
   15608, 15609, 15610, 15632, 15640, 15670, 15672, 15680, 15681, 15723,
-  15734, 15735, 15736, 15748, 15749, 15754, 15760, 15764, 15797, 15844,
-  15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890,
-  15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939,
-  15948, 15963, 15966, 15988, 16032, 16034, 16036, 16041.
+  15734, 15735, 15736, 15748, 15749, 15754, 15760, 15764, 15797, 15825,
+  15844, 15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887,
+  15890, 15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923,
+  15939, 15948, 15963, 15966, 15988, 16032, 16034, 16036, 16041.
 
 * CVE-2012-4412 The strcoll implementation caches indices and rules for
   large collation sequences to optimize multiple passes.  This cache
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index 0223c9a..0a51e2c 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -1442,6 +1442,9 @@ options_usage (FILE *stream, int status)
   f_print (stream, _("-t\t\tgenerate RPC dispatch table\n"));
   f_print (stream, _("-T\t\tgenerate code to support RPC dispatch tables\n"));
   f_print (stream, _("-Y path\t\tdirectory name to find C preprocessor (cpp)\n"));
+  f_print (stream, _("-5\t\tSysVr4 compatibility mode\n"));
+  f_print (stream, _("--help\t\tgive this help list\n"));
+  f_print (stream, _("--version\tprint program version\n"));
 
   f_print (stream, _("\n\
 For bug reporting instructions, please see:\n\

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

Summary of changes:
 ChangeLog         |    7 ++++++-
 NEWS              |    8 ++++----
 sunrpc/rpc_main.c |    3 +++
 3 files changed, 13 insertions(+), 5 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]