Branch: Tag:

2014-09-04

2014-09-04 00:11:38 by Martin Nilsson <nilsson@opera.com>

localtime, gmtime and mktime are C89 and 4.3BSD, so assume they exists

43:   /*! @module System    */    - #if defined(HAVE_MKTIME) && defined(HAVE_GMTIME) && defined(HAVE_LOCALTIME) +    /*! @class TM    *! A wrapper for the system struct tm time keeping structure.    *! This can be used as a (very) lightweight alternative to Calendar.
189:    RETURN 0;    RETURN 1;    } - #endif + #endif /* HAVE_STRPTIME */    /*! @decl string(1..255) strftime( string(1..255) format )    *! See also @[Gettext.setlocale]    *!
614:   #undef tm_zone   #undef tm_gmtoff   #endif - #endif +    /*! @endmodule    */