]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove fstimeprec (variable precision time stamp) support
authorJim Meyering <meyering@redhat.com>
Sat, 13 Nov 2010 07:04:13 +0000 (08:04 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 13 Nov 2010 10:41:02 +0000 (11:41 +0100)
commitff5fc553f974513e27015faa414fca3603e928e7
treeda77ef83e150e04d5248cdfde48cf19d1fa4a265
parent4a8e9bf14c33b356680298d29f7321d82d4fde5d
maint: remove fstimeprec (variable precision time stamp) support

The implementation of variable-precision time stamps relied
on heuristics that made the output subtly nondeterministic,
or at least hard to reproduce:
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/21531/focus=21538
So, for now at least, we're removing that feature.
* bootstrap.conf (gnulib_modules): Remove fstimeprec.
* gl/lib/fstimeprec.c, gl/lib/fstimeprec.h: Remove files.
* gl/modules/fstimeprec, gl/modules/fstimeprec-tests: Likewise.
* gl/tests/test-fstimeprec.c: Remove file.
bootstrap.conf
gl/lib/fstimeprec.c [deleted file]
gl/lib/fstimeprec.h [deleted file]
gl/modules/fstimeprec [deleted file]
gl/modules/fstimeprec-tests [deleted file]
gl/tests/test-fstimeprec.c [deleted file]