| Commit message (Expand) | Author | Age | Files | Lines |
* | more statistic | kcwu | 2005-03-27 | 4 | -0/+46 |
* | fix bug introduced by r2627 | kcwu | 2005-03-27 | 1 | -3/+3 |
* | fix condition of friend test to avoid lookup file | kcwu | 2005-03-27 | 1 | -1/+1 |
* | fix format string | kcwu | 2005-03-27 | 1 | -1/+1 |
* | remove dead code. its key has been overrided. | kcwu | 2005-03-27 | 1 | -85/+1 |
* | fix typo | kcwu | 2005-03-27 | 1 | -2/+2 |
* | typo? | kcwu | 2005-03-27 | 1 | -1/+1 |
* | show message to tell user crash | kcwu | 2005-03-27 | 1 | -1/+7 |
* | long screen support at login. | in2 | 2005-03-25 | 1 | -4/+37 |
* | fix compile error | wens | 2005-03-24 | 2 | -5/+2 |
* | Check if the board is already in fav list when adding | scw | 2005-03-23 | 1 | -1/+4 |
* | avoid to use c99 syntax | kcwu | 2005-03-22 | 1 | -1/+1 |
* | bind xchatd to localhost only | wens | 2005-03-21 | 1 | -1/+1 |
* | fix compile error | kcwu | 2005-03-20 | 1 | -7/+7 |
* | fix compile error | kcwu | 2005-03-20 | 1 | -1/+1 |
* | make gcc-3.4 happy | kcwu | 2005-03-20 | 3 | -223/+229 |
* | make gcc-3.4 happy | kcwu | 2005-03-20 | 1 | -16/+16 |
* | make gcc-3.4 happy | kcwu | 2005-03-20 | 1 | -20/+20 |
* | fix compile error | kcwu | 2005-03-20 | 1 | -0/+1 |
* | fix compile error | kcwu | 2005-03-20 | 1 | -0/+3 |
* | comment on bad code | kcwu | 2005-03-19 | 1 | -0/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2660 63ad8ddf-47c3-03... | kcwu | 2005-03-19 | 0 | -0/+0 |
* | remove unused variable. | kcwu | 2005-03-19 | 1 | -2/+2 |
* | Backup screen without hole. Save 8~11kb for normal user. | kcwu | 2005-03-19 | 2 | -4/+8 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2657 63ad8ddf-47c3-03... | kcwu | 2005-03-19 | 0 | -0/+0 |
* | const qualifier | kcwu | 2005-03-19 | 2 | -2/+2 |
* | replace strcat with strlcat | kcwu | 2005-03-19 | 1 | -2/+2 |
* | fix bug: always clear quote_file after use. (esp. cancel) | kcwu | 2005-03-19 | 1 | -0/+2 |
* | statistic for user's first login today | kcwu | 2005-03-19 | 3 | -3/+14 |
* | localtime() may destory its return buffer after second call | kcwu | 2005-03-19 | 1 | -6/+6 |
* | statistic | kcwu | 2005-03-19 | 14 | -2/+112 |
* | label mbbsd in minute precision | kcwu | 2005-03-19 | 1 | -2/+2 |
* | make usage of shmctl look better | kcwu | 2005-03-19 | 1 | -21/+34 |
* | remove dead code | kcwu | 2005-03-19 | 1 | -5/+0 |
* | extract unit of login times | kcwu | 2005-03-19 | 1 | -2/+3 |
* | test if SHM->gap are all zero | kcwu | 2005-03-19 | 1 | -0/+42 |
* | less warning | kcwu | 2005-03-19 | 18 | -112/+161 |
* | currboard is constant pointer | kcwu | 2005-03-19 | 3 | -3/+3 |
* | don't call system() in simple case | kcwu | 2005-03-19 | 2 | -4/+3 |
* | save about 500 bytes stack | kcwu | 2005-03-19 | 3 | -3/+3 |
* | all use same same of io buffer | kcwu | 2005-03-19 | 1 | -6/+2 |
* | remove dead code | kcwu | 2005-03-19 | 6 | -115/+0 |
* | comment on bad code | kcwu | 2005-03-19 | 1 | -0/+2 |
* | change author of waterlog. to avoid editing. | kcwu | 2005-03-19 | 1 | -1/+1 |
* | refactor post article | kcwu | 2005-03-19 | 2 | -82/+36 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2636 63ad8ddf-47c3-03... | kcwu | 2005-03-19 | 0 | -0/+0 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2635 63ad8ddf-47c3-03... | kcwu | 2005-03-19 | 0 | -0/+0 |
* | less hard coded path/string. | kcwu | 2005-03-19 | 10 | -24/+26 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 2 | -3/+3 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 47 | -496/+500 |
* | don't display board users on userlist in case of cooldown | wens | 2005-03-19 | 1 | -1/+5 |
* | remove display of board users when cool down | ptt | 2005-03-19 | 1 | -2/+7 |
* | fix bug for r2580 | in2 | 2005-03-16 | 2 | -18/+22 |
* | make non-c99 compiler happy | kcwu | 2005-03-15 | 2 | -2/+2 |
* | warning: searchuser() getuser() API change, don't change query string implici... | kcwu | 2005-03-15 | 23 | -53/+53 |
* | user defined show 壽星 or not | in2 | 2005-03-15 | 2 | -23/+31 |
* | Change the display of L+M. It become '!' | ptt | 2005-03-15 | 1 | -1/+6 |
* | fix bug of reading buffer | victor | 2005-03-14 | 2 | -4/+6 |
* | remove 壽星 (prevent violating 個人資料保護法) | in2 | 2005-03-14 | 3 | -4/+0 |
* | pass (1, argv) into sub main functions | in2 | 2005-03-14 | 1 | -3/+3 |
* | kick guest who idle more then 15 minutes | kcwu | 2005-03-14 | 1 | -17/+16 |
* | bugfix: some user will always stay in friends' friend list after logout | kcwu | 2005-03-14 | 2 | -4/+4 |
* | only articles with S and M flags could not be pushed. | in2 | 2005-03-14 | 1 | -1/+1 |
* | fix r2613 | in2 | 2005-03-13 | 2 | -4/+4 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2617 63ad8ddf-47c3-03... | kcwu | 2005-03-13 | 0 | -0/+0 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2616 63ad8ddf-47c3-03... | kcwu | 2005-03-13 | 0 | -0/+0 |
* | fix bug: if user disconnected during login, goodpost will be reseted to 0. | kcwu | 2005-03-13 | 1 | -4/+4 |
* | remove dead file | kcwu | 2005-03-13 | 2 | -51/+1 |
* | use Copy() instead Link() for most cases | in2 | 2005-03-13 | 3 | -45/+24 |
* | fix dark screen bug | ptt | 2005-03-13 | 1 | -2/+2 |
* | solved what DonaldLam said about allpost problem | ptt | 2005-03-13 | 1 | -29/+28 |
* | ld --sort-common, reduce bss section align overhead about 300~400 bytes | kcwu | 2005-03-12 | 1 | -0/+5 |
* | remove unused global variables | kcwu | 2005-03-12 | 1 | -4/+0 |
* | forget commit this file | kcwu | 2005-03-12 | 1 | -1/+1 |
* | move global variable into local, 587 bytes | kcwu | 2005-03-12 | 6 | -51/+65 |
* | move global variable into local | kcwu | 2005-03-12 | 1 | -10/+9 |
* | chicken aging problem: don't use other's age in calculation | kcwu | 2005-03-12 | 1 | -1/+1 |
* | r2623@m722: kcwu | 2005-03-12 20:21:28 +0800 | kcwu | 2005-03-12 | 1 | -5/+13 |
* | r2622@m722: kcwu | 2005-03-12 20:11:10 +0800 | kcwu | 2005-03-12 | 1 | -136/+145 |
* | move global variable into local | kcwu | 2005-03-12 | 1 | -195/+219 |
* | move 76 bytes global variable into local | kcwu | 2005-03-12 | 1 | -161/+157 |
* | move 232 bytes from data section to rodata section | kcwu | 2005-03-12 | 8 | -43/+43 |
* | fix XXX | in2 | 2005-03-12 | 1 | -6/+2 |
* | add comment about WYchuang@ptt's suggestion | kcwu | 2005-03-12 | 1 | -0/+3 |
* | remove "proverb" function, which doesn't work for a long time | kcwu | 2005-03-12 | 5 | -44/+2 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 24 | -62/+77 |
* | move global variable into local, save another 414 bytes | kcwu | 2005-03-12 | 1 | -137/+141 |
* | makefile cleanup | kcwu | 2005-03-12 | 2 | -1/+3 |
* | makefile clean up | kcwu | 2005-03-12 | 5 | -28/+22 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 38 | -212/+217 |
* | move global variable to local, save another 536 bytes | kcwu | 2005-03-12 | 4 | -44/+60 |
* | symlink(src, dst) instead of symlink(dst, src) | in2 | 2005-03-12 | 1 | -1/+1 |
* | fix bad code | kcwu | 2005-03-10 | 2 | -3/+8 |
* | r2586@m722: kcwu | 2005-03-10 18:01:58 +0800 | kcwu | 2005-03-10 | 1 | -1/+3 |
* | fix bug | wens | 2005-03-10 | 1 | -6/+6 |
* | Fix compile error when not defining USE_HUGETLB. | scw | 2005-03-09 | 1 | -2/+2 |
* | No talk/chess request allowed when watching Chinese chess. | scw | 2005-03-09 | 1 | -1/+1 |
* | bid 1 for root | in2 | 2005-03-09 | 1 | -2/+2 |
* | fix alignment and permission problems when USE_HUGETLB. | in2 | 2005-03-09 | 5 | -25/+36 |
* | add "cool down" feature for boards. | wens | 2005-03-09 | 9 | -17/+145 |
* | add support for hugetblpage of Linux 2.6 | wens | 2005-03-08 | 5 | -4/+27 |
* | remove personal ident for registration. | in2 | 2005-03-08 | 5 | -83/+20 |
* | Make matching of chess country picture more currectly. | scw | 2005-03-08 | 1 | -1/+4 |
* | fix bug | wens | 2005-03-06 | 2 | -2/+2 |
* | don't delete password trial by default. | kcwu | 2005-03-06 | 1 | -1/+1 |
* | use domain_name_query.cidr instead domain_name_query | in2 | 2005-03-05 | 1 | -1/+1 |
* | fix last commit | wens | 2005-03-03 | 2 | -4/+4 |
* | Post limits do not apply to BMs and SYSOPs | wens | 2005-03-03 | 2 | -8/+12 |
* | add regtime to post & vote limits | wens | 2005-03-03 | 5 | -20/+50 |
* | fix bugs in revision 2570 | victor | 2005-03-03 | 1 | -1/+2 |
* | show a message for hidden password input | in2 | 2005-03-03 | 1 | -0/+2 |
* | dietlibc friendly | wens | 2005-03-03 | 1 | -1/+2 |
* | warning free: "static" should be in front of "const" | kcwu | 2005-03-03 | 9 | -25/+25 |
* | able to choose ip to bind | wens | 2005-03-02 | 3 | -7/+14 |
* | typo | kcwu | 2005-03-01 | 1 | -1/+1 |
* | use FNV hash function | kcwu | 2005-02-28 | 1 | -14/+2 |
* | fix message typo | kcwu | 2005-02-28 | 1 | -4/+2 |
* | add code question comment | kcwu | 2005-02-28 | 1 | -1/+1 |
* | bug fix: fix the potential of char overflow | kcwu | 2005-02-28 | 1 | -4/+6 |
* | reduce system call | kcwu | 2005-02-28 | 1 | -13/+13 |
* | MALLOC & FREE should be paired | kcwu | 2005-02-28 | 1 | -1/+1 |
* | fix last commit | kcwu | 2005-02-28 | 1 | -2/+2 |
* | don't trust string on shm, to avoid crash | kcwu | 2005-02-28 | 1 | -2/+2 |
* | fix illegal top_of_win, and add comment on oldcurrline | victor | 2005-02-27 | 1 | -1/+14 |
* | fix mem leak | victor | 2005-02-27 | 1 | -30/+13 |
* | Reenable Chinese chess watching. | scw | 2005-02-26 | 2 | -17/+32 |
* | fix bug | in2 | 2005-02-26 | 1 | -3/+3 |
* | reduce number of system call | kcwu | 2005-02-26 | 1 | -4/+4 |
* | reduce some hundred of system call for each logout | kcwu | 2005-02-26 | 1 | -14/+14 |
* | run timed just after attach_SHM() | kcwu | 2005-02-26 | 1 | -5/+5 |
* | don't use too much memory for hash slot | kcwu | 2005-02-26 | 1 | -1/+1 |
* | fix HASH_BITS checking condition. | kcwu | 2005-02-26 | 3 | -7/+9 |
* | * use fnv hash function for all hash. | kcwu | 2005-02-26 | 11 | -144/+133 |
* | fix bug of buffer pasting | victor | 2005-02-25 | 1 | -0/+1 |
* | add comment for bid_t and userec_t | wens | 2005-02-25 | 1 | -57/+58 |
* | fix 'internal error' when deleting articles from other sites. | in2 | 2005-02-25 | 1 | -1/+2 |
* | defer fav_load() to choose_board() if the user didn't subscribe new boards. | kcwu | 2005-02-25 | 1 | -4/+6 |
* | import FNV hash function. | kcwu | 2005-02-25 | 3 | -20/+151 |
* | system() should not be there | victor | 2005-02-25 | 1 | -1/+0 |
* | missing commit for 2541 | in2 | 2005-02-25 | 3 | -3/+3 |
* | add Account Registration (PERM_REG) for registration. | in2 | 2005-02-25 | 4 | -11/+15 |
* | dynamic allocate TagList[], save 2kb memory. | kcwu | 2005-02-25 | 2 | -8/+9 |
* | for saving memory, perl script to filter out unnecessary environment variables | kcwu | 2005-02-25 | 1 | -0/+28 |
* | use only single malloc in initsetproctitle() | kcwu | 2005-02-25 | 1 | -3/+11 |
* | only users with PERM_LOGINOK instead of PERM_BASIC could | in2 | 2005-02-24 | 2 | -2/+2 |
* | warning free | kcwu | 2005-02-24 | 1 | -2/+0 |
* | fix dietlibc support | kcwu | 2005-02-24 | 3 | -3/+19 |
* | add dietlibc support, reduced 16kb memory usage on linux x86_64. | kcwu | 2005-02-24 | 7 | -13/+751 |
* | don't link -lcrypt anymore | kcwu | 2005-02-24 | 1 | -1/+1 |
* | remove descrypt.c. | kcwu | 2005-02-24 | 2 | -626/+6 |
* | pset svn:keywords id | kcwu | 2005-02-24 | 0 | -0/+0 |
* | use libdes crypt() to save lots of memory, more than 100kb! | kcwu | 2005-02-24 | 2 | -2/+45 |
* | import crypt.c taken from ssh 1.2.33 | kcwu | 2005-02-24 | 1 | -0/+604 |
* | avoid use math library (-lm). | kcwu | 2005-02-24 | 3 | -5/+132 |
* | log outcome of chess playing | kcwu | 2005-02-24 | 1 | -0/+12 |
* | make valgrind happy | kcwu | 2005-02-24 | 1 | -0/+10 |
* | fix bug | in2 | 2005-02-23 | 1 | -2/+2 |
* | add mallopt option | victor | 2005-02-20 | 2 | -13/+36 |
* | s/#ifdef/#if/ | victor | 2005-02-19 | 2 | -4/+4 |
* | define FOREIGN_REG to allow foreigner's registration | victor | 2005-02-19 | 2 | -4/+8 |
* | in CRITICAL_MEMORY, alloc water[] when it's needed. | in2 | 2005-02-19 | 2 | -2/+16 |
* | rewrite | in2 | 2005-02-19 | 1 | -1/+8 |
* | background load bottom after sort_bcache() or damage whole system, | in2 | 2005-02-18 | 1 | -6/+14 |
* | showplans() does not always called after getuser() so that it should | scw | 2005-02-18 | 1 | -0/+3 |
* | fix domenu's bug | victor | 2005-02-18 | 2 | -8/+20 |
* | fix broadcast condition | kcwu | 2005-02-18 | 1 | -1/+1 |
* | missing #ifdef/endif pair | victor | 2005-02-16 | 2 | -0/+4 |
* | fix KEY_END's bug in ansimode | victor | 2005-02-16 | 1 | -7/+13 |
* | fix block cutting's problem (free an freed pointer, oldcurrline) | victor | 2005-02-16 | 1 | -11/+24 |
* | fix setperm's bug, check NULL condition first in set_attr | victor | 2005-02-15 | 2 | -9/+13 |
* | fix the fault while buying ex-email. | ptt | 2005-02-14 | 2 | -7/+8 |
* | revert trunk/pttbbs/pttbbs.mk | victor | 2005-02-14 | 2 | -2/+2 |
* | commit local change of {read,write}_favrec, which solved the problem of point... | victor | 2005-02-14 | 4 | -10/+46 |
* | Match prefix instead of whole string when scanning chess country photo. | scw | 2005-02-13 | 1 | -1/+3 |
* | fix r2499 in _BBS_UTIL_C_ mode. | in2 | 2005-02-13 | 1 | -0/+4 |
* | if exec(2) fails, sleep 3 secs to prevent flooding | in2 | 2005-02-12 | 1 | -0/+1 |
* | add include headers in FreeBSD | in2 | 2005-02-12 | 1 | -0/+2 |
* | Complete groups as well as boards in m_board() | scw | 2005-02-12 | 4 | -1/+16 |
* | Fix quoting and file editing bug. | scw | 2005-02-12 | 1 | -2/+2 |
* | Strip escape sequences and spaces in country name when playing gomoku. | scw | 2005-02-12 | 1 | -2/+18 |
* | show a warning message if SYSOP enters a hidden board | in2 | 2005-02-12 | 1 | -0/+7 |
* | add comment for hbflcheck() | in2 | 2005-02-12 | 1 | -0/+1 |
* | check if uid is in range in deumoney(). or damage SHM. | in2 | 2005-02-12 | 4 | -4/+9 |
* | Undo in gomoku needs opposite's comfirm. | scw | 2005-02-12 | 1 | -22/+70 |
* | avoid integer overflow | kcwu | 2005-02-12 | 1 | -1/+1 |
* | rewrite few lines. | kcwu | 2005-02-12 | 6 | -28/+25 |
* | Use chomp() instead of assigning '\0' directly. | scw | 2005-02-12 | 6 | -14/+14 |
* | Gomoku playing screen changed. Money is no longer shown. | scw | 2005-02-12 | 1 | -4/+37 |
* | change ctime to ctime4 | wens | 2005-02-11 | 1 | -2/+2 |
* | Fix gomoku log problem. | scw | 2005-02-11 | 1 | -1/+7 |
* | When OLDRECOMMAND is defined, we don't have to care about BRD_NOBOO. | scw | 2005-02-11 | 1 | -3/+15 |
* | make valgrind happy | kcwu | 2005-02-10 | 2 | -1/+11 |
* | bug fix: correctly adjustline() on current line with big buffer | kcwu | 2005-02-10 | 1 | -3/+8 |
* | merge from branches/victor.edit | kcwu | 2005-02-10 | 4 | -720/+1184 |
* | slight changes | kcwu | 2005-02-10 | 3 | -4/+7 |
* | * add random self-test. | kcwu | 2005-02-10 | 1 | -6/+227 |
* | Recommand code clean up and make length limit depend on ID length. | scw | 2005-02-09 | 1 | -27/+28 |
* | fix last commit | kcwu | 2005-02-09 | 1 | -1/+1 |
* | QP encode mail subject (rfc2047). | kcwu | 2005-02-09 | 1 | -3/+39 |
* | fix typo of chat action command | kcwu | 2005-02-08 | 1 | -1/+1 |
* | bug fix: don't use free'd pointer | kcwu | 2005-02-08 | 1 | -2/+4 |
* | code clean up. rewrite few lines. | kcwu | 2005-02-08 | 1 | -652/+257 |
* | warning free | kcwu | 2005-02-08 | 1 | -1/+1 |
* | Fix generalnamecomplete segmentation fault. | scw | 2005-02-08 | 1 | -1/+1 |
* | Using `&func_name' instead of direct `func_name' as function pointer. | scw | 2005-02-08 | 1 | -9/+9 |
* | change broadcast default prompt from 'y' to 'n', patched by ledia. | kcwu | 2005-02-08 | 1 | -3/+3 |
* | bug fix: fix broadcast linklist | kcwu | 2005-02-06 | 1 | -2/+2 |
* | replace strstr_lower(), which cause buffer overflow with strcasestr() | kcwu | 2005-02-06 | 4 | -12/+2 |
* | fix another friend[] overflowing in OUTTACACHE | in2 | 2005-02-06 | 1 | -1/+3 |
* | fix friend[] overflowing when using utmpserver. | in2 | 2005-02-06 | 2 | -1/+9 |
* | logout_friend_online() fault tolerant | kcwu | 2005-02-06 | 2 | -16/+25 |
* | Fix r2468. | scw | 2005-02-06 | 1 | -1/+1 |
* | code clean up. | kcwu | 2005-02-06 | 1 | -45/+49 |
* | * In generalnamecomplete(), complete as more as possible when space (' ') | scw | 2005-02-05 | 8 | -106/+116 |
* | Clean up unused code and commented code. | scw | 2005-02-05 | 2 | -13/+0 |
* | bug fix: variable uninitialized in utmpfix daemon-sleep mode.victor.edit@2465 | kcwu | 2005-02-05 | 1 | -0/+2 |
* | comment on questionable comment | kcwu | 2005-02-05 | 1 | -1/+4 |
* | remove backup file...version control system rules! | kcwu | 2005-02-05 | 1 | -363/+0 |
* | fix bad big5 character in comment | kcwu | 2005-02-05 | 1 | -1/+1 |
* | change function declare from k&r style to ansi style. | kcwu | 2005-02-05 | 2 | -285/+108 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 17 | -25/+25 |
* | recount n_bottom for each board after reloadbcache | in2 | 2005-02-04 | 1 | -0/+16 |
* | for sysop to recover board. | ptt | 2005-02-04 | 1 | -6/+2 |
* | don't reset random seed for each game. | kcwu | 2005-02-03 | 1 | -2/+2 |
* | comment on bad random number usage | kcwu | 2005-02-03 | 2 | -3/+4 |
* | Fix dark screen problem | ptt | 2005-02-03 | 1 | -1/+1 |
* | remove hard coded "PttLaw"./ | ptt | 2005-02-03 | 1 | -6/+6 |
* | fix one char in displaying | ptt | 2005-02-03 | 1 | -1/+1 |
* | guest can post for jdwreck | ptt | 2005-02-03 | 3 | -2/+3 |
* | Chess country plan showing problem. Display country plan on | scw | 2005-02-02 | 2 | -2/+2 |
* | in utmpfix, send SIGKILL if the processes are not response to SIGHUP. | in2 | 2005-01-31 | 1 | -9/+35 |
* | Allowing reply inviting request. | scw | 2005-01-30 | 2 | -3/+4 |
* | Missing commit. | scw | 2005-01-30 | 1 | -1/+1 |
* | Do not overwrite chess_list when creating man files. | scw | 2005-01-30 | 1 | -12/+20 |
* | fix r2438 with TIMET64 | in2 | 2005-01-30 | 1 | -3/+2 |
* | remove useless \n | in2 | 2005-01-30 | 1 | -1/+1 |
* | remove bad characters in title. some bbs site like | in2 | 2005-01-30 | 1 | -1/+10 |
* | redraw help bar to avoid overrided by water ball. | scw | 2005-01-29 | 1 | -1/+2 |
* | cut hash if there is big trouble and fix it later. | ptt | 2005-01-29 | 1 | -0/+1 |
* | fix bug for new user | ptt | 2005-01-29 | 1 | -1/+1 |
* | uhash problem | ptt | 2005-01-28 | 2 | -24/+5 |
* | fix a bug on remove . | ptt | 2005-01-28 | 1 | -4/+10 |
* | add TIMET64 for both 4 or 8 bytes time_t | in2 | 2005-01-27 | 5 | -12/+27 |
* | fix iconv | wens | 2005-01-27 | 1 | -4/+4 |
* | remove redundent ctime4 | wens | 2005-01-27 | 1 | -7/+0 |
* | Let admin fix passwd shm on the fly. | ptt | 2005-01-27 | 1 | -27/+62 |
* | for x86-64 | in2 | 2005-01-25 | 2 | -9/+10 |
* | Collect all the five chess log to a board if GLOBAL_FIVECHESS_LOG | scw | 2005-01-25 | 3 | -26/+76 |
* | change time_t to time4_t | wens | 2005-01-25 | 1 | -2/+7 |
* | more ctime to ctime4 | wens | 2005-01-25 | 3 | -3/+3 |