*** empty log message ***

This commit is contained in:
Jim Meyering 2001-09-17 10:24:27 +00:00
parent d6e1aff5e6
commit b6f0933da1

View File

@ -1,3 +1,10 @@
2001-09-06 Paul Eggert <eggert@twinsun.com>
* strtoimax.c (HAVE_LONG_LONG):
Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
(strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
to work around bug in IBM C compiler.
2001-09-16 Jim Meyering <meyering@lucent.com>
* mkdir.c: New file.