summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
Commit message (Expand)AuthorAgeFilesLines
* Merged with trunk versionJaky.i18njack2004-05-141-54/+54
* Replaced all the files with i18n shorter name versionjack2004-05-131-52/+52
* Replaced edit.c xyz.c with i18n version and fixed the bugs in bbs.cjack2004-05-111-65/+58
* merge trunk to branches and corrected conflictionjack2004-05-031-25/+10
* revert cuser from pointer to buffer.ptt2004-04-211-16/+16
* remove unsigned int for moneyptt2004-04-071-1/+1
* Fix warning, including:scw2004-04-021-4/+8
* add mmap to cuser get ride of passwd_updateptt2004-03-311-17/+17
* Wrong buffer size.scw2004-02-191-2/+2
* rm SUPPORT_GB codevictor2004-01-091-6/+1
* use open() instead of fopen() in log_file()in22003-12-071-2/+2
* clean upkcwu2003-09-071-13/+1
* fix last commit bugvictor2003-07-171-1/+4
* fix last commit errorvictor2003-07-171-13/+14
* random signaturevictor2003-07-171-8/+11
* assert() the return value of strchr() strrchr()kcwu2003-06-281-1/+2
* remove unused variablekcwu2003-06-261-16/+2
* add commentsin22003-06-251-1/+27
* code auditkcwu2003-06-231-2/+3
* fix bugin22003-06-191-2/+2
* fix a bug of buffer overflowin22003-05-271-2/+2
* dirty fix. would this cause memory leak?in22003-04-101-1/+5
* fix bug, add debug information if DEBUGin22003-04-101-2/+12
* reduce memory usagein22003-04-091-16/+47
* fix strange syntax informed by gcc -Wkcwu2003-01-201-2/+2
* * there are so many fopen() without fclose()kcwu2003-01-201-2/+4
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-3/+3
* make gcc33 happyin22003-01-011-7/+9
* use gcc's extension to check format stringkcwu2002-12-261-2/+3
* *** empty log message ***ptt2002-11-231-5/+5
* editlock by flock()in22002-11-071-37/+1
* MAX_EDIT_LINEin22002-10-261-1/+7
* not only long screen, but also width screenkcwu2002-09-111-3/+5
* fix memory errorin22002-08-251-1/+2
* edit lockin22002-08-251-1/+38
* remove OUTTA_CACHEin22002-08-201-4/+1
* sprintf() -> snprintf()in22002-07-231-9/+12
* indent -i4in22002-07-211-38/+38
* strcpy() -> strlcpy()in22002-07-211-12/+12
* indentin22002-07-061-828/+894
* global variable move to var.cin22002-06-041-47/+2
* fix idle a bitptt2002-05-151-4/+4
* fix post moneyptt2002-05-151-5/+4
* replace time(NULL) by nowptt2002-05-131-3/+2
* fix last commitin22002-05-011-2/+2
* change real_name[20] to real_name[IDLEN+2]in22002-05-011-2/+2
* change getdata() constant to sizeof()in22002-04-291-16/+19
* for mbbsd.iccin22002-04-271-2/+2
* fix bug (MDCACHE)in22002-04-161-2/+2
* MDCACHEin22002-04-151-1/+5
* Initial revisionin22002-03-071-0/+2256