summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tcl's Ma...stwo2010-12-171-6/+8
* [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-171-24/+2
* Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-171-3/+3
* Installer Improvements. Similar to Tcl [Patch 3101127].stwo2010-12-162-138/+537
* [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-132-0/+6
* Better building on OpenBSD.stwo2010-12-122-26/+66
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-061-4/+4
* [Patch #3116490] cross-compile support for unixnijtmans2010-12-052-14/+46
* * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-022-6/+6
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* re-generate configure with autoconf-2.59nijtmans2010-09-291-31/+19
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
* Add -Wdeclaration-after-statementnijtmans2010-09-231-33/+34
* * unix/Makefile.in: add valgrind targethobbs2010-08-273-5/+16
* * unix/configure: regen with ac-2.59hobbs2010-08-124-233/+45
* Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-156-32/+32
* Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-262-36/+38
* Consistent use of variable names in RestrictEventnijtmans2010-05-113-22/+17
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-032-9/+9
* regenerated with autoconf-2.59nijtmans2010-04-062-7/+7
* Only test for -visibility=hidden with gccnijtmans2010-03-292-4160/+3785
* * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constantdkf2010-03-291-2/+11
* regendkf2010-03-231-3764/+4156
* * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of thedkf2010-03-232-3/+5
* Ignore .a and .so in unix/.cvsignorenijtmans2010-03-161-0/+2
* Don't use -fvisibility=hidden for cygwin.nijtmans2010-03-042-2/+2
* [Enh 2959069] Support for -fvisibility=hiddennijtmans2010-03-022-9/+73
* Remap non-alphanumeric sequences in manpage filenames to single underscores.dkf2010-02-261-3/+4
* Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-224-4152/+3755
* Added missing quotingdkf2010-02-221-1/+1
* regen.dkf2010-02-191-2/+5
* Fix [Bug 2415437] with supplied patch. LIB_RUNTIME_DIR now not forced to bedkf2010-02-192-4/+5
* [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-191-43/+90
* Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-192-3749/+4156
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-2/+2
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+2
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* Make more internal tables "const"nijtmans2010-02-052-4/+4
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-12/+140
* Eliminate tkpMenubuttonClassnijtmans2010-01-133-15/+11
* Sync tcl.m4 and configure with Tcl versionnijtmans2010-01-102-2/+32
* TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-1/+13
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+17
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-5/+9
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-052-17/+56
* [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-031-1/+25
* Revert my last commit on grounds it is more likely to cause problems than not.dkf2010-01-021-3/+1
* Added point-size conversion, from Ubuntu port.dkf2010-01-021-1/+3
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-57/+87