# HG changeset patch # User jlarmour # Date 1157051854 0 # Node ID fd733100beda312845591d3c6e64dc7fb7ee36d1 # Parent 7102a12c64abae9e7f6e9aa948d6582de93c2192 * cdl/time.cdl: Don't bother inlining mktime() or gmtime_r() by default - they're too big to be worth it. diff --git a/packages/language/c/libc/time/current/ChangeLog b/packages/language/c/libc/time/current/ChangeLog --- a/packages/language/c/libc/time/current/ChangeLog +++ b/packages/language/c/libc/time/current/ChangeLog @@ -1,3 +1,8 @@ +2006-08-31 Jonathan Larmour + + * cdl/time.cdl: Don't bother inlining mktime() or + gmtime_r() by default - they're too big to be worth it. + 2006-08-24 Alexander Neundorf * src/strftime.cxx: Fixed "%I" (Time in 12 hour modus was 1 hour off) @@ -176,6 +181,7 @@ 2000-05-02 Jonathan Larmour