summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fixed bug [e9112ef96e] - [wm forget] doesn't completelyfvogel2016-02-241-0/+5
| | | |
* | | | Bump to 8.6.5dgp2016-01-282-8/+8
|/ / /
* | | Improved patch formatting. No functional changefvogel2016-01-111-1/+1
| | |
* | | merged trunkfvogel2016-01-1116-330/+156
|\ \ \
| * \ \ On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-262-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-262-2/+2
| | | |
| * | | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵jan.nijtmans2015-11-092-8/+17
| |\ \ \ | | |/ / | | | | | | | | embedding can not work on 64-bit Unix and Windows
| | * | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵jan.nijtmans2015-11-092-8/+17
| | | | | | | | | | | | | | | | embedding can not work on 64-bit Unix and Windows
| * | | re-generate configurejan.nijtmans2015-10-251-6/+6
| |\ \ \ | | |/ /
| | * | Re-generate "configure"jan.nijtmans2015-10-251-6/+6
| | |/
| | * Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-092-8/+8
| | |
| * | Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-092-2/+2
| | |
| * | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+1
| |\ \ | | |/
| | * Hm, better keep the TIP as it is, not making it more difficult than it ↵jan.nijtmans2015-09-301-0/+1
| | | | | | | | | | | | already is.
| | * Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-19/+16
| | |
| | * Added -proxyborderwidth optionfvogel2015-09-301-18/+19
| | |
| | * Added -proxybackground optionfvogel2015-09-291-0/+1
| | |
| | * Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+1
| | |
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-5/+0
| |\ \ | | |/ | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| | * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-5/+0
| | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * | Fixed typo in commentfvogel2015-05-301-1/+1
| |\ \ | | |/
| | * Fixed typo in commentfvogel2015-05-301-1/+1
| | |
| | * Partly undo the effect of [46e08e5ab3b742bb], which didn't only update the ↵jan.nijtmans2015-05-201-4387/+7106
| | | | | | | | | | | | release date; it changed the autoconf version as well.
| | * update release datecore_8_5_18core_8_5_18_rcdgp2015-03-062-7130/+4397
| | |
| | * merge 8.5dgp2015-02-121-1/+1
| | |\
| | * | Bump to version 8.5.18.dgp2015-02-053-9/+9
| | | |
| * | | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵dgp2015-05-203-12/+4
| | | | | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
| * | | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-246-182/+7
| | | |
| * | | merge trunkcore_8_6_4core_8_6_4_rcdgp2015-03-111-18/+4
| |\ \ \
| * | | | Bump to 8.6.4.dgp2015-02-263-9/+9
| |/ / /
| * | | Silence some compiler warnings.dgp2015-02-121-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Silence some compiler warningsdgp2015-02-121-1/+1
| | |/
| * | merge trunkdgp2014-11-071-4/+4
| |\ \
| | * \ [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-301-4/+4
| | |\ \ | | | |/
| | | * Pushing the fix out to more files.dgp2014-10-301-4/+4
| | | |
| | | * merge 8.5core_8_5_17core_8_5_17_rcdgp2014-10-211-1/+1
| | | |\
| | | | * Restore the use of -DTCL_NO_DEPRECATED when building Tk.dgp2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, attempts to build with the latest Xcode tools fail because of a conflict between the long (long long long long) deprecated macro panic() from Tcl's header and a panic() prototype in the system mach.h file, which rides into the build on the tails of Cocoa.h
| | | * | Bump to 8.5.17dgp2014-10-133-3/+3
| | | |/
| * | | Bump to Tk 8.6.3; update changes filedgp2014-10-143-3/+3
| |/ /
| * | Better pic flag for OpenBSD, see: ↵jan.nijtmans2014-09-172-2/+16
| |\ \ | | |/ | | | | | | [http://core.tcl.tk/tcl/info/fc3dfd9bc8e16b7ee0b49850df9de93eb4aa4ea6|fc3dfd9bc8]
| | * Better pic flag for OpenBSD, see: ↵jan.nijtmans2014-09-172-2/+16
| | | | | | | | | | | | [http://core.tcl.tk/tcl/info/ae059042333583f6d4e2cea4aab3c2a3e9db9a6a|ae05904233]
| * | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-10/+6
| |\ \ | | |/ | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
| | * Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-8/+4
| | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
| | * Bump to 8.5.16 for release.dgp2014-07-233-3/+3
| | |
| * | autoconfdgp2014-08-271-1/+1
| | |
| * | merge trunkrc3dgp2014-08-261-1/+1
| |\ \
| | * | Fix build problem on Cygwin, caused by a mismatch between tcl.m4 and the ↵jan.nijtmans2014-08-261-1/+1
| | | | | | | | | | | | | | | | generated configure script (configure script was correct)
| * | | Bump to 8.6.2 for release.dgp2014-07-283-6/+6
| |/ /
| * | Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-1/+1
| | |
| * | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-3/+3
| | |