Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/hack



Module Name:    src
Committed By:   dholland
Date:           Sun Jun  7 20:13:18 UTC 2009

Modified Files:
        src/games/hack: extern.h hack.do_name.c hack.eat.c hack.end.c
            hack.fight.c hack.invent.c hack.main.c hack.objnam.c hack.options.c
            hack.pri.c hack.rip.c hack.shk.c hack.topl.c hack.unix.c

Log Message:
sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate
XXX: there's still one sprintf left which will take some hacking to expunge.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/hack/extern.h src/games/hack/hack.pri.c
cvs rdiff -u -r1.8 -r1.9 src/games/hack/hack.do_name.c \
    src/games/hack/hack.objnam.c src/games/hack/hack.options.c
cvs rdiff -u -r1.7 -r1.8 src/games/hack/hack.eat.c
cvs rdiff -u -r1.11 -r1.12 src/games/hack/hack.end.c \
    src/games/hack/hack.invent.c src/games/hack/hack.main.c \
    src/games/hack/hack.unix.c
cvs rdiff -u -r1.9 -r1.10 src/games/hack/hack.fight.c \
    src/games/hack/hack.rip.c src/games/hack/hack.shk.c \
    src/games/hack/hack.topl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index