[uClibc-cvs] cvs commit to uClibc/libc/misc/time by mjn3

mjn3 at uclibc.org mjn3 at uclibc.org
Mon Aug 12 04:32:34 UTC 2002


Repository: uClibc/libc/misc/time
who:        mjn3
time:       Sun Aug 11 22:32:33 MDT 2002


Log Message:

Revert commit by davidm to printf.c that initialized conv_num
  needlessly.  To do so increases the generated code size with bcc.
Eliminate duplicate define warnings in wstring.c.
Fix potentially broken preprocessor comparisons.  The preprocessor
  converts integers to maximal signed type, so inequality comparisons
  involving UINTMAX_MAX, ULLONG_MAX, and (if no long long) ULONG_MAX
  were potentially broken.



Files:

changed:    time.c




More information about the uClibc-cvs mailing list