| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -0/+7 |
|
|
* | Fix [Bug 2882561]. | dkf | 2009-10-21 | 1 | -11/+16 |
|
|
* | Fix for [Bug 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -0/+8 |
|
|
* | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -0/+5 |
|
|
* | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-28 | 1 | -0/+8 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to | dgp | 2009-09-18 | 1 | -0/+6 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -0/+24 |
|
|
* | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-17 | 1 | -0/+5 |
|
|
* | Fix for [Bug 2820349] | Joe Mistachkin | 2009-07-23 | 1 | -0/+4 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -0/+23 |
|
|
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -0/+14 |
|
|
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 1 | -0/+5 |
|
|
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l... | ferrieux | 2009-04-27 | 1 | -0/+6 |
|
|
* | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ... | ferrieux | 2009-04-27 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c (UpdateStringOfString): Added cast to fix | andreas_kupries | 2009-04-22 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed | dgp | 2009-04-15 | 1 | -0/+5 |
|
|
* | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -0/+4 |
|
|
* | * library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest | dgp | 2009-04-08 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Completed backports of fixes for | dgp | 2009-04-07 | 1 | -0/+5 |
|
|
* | * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] | dgp | 2009-03-30 | 1 | -0/+2 |
|
|
* | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -0/+8 |
|
|
* | * tests/fileName.test: Tests for [Bug 2710920] to guard against | dgp | 2009-03-27 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow | dgp | 2009-03-20 | 1 | -0/+5 |
|
|
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -0/+5 |
|
|
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -0/+7 |
|
|
* | * generic/tcl.h (Darwin): workaround conflict between deprecated tcl | das | 2009-02-06 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-05 | 1 | -0/+6 |
|
|
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-04 | 1 | -0/+6 |
|
|
* | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit | dgp | 2009-01-09 | 1 | -0/+6 |
|
|
* | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 1 | -0/+6 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -0/+6 |
|
|
* | * generic/tclFileName.c (TclDoGlob): One of the | dgp | 2008-12-03 | 1 | -0/+8 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to | dgp | 2008-12-01 | 1 | -0/+5 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of | andreas_kupries | 2008-11-25 | 1 | -0/+7 |
|
|
* | * generic/tclIO.c: Backport of fix for [Bug 2333466]. | andreas_kupries | 2008-11-23 | 1 | -0/+4 |
|
|
* | * generic/tclPort.h: remove the ../{win,unix}/ header dirs as the | hobbs | 2008-11-04 | 1 | -0/+6 |
|
|
* | * doc/global.n: Correct false claim about [info locals]. | dgp | 2008-09-25 | 1 | -0/+4 |
|
|
* | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -0/+5 |
|
|
* | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -0/+4 |
|
|
* | * unix/Makefile.in: ensure Makefile shell is /bin/bash for | das | 2008-08-13 | 1 | -0/+11 |
|
|
* | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -0/+6 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -0/+7 |
|
|
* | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -0/+16 |
|
|
* | * tests/info.test: Add !singleTestInterp constraint to various tests; | das | 2008-07-25 | 1 | -0/+6 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-24 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -0/+11 |
|
|
* | * generic/tclBasic.c: Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -0/+2 |
|
|
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -0/+3 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -0/+11 |
|
|