| Commit message (Expand) | Author | Age | Files | Lines |
* | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3 | jan.nijtmans | 2013-10-13 | 2 | -8/+0 |
|
|
* | merge trunk | jan.nijtmans | 2013-06-18 | 1 | -2/+2 |
|\ |
|
| * | 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 |
|
|
* | | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions | jan.nijtmans | 2013-02-11 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2013-01-19 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| | | | |
| \ \ | |
*-. \ \ | merge trunk | dgp | 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 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|
|
* | | | Kill Octal; bump to 9.0a0; make test suite work again. | dgp | 2012-11-15 | 1 | -1/+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 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 13 | -28/+2 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 6 | -12/+0 |
|
|
| | * | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -11/+22 |
|
|
| | * | 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 |
|
|
| | * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -2/+2 |
|
|
| | * | 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 |
|
|
| | * | * unix/configure.in (Darwin): add plist for tclsh; link the | das | 2007-06-06 | 1 | -0/+38 |
|
|
| | * | * macosx/tclMacOSXNotify.c: fix warnings. | das | 2007-04-29 | 5 | -134/+164 |
|
|
| | * | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 1 | -11/+30 |
|
|
| | * | * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of | das | 2007-01-19 | 1 | -7/+13 |
|
|
| | * | * macosx/Makefile: don't redo prebinding of non-prebound binaires. | das | 2006-10-16 | 1 | -4/+7 |
|
|
| | * | typo: s/Xcode 2.3/Xcode 2.4/ | das | 2006-08-21 | 1 | -2/+2 |
|
|
| | * | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO... | das | 2006-08-21 | 1 | -3/+15 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -20/+44 |
|
|
| | * | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -9/+10 |
|
|
| | * | typos | das | 2006-07-21 | 1 | -4/+2 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 2 | -45/+127 |
|
|
| | * | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 1 | -3/+112 |
|
|