]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch '170424' of github.com:jwpi/util-linux
authorKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2017 08:20:49 +0000 (10:20 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jun 2017 08:20:49 +0000 (10:20 +0200)
commiteba71dd06cfa32b53151bb6808e2f4d330bf062a
tree014e87ca023f5167300517cab9fd06817a1f9d0a
parente0bb63d84c0fd4cd10ddb46c228d8a775665cdd1
parent480d6bd80af3f32737400bc57a277a2210ef1797
Merge branch '170424' of github.com:jwpi/util-linux

* '170424' of github.com:jwpi/util-linux:
  parse-date: time_zone_hhmm() bug fixes
  parse-date: remove unused ordinal_day_seen
  parse-date: remove unused year_seen
  parse-date: refactor tm_diff()
  parse-date: use to_uchar() instead of assignment.
  parse-date: use uintmax_t where appropriate
  parse-date: use int where appropriate
  parse-date: use intmax_t where appropriate
  parse-date: remove unused EPOCH_YEAR
  parse-date: replace ISDIGIT with c_isdigit