Differences From Artifact [bae94bfe86]:
- File init.c — part of check-in [ad4d503834] at 2006-07-13 12:57:07 on branch trunk — Make tkimg work again with Tcl/Tk 8.1.x and 8.2.x (obviously it was not tested against those Tcl/Tk version for a long time). Also fix a lot of gcc 3.4 and gcc 4.1 compiler warnings. In functionality, nothing is changed. (user: nijtmans size: 5971)
To Artifact [27e7be15fc]:
- File init.c — part of check-in [9e5ba921ce] at 2006-08-07 10:57:50 on branch trunk — add runtime detection of Tcl version for PutBlock and related functions (user: nijtmans size: 5955)
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - | /* * init.c -- * * Generic photo image type initialization, Tcl/Tk package * * Copyright (c) 2002 Andreas Kupries <andreas_kupries@users.sourceforge.net> * * $Id$ * */ |
| ︙ |