| Commit message (Expand) | Author | Age | Files | Lines |
* | Olson's tzdata2005i | Kevin B Kenny | 2005-04-25 | 17 | -15/+42 |
|
|
* | * library/init.tcl: Use "ni" and "in" operators. | dgp | 2005-04-25 | 2 | -7/+11 |
|
|
* | fix comments | Miguel Sofer | 2005-04-25 | 1 | -2/+5 |
|
|
* | * generic/tclExecute.c: fix for [Bug 1189274]. | Miguel Sofer | 2005-04-25 | 2 | -2/+6 |
|
|
* | silence compiler warnings | dgp | 2005-04-25 | 3 | -5/+10 |
|
|
* | typo | dgp | 2005-04-22 | 1 | -2/+2 |
|
|
* | * tests/string.test: Test string-23.0 for Bug 1187123. | dgp | 2005-04-22 | 2 | -1/+9 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 10 | -102/+103 |
|
|
* | * generic/tclLiteral.c: Disabled the code that forces some literals | dgp | 2005-04-21 | 2 | -1/+8 |
|
|
* | * generic/tclDictObj.c: Updated callers to call new routine. | dgp | 2005-04-21 | 2 | -2/+3 |
|
|
* | * generic/tclBasic.c: Updated callers to call new routine. | dgp | 2005-04-21 | 3 | -25/+8 |
|
|
* | stifle compiler warning | dgp | 2005-04-21 | 1 | -9/+11 |
|
|
* | * generic/tclGet.c: Radical code simplification. Converted | dgp | 2005-04-21 | 6 | -240/+215 |
|
|
* | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. | dgp | 2005-04-21 | 2 | -1/+5 |
|
|
* | * generic/tclObj.c: Re-ordered error detection code so all values | dgp | 2005-04-21 | 2 | -54/+47 |
|
|
* | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. | dgp | 2005-04-21 | 3 | -178/+80 |
|
|
* | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not | dgp | 2005-04-20 | 3 | -38/+28 |
|
|
* | silenced a compiler warning | Kevin B Kenny | 2005-04-20 | 2 | -2/+7 |
|
|
* | typo | dgp | 2005-04-19 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 6 | -108/+105 |
|
|
* | fixed Bug 1185933 | Kevin B Kenny | 2005-04-19 | 3 | -23/+63 |
|
|
* | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak | Miguel Sofer | 2005-04-16 | 2 | -2/+7 |
|
|
* | See file | vasiljevic | 2005-04-16 | 1 | -0/+32 |
|
|
* | Force clenaup of the interp result in TclLoadFile(). Some implementations | vasiljevic | 2005-04-16 | 1 | -5/+12 |
|
|
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize | vasiljevic | 2005-04-16 | 1 | -20/+23 |
|
|
* | Fixed TclpFreeAllocCache() to recognize when being called with NULL | vasiljevic | 2005-04-16 | 1 | -7/+10 |
|
|
* | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | * tests/unixInit.test: Disabled obsolete tests and removed code | dgp | 2005-04-15 | 4 | -103/+83 |
|
|
* | * library/init.tcl: Use auto-loading to bring in Tcl Module | dgp | 2005-04-15 | 4 | -45/+42 |
|
|
* | * generic/tclExecute.c: missing semicolons caused failure to | Miguel Sofer | 2005-04-15 | 2 | -3/+8 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 1 | -3/+3 |
|
|
* | no message | davygrvy | 2005-04-14 | 1 | -0/+11 |
|
|
* | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit | davygrvy | 2005-04-14 | 2 | -6/+6 |
|
|
* | * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed | dgp | 2005-04-13 | 2 | -175/+174 |
|
|
* | Performance improvement in [clock] - FR 1182459 | Kevin B Kenny | 2005-04-13 | 2 | -4/+10 |
|
|
* | Also improved [fcopy] docs | dkf | 2005-04-13 | 2 | -15/+29 |
|
|
* | Improve documentation of -encoding binary option to [fconfigure]. | dkf | 2005-04-13 | 2 | -3/+12 |
|
|
* | * generic/tclCompile.c:Commented out the functions | Miguel Sofer | 2005-04-13 | 2 | -1/+13 |
|
|
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 4 | -130/+143 |
|
|
* | added definition of NULL to strstr.c for Bug 1175161 | Kevin B Kenny | 2005-04-12 | 2 | -1/+10 |
|
|
* | Revamp the zone-info compiler to make better use of the facilities available | dkf | 2005-04-11 | 2 | -301/+237 |
|
|
* | Import of tommath 0.35 | Kevin B Kenny | 2005-04-10 | 75 | -4385/+7023 |
|
|
* | Olson's tzdata2005h | Kevin B Kenny | 2005-04-10 | 11 | -1021/+90 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] | dgp | 2005-04-10 | 2 | -1/+6 |
|
|
* | fix in last commit | Miguel Sofer | 2005-04-09 | 1 | -6/+7 |
|
|
* | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs | Miguel Sofer | 2005-04-09 | 2 | -3/+16 |
|
|
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 2 | -12/+15 |
|
|
* | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return | das | 2005-04-09 | 2 | -2/+6 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 3 | -8/+14 |
|
|