Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 1 | -0/+6 |
| | |||||
* | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 2 | -5/+5 |
| | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 1 | -13/+14 |
| | |||||
* | some more quoting issues | jan.nijtmans | 2012-06-07 | 1 | -29/+29 |
| | |||||
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 2 | -121/+127 |
| | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
* | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 1 | -7/+8 |
| | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
* | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -23/+30 |
| | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -0/+15 |
| | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
* | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 3 | -171/+188 |
| | |||||
* | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 1 | -2/+9 |
| | | | reduce command table size | ||||
* | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 2 | -116/+121 |
| | |||||
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 2 | -0/+0 |
| | |||||
* | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 2 | -183/+284 |
| | |||||
* | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -17/+6 |
| | |||||
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -173/+179 |
| | |||||
* | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 2 | -6/+6 |
| | |||||
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -0/+4 |
| | |||||
* | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 2 | -299/+351 |
| | |||||
* | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 2 | -342/+358 |
| | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 2 | -434/+505 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 31 | -62/+0 |
| | |||||
* | We are no longer on CVS, so don't need the .cvsignore files any more | jan.nijtmans | 2011-03-05 | 1 | -8/+0 |
| | |||||
* | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 2 | -2/+10 |
| | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879] | ||||
* | TIP #359: Extended Window Manager Hints support for 8.4 | patthoyts | 2010-01-23 | 1 | -4/+179 |
| | |||||
* | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 1 | -6/+18 |
| | |||||
* | [Patch 2088597]: Stop scrollbars from getting too small at the end. | dkf | 2009-10-07 | 1 | -3/+3 |
| | |||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -180/+182 |
| | | | | to add _r to CC on AIX with threads. | ||||
* | Regen unix/configure | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | autoconf-2.13 | das | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | libX11.so et al. | ||||
* | autoconf-2.13 | das | 2008-06-12 | 1 | -130/+131 |
| | |||||
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | * unix/configure: autoconf-2.13 | das | 2008-06-12 | 1 | -170/+167 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
| | |||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 3 | -15/+34 |
| | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 3 | -15/+34 |
| | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
* | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 2 | -33/+19 |
| | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13 | ||||
* | * changes: updates for 8.4.17 release. | dgp | 2007-12-31 | 2 | -12/+31 |
| | | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13 | ||||
* | sync with tcl/unix/tcl.m4 | das | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | * unix/configure.in (Darwin): add support for 64-bit X11. | das | 2007-10-25 | 2 | -78/+121 |
| | | | | * unix/configure: autoconf-2.13 | ||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 3 | -17/+36 |
| | | | | | | | | | | * generic/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 2 | -128/+138 |
| | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13 | ||||
* | * unix/configure.in: backport of TK_INCLUDE_SPEC addition. | das | 2007-09-11 | 3 | -5/+18 |
| | | | | | * unix/tkConfig.sh.in: [Bug 777203] * unix/configure: autoconf-2.13 | ||||
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 3 | -13/+21 |
| | | | | | | | | | object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes. * unix/configure: autoconf-2.13 | ||||
* | * unix/configure.in (Darwin): link the Tk and Wish plists into their | das | 2007-06-06 | 3 | -190/+181 |
| | | | | | | | binaries in all cases; fix 64bit arch removal in fat 32&64bit builds. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13 | ||||
* | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 3 | -15/+34 |
| | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | * unix/README: Updates and typo corrections. [Bug 1724841]core_8_4_15 | dgp | 2007-05-25 | 1 | -11/+9 |
| |