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
/
vote.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move 232 bytes from data section to rodata section
kcwu
2005-03-12
1
-9
/
+9
*
explicitly tell C compiler functions have no parameter
kcwu
2005-03-12
1
-4
/
+4
*
Use chomp() instead of assigning '\0' directly.
scw
2005-02-12
1
-2
/
+2
*
use ctime4 for compat on x86_64
wens
2005-01-25
1
-4
/
+4
*
use time4_t(uint32_t) instead of time_t for x86-64 arch.
in2
2005-01-24
1
-17
/
+17
*
remove unneseccery barrier of poll closing
victor
2004-11-18
1
-14
/
+24
*
try to fix strange behavior of bvote
victor
2004-11-11
1
-22
/
+8
*
fix bvote problem
victor
2004-11-01
1
-260
/
+192
*
use vmsg() instead of outs() + pressanykey()
in2
2004-08-27
1
-2
/
+1
*
use correct type: size_t/int/long/pointer
in2
2004-07-30
1
-1
/
+1
*
fix for compile
kcwu
2004-06-10
1
-4
/
+7
*
replace some prints() with outs(),
kcwu
2004-06-10
1
-10
/
+9
*
return local variable
victor
2004-06-10
1
-4
/
+6
*
use 'const' keyword to reduce 7904 bytes data segment
kcwu
2004-06-04
1
-7
/
+7
*
show the current/max page in vote
victor
2004-05-17
1
-1
/
+1
*
reoragnize functions
ptt
2004-04-24
1
-2
/
+1
*
remove prefix n of vmsg call
victor
2004-04-22
1
-6
/
+6
*
revert cuser from pointer to buffer.
ptt
2004-04-21
1
-2
/
+2
*
1.change outs pressanykey -> vmsg
ptt
2004-04-14
1
-14
/
+7
*
add mmap to cuser get ride of passwd_update
ptt
2004-03-31
1
-2
/
+2
*
turn up the vote duration
victor
2004-02-29
1
-3
/
+3
*
i didn't do it
victor
2004-02-24
1
-2
/
+2
*
clear() -> clrtobot(), fix wrong page calculation
victor.symblic@1555
victor
2004-02-22
1
-2
/
+3
*
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1552 63ad8ddf-47c3-03...
victor
2004-02-20
1
-1
/
+1
*
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1551 63ad8ddf-47c3-03...
victor
2004-02-20
1
-10
/
+10
*
open 0600
victor
2004-02-20
1
-4
/
+6
*
forget to rename
victor
2004-02-20
1
-2
/
+6
*
add help, fix typo
victor
2004-02-20
1
-8
/
+5
*
convert ballots file
victor
2004-02-20
1
-5
/
+23
*
multi-page vote
victor
2004-02-20
1
-93
/
+198
*
Rewrite strip_ansi() (also move from vote.c to io.c).
scw
2003-12-24
1
-34
/
+0
*
fix wrong result of vote
victor
2003-11-28
1
-18
/
+16
*
1. fix invalid operation
victor
2003-11-14
1
-2
/
+4
*
fix typo
kcwu
2003-07-07
1
-5
/
+5
*
fix input length of voting
in2
2003-03-03
1
-2
/
+10
*
* there are so many fopen() without fclose()
kcwu
2003-01-20
1
-18
/
+21
*
remove unnecessary `static' keyword from some local variable
kcwu
2003-01-16
1
-2
/
+2
*
make gcc33 happy
in2
2003-01-01
1
-2
/
+2
*
sprintf() -> snprintf()
in2
2002-07-23
1
-25
/
+40
*
fix last commit(about sprintf->snprintf)
kcwu
2002-07-22
1
-23
/
+23
*
check the using of `sizeof' with strlcpy()
kcwu
2002-07-22
1
-30
/
+30
*
indent -i4
in2
2002-07-21
1
-21
/
+21
*
strcpy() -> strlcpy()
in2
2002-07-21
1
-46
/
+46
*
indent
in2
2002-07-06
1
-391
/
+419
*
global variable move to var.c
in2
2002-06-04
1
-29
/
+3
*
*** empty log message ***
ptt
2002-05-25
1
-3
/
+3
*
replace time(NULL) by now
ptt
2002-05-13
1
-12
/
+6
*
change getdata() constant to sizeof()
in2
2002-04-29
1
-5
/
+7
*
*** empty log message ***
ptt
2002-03-30
1
-1
/
+1
*
*** empty log message ***
ptt
2002-03-29
1
-20
/
+17
*
*** empty log message ***
ptt
2002-03-29
1
-7
/
+7
*
boards/<hash>/<brdname>
in2
2002-03-10
1
-3
/
+3
*
Initial revision
in2
2002-03-07
1
-0
/
+1068