summaryrefslogtreecommitdiffstats
path: root/mbbsd/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* * allow setting chess_go results and lastloginpiaip2009-08-301-4/+34
* * remove global or static variablekcwu2009-06-191-1/+1
* vedit revisekcwu2009-06-131-2/+2
* - (internal) replace all localtime4() by localtime4_r().piaip2008-05-051-1/+1
* - add calendar in login viewpiaip2008-04-131-25/+31
* - (internal) code refine: change [200] to [PATHLEN], [STRLEN], or [ANSILINELEN].piaip2008-04-131-1/+1
* - fix a 7-year bug? force_open should really "force" open file.piaip2008-04-031-1/+1
* - fix crash: should check every return value of strtok_r.piaip2008-03-111-5/+3
* - hide register menu option for registered userspiaip2007-12-241-1/+38
* * extract common functions as library.kcwu2007-12-121-36/+3
* * fix bug: skip bad date format.kcwu2007-09-211-0/+9
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-6/+8
* bad date of horoscopevictor2007-04-241-5/+6
* fix util/birth.cvictor2007-04-161-0/+7
* horoscope flavor birthday cardvictor2007-04-161-0/+16
* add a simple help page to calendarvictor2006-05-041-12/+20
* more precise date checkingvictor2006-05-041-1/+1
* 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