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]. 05/10/04 17:46:33 Log message: 25. Fix system functions that are missing prototypes (Bugzilla #1618, Nicolas Joly). Modified files: test/xsuite/: CHANGELOG test/xsuite/tet/src/posix_c/api/: config.c test/xsuite/tet/src/posix_c/tools/: tcc.c test/xsuite/xtest/src/bin/mc/: cond.c error.c expand.c files.c ma.c main.c mas.c sections.c shortname.c test/xsuite/xtest/src/lib/: badcmap.c block.c buildtree.c checkarea.c checkevent.c checkfont.c checkimg.c config.c delete.c dumpimage.c environ.c err.c ex_startup.c gettime.c iponlywin.c issuppvis.c linkstart.c lookupname.c makecolmap.c makeimg.c makewin.c makewin2.c nextvclass.c nextvinf.c opendisp.c openfonts.c regid.c report.c rpt.c savimage.c settimeout.c startcall.c startup.c verimage.c test/xsuite/xtest/src/libproto/: ClientMng.c RcvExtRep.c SendSup.c TestMng.c Timer.c Utils.c XlibXtst.c XstIO.c delete.c linkstart.c startup.c tpstartup.c test/xsuite/xtest/src/pixval/blowup/: ajax.c vblowup_c.c test/xsuite/xtest/src/xim/: linklocale.c nextlclmod.c nextlocale.c nxtfontset.c parse.c response.c xim_cb.c test/xsuite/xtest/tset/CH02/clsdsply/: clsdsply.m test/xsuite/xtest/tset/CH02/opndsply/: opndsply.m test/xsuite/xtest/tset/CH06/cpypln/: cpypln.m Revision Changes Path 1.12 +3 -1 test/xsuite/CHANGELOG 1.2 +2 -0 test/xsuite/tet/src/posix_c/api/config.c 1.3 +3 -1 test/xsuite/tet/src/posix_c/tools/tcc.c 1.2 +3 -2 test/xsuite/xtest/src/bin/mc/cond.c 1.2 +2 -1 test/xsuite/xtest/src/bin/mc/error.c 1.2 +4 -3 test/xsuite/xtest/src/bin/mc/expand.c 3.2 +6 -4 test/xsuite/xtest/src/bin/mc/files.c 1.2 +3 -4 test/xsuite/xtest/src/bin/mc/ma.c 1.4 +3 -3 test/xsuite/xtest/src/bin/mc/main.c 1.2 +3 -4 test/xsuite/xtest/src/bin/mc/mas.c 1.2 +3 -4 test/xsuite/xtest/src/bin/mc/sections.c 1.2 +3 -2 test/xsuite/xtest/src/bin/mc/shortname.c 1.2 +3 -2 test/xsuite/xtest/src/lib/badcmap.c 1.2 +2 -1 test/xsuite/xtest/src/lib/block.c 1.3 +3 -3 test/xsuite/xtest/src/lib/buildtree.c 1.2 +4 -1 test/xsuite/xtest/src/lib/checkarea.c 1.2 +3 -2 test/xsuite/xtest/src/lib/checkevent.c 1.2 +4 -3 test/xsuite/xtest/src/lib/checkfont.c 1.2 +4 -1 test/xsuite/xtest/src/lib/checkimg.c 1.2 +4 -3 test/xsuite/xtest/src/lib/config.c 1.2 +3 -2 test/xsuite/xtest/src/lib/delete.c 1.2 +2 -2 test/xsuite/xtest/src/lib/dumpimage.c 1.3 +3 -3 test/xsuite/xtest/src/lib/environ.c 1.2 +2 -1 test/xsuite/xtest/src/lib/err.c 1.2 +4 -3 test/xsuite/xtest/src/lib/ex_startup.c 1.2 +3 -1 test/xsuite/xtest/src/lib/gettime.c 1.2 +2 -2 test/xsuite/xtest/src/lib/iponlywin.c 1.2 +3 -2 test/xsuite/xtest/src/lib/issuppvis.c 1.2 +3 -2 test/xsuite/xtest/src/lib/linkstart.c 1.3 +4 -2 test/xsuite/xtest/src/lib/lookupname.c 1.2 +4 -2 test/xsuite/xtest/src/lib/makecolmap.c 1.2 +3 -2 test/xsuite/xtest/src/lib/makeimg.c 1.2 +2 -2 test/xsuite/xtest/src/lib/makewin.c 1.3 +2 -3 test/xsuite/xtest/src/lib/makewin2.c 1.2 +4 -3 test/xsuite/xtest/src/lib/nextvclass.c 1.3 +2 -1 test/xsuite/xtest/src/lib/nextvinf.c 1.2 +3 -2 test/xsuite/xtest/src/lib/opendisp.c 1.2 +3 -2 test/xsuite/xtest/src/lib/openfonts.c 1.2 +3 -2 test/xsuite/xtest/src/lib/regid.c 1.2 +3 -2 test/xsuite/xtest/src/lib/report.c 1.2 +3 -2 test/xsuite/xtest/src/lib/rpt.c 1.2 +3 -2 test/xsuite/xtest/src/lib/savimage.c 1.2 +3 -1 test/xsuite/xtest/src/lib/settimeout.c 1.2 +3 -2 test/xsuite/xtest/src/lib/startcall.c 1.3 +6 -5 test/xsuite/xtest/src/lib/startup.c 1.2 +4 -3 test/xsuite/xtest/src/lib/verimage.c 1.2 +3 -1 test/xsuite/xtest/src/libproto/ClientMng.c 1.2 +3 -2 test/xsuite/xtest/src/libproto/RcvExtRep.c 1.2 +3 -1 test/xsuite/xtest/src/libproto/SendSup.c 1.2 +3 -3 test/xsuite/xtest/src/libproto/TestMng.c 1.2 +2 -1 test/xsuite/xtest/src/libproto/Timer.c 3.3 +2 -2 test/xsuite/xtest/src/libproto/Utils.c 1.2 +4 -1 test/xsuite/xtest/src/libproto/XlibXtst.c 1.6 +3 -2 test/xsuite/xtest/src/libproto/XstIO.c 1.2 +3 -2 test/xsuite/xtest/src/libproto/delete.c 1.2 +3 -2 test/xsuite/xtest/src/libproto/linkstart.c 1.2 +5 -4 test/xsuite/xtest/src/libproto/startup.c 1.2 +4 -4 test/xsuite/xtest/src/libproto/tpstartup.c 1.2 +5 -4 test/xsuite/xtest/src/pixval/blowup/ajax.c 1.2 +3 -1 test/xsuite/xtest/src/pixval/blowup/vblowup_c.c 1.2 +3 -2 test/xsuite/xtest/src/xim/linklocale.c 1.3 +5 -3 test/xsuite/xtest/src/xim/nextlclmod.c 1.2 +3 -2 test/xsuite/xtest/src/xim/nextlocale.c 1.3 +5 -3 test/xsuite/xtest/src/xim/nxtfontset.c 1.2 +2 -1 test/xsuite/xtest/src/xim/parse.c 1.2 +3 -2 test/xsuite/xtest/src/xim/response.c 1.2 +2 -1 test/xsuite/xtest/src/xim/xim_cb.c 1.3 +2 -3 test/xsuite/xtest/tset/CH02/clsdsply/clsdsply.m 1.2 +2 -2 test/xsuite/xtest/tset/CH02/opndsply/opndsply.m 1.2 +2 -2 test/xsuite/xtest/tset/CH06/cpypln/cpypln.m