diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-12-11 13:22:29 +0000 |
commit | 5e2d8d624da4305197cce508b3bf271fd41c430a (patch) | |
tree | 4fec493a6d52d82de91b4add446c2e812713f01d /ChangeLog | |
parent | 154c7adf71bab69829954a310f3ae02837ec5e7d (diff) | |
download | idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.gz idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.tar.bz2 idutils-5e2d8d624da4305197cce508b3bf271fd41c430a.zip |
* added inttostr module from gnulib, used in src/mkid.c to print an
off_t portably using offtostr()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5,9 +5,7 @@ to checking with the class-macros; * src/mkid.c, configure.ac, libidu/iduglobal.h: - print an off_t value more portably by checking size of off_t - against size of int and size of long. - The remaining case is handled with c99 long long format. + print an off_t value portably by using offtostr (gnulib) * intl/*, po/*: updated to latest version |