Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
88 check-ins using file generic/tclThreadTest.c version 9f2a699719
|
2005-05-10
| ||
| 17:20 | committed local libtommath changes from kennykb-numerics-branch back to the Tcl HEAD check-in: edc85b6177 user: kennykb tags: trunk | |
| 10:02 | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] check-in: 4b97cfe954 user: msofer tags: trunk | |
|
2005-05-07
| ||
| 00:05 | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 8f214f2854 user: hobbs tags: trunk | |
|
2005-05-05
| ||
| 18:37 | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: ... check-in: 751ccc1989 user: dgp tags: trunk | |
| 17:52 | Corrected a compilation error in the --enable-threads configuration check-in: db79d08c45 user: kennykb tags: trunk | |
| 17:20 | * generic/tclCompCmds.c: Factored common efficiency trick into a macro named ... check-in: 4c8dcccfb3 user: dgp tags: trunk | |
| 15:32 | * generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: ... check-in: 2f2f477a05 user: dgp tags: trunk | |
|
2005-05-03
| ||
| 18:07 | * doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environ... check-in: 83aa957ebe user: dgp tags: trunk | |
|
2005-05-02
| ||
| 21:45 | * generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprSt... check-in: 6c4cb20910 user: dgp tags: trunk | |
|
2005-04-30
| ||
| 11:47 | * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. check-in: 73b282ccef user: das tags: trunk | |
|
2005-04-29
| ||
| 21:47 | Whitespace/formatting fixes check-in: 709b42df9d user: dkf tags: trunk | |
| 20:49 | TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntF... check-in: d9e4591786 user: dgp tags: trunk | |
|
2005-04-28
| ||
| 14:24 | * tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. check-in: 5dcc3507b3 user: dgp tags: trunk | |
| 05:31 | * library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: 25b4da904a user: dgp tags: trunk | |
|
2005-04-27
| ||
| 18:48 | TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): ... check-in: 6a178af03a user: dgp tags: trunk | |
|
2005-04-26
| ||
| 00:44 | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 20a693c229 user: das tags: trunk | |
|
2005-04-25
| ||
| 20:15 | Olson's tzdata2005i check-in: 908327be7a user: kennykb tags: trunk | |
| 17:07 | * library/init.tcl: Use "ni" and "in" operators. check-in: c386e86f4f user: dgp tags: trunk | |
| 10:05 | fix comments check-in: 5b62507eda user: msofer tags: trunk | |
| 10:01 | * generic/tclExecute.c: fix for [Bug 1189274]. check-in: 732199b541 user: msofer tags: trunk | |
| 02:08 | silence compiler warnings check-in: 9cb000f783 user: dgp tags: trunk | |
|
2005-04-22
| ||
| 16:26 | typo check-in: b4f40c1307 user: dgp tags: trunk | |
| 16:18 | * tests/string.test: Test string-23.0 for Bug 1187123. check-in: 8dc78c8b55 user: dgp tags: trunk | |
| 15:46 | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring it into agreement... check-in: 9cc02e7123 user: dgp tags: trunk | |
|
2005-04-21
| ||
| 22:42 | * generic/tclLiteral.c: Disabled the code that forces some literals into the "int" T... check-in: 3dd9e52203 user: dgp tags: trunk | |
| 21:29 | * generic/tclDictObj.c: Updated callers to call new routine. check-in: 60d7ff04ee user: dgp tags: trunk | |
| 21:23 | * generic/tclBasic.c: Updated callers to call new routine. * generic/tclCompCmds.c... check-in: b0a22119dc user: dgp tags: trunk | |
| 20:35 | stifle compiler warning check-in: ace1bd5a92 user: dgp tags: trunk | |
| 20:24 | * generic/tclGet.c: Radical code simplification. Converted Tcl_GetFoo() routine... check-in: c5a5c3f411 user: dgp tags: trunk | |
| 15:49 | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. check-in: 2ac5b9233d user: dgp tags: trunk | |
| 15:23 | * generic/tclObj.c: Re-ordered error detection code so all values with trailing ... check-in: e2ac645480 user: dgp tags: trunk | |
| 14:23 | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. Also clarifie... check-in: c2065c79f6 user: dgp tags: trunk | |
|
2005-04-20
| ||
| 16:04 | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 4e2a92f900 user: dgp tags: trunk | |
| 15:13 | silenced a compiler warning check-in: 6ccb622ed3 user: kennykb tags: trunk | |
|
2005-04-19
| ||
| 18:44 | typo check-in: 301150ab87 user: dgp tags: trunk | |
| 16:32 | * generic/tclBasic.c: Added unsupported command * generic/tclCmdAH.c: [::tcl::un... check-in: b200066b4e user: dgp tags: trunk | |
| 15:10 | fixed Bug 1185933 check-in: 089af482d8 user: kennykb tags: trunk | |
|
2005-04-16
| ||
| 19:17 | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111] check-in: b2d441f946 user: msofer tags: trunk | |
| 08:05 | See file check-in: 4a518115ec user: vasiljevic tags: trunk | |
| 08:04 | Force clenaup of the interp result in TclLoadFile(). Some implementations of TclpFindSymbol() will s... check-in: 1a0278d29d user: vasiljevic tags: trunk | |
| 08:03 | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: 5c9d9a78f1 user: vasiljevic tags: trunk | |
| 08:01 | Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for ... check-in: 1ba74d7ab7 user: vasiljevic tags: trunk | |
| 08:00 | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 9b92b809a4 user: vasiljevic tags: trunk | |
| 07:58 | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). check-in: ecfd50088d user: vasiljevic tags: trunk | |
|
2005-04-15
| ||
| 22:41 | * tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.te... check-in: 491363a334 user: dgp tags: trunk | |
| 15:50 | * library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: ... check-in: 15c5551bac user: dgp tags: trunk | |
| 02:38 | * generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. check-in: 2ae9c6f494 user: msofer tags: trunk | |
|
2005-04-14
| ||
| 04:43 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: ef164333ff user: davygrvy tags: trunk | |
| 04:43 | no message check-in: 0367ea1606 user: davygrvy tags: trunk | |
| 02:41 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten by... check-in: 7b37444344 user: davygrvy tags: trunk | |
|
2005-04-13
| ||
| 21:26 | * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verify... check-in: 3d8bfa527e user: dgp tags: trunk | |
| 19:28 | Performance improvement in [clock] - FR 1182459 check-in: e8d3b26242 user: kennykb tags: trunk | |
| 11:06 | Also improved [fcopy] docs check-in: bc202c364b user: dkf tags: trunk | |
| 10:53 | Improve documentation of -encoding binary option to [fconfigure]. check-in: 7ae24657a0 user: dkf tags: trunk | |
| 09:39 | * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and Tcl... check-in: 595299342a user: msofer tags: trunk | |
|
2005-04-12
| ||
| 20:28 | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil... check-in: 33d1032cba user: dgp tags: trunk | |
| 18:32 | added definition of NULL to strstr.c for Bug 1175161 check-in: 43ddb35efd user: kennykb tags: trunk | |
|
2005-04-11
| ||
| 10:02 | Revamp the zone-info compiler to make better use of the facilities available check-in: 396133da15 user: dkf tags: trunk | |
|
2005-04-10
| ||
| 23:54 | Import of tommath 0.35 check-in: 30c8e6bbc2 user: kennykb tags: trunk | |
| 23:32 | Olson's tzdata2005h check-in: 08ade9a5ab user: kennykb tags: trunk | |
| 23:07 | * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] check-in: 117cdb70c9 user: dgp tags: trunk | |
|
2005-04-09
| ||
| 21:14 | fix in last commit check-in: 7a54aa6af9 user: msofer tags: trunk | |
| 21:12 | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 33cd3211b5 user: msofer tags: trunk | |
| 15:38 | * macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup... check-in: 1f95116fcf user: das tags: trunk | |
| 11:09 | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return when getting index from an em... check-in: 83a809919f user: das tags: trunk | |
| 10:15 | * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX... check-in: 227076fc7c user: das tags: trunk | |
|
2005-04-08
| ||
| 21:38 | Fix whitespace check-in: 8b722c33bd user: dkf tags: trunk | |
| 20:03 | * generic/tclInt.h (TclGetEncodingFromObj): New function to * generic/tclEncodin... check-in: 3aae24d03c user: dgp tags: trunk | |
| 17:10 | explanatory comment check-in: 53b1db0561 user: dgp tags: trunk | |
| 12:47 | Test updates for new [switch] compiler check-in: f9a6809534 user: dkf tags: trunk | |
| 10:42 | Improved [switch] compilation. check-in: 4cd9721bbc user: dkf tags: trunk | |
|
2005-04-06
| ||
| 20:55 | Purge old and inaccurate .VS/.VE macros. check-in: b5dbb85db5 user: dkf tags: trunk | |
| 20:42 | Ignore the msvc7/8 autogenerated project parts. check-in: 7dd802e392 user: patthoyts tags: trunk | |
| 09:51 | Improvements to man2html script to handle .IP better check-in: f41a60bb6d user: dkf tags: trunk | |
| 09:34 | Change some .TP macros to .IP to work around *roff formatter bugs. check-in: fc1c7df6f8 user: dkf tags: trunk | |
|
2005-04-05
| ||
| 17:03 | replace obsolete "winOnly" constraint with preferred "win" check-in: a49c5566a1 user: dgp tags: trunk | |
| 16:56 | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the * generic/tclUt... check-in: 4a7eaa5b15 user: dgp tags: trunk | |
| 16:18 | * generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 8f5c1b4045 user: msofer tags: trunk | |
|
2005-04-04
| ||
| 10:12 | * generic/tclExecute.c: small opts in obj handling check-in: 14340221f8 user: msofer tags: trunk | |
|
2005-04-03
| ||
| 00:20 | * generic/tclVar.c: converted a few function calls to macros. check-in: 3298b60c63 user: msofer tags: trunk | |
|
2005-04-02
| ||
| 02:08 | Changed the internal representation of lists to (a) reduce the malloc/free calls at list creation (f... check-in: 20cba22d42 user: msofer tags: trunk | |
|
2005-04-01
| ||
| 19:08 | slight reduction in cost of INST_START_CMD check-in: 94ede88e2b user: msofer tags: trunk | |
| 16:18 | * generic/tclExecute.c: * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to the const... check-in: b81968472f user: msofer tags: trunk | |
| 15:17 | * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: define... check-in: cbef3b55b1 user: msofer tags: trunk | |
|
2005-03-31
| ||
| 19:10 | * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced "test and branch" with "compute index into... check-in: 984a49e364 user: msofer tags: trunk | |
|
2005-03-30
| ||
| 13:25 | Added doc for missing argument. [Bug 1172401] check-in: 8fa8d55de1 user: dkf tags: trunk | |
| 06:25 | * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternativ... check-in: bfaee23d82 user: hobbs tags: trunk | |
|
2005-03-25
| ||
| 00:35 | * generic/tclCompile.h: Move the TclInterpReady() declaration from * generic/tclInt.... check-in: 81f6285c30 user: dgp tags: trunk | |