Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -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.nijtmans | 2015-06-25 | 1 | -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 comment | fvogel | 2015-05-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
| | | |||||
| * | Partly undo the effect of [46e08e5ab3b742bb], which didn't only update the ↵ | jan.nijtmans | 2015-05-20 | 1 | -4387/+7106 |
| | | | | | | | | release date; it changed the autoconf version as well. | ||||
| * | update release datecore_8_5_18core_8_5_18_rc | dgp | 2015-03-06 | 2 | -7130/+4397 |
| | | |||||
| * | merge 8.5 | dgp | 2015-02-12 | 1 | -1/+1 |
| |\ | |||||
| * | | Bump to version 8.5.18. | dgp | 2015-02-05 | 3 | -9/+9 |
| | | | |||||
* | | | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵ | dgp | 2015-05-20 | 3 | -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>. | dgp | 2015-03-24 | 6 | -182/+7 |
| | | | |||||
* | | | merge trunkcore_8_6_4core_8_6_4_rc | dgp | 2015-03-11 | 1 | -18/+4 |
|\ \ \ | |||||
* | | | | Bump to 8.6.4. | dgp | 2015-02-26 | 3 | -9/+9 |
|/ / / | |||||
* | | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -1/+1 |
| |/ | |||||
* | | merge trunk | dgp | 2014-11-07 | 1 | -4/+4 |
|\ \ | |||||
| * \ | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel. | dgp | 2014-10-30 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Pushing the fix out to more files. | dgp | 2014-10-30 | 1 | -4/+4 |
| | | | |||||
| | * | merge 8.5core_8_5_17core_8_5_17_rc | dgp | 2014-10-21 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Restore the use of -DTCL_NO_DEPRECATED when building Tk. | dgp | 2014-10-21 | 1 | -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.17 | dgp | 2014-10-13 | 3 | -3/+3 |
| | |/ | |||||
* | | | Bump to Tk 8.6.3; update changes file | dgp | 2014-10-14 | 3 | -3/+3 |
|/ / | |||||
* | | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 2 | -2/+16 |
|\ \ | |/ | | | | | [http://core.tcl.tk/tcl/info/fc3dfd9bc8e16b7ee0b49850df9de93eb4aa4ea6|fc3dfd9bc8] | ||||
| * | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 2 | -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.nijtmans | 2014-09-01 | 2 | -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.nijtmans | 2014-09-01 | 2 | -8/+4 |
| | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 3 | -3/+3 |
| | | |||||
* | | autoconf | dgp | 2014-08-27 | 1 | -1/+1 |
| | | |||||
* | | merge trunkrc3 | dgp | 2014-08-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix build problem on Cygwin, caused by a mismatch between tcl.m4 and the ↵ | jan.nijtmans | 2014-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | generated configure script (configure script was correct) | ||||
* | | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 3 | -6/+6 |
|/ / | |||||
* | | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -1/+1 |
| | | |||||
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -3/+3 |
| | | |||||
* | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-26 | 1 | -62/+62 |
|\ \ | |||||
| * | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -62/+62 |
|/ / | |||||
* | | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-09 | 1 | -3/+4 |
|\ \ | |/ | | | Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not. | ||||
| * | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-09 | 1 | -3/+4 |
| | | |||||
* | | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵ | jan.nijtmans | 2014-04-01 | 1 | -3/+2 |
|\ \ | |/ | | | | | token @TK_LIBS@ in pkgconfig file | ||||
| * | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵ | jan.nijtmans | 2014-04-01 | 2 | -3/+5 |
| | | | | | | | | token @TK_LIBS@ in pkgconfig file | ||||
* | | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 2 | -10/+18 |
|\ \ | |/ | | | | | build on FreeBSD 10.0 | ||||
| * | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 2 | -26/+18 |
| | | | | | | | | build on FreeBSD 10.0 | ||||
| * | Update configure files on Aqua to remove garbage collection flag, which is ↵ | Kevin Walzer | 2014-03-16 | 2 | -2/+2 |
| | | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays. | ||||
* | | Update configure files on Aqua to remove garbage collection flag, which is ↵ | Kevin Walzer | 2014-03-16 | 2 | -2/+2 |
| | | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays. | ||||
* | | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵ | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | HAVE_XKBKEYCODETOKEYSYM is not defined | ||||
| * | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵ | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
| | | | | | | | | HAVE_XKBKEYCODETOKEYSYM is not defined | ||||
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵ | jan.nijtmans | 2014-02-10 | 2 | -2/+2 |
| | | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -2/+6 |
|\ \ | |/ | |||||
| * | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -0/+4 |
| | | |||||
* | | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 |
| | | |||||
* | | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 |
|\ \ | |/ |