Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 check-ins using file win/tclWinThrd.c version caef31f0ae
|
2005-05-27
| ||
| 18:51 | * README: Bumped patchlevel to 8.4.10 * generic/tcl.h: * tools/tcl.wse.in: * unix/tcl.... check-in: 752a5d0521 user: hobbs tags: core-8-4-branch | |
|
2005-05-26
| ||
| 11:19 | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. * unix/configure.in: corrected framewo... check-in: 45619dd7d5 user: das tags: core-8-4-branch | |
|
2005-05-25
| ||
| 19:25 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast check-in: 176b2864bd user: hobbs tags: core-8-4-branch | |
| 18:49 | * unix/configure, unix/configure.in: ensure false Tcl.framework is only created with --enable-fram... check-in: e0e2451d61 user: hobbs tags: core-8-4-branch | |
|
2005-05-24
| ||
| 04:44 | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ... check-in: 499598d874 user: das tags: core-8-4-branch | |
| 04:20 | * macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ... check-in: c065af454b user: das tags: core-8-4-branch | |
| 04:19 | * generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad... check-in: 5c82b72b0a user: das tags: core-8-4-branch | |
| 04:18 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi... check-in: f5fb72c5f9 user: das tags: core-8-4-branch | |
|
2005-05-20
| ||
| 17:19 | Removed unreferenced stack variable check-in: 4233bfd935 user: vasiljevic tags: core-8-4-branch | |
| 15:28 | * generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a... check-in: eb0b85b5d7 user: dgp tags: core-8-4-branch | |
| 02:50 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: f2036a6572 user: das tags: core-8-4-branch | |
|
2005-05-19
| ||
| 13:28 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: af276e30b1 user: das tags: core-8-4-branch | |
|
2005-05-14
| ||
| 20:52 | * macosx/tclMacOSXBundle.c: * unix/tclUnixInit.c: * unix/tcl.m4 (Darwin): made use of CoreFoundat... check-in: c4f7ce27bf user: das tags: core-8-4-branch | |
|
2005-05-12
| ||
| 16:23 | Corrected example that confused [namespace which] and [namespace origin] check-in: 4747c60a4f user: dgp tags: core-8-4-branch | |
|
2005-05-11
| ||
| 00:47 | * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t... check-in: 8a6c6f6b7d user: hobbs tags: core-8-4-branch | |
|
2005-05-07
| ||
| 00:00 | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 5a2808481b user: hobbs tags: core-8-4-branch | |
|
2005-05-03
| ||
| 17:53 | documentation improvements. check-in: c73c6b9be6 user: dgp tags: core-8-4-branch | |
|
2005-04-29
| ||
| 14:09 | Backported doc fix check-in: 83eaf12085 user: dkf tags: core-8-4-branch | |
|
2005-04-28
| ||
| 05:34 | * library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: d43f85a9a8 user: dgp tags: core-8-4-branch | |
|
2005-04-27
| ||
| 21:07 | * tests/unixInit.test (7.1): Alternative fix for the 2005-04-22 commit. check-in: 4104828d14 user: dgp tags: core-8-4-branch | |
|
2005-04-26
| ||
| 00:46 | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 74b7355f70 user: das tags: core-8-4-branch | |
|
2005-04-22
| ||
| 16:29 | * generic/tclCmdMZ.c: Corrected intrep-dependence of * tests/string.test: [stri... check-in: 8c298ec89c user: dgp tags: core-8-4-branch | |
|
2005-04-21
| ||
| 23:42 | * tests/unixInit.test (7.1): fixed failure when running tests with -tmpdir arg not set to working ... check-in: f5a7d654ed user: das tags: core-8-4-branch | |
|
2005-04-20
| ||
| 16:06 | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 3d004086cf user: dgp tags: core-8-4-branch | |
| 00:14 | * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one can truly block. check-in: f53ee322c3 user: hobbs tags: core-8-4-branch | |
|
2005-04-19
| ||
| 16:31 | no message check-in: 2920872277 user: davygrvy tags: core-8-4-branch | |
| 16:28 | * win/tclWinPipe.c: The pipe channel driver now respects the -blocking option when closing. The wi... check-in: 435e6257fb user: davygrvy tags: core-8-4-branch | |
|
2005-04-14
| ||
| 07:09 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: 74c27f43eb user: davygrvy tags: core-8-4-branch | |
|
2005-04-12
| ||
| 18:28 | added definition of NULL to strstr.c for Bug 1175161 check-in: ccf59bad26 user: kennykb tags: core-8-4-branch | |
|
2005-04-09
| ||
| 15:39 | * macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup... check-in: 7342dfd9e9 user: das tags: core-8-4-branch | |
| 10:16 | * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX... check-in: 482141dca9 user: das tags: core-8-4-branch | |
|
2005-04-07
| ||
| 11:33 | See file. check-in: 7769d08b2a user: vasiljevic tags: core-8-4-branch | |
| 11:29 | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: f770d9b761 user: vasiljevic tags: core-8-4-branch | |