Branch: Tag:

2018-02-09

2018-02-09 11:54:50 by Stephen R. van den Berg <srb@cuci.nl>

Improve docs.

3218:    *!    *! @seealso    *! @[ctime()], @[localtime()], @[mktime()], @[gmtime()], -  *! @[System.gettimeofday], @[gethrtime] +  *! @[System.gettimeofday()], @[gethrtime()]    */   PMOD_EXPORT void f_time(INT32 args)   {
5536:    *! not adjusted for the local time zone.    *!    *! @seealso -  *! @[localtime()], @[time()], @[ctime()], @[mktime()] +  *! @[localtime()], @[time()], @[ctime()], @[mktime()], +  *! @[strptime()]    */   PMOD_EXPORT void f_gmtime(INT32 args)   {
5606:    *! present, and was sometimes not adjusted for daylight-saving time.    *!    *! @seealso -  *! @[Calendar], @[gmtime()], @[time()], @[ctime()], @[mktime()] +  *! @[Calendar], @[gmtime()], @[time()], @[ctime()], @[mktime()], +  *! @[strptime()]    */   PMOD_EXPORT void f_localtime(INT32 args)   {
5765:    *! and into the future).    *!    *! @seealso -  *! @[time()], @[ctime()], @[localtime()], @[gmtime()] +  *! @[time()], @[ctime()], @[localtime()], @[gmtime()], @[strftime()]    */   PMOD_EXPORT void f_mktime (INT32 args)   {
5884: Inside #if defined(HAVE_STRPTIME)
   *! The year, including century (for example, 1991).    *! @enddl    *! +  *! @seealso +  *! @[localtime()], @[gmtime()], @[strftime()]    */   PMOD_EXPORT void f_strptime (INT32 args)   {
5901:   }   #endif /* HAVE_STRPTIME */   /*! @decl string(1..255) strftime( string(1..255) format, mapping(string:int) tm) -  *! See also @[Gettext.setlocale] +     *!    *! Convert the structure to a string.    *!
6035:    *! The day of the week as a decimal, range 0 to 6, Sunday being 0.    *! See also @expr{%u@}.    *! @enddl +  *! +  *! @seealso +  *! @[mktime()], @[strptime()], @[Gettext.setlocale]    */   PMOD_EXPORT void f_strftime (INT32 args)   {