This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]