Tk Img Extensions
Check-in [87682d47b1]
Not logged in
Tcl 2014 Conference, Portland/OR, US, Nov 10-14
Send your abstracts to tclconference@googlegroups.com by Sep 8.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:#define PACKAGE_VERSION not needed in source file. Package version already contained in configure.in.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 87682d47b1ed0a058c3f63ac511748ea05bed6a5
User & Date: obermeier 2013-09-18 20:00:07.000
Context
2013-09-18
20:02
configure scripts did not produce valid version numbers for Img and base modules. Regenerated all configure scripts with autoconf 2.65. check-in: 384b3cccb5 user: obermeier tags: trunk
20:00
#define PACKAGE_VERSION not needed in source file. Package version already contained in configure.in. check-in: 87682d47b1 user: obermeier tags: trunk
19:58
Added info about new PNG format option "-alpha" and applied bug fixes. check-in: cc6384ba76 user: obermeier tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tiff/tiff.c.
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43


static int SetupTiffLibrary(Tcl_Interp *interp);

#define MORE_INITIALIZATION \
    if (SetupTiffLibrary (interp) != TCL_OK) { return TCL_ERROR; }

#undef PACKAGE_VERSION
#define PACKAGE_VERSION "1.4.2"
#include "init.c"

#include "tiffInt.h"


extern DLLIMPORT int unlink(const char *);








<
<







28
29
30
31
32
33
34


35
36
37
38
39
40
41


static int SetupTiffLibrary(Tcl_Interp *interp);

#define MORE_INITIALIZATION \
    if (SetupTiffLibrary (interp) != TCL_OK) { return TCL_ERROR; }



#include "init.c"

#include "tiffInt.h"


extern DLLIMPORT int unlink(const char *);