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: |
87682d47b1ed0a058c3f63ac511748ea |
| 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
Changes to tiff/tiff.c.
| ︙ | ︙ | |||
28 29 30 31 32 33 34 |
static int SetupTiffLibrary(Tcl_Interp *interp);
#define MORE_INITIALIZATION \
if (SetupTiffLibrary (interp) != TCL_OK) { return TCL_ERROR; }
| < < | 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 *);
|
| ︙ | ︙ |