util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: J William Piggott <elseifthen@gmx.com>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux@vger.kernel.org
Subject: [v2 PATCH 0/5] Pull Request and v2 changes
Date: Sun, 12 Nov 2017 10:22:17 -0500	[thread overview]
Message-ID: <1a28a73d-2e05-7071-479a-af5a18fade3b@gmx.com> (raw)


v2 Changes:
 * Apply Karel's changes for ISO_TIMESTAMP initializations
 * Fix last.c breakage caused by adding ISO timezone colon
 * New PATCH 5/5 to fix various tests broken by ISO timezone colon
 * Fix ISO format flags in timeutils.c main()

A little help please:
 * test lsipc and rfkill (changes to ISO timestamps), I couldn't test them.
 * check the new PATCH 5/5, as I'm not familiar with the tests system
   Note: the tests passed with and without the change in tests/ts/utmp/subsec

The following changes since commit 82524a1379c02bff0d061ffffae7398543218d33:

  nsenter: revert changes committed by accident (2017-11-10 14:02:51 +0100)

are available in the git repository at:

  git@github.com:jwpi/util-linux.git 170925

for you to fetch changes up to 948e8d4349a7f83be1b6b3e94932eb4b8d6946d0:

  tests: adjust for ISO timezone colon use (2017-11-12 09:08:43 -0500)

----------------------------------------------------------------
J William Piggott (5):
      hwclock: add iso-8601 overflow check
      lib/timeutils: ISO_8601_BUFSIZ too small
      lib/timeutils: add get_gmtoff()
      lib/timeutils: add common ISO timestamp masks
      tests: adjust for ISO timezone colon use

 include/timeutils.h                     | 27 ++++++---
 lib/timeutils.c                         | 98 +++++++++++++++++++++++++++------
 login-utils/last.c                      |  6 +-
 login-utils/lslogins.c                  |  5 +-
 login-utils/utmpdump.c                  |  4 +-
 misc-utils/uuidparse.c                  | 12 +---
 sys-utils/dmesg.c                       |  4 +-
 sys-utils/hwclock.c                     | 25 ++++-----
 sys-utils/lsipc.c                       |  2 +-
 sys-utils/rfkill.c                      | 10 +---
 term-utils/script.c                     |  8 +--
 tests/expected/dmesg/indentation        | 10 ++--
 tests/expected/script/options-append    |  8 +--
 tests/expected/script/options-force     |  8 +--
 tests/expected/script/options-quiet     |  8 +--
 tests/expected/script/options-return    | 16 +++---
 tests/expected/utmp/last-nodns          | 30 +++++-----
 tests/expected/utmp/utmpdump-subsecond  |  6 +-
 tests/expected/utmp/utmpdump-totxt      | 20 +++----
 tests/expected/utmp/utmpdump-totxt-ipv6 |  4 +-
 tests/expected/uuid/uuidparse           |  2 +-
 tests/ts/utmp/subsec                    |  6 +-
 tests/ts/utmp/txt-a                     | 38 ++++++-------
 tests/ts/utmp/txt-b                     | 20 +++----
 tests/ts/utmp/txt-ipv6                  |  4 +-
 25 files changed, 214 insertions(+), 167 deletions(-)

             reply	other threads:[~2017-11-12 15:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-12 15:22 J William Piggott [this message]
2017-11-12 15:23 ` [v2 PATCH 1/5] hwclock: add iso-8601 overflow check J William Piggott
2017-11-12 15:24 ` [v2 PATCH 2/5] lib/timeutils: ISO_8601_BUFSIZ too small J William Piggott
2017-11-12 15:25 ` [v2 PATCH 3/5] lib/timeutils: add get_gmtoff() J William Piggott
2017-11-12 15:26 ` [v2 PATCH 4/5] lib/timeutils: add common ISO timestamp masks J William Piggott
2017-11-12 15:27 ` [v2 PATCH 5/5] tests: adjust for ISO timezone colon use J William Piggott
2017-11-13 15:51 ` [v2 PATCH 0/5] Pull Request and v2 changes Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a28a73d-2e05-7071-479a-af5a18fade3b@gmx.com \
    --to=elseifthen@gmx.com \
    --cc=kzak@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).