| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor comment improvements and code reordering for clarity | dkf | 2007-05-11 | 1 | -32/+42 |
|
|
* | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, | dgp | 2007-05-09 | 2 | -2/+7 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & | das | 2007-05-09 | 3 | -4/+116 |
|
|
* | * generic/tclInt.h: fix warning when building threaded with -DPURIFY. | das | 2007-05-09 | 1 | -1/+2 |
|
|
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 6 | -63/+69 |
|
|
* | regen | dkf | 2007-05-05 | 2 | -2/+26 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 5 | -112/+174 |
|
|
* | More type-pun warning squelches | dkf | 2007-05-05 | 4 | -273/+283 |
|
|
* | Record the dll base addresses for some additional extensions | patthoyts | 2007-05-04 | 1 | -1/+5 |
|
|
* | Comment and open file as text | patthoyts | 2007-05-04 | 1 | -3/+14 |
|
|
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 4 | -18/+55 |
|
|
* | Changelog clarification | Miguel Sofer | 2007-05-03 | 1 | -1/+2 |
|
|
* | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | Kevin B Kenny | 2007-05-02 | 2 | -3/+14 |
|
|
* | Convert to using ANSI function definitions. | dkf | 2007-05-02 | 7 | -1066/+1058 |
|
|
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount | Kevin B Kenny | 2007-05-02 | 2 | -2/+7 |
|
|
* | * tests/utf.test (utf-25.1--utf-25.4): Modified tests to | Kevin B Kenny | 2007-05-02 | 2 | -33/+70 |
|
|
* | * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr | Miguel Sofer | 2007-05-02 | 2 | -2/+13 |
|
|
* | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 3 | -76/+91 |
|
|
* | * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict | dgp | 2007-05-01 | 2 | -2/+8 |
|
|
* | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely | das | 2007-04-30 | 2 | -6/+11 |
|
|
* | * generic/tclIO.c (FixLevelCode): Corrected reference count | andreas_kupries | 2007-04-30 | 2 | -13/+26 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected | Kevin B Kenny | 2007-04-30 | 2 | -74/+88 |
|
|
* | move 8.5a6 tag pointcore_8_5_a6 | hobbs | 2007-04-26 | 1 | -2/+2 |
|
|
* | Fix [Bug 1705778, leak K15] | dkf | 2007-04-25 | 2 | -239/+280 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management | Kevin B Kenny | 2007-04-25 | 2 | -3/+13 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that | dgp | 2007-04-25 | 2 | -3/+24 |
|
|
* | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe... | das | 2007-04-25 | 2 | -18/+21 |
|
|
* | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. | das | 2007-04-25 | 2 | -2/+7 |
|
|
* | * generic/tclListObj.c: reverting [Patch 738900] (committed on | Miguel Sofer | 2007-04-24 | 2 | -106/+63 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new | Kevin B Kenny | 2007-04-24 | 2 | -2/+11 |
|
|
* | Fix [Bug 1705778, leak K05] | dkf | 2007-04-24 | 2 | -1/+9 |
|
|
* | Fix [Bug 1705778, leak K04] | dkf | 2007-04-24 | 2 | -99/+101 |
|
|
* | * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the | dgp | 2007-04-24 | 2 | -1/+12 |
|
|
* | * generic/tclBinary.c: Addressed several code paths where the | Kevin B Kenny | 2007-04-24 | 2 | -1/+12 |
|
|
* | * unix/Makefile.in (dist): add platform library package to src dist | hobbs | 2007-04-24 | 2 | -11/+13 |
|
|
* | corrected botched indents | dgp | 2007-04-24 | 1 | -38/+38 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the | dgp | 2007-04-24 | 2 | -1/+7 |
|
|
* | revised phrasing a bit for clarity | dgp | 2007-04-24 | 1 | -2/+3 |
|
|
* | typo | dgp | 2007-04-24 | 1 | -1/+1 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory | Kevin B Kenny | 2007-04-24 | 2 | -1/+10 |
|
|
* | fix typo in ChangeLog message | Kevin B Kenny | 2007-04-24 | 1 | -1/+1 |
|
|
* | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the | Kevin B Kenny | 2007-04-24 | 3 | -3/+15 |
|
|
* | Plugged two memory leaks | Kevin B Kenny | 2007-04-23 | 2 | -3/+5 |
|
|
* | typo | das | 2007-04-23 | 1 | -1/+0 |
|
|
* | * macosx/Tcl-Common.xcconfig: enable more warnings. | das | 2007-04-23 | 12 | -43/+140 |
|
|
* | * unix/configure.in: install license.terms into Tcl.framework. | das | 2007-04-23 | 2 | -1/+3 |
|
|
* | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. | das | 2007-04-23 | 1 | -4/+4 |
|
|
* | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-23 | 3 | -21/+40 |
|
|
* | * generic/tclCkalloc.c: fix warnings from gcc build configured with | das | 2007-04-23 | 3 | -31/+29 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): Make sure the | dgp | 2007-04-23 | 2 | -2/+8 |
|
|