public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/gdb/7.5.1: 05_all_readline-headers.patch README.history
@ 2012-11-29 18:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-11-29 18:14 UTC (permalink / raw
  To: gentoo-commits

vapier      12/11/29 18:14:14

  Added:                05_all_readline-headers.patch README.history
  Log:
  initial 7.5.1 patchset based on last 7.5 patchset

Revision  Changes    Path
1.1                  src/patchsets/gdb/7.5.1/05_all_readline-headers.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gdb/7.5.1/05_all_readline-headers.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gdb/7.5.1/05_all_readline-headers.patch?rev=1.1&content-type=text/plain

Index: 05_all_readline-headers.patch
===================================================================
--- a/readline/complete.c
+++ b/readline/complete.c
@@ -25,6 +25,11 @@
 #  include <config.h>
 #endif
 
+#ifdef HAVE_WCHAR_H /* wcwidth() */
+# define _GNU_SOURCE
+# include <wchar.h>
+#endif
+
 #include <sys/types.h>
 #include <fcntl.h>
 #if defined (HAVE_SYS_FILE_H)
--- a/readline/display.c
+++ b/readline/display.c
@@ -25,6 +25,11 @@
 #  include <config.h>
 #endif
 
+#ifdef HAVE_WCHAR_H /* wcwidth() */
+# define _GNU_SOURCE
+# include <wchar.h>
+#endif
+
 #include <sys/types.h>
 
 #if defined (HAVE_UNISTD_H)
--- a/readline/mbutil.c
+++ b/readline/mbutil.c
@@ -25,6 +25,11 @@
 #  include <config.h>
 #endif
 
+#ifdef HAVE_WCHAR_H /* wcwidth() */
+# define _GNU_SOURCE
+# include <wchar.h>
+#endif
+
 #include <sys/types.h>
 #include <fcntl.h>
 #include "posixjmp.h"



1.1                  src/patchsets/gdb/7.5.1/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gdb/7.5.1/README.history?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gdb/7.5.1/README.history?rev=1.1&content-type=text/plain

Index: README.history
===================================================================
1		29 Nov 2012
	+ 05_all_readline-headers.patch





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-29 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 18:14 [gentoo-commits] gentoo commit in src/patchsets/gdb/7.5.1: 05_all_readline-headers.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox