summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-132-80/+2
| | | | | they have in Debian. FossilOrigin-Name: 43608b4ddc954c9e3845e7cbbbb743e54c19797d
* Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-15/+15
| | | FossilOrigin-Name: 67d52fd47f8c21e76eb576cf5e989afde7c6dfaa
* Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-4/+4
| | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) FossilOrigin-Name: 62e30f2b6ba59a3dec920cb7993af7ea53d23f5d
* add [file normalize] to UNIX pkgIndex.tcl toojan.nijtmans2013-01-111-1/+1
| | | FossilOrigin-Name: fb142fc75b97506d7b35c2a93ae51e22eb4b2973
* wrong end brace locationjan.nijtmans2013-01-111-1/+1
| | | FossilOrigin-Name: af4ada42c2b1e7fa3c1ae10681fce66b4aadb127
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-113-8/+7
| | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. FossilOrigin-Name: 202603bf2bfee83e288d8f893a4a113e14c3201e
* More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-154-19/+3
| | | | | systems. FossilOrigin-Name: 599ec1e501bf3a502d1b6b513a7c0f76e4398429
* Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-281-91/+110
| | | | | lime, olive, silver and teal), part of TIP #403 FossilOrigin-Name: d222d486b422b5c19437251a936f6fc5c124ee3b
* 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| | | FossilOrigin-Name: 3cf36aec797c68e9c18c75ccec5abbd9e9af4de9
* 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
| | | FossilOrigin-Name: 4dc9a8d8f3c66aac959d1bdbe47ce68516e4d57f
* [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-9/+11
| | | | | deprecation warning. FossilOrigin-Name: ce3012cda08ce8ec7bd69221f0b6794d9ad7ecc8
* Backport fix for [Bug 3546073]jenglish2012-07-311-5/+3
| | | FossilOrigin-Name: 61b638f6273e9c6a7678e18375dc6e873cf0be7f
* [Bug 3545457]: Crash on packing a menubuttonfvogel2012-07-181-2/+4
| | | FossilOrigin-Name: 04a2647489f5e3f796e35b93d4f961ba40d7bfd9
* [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | ::argv variable before trying to use it FossilOrigin-Name: 0ba8a8f523448a89e6f6150a11840c09efe4eb9e
* Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-285-8/+13
| | | FossilOrigin-Name: 20d6976ecc4f69b3f82bc6185dbcb30ab1de2074
* link cygwin wish with tk84.dlljan.nijtmans2012-06-274-31/+45
| | | | | install tk84.dll FossilOrigin-Name: 54d1f549517c6636b898e83f4fab56af49c541cc
* link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-24/+38
| | | FossilOrigin-Name: 39ae97db1a345bf8303488ddd83e3521709a9061
* sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-176/+182
| | | | | autoconf-2.13 FossilOrigin-Name: 6ee6c4cc634b0dd2c291a68b53088b8fec452db3
* [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-0/+6
| | | FossilOrigin-Name: fec5f2f7bae6dfc32fb52c9b0c19453e0b01219a
* SetOptions.3: minor doc fixjan.nijtmans2012-06-192-5/+5
| | | | | | make various other tables CONST (All backported from Tk 8.6) FossilOrigin-Name: 213ad7fdd3df8afd283afab1a86cfde6170327d2
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-13/+14
| | | FossilOrigin-Name: 1a49039bd572e1899dfb7dd653e355ac74a3f721
* some more quoting issuesjan.nijtmans2012-06-071-29/+29
| | | FossilOrigin-Name: 2d12089bd4823278e37249f02f38a3ee3f26c249
* Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-012-121/+127
| | | | | Add .PHONY targets, and various quoting issues (Makefile.in) FossilOrigin-Name: 74f3185b76294804001c0560ff2fd1cf5d253533
* Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-7/+8
| | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. FossilOrigin-Name: 4b760eba559b5980f9e68ce32bf28d04c06f1191
* Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-23/+30
| | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX FossilOrigin-Name: 09a6f0324fef2bead73be8c7594dd45cc63e8126
* Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-0/+15
| | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin FossilOrigin-Name: 6024bffd608ba21d35cbe4fe4da47a6e1e84cd7f
* implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-253-171/+188
| | | FossilOrigin-Name: cbfd302726ddaf773f6723e1c926bb4379797063
* make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-2/+9
| | | | | reduce command table size FossilOrigin-Name: db6c2704302ec273e3f40436f3c77e17bd63ce53
* sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-112-116/+121
| | | FossilOrigin-Name: 9af0a97ae0bdadc3d71451c7c577dd0d750a7b1f
* some more cygwin compatibility improvementsjan.nijtmans2012-04-062-0/+0
| | | FossilOrigin-Name: e18429c93eb1eb686e0fa9f4939d659e2f6b6ed5
* implementation ready for further field-testsjan.nijtmans2012-03-292-183/+284
| | | FossilOrigin-Name: 10a332d18bb8ceed1d6e8caa00455fa2d24e344d
* [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
| | | FossilOrigin-Name: 4628990279a2d8a3dba863e4d078d7e7c14b4a7e
* Patch from the cygwin folksjan.nijtmans2012-03-042-173/+179
| | | FossilOrigin-Name: 8e4f684b28a532bf34c44e0aee215b0916cbfd92
* proposed fix for bug-3486474jan.nijtmans2012-02-102-6/+6
| | | FossilOrigin-Name: 6f74cf37d47277636825553974d4f586dccb35ca
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+4
| | | FossilOrigin-Name: 43a8cf526d404a639cf316736be75e4bfbea4c59
* Add --disable-rpath option to configure scriptjan.nijtmans2011-09-062-299/+351
| | | FossilOrigin-Name: 020966fb48304c975bd3998f974d63ba02f86161
* Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-302-342/+358
| | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. FossilOrigin-Name: bb80dd089059af45849503bb9e53c13db3648996
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-434/+505
| | | FossilOrigin-Name: 38034808be38fbcdb44a49cba6daaf9ac1579a49
* Purge RCS Keywords.dgp2011-06-0831-62/+0
| | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-8/+0
| | | FossilOrigin-Name: 7969d3a4e85e75cd061378f1b5f2b29a095d21f5
* [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] FossilOrigin-Name: c3b14185eab0f5d8361f6e97bab0dbf0fde1357e
* TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-4/+179
| | | FossilOrigin-Name: d9be2b12d7a3c20e85d7025e31bdda45b528148b
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-6/+18
| | | FossilOrigin-Name: 60ae3bae8c0f463ff8a1cd4a0bd70949a59c4d17
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-3/+3
| | | FossilOrigin-Name: 10ea505d24f3337a71bc313b53d3780f6175adf4
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-180/+182
| | | | | | to add _r to CC on AIX with threads. FossilOrigin-Name: b39a8d8ed18bbfbdaebebfce8bc5e4f8fa016ab0
* Regen unix/configurestwo2009-04-141-1/+1
| | | FossilOrigin-Name: 552ada0672c437bb5492c5d1886cc36b2572bea3
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| | | FossilOrigin-Name: 3cf9b5b8bd40da095fb27fae20fc278a83e80f35
* autoconf-2.13das2008-08-131-1/+1
| | | FossilOrigin-Name: 37e133cf346e4de5e2be2e273cd1ea0577cb206d
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | | | libX11.so et al. FossilOrigin-Name: b0134c3181b0c769c31c51b60c40b352559f29f6
* autoconf-2.13das2008-06-121-130/+131
| | | FossilOrigin-Name: 3bf500a960ed5371c4c73fea69e61b0c7b001be8