Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 172 | -172/+172 | |
| | | | | | | | | | | | | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
| * | | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
| | | | | | ||||||
| * | | | | Fix StringReadPPM function from previous commit | jan.nijtmans | 2013-11-03 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix StringReadPPM function from previous commit. | jan.nijtmans | 2013-11-03 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+48 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | definition change from around 2000 (even if that's a rare format). | |||||
| | * | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+49 | |
| | | | | | | | | | | | | definition change from around 2000 (even if that's a rare format). | |||||
| * | | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵ | jan.nijtmans | 2013-10-31 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | | | | | | | | | was already freed. | |||||
| | * | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵ | jan.nijtmans | 2013-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | was already freed. | |||||
| * | | | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ↵ | jan.nijtmans | 2013-10-31 | 1 | -14/+11 | |
| | | | | | | | | | | | | | | | | -format) | |||||
| * | | | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 7 | -21/+35 | |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files. | |||||
| | * | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 8 | -32/+52 | |
| | | | | | | | | | | | | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files. | |||||
| * | | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 | |
| |\ \ | | |/ | ||||||
| | * | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 | |
| | | | ||||||
| | * | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵ | Kevin Walzer | 2013-10-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | Daniel Steffen for patch | |||||
| * | | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵ | Kevin Walzer | 2013-10-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | Daniel Steffen for patch | |||||
| * | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 | |
| |\ \ | | |/ | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | |||||
| | * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 | |
| | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | |||||
| * | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -15/+15 | |
| |\ \ | | |/ | | | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | |||||
| | * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -15/+15 | |
| | | | | | | | | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | |||||
| * | | merge-mark | jan.nijtmans | 2013-10-01 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | don't enable command line globbing either by default. | |||||
| * | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | | | | | don't enable command line globbing either by default. | |||||
| | * | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 3 | -0/+4 | |
| | |/ | | | | | | | | | | don't enable command line globbing either by default. (Accidently cleared execute permission on two files) | |||||
| | * | Cherrypick [132bf978f2] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 | |
| | | | | | | | | | | | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | |||||
| * | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 2 | -4/+2 | |
| | | | | | | | | | | | | Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | |||||
* | | | rebase | jan.nijtmans | 2013-09-23 | 23 | -78/+83 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | rebase | jan.nijtmans | 2013-08-11 | 23 | -79/+84 | |
| |\ \ | ||||||
| | * \ | rebase | jan.nijtmans | 2013-07-07 | 23 | -79/+84 | |
| | |\ \ | ||||||
| | | * | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 2 | -50/+8 | |
| | | | | | ||||||
| | | * | | rebase | jan.nijtmans | 2013-06-05 | 23 | -79/+84 | |
| | | |\ \ | ||||||
| | | | * \ | rebase | jan.nijtmans | 2013-06-04 | 24 | -80/+85 | |
| | | | |\ \ | ||||||
| | | | | * \ | rebase, with some simplifications | jan.nijtmans | 2013-05-07 | 24 | -80/+85 | |
| | | | | |\ \ | ||||||
| | | | | | * \ | merge trunk | jan.nijtmans | 2013-03-13 | 19 | -116/+144 | |
| | | | | | |\ \ | ||||||
| | | | | | * \ \ | merge trunk | jan.nijtmans | 2013-02-26 | 7 | -51/+24 | |
| | | | | | |\ \ \ | ||||||
| | | | | | * \ \ \ | merge novem | jan.nijtmans | 2013-02-22 | 2 | -2/+10 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-22 | 13 | -54/+76 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | * | | | | | | Fix crash in stubbed Tcl_SetVar (which should not have been stubbed at all) | jan.nijtmans | 2013-02-16 | 3 | -7/+7 | |
| | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | merge-mark: *Ex function calls are necessary to run with Tcl 9.0 | jan.nijtmans | 2013-02-15 | 0 | -0/+0 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-15 | 11 | -21/+12 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-15 | 2 | -12/+1 | |
| | | | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-14 | 17 | -79/+98 | |
| | | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-04 | 14 | -65/+87 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only call Tcl_RegisterObjType for Tcl 8 | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵ | jan.nijtmans | 2013-02-01 | 6 | -62/+73 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes. | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-31 | 9 | -265/+467 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-28 | 58 | -345/+340 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | | | Various Tcl_GetStringFromObj -> Tcl_GetString changes | jan.nijtmans | 2013-01-25 | 12 | -30/+32 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | | Seems working completely against "novem" now. Only tested on win32 and linux ↵ | jan.nijtmans | 2013-01-19 | 12 | -31/+120 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yet. | |||||
| | | | | | | * | | | | | | | | | | | | | | more minor tweaks, getting it to run with Tcl 9.0 when compiled against 8.5 ↵novem_support_85 | jan.nijtmans | 2013-01-15 | 7 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or 8.6 headers | |||||
| | | | | | | * | | | | | | | | | | | | | | don't crash if Tcl_FindExecutable cannot be called | jan.nijtmans | 2013-01-15 | 4 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't compile with TCL_NO_DEPRECATED (otherwise Tcl_[GS]etStartupScript could be taken from the public stub table with Tcl 8.6) |