| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. | jan.nijtmans | 2020-07-15 | 2 | -4/+4 |
|
|
* | MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs... | jan.nijtmans | 2020-06-28 | 3 | -14/+24 |
|
|
* | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVer... | jan.nijtmans | 2020-03-24 | 1 | -0/+1 |
|
|
* | merge 8.6 | dgp | 2019-10-28 | 1 | -2/+2 |
|\ |
|
| * | Documentation change for auto_path on macOS | Kevin Walzer | 2019-10-27 | 1 | -2/+2 |
|
|
* | | Tweak README | Kevin Walzer | 2019-10-27 | 1 | -3/+3 |
|/ |
|
* | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 3 | -33/+25 |
|\ |
|
| * | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.... | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| |\ |
|
| | * | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|
|
| | * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes... | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|
|
* | | | Merge core-8-6-branch, and merge latest libtommath | jan.nijtmans | 2019-07-28 | 2 | -8/+8 |
|/ / |
|
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 2 | -8/+0 |
|
|
* | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ... | jan.nijtmans | 2019-01-22 | 2 | -22/+4 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
|\ \
| |/ |
|
| * | No need for latest "rvm" any more in osx builds (now even gives an error) | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
|
|
| * | Fix brokenness in GNUmakefile | dkf | 2018-11-12 | 1 | -2/+4 |
|
|
| * | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ... | jan.nijtmans | 2016-01-21 | 1 | -3/+1 |
|
|
* | | Make the macosx build able to succeed | dkf | 2018-11-10 | 1 | -2/+4 |
|
|
* | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica... | jan.nijtmans | 2017-06-07 | 1 | -1/+1 |
|
|
* | | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't... | jan.nijtmans | 2017-03-07 | 2 | -4/+0 |
|
|
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 2 | -4/+0 |
|\ \
| |/ |
|
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl... | jan.nijtmans | 2015-06-25 | 2 | -4/+0 |
|
|
| * | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_Servic... | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
|
|
| * | Revert use of the install-headers target. Tcl 8.5 has no such target. | dgp | 2015-01-02 | 1 | -1/+1 |
|
|
| * | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch | Kevin Walzer | 2014-12-13 | 1 | -1/+1 |
|
|
* | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_Servic... | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
|
|
* | | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch | Kevin Walzer | 2014-12-13 | 1 | -1/+1 |
|
|
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|
* | | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
|
|
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|
|
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|
|
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
|
|
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|
|
* | | Remove another reference to tcl.wse.in | jan.nijtmans | 2012-11-08 | 2 | -4/+0 |
|
|
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -26/+31 |
|
|
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 2 | -0/+4 |
|
|
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -2/+4 |
| |\ |
|
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+3 |
|
|
* | | | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -8/+3 |
|\ \ \
| |/ / |
|
| * | | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -8/+3 |
| |\ \
| | |/ |
|
| | * | Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -8/+3 |
|
|
* | | | Remove unused header file: unix/tclUnixThrd.h | jan.nijtmans | 2011-04-04 | 2 | -4/+0 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 13 | -28/+2 |
|\ \ \
| |/ / |
|