Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 1 | -3/+2 |
| | |||||
* | Merge core-8-6-branch | jan.nijtmans | 2017-03-07 | 2 | -4/+0 |
|\ | |||||
| * | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 2 | -4/+0 |
| | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
* | | Merge core-8-6-branch. | jan.nijtmans | 2017-01-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage of "const". Make Tcl_AddErrorInfo() and Tcl_AddObjErrorInfo() a macro. | ||||
* | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵ | jan.nijtmans | 2016-11-16 | 2 | -1/+8 |
| | | | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it. | ||||
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -3/+3 |
| | | | | | | | | type-casts which are not necessary any more. | ||||
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
| | | | | | | | | in many places where possible. | ||||
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 2 | -3/+3 |
| | | |||||
* | | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway | jan.nijtmans | 2016-06-29 | 1 | -3/+3 |
| | | |||||
* | | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 4 | -18/+18 |
| | | |||||
* | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -1/+1 |
|/ | |||||
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 2 | -4/+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 | 2 | -4/+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 or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
| * | 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 ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
* | | 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 ↵ | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | | typePtr->setFromAnyProc (except the call from inside the Tcl_ConvertToType function) from the Tcl core. | ||||
* | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \ | |/ | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
| | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | 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 |
| | | | | | | | | | Tcl_PosixError). | ||||
* | | | [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 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 13 | -28/+2 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 13 | -28/+2 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 6 | -12/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -11/+22 |
| | | | | | | | | | | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449] | ||||
| | * | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic | das | 2008-12-07 | 1 | -28/+36 |
| | | | |||||
| | * | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 1 | -7/+3 |
| | | | | | | | | | | | | Darwin 9 even when TclpCreateProcess() uses vfork(). | ||||
| | * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/Makefile: enable DTrace support. * unix/configure: autoconf-2.13 | ||||
| | * | fix missing preprocessor \ line continuation | das | 2007-08-11 | 1 | -2/+2 |
| | | | |||||
| | * | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation | das | 2007-06-23 | 1 | -3/+22 |
| | | | | | | | | | | | | APIs after fork() on systems where that would lead to an abort(). | ||||
| | * | * unix/configure.in (Darwin): add plist for tclsh; link the | das | 2007-06-06 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13 |