index
:
pttbbs
Jaky.i18n
Jaky.i18n@1075
Jaky.i18n@1807
Kuolin.test
Kuolin.test@1075
Kuolin.test@2043
Ptt.merge
Ptt.merge@1075
Ptt.merge@2064
Ptt.read
Ptt.read@1075
Ptt.read@1812
Ptt.read@1861
Ptt.register
Ptt.register@1075
Ptt.register@1785
Ptt.save_title
Ptt.save_title@1075
Ptt.save_title@2006
bank
bank@1101
in2.newman
mhsin.bindexec
not-maintained
not-maintained@4903
outtacache
outtacache@1075
outtacache@1669
piaip.automake
piaip.automake@1075
piaip.automake@3147
piaip.newlayout
piaip.newlayout@1075
piaip.newlayout@4011
ptt.fpg
ptt.fpg@1075
ptt.fpg@2092
ptt.fpg@2121
ptt.linux
ptt.linux@1075
ptt.linux@2330
ptt.testclient
ptt.testclient@1075
ptt.testclient@2117
pttbbs.dbx
pttbbs.no_pwcu
pttbbs.no_pwcu@1075
pttbbs.no_pwcu@4824
pttbbs.pwcu
pttbbs.pwcu@1075
pttbbs.pwcu@4781
pttbbs.sr_digest
pttbbs.sr_digest@1075
pttbbs.sr_digest@4904
pttbbs.vice_log
refactor
refactor@1075
refactor@3551
scw.angel
scw.angel@1075
scw.angel@1825
scw.brc2
scw.brc2@1075
scw.brc2@1625
scw.telnet
scw.telnet@1075
scw.telnet@2100
test
trunk
trunk@1075
victor.bank
victor.edit
victor.edit@1075
victor.edit@2465
victor.fav4
victor.fav4.bak
victor.gb
victor.screen
victor.screen@1075
victor.screen@2015
victor.solaris
victor.solaris@1075
victor.solaris@2177
victor.symblic
victor.symblic@1075
victor.symblic@1555
victor.tmp
The most popular BBS site in Taiwan (http://opensvn.csie.org/pttbbs)
LAN-TW
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mbbsd
/
chicken.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New style to specify ANSI escape commands.
piaip
2005-06-08
1
-59
/
+59
*
Calculate chicken age AFTER buying or recovering.
scw
2005-05-27
1
-1
/
+1
*
add 'const' qualifiers on function parameters.
kcwu
2005-03-19
1
-4
/
+4
*
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
*
move global variable xuser into local, save 512 bytes.
kcwu
2005-03-12
1
-5
/
+3
*
explicitly tell C compiler functions have no parameter
kcwu
2005-03-12
1
-16
/
+16
*
avoid integer overflow
kcwu
2005-02-12
1
-1
/
+1
*
replace rand() with random() for better randomness
kcwu
2005-02-04
1
-4
/
+4
*
use ctime4 for compat on x86_64
wens
2005-01-25
1
-5
/
+5
*
use time4_t(uint32_t) instead of time_t for x86-64 arch.
in2
2005-01-24
1
-6
/
+6
*
To avoid huge load, sleep 0.1s after each card game, chichken, gamble transac...
kcwu
2004-11-06
1
-0
/
+1
*
use correct type: size_t/int/long/pointer
in2
2004-07-30
1
-1
/
+1
*
replace some prints() with outs(),
kcwu
2004-06-10
1
-1
/
+1
*
use 'const' keyword to reduce 7904 bytes data segment
kcwu
2004-06-04
1
-5
/
+5
*
remove prototypes of not exist functions
kcwu
2004-06-04
1
-18
/
+0
*
s/\\n// foreach vmsg("xxx")
victor
2004-05-18
1
-1
/
+1
*
in log_file(), use LOG_VF if need to vfprintf().
in2
2004-05-03
1
-5
/
+6
*
change a little in chicken log_file
ptt
2004-04-30
1
-16
/
+10
*
change log_file()
ptt
2004-04-30
1
-29
/
+21
*
reoragnize functions
ptt
2004-04-24
1
-9
/
+4
*
integrate igetkey igetch egetch
ptt
2004-04-24
1
-1
/
+1
*
revert cuser from pointer to buffer.
ptt
2004-04-21
1
-34
/
+33
*
chicken bug
ptt
2004-03-31
1
-3
/
+22
*
refining
ptt
2004-03-31
1
-5
/
+5
*
add mmap to cuser get ride of passwd_update
ptt
2004-03-31
1
-17
/
+17
*
use open() instead of fopen() in log_file()
in2
2003-12-07
1
-10
/
+10
*
clean up
kcwu
2003-09-07
1
-10
/
+10
*
change prompt for getting a new pet
victor
2003-09-01
1
-4
/
+5
*
add two kinds of pets
victor
2003-09-01
1
-8
/
+12
*
fix strange syntax
kcwu
2003-06-28
1
-3
/
+3
*
���L�����o��
in2
2003-04-27
1
-6
/
+9
*
reduce array size, save 360byte
kcwu
2003-01-16
1
-2
/
+2
*
sprintf() -> snprintf()
in2
2002-07-23
1
-44
/
+53
*
indent -i4
in2
2002-07-21
1
-28
/
+28
*
strcpy() -> strlcpy()
in2
2002-07-21
1
-5
/
+6
*
indent
in2
2002-07-06
1
-397
/
+451
*
only one shared memory
in2
2002-06-07
1
-2
/
+2
*
global variable move to var.c
in2
2002-06-04
1
-24
/
+2
*
replace time(NULL) by now
ptt
2002-05-13
1
-15
/
+9
*
change getdata() constant to sizeof()
in2
2002-04-29
1
-5
/
+7
*
Initial revision
in2
2002-03-07
1
-0
/
+989