summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* autoconf-2.59jan.nijtmans2011-03-161-10/+10
|
* Fix libXft checkrmax2011-03-091-1/+1
|
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-081-7/+0
|\
| * We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-8/+0
| |
| * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-252-2/+10
| | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
| * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-4/+179
| |
| * Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-6/+18
| |
| * [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-3/+3
| |
| * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-180/+182
| | | | | | | | to add _r to CC on AIX with threads.
| * Regen unix/configurestwo2009-04-141-1/+1
| |
| * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| |
| * autoconf-2.13das2008-08-131-1/+1
| |
| * * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | | | | | libX11.so et al.
| * autoconf-2.13das2008-06-121-130/+131
| |
| * duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| |
| * * unix/configure: autoconf-2.13das2008-06-121-170/+167
| |
| * * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| |
| * * README: Bump version number to 8.4.19dgp2008-04-073-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.13das2008-03-271-29/+10
| |
| * * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
| |
| * *** 8.4.18 TAGGED FOR RELEASE ***dgp2008-02-063-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, listingdas2008-02-022-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.dgp2007-12-312-12/+31
| | | | | | | | | | * unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13
| * sync with tcl/unix/tcl.m4das2007-11-091-1/+1
| |
| * * unix/configure.in (Darwin): add support for 64-bit X11.das2007-10-252-78/+121
| | | | | | | | * unix/configure: autoconf-2.13
| * * README: Bump version number to 8.4.17dgp2007-10-023-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'das2007-09-152-128/+138
| | | | | | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
| * * unix/configure.in: backport of TK_INCLUDE_SPEC addition.das2007-09-113-5/+18
| | | | | | | | | | * unix/tkConfig.sh.in: [Bug 777203] * unix/configure: autoconf-2.13
| * * unix/Makefile.in: add support for compile flags specific todas2007-08-073-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 theirdas2007-06-063-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.16dgp2007-05-303-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_15dgp2007-05-251-11/+9
| |
| * * unix/Makefile.in (dist): copy license.terms to dist macosx dir.das2007-04-293-12/+15
| | | | | | | | | | | | * unix/configure.in: install license.terms into Tk.framework; fix tk debug build detection. * unix/configure: autoconf-2.13
| * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkCanvText.c: fallback to fgColor when selFgColor is None * generic/tkEntry.c: (new default on aqua to match native L&F). * generic/tkListbox.c: * generic/tkText.c: * generic/tkCanvas.c: add support for bypassing all of Tk's double * generic/tkEntry.c: buffered drawing into intermediate pixmaps * generic/tkFrame.c: (via TK_NO_DOUBLE_BUFFERING #define), it is * generic/tkListbox.c: unnecessary & wasteful on aqua where all * generic/tkPanedWindow.c: drawing is already double-buffered by the * generic/tkTextDisp.c: window server. (Use of this on other * unix/tkUnixScale.c: platforms would only require implementation of TkpClipDrawableToRect()).
| * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | TkpInit() that ensures the console window appears when wish is started from the OS X Finder (i.e. with stdin == /dev/null), jeffh's 2006-11-24 change rendered the corresponding code in TkpInit() ineffective in wish because Tk_MainEx() sets tcl_interactive before calling TkpInit(). * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): add fix for libraries loaded with a DYLD_IMAGE_SUFFIX. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.13
| * * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-192-169/+177
| | | | | | | | * unix/configure: autoconf-2.13
| * * unix/configure.in: add caching to -pipe check.das2007-02-042-234/+240
| | | | | | | | * unix/configure: autoconf-2.13
| * renamed SC_COMMANDS_PRE to SC_CONFIG_COMMANDS_PRE for parity with AC 2.5xdas2007-01-261-3/+3
| |
| * previous commit omitted some changes from the HEADdas2007-01-252-180/+178
| |
| * comment typodas2007-01-251-1/+1
| |
| * * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possibledas2007-01-253-148/+186
| | | | | | | | | | | | | | | | * unix/configure.in: and move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.13
| * * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]das2007-01-192-174/+188
| | | | | | | | | | | | | | | | (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13
| * Fix [Bug 1522467] using fix similar to that used in Tcl recently.dkf2006-12-221-24/+29
| |
| * * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-192-149/+231
| | | | | | | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.13
| * * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-262-151/+198
| | | | | | | | * configure: autoconf-2.13
| * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-18/+24
| | | | | | | | * tests/menu.test (menu-36.1): [Bug 1599877]
| * * README: Bump version number to 8.4.15dgp2006-10-233-6/+6
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * unix/tkUnixFont.c (Ucs2beToUtfProc, UtfToUcs2beProc):hobbs2006-10-051-35/+49
| | | | | | | | | | | | (TkpFontPkgInit, encodingAliases): Correct alignment issues in encoding conversion. Call ucs-2be "unicode" on big-endian systems. [Bug 1122671]
| * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-223-240/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: