[MTASCsft PATCH 36/??] MT-, AS- and AC-Safety docs: manual/time.texi

Joseph S. Myers joseph@codesourcery.com
Sun Feb 2 22:57:00 GMT 2014


On Tue, 28 Jan 2014, Alexandre Oliva wrote:

> @@ -778,6 +931,19 @@ available.  @code{timelocal} is rather rare.
>  @comment time.h
>  @comment ???
>  @deftypefun time_t timegm (struct tm *@var{brokentime})
> +@safety{@prelim{}@mtsafe{@mtsenv{} @mtslocale{}}@asunsafe{@ascuheap{} @asulock{}}@acunsafe{@aculock{} @acsmem{} @acsfd{}}}
> +@c timegm @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
> +@c   gmtime_offset triggers the same caveats as localtime_offset in mktime.
> +@c   although gmtime_r, as called by mktime, might save some issues,
> +@c   tzset calls tzset_internal with always, which forces
> +@c   reinitialization, so all issues may arise.
> +@c  tzset dup @mtsenv @mtslocale @ascuheap @asulock @aculock @acsmem @acsfd
> +@c  mktime_internal(gmtime_r) @asulock @aculock
> +@c...gmtime_r @asulock @aculock

I see a build (well, "make install") failure (makeinfo 4.13):

time.texi:942: Unknown command `c...gmtime'.

Have all these late changes been tested with both Texinfo 4.x and Texinfo 
5.x, for building info/html/pdf output?

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list