CVS Update: test (branch: trunk)
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: test Changes by: [email protected]. 06/02/07 13:06:14 Log message: 27. 'Gcc -Wall' build warnings fixes (Bugzilla #1650, Nicolas Joly). Modified files: test/xsuite/: CHANGELOG test/xsuite/tet/src/posix_c/api/: resfile.c tet_fork.c test/xsuite/xtest/src/bin/mc/: cond.c gccomps.c make.c mas.c test/xsuite/xtest/src/lib/: XTestExt.c bitcount.c checkevent.c checkfont.c dumpimage.c ex_startup.c linkstart.c lookupname.c nextvclass.c nextvinf.c settimeout.c verimage.c winh.c xthost.c test/xsuite/xtest/src/libproto/: Log.c ShowExtRep.c Timer.c ValListMng.c linkstart.c startup.c test/xsuite/xtest/src/pixval/blowup/: vblowup_c.c Revision Changes Path 1.14 +3 -2 test/xsuite/CHANGELOG 1.2 +10 -10 test/xsuite/tet/src/posix_c/api/resfile.c 1.2 +63 -62 test/xsuite/tet/src/posix_c/api/tet_fork.c 1.3 +2 -2 test/xsuite/xtest/src/bin/mc/cond.c 1.2 +1 -1 test/xsuite/xtest/src/bin/mc/gccomps.c 1.4 +6 -6 test/xsuite/xtest/src/bin/mc/make.c 1.3 +1 -2 test/xsuite/xtest/src/bin/mc/mas.c 1.2 +1 -0 test/xsuite/xtest/src/lib/XTestExt.c 1.2 +5 -0 test/xsuite/xtest/src/lib/bitcount.c 1.3 +4 -1 test/xsuite/xtest/src/lib/checkevent.c 1.3 +4 -4 test/xsuite/xtest/src/lib/checkfont.c 1.3 +5 -5 test/xsuite/xtest/src/lib/dumpimage.c 1.3 +1 -4 test/xsuite/xtest/src/lib/ex_startup.c 1.3 +6 -3 test/xsuite/xtest/src/lib/linkstart.c 1.4 +467 -467 test/xsuite/xtest/src/lib/lookupname.c 1.3 +9 -9 test/xsuite/xtest/src/lib/nextvclass.c 1.4 +2 -2 test/xsuite/xtest/src/lib/nextvinf.c 1.3 +4 -1 test/xsuite/xtest/src/lib/settimeout.c 1.3 +4 -4 test/xsuite/xtest/src/lib/verimage.c 1.2 +12 -12 test/xsuite/xtest/src/lib/winh.c 1.2 +1 -0 test/xsuite/xtest/src/lib/xthost.c 1.2 +3 -0 test/xsuite/xtest/src/libproto/Log.c 1.2 +1 -1 test/xsuite/xtest/src/libproto/ShowExtRep.c 1.3 +3 -3 test/xsuite/xtest/src/libproto/Timer.c 1.2 +0 -3 test/xsuite/xtest/src/libproto/ValListMng.c 1.3 +3 -3 test/xsuite/xtest/src/libproto/linkstart.c 1.3 +1 -3 test/xsuite/xtest/src/libproto/startup.c 1.3 +2 -2 test/xsuite/xtest/src/pixval/blowup/vblowup_c.c