Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Import gnulib strtok_r module
@ 2015-04-08 17:19 Pedro Alves
  2015-04-08 17:19 ` [PATCH 2/2] Import strtok_r gnulib module Pedro Alves
  2015-04-08 17:19 ` [PATCH 1/2] update-gnulib.sh: work around aclocal warning with Perl >= 5.16 Pedro Alves
  0 siblings, 2 replies; 8+ messages in thread
From: Pedro Alves @ 2015-04-08 17:19 UTC (permalink / raw)
  To: gdb-patches

Fix the build breakage reported here:
  https://sourceware.org/ml/gdb-patches/2015-04/msg00266.html

Comments?

Pedro Alves (2):
  update-gnulib.sh: work around aclocal warning with Perl >= 5.16
  Import strtok_r gnulib module

 gdb/gnulib/Makefile.in               |   1 +
 gdb/gnulib/aclocal.m4                |   1 +
 gdb/gnulib/config.in                 |  10 +++
 gdb/gnulib/configure                 | 125 +++++++++++++++++++++++++++++++++++
 gdb/gnulib/import/Makefile.am        |  11 ++-
 gdb/gnulib/import/Makefile.in        |  10 +--
 gdb/gnulib/import/m4/gnulib-cache.m4 |   3 +-
 gdb/gnulib/import/m4/gnulib-comp.m4  |   9 +++
 gdb/gnulib/import/m4/strtok_r.m4     |  74 +++++++++++++++++++++
 gdb/gnulib/import/strtok_r.c         |  76 +++++++++++++++++++++
 gdb/gnulib/update-gnulib.sh          |  19 +++++-
 11 files changed, 332 insertions(+), 7 deletions(-)
 create mode 100644 gdb/gnulib/import/m4/strtok_r.m4
 create mode 100644 gdb/gnulib/import/strtok_r.c
 mode change 100644 => 100755 gdb/gnulib/update-gnulib.sh

-- 
1.9.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-09  9:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08 17:19 [PATCH 0/2] Import gnulib strtok_r module Pedro Alves
2015-04-08 17:19 ` [PATCH 2/2] Import strtok_r gnulib module Pedro Alves
2015-04-09  9:10   ` Yao Qi
2015-04-09  9:30     ` Pedro Alves
2015-04-09  9:39     ` Pedro Alves
2015-04-08 17:19 ` [PATCH 1/2] update-gnulib.sh: work around aclocal warning with Perl >= 5.16 Pedro Alves
2015-04-09  9:03   ` Yao Qi
2015-04-09  9:39     ` Pedro Alves

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