aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/ctime.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2020-01-071-1/+1
| | | | | | | GCC pointed this out with some "warning: ‘strncpy’ specified bound NUM equals destination size [-Wstringop-truncation]" warnings. Change-Id: Id8408b165f6e4ae82c96a77599d89f658d979b32
* build: OS X 64-bit buildRuss Cox2011-08-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/4838047
* lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber2008-07-091-17/+140
|
* Today's changes.rsc2004-03-251-0/+7
| | | | More changes.
* Various additions and fixes.rsc2003-11-231-0/+51