summaryrefslogtreecommitdiffstats
path: root/mbbsd/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* apply ansi system to more filespiaip2005-06-081-14/+18
* add 'const' qualifiers on function parameters.kcwu2005-03-191-1/+1
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-1/+1
* correcting Calendar function.scw2004-05-151-0/+1
* revert cuser from pointer to buffer.ptt2004-04-211-1/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-2/+2
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-5/+5
* make gcc33 happyin22003-01-011-2/+2
* indent -i4in22002-07-211-11/+11
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-110/+150
* global variable move to var.cin22002-06-041-13/+2
* replace time(NULL) by nowptt2002-05-131-11/+10
* Initial revisionin22002-03-071-0/+284