Added macros for time_t as for off_t and used them to rework the code of
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 17 Jun 2005 13:52:14 +0000 (13:52 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 17 Jun 2005 13:52:14 +0000 (13:52 +0000)
commitc6c2dc1dfc3928a5f6c61024b68e011db41884ad
treee3f0f718db88ef757d3b7fa13740a71fdb67bc72
parent638456761a5573015658c4826824539021d14342
Added macros for time_t as for off_t and used them to rework the code of
Tom's prvs patch to avoid the hardwired use of "%lld" and "long long".
Replaced the call to snprintf() with a call to string_vformat().
doc/doc-txt/ChangeLog
src/src/buildconfig.c
src/src/expand.c
src/src/string.c