summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
Commit message (Expand)AuthorAgeFilesLines
* fix of cursor errorptt.fpgptt2004-07-111-1/+5
* scroll fixptt2004-07-111-2/+6
* Typo ^R-> ^Pptt2004-07-111-2/+2
* color fixptt2004-07-111-6/+7
* editor Ctrl('P') functionptt2004-07-111-8/+216
* merge back from victor.screen branchvictor2004-06-121-1/+1
* replace some prints() with outs(),kcwu2004-06-101-4/+3
* strcasestr() is OS dependent functionkcwu2004-06-041-15/+0
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* re-add anti-robot in editKuolin.test@2043ptt2004-06-021-1/+12
* edit.c: just need to fopenvictor2004-05-191-7/+2
* change log_file()ptt2004-04-301-13/+0
* 1.avoid bottom black holeptt2004-04-291-1/+1
* little bug report fixedptt2004-04-241-7/+6
* modify a little for vmsgptt2004-04-241-2/+2
* reoragnize functions ptt2004-04-241-2/+1
* integrate igetkey igetch egetchptt2004-04-241-2/+2
* 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