Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file win/tclWinPipe.c version 9fbd08fcb2
|
2002-11-26
| ||
| 21:56 | * win/README: Update msys build env URL. This release #4 build both tcl and tk without problems. check-in: 6c637822c0 user: mdejong tags: trunk | |
|
2002-11-23
| ||
| 01:41 | * library/init.tcl: code cleanup to reduce use of * library/opt/optparse.tcl: string compa... check-in: 4e3709186c user: hobbs tags: trunk | |
| 01:22 | * tests/interp.test: interp-14.4 * generic/tclInterp.c (TclPreventAliasLoop): prevent seg fault w... check-in: 9be42b0849 user: hobbs tags: trunk | |
|
2002-11-19
| ||
| 02:34 | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset after the "end-" prefix. * gene... check-in: 9ed6048410 user: hobbs tags: trunk | |
| 01:30 | no message check-in: 4ab4f675d3 user: davygrvy tags: trunk | |
| 01:29 | * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixed improper compiler macros that missed t... check-in: 31c2a09d6f user: davygrvy tags: trunk | |
|
2002-11-15
| ||
| 15:34 | Added missing .BE [Bug 629330] check-in: d81f9a0a52 user: dkf tags: trunk | |
|
2002-11-14
| ||
| 00:56 | * generic/regexpComp.test: added tests 22.* * generic/tclCompCmds.c (TclCompileRegexpCmd): add lef... check-in: 8b683e0af1 user: hobbs tags: trunk | |
|
2002-11-13
| ||
| 22:11 | 3 small fixes check-in: 602e2df05f user: vincentdarley tags: trunk | |
|
2002-11-12
| ||
| 02:27 | TclUtfToUniChar optimizations check-in: 8df83dce48 user: hobbs tags: trunk | |
| 02:26 | * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar. (Tcl_StringCaseMatch): use TclUtfToUniCh... check-in: 8fe2fe6f36 user: hobbs tags: trunk | |
| 02:26 | * generic/tclUtf.c: make use of TclUtfToUniChar macro throughout the functions, and add extra opti... check-in: af7f25d96a user: hobbs tags: trunk | |
| 02:26 | * generic/tclStringObj.c (Tcl_GetCharLength): optimize for the ascii char case. (Tcl_GetUniChar):... check-in: 0dc350572c user: hobbs tags: trunk | |
| 02:25 | * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMP to use memcmp in the one-byte/ch... check-in: c6f4f7379f user: hobbs tags: trunk | |
| 02:25 | * generic/tclEncoding.c (UtfToUtfProc, UtfToUnicodeProc): (TableFromUtfProc, EscapeFromUtfProc): U... check-in: 82edeac674 user: hobbs tags: trunk | |
| 02:25 | * tests/split.test: added 1-char string split tests * generic/tclCmdMZ.c (Tcl_SplitObjCmd): Use Tc... check-in: 5a9d0381a0 user: hobbs tags: trunk | |
| 02:25 | * generic/tclInt.h: add macro version of Tcl_UtfToUniChar (TclUtfToUniChar) that does the one-byte... check-in: 48d20fd2a0 user: hobbs tags: trunk | |
| 02:24 | * generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevel only. This interim number will ... check-in: 7d8bbf1bf0 user: hobbs tags: trunk | |
| 02:23 | * generic/tclHash.c (HashStringKey): move string++ lower to save an instruction. check-in: f1d00748cb user: hobbs tags: trunk | |
| 02:23 | * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add proper static declarations. check-in: db7e22784e user: hobbs tags: trunk | |
|
2002-11-11
| ||
| 16:08 | Corrected indentation of the new language. Oops. check-in: 458497ffbd user: kennykb tags: trunk | |
| 16:05 | Corrected indentation of the new language. Oops. check-in: 9d8b768ddc user: kennykb tags: trunk | |
|
2002-11-10
| ||
| 17:22 | Added language to the Endekalogue to make it clear that substitutions always take place from left to... check-in: 830f7bddc0 user: kennykb tags: trunk | |
|
2002-11-07
| ||
| 02:19 | * changes: Note TclInExit TclInThreadExit changes. check-in: 27efec220f user: mdejong tags: trunk | |
| 02:13 | * generic/tclEvent.c (TclInExit, TclInThreadExit): Split out functionality of TclInExit to make it... check-in: de2cfbf168 user: mdejong tags: trunk | |