summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2005-12-11 13:22:29 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2005-12-11 13:22:29 +0000
commit5e2d8d624da4305197cce508b3bf271fd41c430a (patch)
tree4fec493a6d52d82de91b4add446c2e812713f01d /ChangeLog
parent154c7adf71bab69829954a310f3ae02837ec5e7d (diff)
downloadidutils-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--ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ff235ea..367e013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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