| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclPipe.c (FileForRedirect): Prevent nameString from | rmax | 2006-01-16 | 3 | -7/+16 |
|
|
* | Fixed potential overwriting of already freed memory | vasiljevic | 2006-01-12 | 2 | -3/+13 |
|
|
* | fix to sharing violation | vincentdarley | 2006-01-12 | 2 | -2/+7 |
|
|
* | * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to | dgp | 2006-01-11 | 4 | -64/+115 |
|
|
* | * unix/configure: add caching, use AC_CACHE_CHECK instead of | das | 2006-01-10 | 4 | -383/+489 |
|
|
* | * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] | dgp | 2006-01-09 | 3 | -5/+20 |
|
|
* | Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] | dkf | 2006-01-09 | 2 | -16/+21 |
|
|
* | Small improvement to the factoring of tcl.m4 | dkf | 2006-01-05 | 2 | -87/+94 |
|
|
* | no message | davygrvy | 2006-01-05 | 1 | -0/+8 |
|
|
* | * win/tclAppInit.c: WIN32 native console signal handler removed. | davygrvy | 2006-01-05 | 1 | -141/+1 |
|
|
* | Fix typo in missing stub table pointer | Kevin B Kenny | 2005-12-31 | 2 | -2/+7 |
|
|
* | Export Tcl_InitBignumFromDouble | Kevin B Kenny | 2005-12-27 | 8 | -21/+48 |
|
|
* | changelog for libtommath 0.37 merge | Kevin B Kenny | 2005-12-27 | 1 | -0/+1 |
|
|
* | Merge changes | Kevin B Kenny | 2005-12-27 | 3 | -7/+11 |
|
|
* | Import of libtommath 0.37 | Kevin B Kenny | 2005-12-27 | 14 | -387/+418 |
|
|
* | Olson's tzdata2005r | Kevin B Kenny | 2005-12-27 | 21 | -2439/+3535 |
|
|
* | Corrected bugs in tommath installation, improved tommath square root performa... | Kevin B Kenny | 2005-12-27 | 9 | -40/+91 |
|
|
* | Use %ld instead of %d in Tcl_GetMemoryInfo | dkf | 2005-12-20 | 2 | -10/+15 |
|
|
* | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 8 | -29/+66 |
|
|
* | Clarify doc of variable substitution | dkf | 2005-12-19 | 2 | -2/+8 |
|
|
* | Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. | dkf | 2005-12-18 | 3 | -18/+36 |
|
|
* | A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster). | dkf | 2005-12-18 | 1 | -12/+19 |
|
|
* | Minor clarification | dkf | 2005-12-16 | 1 | -2/+4 |
|
|
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is always | das | 2005-12-15 | 3 | -2/+27 |
|
|
* | * macosx/Tcl.xcode/project.pbxproj: | das | 2005-12-14 | 5 | -5/+36 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 35 | -951/+2347 |
|
|
* | Fix [Bug 1379349] | dkf | 2005-12-13 | 3 | -81/+102 |
|
|
* | change "procedure" to "function" for (slightly) greater clarity | dkf | 2005-12-12 | 1 | -8/+8 |
|
|
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 3 | -6/+10 |
|
|
* | Bug 1378818 | Kevin B Kenny | 2005-12-12 | 2 | -3/+9 |
|
|
* | * win/configure: Regen. | mdejong | 2005-12-10 | 3 | -0/+14 |
|
|
* | Fix [Bug 1374778] | dkf | 2005-12-09 | 3 | -5/+37 |
|
|
* | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support | hobbs | 2005-12-08 | 6 | -69/+352 |
|
|
* | * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= | hobbs | 2005-12-08 | 1 | -2/+2 |
|
|
* | Improved documentation on topic of asynch sockets in response to queries on | dkf | 2005-12-07 | 3 | -5/+22 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 1 | -1/+3 |
|
|
* | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure | das | 2005-12-06 | 2 | -8/+15 |
|
|
* | adapt tclZIC.tcl to new C API and update to tzdata2005p | Kevin B Kenny | 2005-12-05 | 2 | -5/+14 |
|
|
* | * unix/configure.in: move check for fts API to configure.in and run it | das | 2005-12-05 | 6 | -92/+126 |
|
|
* | * unix/configure: Use FTS file APIs on Darwin if available. | hobbs | 2005-12-05 | 4 | -24/+181 |
|
|
* | documented macosx-only configure options. | das | 2005-12-03 | 1 | -1/+6 |
|
|
* | another puny speedup - no error thrown from ::tcl::clock::getenv | Kevin B Kenny | 2005-12-02 | 3 | -15/+13 |
|
|
* | another little speedup to [clock format] | Kevin B Kenny | 2005-12-02 | 2 | -5/+10 |
|
|
* | eliminate test name duplication | dgp | 2005-12-02 | 3 | -12/+12 |
|
|
* | Bug 1371446 plus buildability on ancient Solaris | Kevin B Kenny | 2005-12-02 | 3 | -15/+23 |
|
|
* | another [clock format] performance boost - precompile formats | Kevin B Kenny | 2005-12-01 | 2 | -328/+449 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 1 | -18/+32 |
|
|
* | remove redundant [mc] calls in [clock] | Kevin B Kenny | 2005-12-01 | 2 | -48/+67 |
|
|
* | Add remaining dependency info for UNIX | dkf | 2005-12-01 | 2 | -89/+101 |
|
|
* | Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of V... | dkf | 2005-12-01 | 1 | -13/+13 |
|
|