| Age | Commit message (Collapse) | Author |
|
|
|
(Fix from PR #891.)
|
|
about loss of 'const'-ness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the tech-userlevel mailing list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and use message catalogs if NLS is defined.
Increased the size of char buffers used by strerror() and strsignal();
the error and signal strings may be much longer in some locales.
|
|
|
|
We might want to be able to retrieve a locale-specific signal description
(from a message catalog) and we need a function call API for that feature.
|
|
|
|
|
|
needs to be fixed for mandoc, and RCSID's need to be added.
|
|
|
|
structure instead of static data.
|
|
the TZ environment variable while it is running.
Arnold Robbins' strftime() implementation from comp.sources.unix caches
the value of TZ to avoid calling tzset() (it's expensive) unless it has
been changed. But since POSIX.1 also requires ctime(), localtime(),
and mktime() to call tzset(), I think that it is better for tzset()
itself to determine whether or not to parse a new timezone file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
machines w/o architecture-specific sources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|