]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fprintftime/nstrftime API changes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2015 01:49:31 +0000 (18:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2015 01:52:15 +0000 (18:52 -0700)
commit037e3b9847feb46cf6b58d99ce960d3987faaf52
tree94b15de6669f6543038549ddf696f9968e557c48
parent7131a3395205b410aaf5b2b774a594d9ae82cffb
build: fprintftime/nstrftime API changes

* bootstrap.conf (gnulib_modules): Add time_rz,
since the main source code now uses timezone_t.
* src/date.c (batch_convert, main, show_date):
* src/ls.c (align_nstrftime, long_time_expected_width)
(print_long_format):
* src/stat.c (human_time):
Use timezone_t rather than boolean to specify which time zone
is wanted.
* src/ls.c (localtz): New static var.
(main): Initialize it.
bootstrap.conf
src/date.c
src/ls.c
src/stat.c