summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-4/+6
| | | | to add _r to CC on AIX with threads.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-241-10/+10
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-241-8/+5
|
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-103-6/+352
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* Don't Panic [Bug 1789819].jenglish2009-04-031-20/+9
|
* regendkf2009-03-141-1/+2
|
* Added support for reporting TEA-like info via pkg-config. [Patch 2243962]dkf2009-03-143-5/+25
|
* fix [tcl-Bug 2502365] Building of head on HPUX isnijtmans2009-02-102-10/+16
| | | | broken when using the native CC.
* - eliminate some unnessary type castsnijtmans2009-01-283-27/+26
| | | | | - some internal const decorations - spacing
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-222-2/+2
| | | | * unix/configure: Autoconf 2.59
* Patch 907924Kevin B Kenny2009-01-203-18/+63
|
* * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-162-3/+3
| | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* fix [tcl-Bug 2502365] Building of head onnijtmans2009-01-132-2/+2
| | | | HPUX is broken when using the native CC
* Implementation of TIP #244, PNG image support.dkf2008-12-281-4/+7
|
* * README: Bump version number to 8.6b1dgp2008-12-193-11/+11
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* VOID -> voidnijtmans2008-12-171-16/+1
|
* fix warningdas2008-12-101-2/+2
|
* minor improvementsdkf2008-12-092-25/+27
|
* minor corrections to commentsdkf2008-12-092-29/+29
|
* TIP 337dgp2008-12-092-8/+7
| | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c:
* Implementation of TIP #197.dkf2008-12-061-1/+2
|
* Remove references to deleted filedkf2008-12-051-4/+4
|
* autoconf-2.59das2008-12-011-3998/+3584
|
* Making code neater...dkf2008-11-262-100/+81
|
* TIP#119 implementation. [Patch 1611359]dkf2008-11-222-38/+537
|
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-182-6/+7
| | | | | | | | no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-1/+7
|
* autoheader-2.59das2008-11-141-0/+6
|
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-122-6/+12
| | | | rid of -Wno-implicit-int for UNIX
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-082-21/+21
|
* regendkf2008-11-061-3540/+4025
|
* Fix [Bug 2229999].dkf2008-11-061-1/+2
|
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-052-30/+31
| | | | more internal -Wwrite-string warning fixes
* fix [Bug 2226093] const changes not all correctnijtmans2008-11-053-13/+19
| | | | more internal -Wwrite-string warning fixes
* more internal -Wwrite-strings warning fixesnijtmans2008-11-021-11/+17
|
* * README: Bump version number to 8.6a4dgp2008-10-233-11/+11
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* fix GenericEvent Tcl_Panic errordas2008-10-221-2/+2
|
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-202-32/+209
|
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-3/+8
| | | | Adapted from [Patch 1997907]
* Add "const" to many internalnijtmans2008-10-172-10/+10
| | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* * unix/tcl.m4: fix for bug [2073255]nijtmans2008-10-082-22/+22
| | | | * unix/configure: regenerated
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
| | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-053-8/+17
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-291-2/+2
| | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk).
* * generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so thatdgp2008-08-281-12/+1
| | | | | | | | we don't create new dependencies on Tcl internals. * unix/tkUnixPort.h: Removed #include of tclInt.h that has been * win/tkWinPort.h: disabled for three years. If we needed this we'd have noticed by now.
* * README: Bump version number to 8.6a3dgp2008-08-283-11/+11
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-4/+9
|
* XID cleanup patch. Missed during the first commit, sorry.georgeps2008-08-191-467/+6
|