| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
says that an abbreviation cannot start with ':', and cannot contain
',', '-', '+', NUL, or a digit. POSIX from 2001 on changes this
rule to say that an abbreviation can contain only '-', '+', and
alphanumeric characters from the portable character set in the
current locale. To be portable to both sets of rules, an abbreviation
must therefore use only ASCII letters." Adapted from tzcode2015f.
OK deraadt@ mestre@
|
|
|
|
| |
After discussion with tb@, deraadt@ and millert@, this was also OK'ed by them
|
|
|
|
|
| |
as a test idiom, either when pledge was young or during the transition
to strings.... dunno
|
|
|
|
|
|
|
|
| |
databases located at system paths (a reasonable bar had to be chosen; in
the future we can replace the interfaces, since this effort is identifying
them and placing their paths in a visble place), so this program only
needs "stdio"
ok doug
|
|
|
|
| |
reviewed by millert
|
| |
|
|
|
|
|
| |
usage() always takes the same stream and status arguments (despite a
comment indicating perhaps it shouldn't), so make it void
|
|
|
|
|
| |
** time_t is signed. Assume overflow wraps around.
as a warning for future generations.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|