util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 PATCH 0/5] Pull Request and v2 changes
@ 2017-11-12 15:22 J William Piggott
  2017-11-12 15:23 ` [v2 PATCH 1/5] hwclock: add iso-8601 overflow check J William Piggott
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: J William Piggott @ 2017-11-12 15:22 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux


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(-)

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

end of thread, other threads:[~2017-11-13 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-12 15:22 [v2 PATCH 0/5] Pull Request and v2 changes J William Piggott
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

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).