| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description | dgp | 2011-02-28 | 1 | -10/+16 |
|
|
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -0/+6 |
|
|
* | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info whereve... | ferrieux | 2011-01-19 | 1 | -0/+6 |
|
|
* | Make sure to use CONST/VOID in stead of | nijtmans | 2011-01-19 | 1 | -0/+7 |
|
|
* | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -0/+8 |
|
|
* | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -0/+4 |
|
|
* | handle --enable-64bit=ia64 for gcc. BACKPORT. | nijtmans | 2011-01-17 | 1 | -0/+7 |
|
|
* | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -0/+10 |
|
|
* | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in | Miguel Sofer | 2011-01-13 | 1 | -0/+7 |
|
|
* | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits b... | nijtmans | 2011-01-03 | 1 | -0/+5 |
|
|
* | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-12-31 | 1 | -0/+9 |
|
|
* | Remove unwanted/obsolete 'ddd' target. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | [Bug 2446711]: Remove 'allpatch' target. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | Use 'rpmbuild', not 'rpm' [Bug 2537626]. | stwo | 2010-12-17 | 1 | -0/+4 |
|
|
* | Cross-compile support for Win and UNIX (backported) | nijtmans | 2010-12-13 | 1 | -0/+8 |
|
|
* | Better building on OpenBSD. | stwo | 2010-12-12 | 1 | -0/+5 |
|
|
* | [backport] Make sure [fcopy -size ... -command ...] always calls the callback... | ferrieux | 2010-12-10 | 1 | -0/+5 |
|
|
* | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -0/+6 |
|
|
* | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): | Kevin B Kenny | 2010-12-01 | 1 | -0/+9 |
|
|
* | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -0/+28 |
|
|
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -0/+8 |
|
|
* | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete | andreas_kupries | 2010-11-23 | 1 | -0/+7 |
|
|
* | Allow cross-compilation by default (backported) | nijtmans | 2010-11-19 | 1 | -1/+4 |
|
|
* | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 1 | -0/+3 |
|
|
* | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules | nijtmans | 2010-11-19 | 1 | -0/+2 |
|
|
* | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifi... | nijtmans | 2010-11-19 | 1 | -0/+5 |
|
|
* | * doc/file.n: [Bug 3111298]: Typofix. | dkf | 2010-11-18 | 1 | -10/+13 |
|
|
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -0/+5 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -0/+11 |
|
|
* | Backport dgp's fixes to comments and ChangeLog entry | Kevin B Kenny | 2010-11-05 | 1 | -1/+1 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -0/+11 |
|
|
* | Improved handling of non-standard module path lists, empty path lists in part... | stwo | 2010-11-02 | 1 | -0/+5 |
|
|
* | * library/tzdata/Asia/Hong_Kong: | Kevin B Kenny | 2010-11-01 | 1 | -0/+6 |
|
|
* | Update for VS10 | nijtmans | 2010-10-23 | 1 | -0/+1 |
|
|
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -0/+9 |
|
|
* | * generic/tclExecute.c: fix overallocation of exec stack in TEBC | Miguel Sofer | 2010-10-09 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -0/+10 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -0/+7 |
|
|
* | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -0/+7 |
|
|
* | * doc/file.n (file readlink): [Bug 3070580]: Typofix. | dkf | 2010-09-18 | 1 | -0/+4 |
|
|
* | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's | dkf | 2010-09-10 | 1 | -1/+7 |
|
|
* | * changes: Update for 8.5.9 release.core_8_5_9 | dgp | 2010-09-08 | 1 | -2/+5 |
|
|
* | * doc/tm.n: Added underscore to the set of characters accepted in | andreas_kupries | 2010-09-08 | 1 | -0/+6 |
|
|
* | * win/tclWin32Dll.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 1 | -0/+6 |
|
|
* | Backport blkcnt_t detection/usage. | stwo | 2010-09-06 | 1 | -0/+7 |
|
|
* | Tag for RC4 release (again) | dgp | 2010-09-02 | 1 | -2/+2 |
|
|
* | * doc/glob.n: Fixed documentation ambiguity regarding the handling | andreas_kupries | 2010-09-02 | 1 | -0/+3 |
|
|
* | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
|
|
* | Tag for RC4 release | dgp | 2010-09-02 | 1 | -2/+2 |
|
|
* | * library/safe.tcl (::safe::AliasGlob): Moved the command | andreas_kupries | 2010-09-02 | 1 | -0/+6 |
|
|