All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] pull: warnings fixes and blkid translations
@ 2017-03-05 20:52 Sami Kerola
  2017-03-05 20:52 ` [PATCH 01/13] misc: stop mixing declarations and code Sami Kerola
                   ` (13 more replies)
  0 siblings, 14 replies; 26+ messages in thread
From: Sami Kerola @ 2017-03-05 20:52 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

Following few changes are various small fixes.  Many of the changes are
about warnings, and not that interesting.  Perhaps the most unexpected
change is blkid translations.  I don't know how that command has slipped
through so long time without being part of translations.  Oh well, now that
is fixed.


----------------------------------------------------------------
The following changes since commit 1765814521bf2aba7b8c03d3ab2e3b784e1ce2c4:
  libsmartcols: allow to add column to already used table (2017-03-03 10:37:37 +0100)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git 2017wk09
for you to fetch changes up to b8711cb7f2e0f739a491b6a95e7fb8dc537d977f:
  lib/colors: assert rathen than overflow (2017-03-05 20:41:41 +0000)
----------------------------------------------------------------

Sami Kerola (13):
  misc: stop mixing declarations and code
  libmount: fix use of preprocessor identifier
  libblkid: avoid overflow when initializing array
  libblkid: ensure uninitialized variable is not used [clang]
  blkid: add curly braces to do-while statement
  blkid: add messages to translations
  blkid: define output names only once
  blkid: improve coding style
  include: fix compiler warning
  libfdisk: dos: fix potential null pointer dereferences
  libfdisk: fix potentially null
  docs: improve boilerplate.c options example
  lib/colors: assert rathen than overflow

 Documentation/boilerplate.c           |  13 +-
 disk-utils/cfdisk.c                   |   4 +-
 disk-utils/sfdisk.c                   |   2 +-
 include/optutils.h                    |   3 +
 include/pt-mbr.h                      |   3 +
 lib/colors.c                          |   4 +-
 libblkid/src/superblocks/drbdmanage.c |   2 +-
 libblkid/src/superblocks/minix.c      |  22 +--
 libfdisk/src/dos.c                    |  61 +++++++-
 libfdisk/src/partition.c              |   4 +
 libmount/src/context_mount.c          |   2 +-
 misc-utils/blkid.c                    | 269 ++++++++++++++++++----------------
 text-utils/hexdump-display.c          |   4 +-
 13 files changed, 241 insertions(+), 152 deletions(-)

-- 
2.12.0


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

end of thread, other threads:[~2017-03-13 14:39 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-05 20:52 [PATCH 00/13] pull: warnings fixes and blkid translations Sami Kerola
2017-03-05 20:52 ` [PATCH 01/13] misc: stop mixing declarations and code Sami Kerola
2017-03-05 20:52 ` [PATCH 02/13] libmount: fix use of preprocessor identifier Sami Kerola
2017-03-05 20:52 ` [PATCH 03/13] libblkid: avoid overflow when initializing array Sami Kerola
2017-03-05 20:52 ` [PATCH 04/13] libblkid: ensure uninitialized variable is not used [clang] Sami Kerola
2017-03-05 20:52 ` [PATCH 05/13] blkid: add curly braces to do-while statement Sami Kerola
2017-03-05 20:52 ` [PATCH 06/13] blkid: add messages to translations Sami Kerola
2017-03-07 14:15   ` J William Piggott
2017-03-13 14:37     ` Karel Zak
2017-03-13 12:58   ` Karel Zak
2017-03-05 20:52 ` [PATCH 07/13] blkid: define output names only once Sami Kerola
2017-03-07 14:37   ` J William Piggott
2017-03-08 17:14     ` J William Piggott
2017-03-10  9:29       ` Sami Kerola
2017-03-10 14:48         ` Sami Kerola
2017-03-11 17:14           ` J William Piggott
2017-03-13 12:53           ` Karel Zak
2017-03-05 20:52 ` [PATCH 08/13] blkid: improve coding style Sami Kerola
2017-03-05 20:52 ` [PATCH 09/13] include: fix compiler warning Sami Kerola
2017-03-05 20:52 ` [PATCH 10/13] libfdisk: dos: fix potential null pointer dereferences Sami Kerola
2017-03-05 20:52 ` [PATCH 11/13] libfdisk: fix potentially null Sami Kerola
2017-03-05 20:52 ` [PATCH 12/13] docs: improve boilerplate.c options example Sami Kerola
2017-03-05 20:52 ` [PATCH 13/13] lib/colors: assert rathen than overflow Sami Kerola
2017-03-13 13:43   ` Karel Zak
2017-03-13 13:45     ` Karel Zak
2017-03-13 14:39 ` [PATCH 00/13] pull: warnings fixes and blkid translations Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.