Source-Changes archive

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

CVS commit: [netbsd-4-0] src/games/hack



Module Name:    src
Committed By:   snj
Date:           Mon Jun 29 23:43:48 UTC 2009

Modified Files:
        src/games/hack [netbsd-4-0]: 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:
Pull up following revision(s) (requested by dholland in ticket #1331):
        games/hack/extern.h: revision 1.11
        games/hack/hack.do_name.c: revision 1.9
        games/hack/hack.eat.c: revision 1.8
        games/hack/hack.end.c: revision 1.12 via patch
        games/hack/hack.fight.c: revision 1.10 via patch
        games/hack/hack.invent.c: revision 1.12
        games/hack/hack.main.c: revision 1.12
        games/hack/hack.objnam.c: revision 1.9
        games/hack/hack.options.c: revision 1.9
        games/hack/hack.pri.c: revision 1.11
        games/hack/hack.rip.c: revision 1.10
        games/hack/hack.shk.c: revision 1.10
        games/hack/hack.topl.c: revision 1.10
        games/hack/hack.unix.c: revision 1.12
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.6 -r1.6.26.1 src/games/hack/extern.h \
    src/games/hack/hack.do_name.c src/games/hack/hack.eat.c \
    src/games/hack/hack.objnam.c
cvs rdiff -u -r1.7 -r1.7.14.1 src/games/hack/hack.end.c \
    src/games/hack/hack.fight.c
cvs rdiff -u -r1.10 -r1.10.14.1 src/games/hack/hack.invent.c
cvs rdiff -u -r1.9 -r1.9.26.1 src/games/hack/hack.main.c \
    src/games/hack/hack.unix.c
cvs rdiff -u -r1.7 -r1.7.26.1 src/games/hack/hack.options.c \
    src/games/hack/hack.rip.c src/games/hack/hack.topl.c
cvs rdiff -u -r1.8 -r1.8.26.1 src/games/hack/hack.pri.c
cvs rdiff -u -r1.8 -r1.8.14.1 src/games/hack/hack.shk.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