summaryrefslogtreecommitdiffstats
path: root/mbbsd/othello.c
Commit message (Expand)AuthorAgeFilesLines
* - bbslua: add more APIpiaip2008-01-061-4/+14
* (edit) same bug to quote.piaip2005-04-201-1/+1
* move global variable into local, save another 414 byteskcwu2005-03-121-137/+141
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-11/+11
* warning free: "static" should be in front of "const"kcwu2005-03-031-4/+4
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* replace some prints() with outs(),kcwu2004-06-101-31/+31
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-4/+4
* integrate igetkey igetch egetchptt2004-04-241-2/+2
* revert cuser from pointer to buffer.ptt2004-04-211-8/+8
* add mmap to cuser get ride of passwd_updateptt2004-03-311-8/+8
* merge from my branchvictor2003-09-091-1/+1
* indent -i4in22002-07-211-18/+18
* indentin22002-07-061-197/+230
* global variable move to var.cin22002-06-041-14/+2
* change getdata() constant to sizeof()in22002-04-291-2/+3
* Initial revisionin22002-03-071-0/+541