diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-03-05 16:36:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-03-05 16:36:55 (GMT) |
commit | fcfbbfde29f5232f5f08035190b90c94a8c2a89a (patch) | |
tree | 34ad82e4789007f161b52a46cbe13b2d443f2473 /ChangeLog | |
parent | 4e286281a296a9f2cda90be0e756e5352d2011eb (diff) | |
download | tcl-fcfbbfde29f5232f5f08035190b90c94a8c2a89a.zip tcl-fcfbbfde29f5232f5f08035190b90c94a8c2a89a.tar.gz tcl-fcfbbfde29f5232f5f08035190b90c94a8c2a89a.tar.bz2 |
* generic/tclTest.c: Modified TesteventObjCmd to use
a Tcl_QueuePosition in place of an 'int' for the enumerated
queue position, to avoid a compiler warning on SGI.
(Bug #771960).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-03-05 Kevin B. Kenny <kennykb@acm.org> + * generic/tclTest.c: Modified TesteventObjCmd to use + a Tcl_QueuePosition in place of an 'int' for the enumerated + queue position, to avoid a compiler warning on SGI. + (Bug #771960). + +2004-03-05 Kevin B. Kenny <kennykb@acm.org> + * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language system include any country code, rather than just English-United States.1252. |