Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

186 check-ins using file changes version 3c1ab7c365

2003-02-28
12:11
file documentation fix check-in: 87a6156f91 user: vincentdarley tags: trunk
2003-02-27
23:57
see ChangeLog check-in: c2014a471f user: hobbs tags: trunk
23:47
* generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code check of typePtr (darley).
check-in: a7cf0407f8 user: hobbs tags: trunk
23:47
* tests/winTime.test: added note about PCI hardware dependency issues with high performance clock....
check-in: 8eed2cdd0e user: hobbs tags: trunk
16:01
Stop [lsearch -start 0 {} x] from crashing. [Bug #694232] check-in: 97f3eb7e5d user: dkf tags: trunk
04:08
Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in calling GetUserName check-in: 04cbcd1f85 user: chengyemao tags: trunk
03:47
Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in calling GetUserName check-in: 40b46bfcb5 user: chengyemao tags: trunk
00:54
* generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when deleting a command that had trace on it...
check-in: 8bb4478f38 user: hobbs tags: trunk
2003-02-25
23:58
* doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching * library/pac...
check-in: d881598183 user: dgp tags: trunk
22:03
* tests/pid.test: See below [Bug #678412]. * tests/io.test: Made more robust against spaces in pa... check-in: bdf2998de6 user: andreas_kupries tags: trunk
16:18
* tests/execute.test: cleaning up testobj's at the end, to avoid leak warning by valgrind.
check-in: 65f2a4c931 user: msofer tags: trunk
2003-02-22
09:23
Fix for Bug #571002 check-in: 2ca256b4d6 user: vasiljevic tags: trunk
06:56
fixed typo check-in: 3c18dd2baa user: das tags: trunk
2003-02-21
21:54
Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774] check-in: 1ebdea1ccd user: dkf tags: trunk
20:11
* mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel): Implemented missing cut and splice...
check-in: d15cdab1e9 user: das tags: trunk
19:04
fixed very old typos check-in: 5beea5daa7 user: das tags: trunk
14:15
* unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to create new processes...
check-in: deee64d32d user: das tags: trunk
05:30
* library/package.tcl (tclPkgUnknown): Minor performance tweaks to reduce the numbe...
check-in: 4c692977ec user: dgp tags: trunk
03:32
* unix/tcl.m4: * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to create new process...
check-in: b89695ef03 user: das tags: trunk
02:40
* generic/tclEncoding.c (LoadTableEncoding): * library/encoding/cp932.enc: Correct jis round-...
check-in: 3e571abd43 user: hobbs tags: trunk
02:36
* unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): add MakeTcpClientChannelMode that takes actual mo...
check-in: 8353e05256 user: hobbs tags: trunk
2003-02-20
15:32
Typo fix [Bug #688943] check-in: 69f52e30e5 user: dkf tags: trunk
00:34
* unix/tclUnixThrd.c (TclpReaddir): * unix/tclUnixPort.h: update to Bug 689100 patch to ensure tha...
check-in: 068379cc78 user: hobbs tags: trunk
2003-02-19
16:55
added missing bug # check-in: 21cbd01ab1 user: das tags: trunk
16:43
* generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect of always invalidating unicode r...
check-in: 80440365ac user: das tags: trunk
14:33
* generic/tclCompile.c (TclCompileExprWords): remove unused variable "range" [Bug 664743] * gener...
check-in: efdc16ed56 user: msofer tags: trunk
01:20
* unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and linkage of 'xnet' library to... check-in: 7dd360b22a user: andreas_kupries tags: trunk
01:05
* unix/tclUnixThrd.c (TclpReaddir): reduce size of name string in tsd to NAME_MAX instead of PATH_...
check-in: cc09b38497 user: hobbs tags: trunk
01:04
(HaveVersion): correctly decl static check-in: 4e98446e21 user: hobbs tags: trunk
00:30
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Make sure -lpthread gets passed on th...
check-in: 6fef89efec user: mdejong tags: trunk
2003-02-18
10:13
cleanup of new simplefs test code check-in: 67cfbfbc41 user: vincentdarley tags: trunk
02:37
* generic/tclBasic.c (TclRenameCommand): fixing error in previous commit.
check-in: 5ce6589960 user: msofer tags: trunk
02:25
* generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): * generic/tclCmdMZ.c (Tcl_StringObjCmd...
check-in: 28dcdcf39e user: hobbs tags: trunk
02:22
* generic/tclBasic.c (TclRenameCommand): 'oldFullName' object was not being freed on all fu...
check-in: 1e414e91e6 user: msofer tags: trunk
2003-02-17
22:31
* generic/tclIO.c (Tcl_GetsObj): Minor change so that eol is only assigned at the top of the TCL_...
check-in: bfd396bc22 user: mdejong tags: trunk
19:12
update in comment check-in: 6310fa5a5b user: dgp tags: trunk
17:23
Removed Windows line terminators. [Bug 687913]. check-in: bdee5e1df5 user: kennykb tags: trunk
2003-02-16
01:36
Don Porter's fix for bad parsing of nested scripts [Bug 681841]. check-in: 13c34f1df9 user: msofer tags: trunk
2003-02-15
22:30
Corrected a couple of typos in error messages. [Bug 596027] check-in: aba2bc0454 user: kennykb tags: trunk
20:24
Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the last event in the queue. Added ... check-in: 035d1a2446 user: kennykb tags: trunk
02:16
* README: Bumped to version 8.4.2. * generic/tcl.h: * tools/tcl.wse.in: * unix/configure: * un...
check-in: 1ba5113e1d user: hobbs tags: trunk
02:14
generic/tclStringObj.c (Tcl_GetCharLength): perf tweak check-in: 3dfa905412 user: hobbs tags: trunk
02:13
correct HP-UX ia64 --enable-64bit build flags check-in: e5d910b43d user: hobbs tags: trunk
2003-02-14
22:31
* win/tclWinTime.c: Added code to test and compensate for forward leaps of the performance counter.... check-in: 59b1f50de7 user: kennykb tags: trunk
22:16
* win/tclWinTime.c: Added code to test and compensate for forward leaps of the performance counter.... check-in: 5e2c269457 user: kennykb tags: trunk
2003-02-13
23:49
Added conversion from the system encoding to tcl_platform(user), so that it works with non-ASCII7 u... check-in: 42d87fe111 user: kennykb tags: trunk
22:03
Added language to describe the handling of the end-of-file character \u001a embedded in a script fi... check-in: 2a357daf79 user: kennykb tags: trunk
2003-02-12
18:57
glob -l on broken symlink fix check-in: be22ec9c79 user: vincentdarley tags: trunk
2003-02-11
23:59
lint init regexp check-in: d55a53df62 user: hobbs tags: trunk
21:54
* tests/lsearch.test: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case that lse...
check-in: 1c9153d6ed user: hobbs tags: trunk
20:41
Corrected a problem where http-4.14 would fail when run with a proxy server. Replaced references t... check-in: a5fc0bb948 user: kennykb tags: trunk
18:46
correct test names check-in: 03be579296 user: hobbs tags: trunk
18:35
* tests/stringObj.test: * generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char opt of 2...
check-in: 78c313648a user: hobbs tags: trunk
18:34
* generic/tclParse.c (CommandComplete): more paranoid check to break on (p >= end) instead of just...
check-in: 9743f441b5 user: hobbs tags: trunk
18:27
remove excess EOF whitespace check-in: ad24f00755 user: hobbs tags: trunk
18:03
* generic/tclParse.c * tests/parse.test: fix for [Bug 684744], by Don Porter.
check-in: 0240a75766 user: msofer tags: trunk
11:07
* generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): (UpdateStringOfFsPath): revert th...
check-in: a148677ade user: hobbs tags: trunk
09:42
* tests/fileSystem.test: added test 8.3 * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSM...
check-in: 7c7fc4f3fd user: hobbs tags: trunk
09:42
* unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden file match check.
check-in: 5ac811df84 user: hobbs tags: trunk
02:18
* win/configure: * win/configure.in: Generate error when attempting to build under Cygwin. The Cy...
check-in: 9ae2332ed0 user: mdejong tags: trunk
2003-02-10
13:32
* doc/append.n: Return value was not documented. [Bug 683188]
check-in: 13f7008676 user: dkf tags: trunk
12:50
further fs cleanup check-in: 4e91ed4531 user: vincentdarley tags: trunk
10:26
filesystem speed up round 2 check-in: 1f9c0e4f03 user: vincentdarley tags: trunk
2003-02-09
02:50
add catches to suppress unnecessary errors check-in: 1f3b9cac32 user: hobbs tags: trunk
2003-02-08
22:03
code cleanup of eval and string comp use check-in: 3073e9d59a user: hobbs tags: trunk
2003-02-07
15:29
first speedups to Win filesystem check-in: e7c1a40863 user: vincentdarley tags: trunk
11:59
fix to crashing filesystem test check-in: 63c1460f0b user: vincentdarley tags: trunk
01:07
* generic/tclCompCmds.c (TclCompileIncrCmd): * tests/incr.test: Don't include the text "(incremen...
check-in: 8d271ffd13 user: mdejong tags: trunk
2003-02-06
22:44
* generic/tclExecute.c (TclExecuteByteCode): When an error is encountered reading the increment va...
check-in: a84d591f12 user: mdejong tags: trunk
16:29
* library/tcltest/tcltest.tcl: Filename arguments to [outputChannel] and [errorChan...
check-in: dafc6b463d user: dgp tags: trunk
2003-02-05
20:05
* tests/interp.test: * tests/set-old.test: Run test cases that depend on hash order through lsort...
check-in: 050a14cf73 user: mdejong tags: trunk
12:46
added regression test for recent bug fix check-in: 64b1083fb2 user: vincentdarley tags: trunk
2003-02-04
18:23
test suite fixes for spaces in paths check-in: 811cea19f2 user: vincentdarley tags: trunk
17:06
finalization and test fixes check-in: 1bf7a82411 user: vincentdarley tags: trunk
00:56
Marked filesystem-7.1 as known bug. check-in: ebd433c730 user: andreas_kupries tags: trunk
00:56
doc formatting fix check-in: 531b3a90d4 user: hobbs tags: trunk
2003-02-03
20:16
* generic/tclBasic.c: Changed [trace add command] so that 'rename' callbacks get fully qualified na... check-in: 382a9b8449 user: kennykb tags: trunk
2003-02-01
23:49
* generic/tclCompCmds.c: Removed an unused variable that caused compiler warnings on SGI. [Bug 66...
check-in: 6da94f8950 user: kennykb tags: trunk
23:37
* generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage is called to report the same p...
check-in: 06bcf54eca user: kennykb tags: trunk
21:27
* generic/tclClock.c: Fixed a bug that incorrectly allowed [clock clicks {}] and [clock clicks -]...
check-in: c877b70a1b user: kennykb tags: trunk
21:07
* tests/unixNotfy.test: Added cleanup of working files [Bug 675609]
check-in: 2ad9774a7b user: kennykb tags: trunk
19:48
2003-02-01 Kevin Kenny <[email protected]>
* doc/Tcl.n: Added headings to the elev...
check-in: fdbe463400 user: kennykb tags: trunk
2003-01-31
22:19
The utility [slave] command failed to properly [list]-quote a constructed [open] com...
check-in: a7dc77246b user: dgp tags: trunk
22:10
* tests/tcltest.test: Cleaned up management of file/directory creation/deletion to i...
check-in: 557bb3d6fb user: dgp tags: trunk
18:54
* tests/main.test: Stopped main.test from deleting existing file. Test suite should ...
check-in: 26a42fb072 user: dgp tags: trunk
2003-01-28
17:59
* tests/main.test: Constrain tests that do not work on Windows.
check-in: 4526b1dfd4 user: dgp tags: trunk
14:52
filesystem bug fix and new test check-in: 083e6f570a user: vincentdarley tags: trunk
11:03
* generic/tcl.h: Add TCL_PREFIX_IDENT and TCL_DEBUG_IDENT, used only by TclpCreateProcess. * unix...
check-in: 0b07cfddbf user: mdejong tags: trunk
2003-01-27
15:25
typo corrections in comments. check-in: 45c321246f user: dgp tags: trunk
03:34
* win/README: Update msys+mingw URL to release 6. This version bundles gcc 3.
check-in: fc8c920f3d user: mdejong tags: trunk
02:19
* win/configure: Regen. * win/configure.in: Add test that checks to see if the compiler can cast ...
check-in: 1acd5861be user: mdejong tags: trunk
2003-01-26
05:59
* generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): Invoke TclpCutFileChannel and TclpSpliceFil...
check-in: 40bc638062 user: mdejong tags: trunk
2003-01-25
14:11
* win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings): * win/tclWinChan.c (Tcl_MakeFileChann...
check-in: 071e3de4fc user: mdejong tags: trunk
12:48
* win/configure: * win/configure.in: Define HAVE_ALLOCA_GCC_INLINE when we detect that no alloca ...
check-in: 6eae293500 user: mdejong tags: trunk
03:12
* generic/tclEvent.c (Tcl_Finalize): revert finalize change on 2002-12-04 to correct the issue wit...
check-in: 225ead1ac4 user: hobbs tags: trunk
03:11
* win/tclWinDde.c (Dde_Init): clarified use of tsdPtr. (DdeServerProc): better refcount handling o...
check-in: 07d56520cd user: hobbs tags: trunk
00:16
only do groups check on unix check-in: fdbd44d677 user: hobbs tags: trunk
2003-01-24
16:33
Use [file dirname], not the abbreviation [file dir] check-in: e140ecaf7e user: dgp tags: trunk
14:07
corrected overlooked bump to version 2.2 check-in: 673c46c691 user: dgp tags: trunk
11:59
stringObj unicode Tcl_SetObjLength fixes check-in: dce71c6888 user: vincentdarley tags: trunk
08:05
woops, missed in last commit check-in: 5f2d00af1c user: mdejong tags: trunk
08:04
* win/configure: Regen. * win/configure.in: * win/tclWin32Dll.c (TclpCheckStackSpace): Rework th...
check-in: 83a1c026c6 user: mdejong tags: trunk
2003-01-23
14:18
* doc/lset.n: Fixed fault in return values from lset in documentation examples [SF Bug #658463] an...
check-in: 11f73898e2 user: dkf tags: trunk
2003-01-21
20:06
Clarified documentation of [namespace inscope] [SF Patch #670110] check-in: 570a03d811 user: jenglish tags: trunk
08:27
* win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set SHLIB_SUFFIX so that TCL_SHLIB_SUFFI...
check-in: b14ac6253e user: mdejong tags: trunk
2003-01-19
07:21
change %ud to %u as appropriate check-in: 7045111181 user: hobbs tags: trunk
2003-01-18
01:05
* win/tclWinDde.c (DdeServerProc): Deallocate the Tcl_Obj returned by ExecuteRemoteObject if it w...
check-in: 5d26616322 user: mdejong tags: trunk
2003-01-17
22:10
* generic/tcl.h: Revert earlier change that defined TCL_WIDE_INT_TYPE as long long and TCL_LL_MOD...
check-in: c83d00266a user: mdejong tags: trunk
14:19
execution trace, command trace and stringObj bug fixes check-in: bf6b0dfaf9 user: vincentdarley tags: trunk
2003-01-16
20:55
* win/tclWinSerial.c (SerialOutputProc): add casts for bytesWritten to allow strict compilation (n...
check-in: 3beb6c7739 user: hobbs tags: trunk
20:51
* tests/winDde.test: * win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty service name is ...
check-in: 5cc2be8bc8 user: hobbs tags: trunk
19:01
* win/tclWin32Dll.c (squelch_warnings): Squelch compiler warnings from SEH ASM code. * win/tclWin...
check-in: bba93619da user: mdejong tags: trunk
2003-01-14
17:51
* generic/tclClock.c (FormatClock): corrected typo that incorrectly conditionally defined savedTZE...
check-in: 43dadccb94 user: hobbs tags: trunk
02:06
Fix mingw build problems and compiler warnings.
* generic/tcl.h: Add if defined(__MINGW32__) che...
check-in: 5a8676e805 user: mdejong tags: trunk
2003-01-13
08:48
* win/README: Update msys + mingw URL, the new release includes the released 1.0.8 version of msy...
check-in: ec13e33335 user: mdejong tags: trunk
07:22
* win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Pull in addition of shell32.lib to LIBS_...
check-in: f2564a1e8c user: mdejong tags: trunk
07:01
* generic/tcl.h: Skip Tcl's define of CHAR, SHORT, and LONG when HAVE_WINNT_IGNORE_VOID is define...
check-in: 789f26d398 user: mdejong tags: trunk
01:27
* win/configure: Regen. * win/configure.in: Check for typedefs like LPFN_ACCEPT in winsock2.h and...
check-in: 4aad945b11 user: mdejong tags: trunk
2003-01-10
15:03
WinTcl crash on exit fix check-in: bfd1c3af3d user: vincentdarley tags: trunk
2003-01-09
21:13
* generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-one problem with r...
check-in: 3c8c76a34b user: dgp tags: trunk
10:38
non-ascii chars in file mtime fix check-in: f53b3ba4da user: vincentdarley tags: trunk
10:01
remove unused variable check-in: e7546a259f user: vincentdarley tags: trunk
2003-01-08
21:29
* generic/tclExecute.c (TclExprFloatError): Use the IS_NAN macro for greater clarity of co...
check-in: 51328e9ca3 user: dgp tags: trunk
00:34
* generic/tclCompCmds.c (TclCompileReturnCmd): * tests/compile.test: Corrects fail...
check-in: 8f6092205c user: dgp tags: trunk
2003-01-05
00:44
no message check-in: c304843ae3 user: davygrvy tags: trunk
00:44
* win/makefile.vc: * win/rules.vc: Fixed INSTALLDIR macro problem that blanked itself by acciden...
check-in: ec0ef7dda9 user: davygrvy tags: trunk
2003-01-03
23:03
Corrected and expanded documentation for rand() and srand() functions. check-in: 92ec913eb5 user: dgp tags: trunk
2002-12-18
22:55
* win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro. Reported by Joe Mistachkin <jo...
check-in: 57b831b33b user: davygrvy tags: trunk
22:47
* win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro check-in: ca8af8ca51 user: davygrvy tags: trunk
2002-12-17
21:35
* generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode): (Tcl_ThreadAlert): Check that the...
check-in: 7f6f5e67ac user: hobbs tags: trunk
02:47
* generic/tclPipe.c (TclCleanupChildren): * tests/winPipe.c: * win/tclWinPipe.c (Tcl_WaitPid): *...
check-in: d03e2a5a90 user: davygrvy tags: trunk
2002-12-13
17:44
* unix/configure.in: Updated configure of CVS snapshots to reflect * win/configur...
check-in: 641553c0de user: dgp tags: trunk
2002-12-11
21:29
* generic/tclProc.c (ProcessProcResultCode): Fix failure to propagate negative ret...
check-in: b05c44bcd8 user: dgp tags: trunk
20:30
* generic/tclParseExpr.c (TclParseInteger): Return 1 for the string "0x" (recognize...
check-in: 9657be67c1 user: dgp tags: trunk
2002-12-10
00:34
* win/tclWinThrd.c (TclpMasterUnlock): * generic/tclThread.c (TclFinalizeThreadData): TclpMasterUn...
check-in: f6b3168d0c user: hobbs tags: trunk
2002-12-08
15:31
* win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check that the tsdPtr is valid before ...
check-in: 14149ec6c9 user: davygrvy tags: trunk
2002-12-06
23:22
* generic/tclStubInit.c: regen * generic/tclIntPlatDecls.h: regen * generic/tclInt.decls: added T...
check-in: e4ec3dc36c user: hobbs tags: trunk
23:22
* generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics to their original values on finalize ...
check-in: 58657abf03 user: hobbs tags: trunk
2002-12-05
00:15
* win/tclWinPipe.c: reverted back to -r1.27 due to numerous test failures that need to be resolved...
check-in: 8be9d86edd user: davygrvy tags: trunk
2002-12-04
22:04
* win/tclWinPipe.c (Tcl_WaitPid): When a process exits with an exception, pass this notice on to ...
check-in: 3e0544149c user: davygrvy tags: trunk
13:09
filesystem cleanup fix, virtual filesystem load fix check-in: 7eeb4a7a69 user: vincentdarley tags: trunk
07:07
* generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check of tclStubsPtr to allow for repea...
check-in: c8487bfd30 user: hobbs tags: trunk
07:07
unset path to make it work for singleproc runs check-in: d94e726f2b user: hobbs tags: trunk
05:43
* win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT to CTRL_BREAK_EVENT as it can't be igno...
check-in: 7ab31947a5 user: davygrvy tags: trunk
05:41
* win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT to CTRL_BREAK_EVENT as it can't be igno...
check-in: 862a888d0e user: davygrvy tags: trunk
03:59
* win/tclAppInit.c (sigHandler): Protect from trying to close a NULL handle.
* win/tclWinPipe.c...
check-in: 9e7de7ab45 user: davygrvy tags: trunk
2002-11-27
22:57
* win/tclWinChan.c (Tcl_MakeFileChannel): return of DuplicateHandle() incorrectly used [Bug 61885...
check-in: 16b1bc73b2 user: davygrvy tags: trunk
22:47
* win/tclWinSock.c: WSAStartup() loaded version comparison error which resulted in 2.0 looking le...
check-in: 4f20019f82 user: davygrvy tags: trunk
18:37
* win/tclWinSock.c: Removed shutdown() from the function table as it wasn't referenced anywhere a...
check-in: d31c0d819c user: davygrvy tags: trunk
18:13
* win/tclWinPort.h: Don't turn off winsock prototypes! TclX didn't like it. Even though the core...
check-in: f2168e8c5c user: davygrvy tags: trunk
05:29
Missed a couple left-overs from my TcpAccept hack. Now fixed. Sorry for the confusion. check-in: d56c10f510 user: davygrvy tags: trunk
02:54
* generic/tclInterp.c (AliasCreate): preserve/release interps to prevent possible FMR error in bad...
check-in: 797488af97 user: hobbs tags: trunk
02:53
* generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properly cleanup all encodings by using Tc...
check-in: 7395efc7eb user: hobbs tags: trunk
02:51
add simple valgrind target check-in: 30a68bc5f5 user: hobbs tags: trunk
02:51
unset path var to allow singleproc testing check-in: 083ccd23f3 user: hobbs tags: trunk
02:46
missed a patch item reference. check-in: 583e8f9f9d user: davygrvy tags: trunk
02:22
adjusted some commentary to be more accurate. check-in: 596f4ed996 user: davygrvy tags: trunk
01:41
Incorrect local edit of this file was previously committed that included a TcpAccept() hack that has... check-in: 222e5987ea user: davygrvy tags: trunk
00:59
small typo. check-in: 374300f528 user: davygrvy tags: trunk
00:58
* win/tclWinPort.h: * win/tclWinSock.c: This patch does two things:
1) Cleans-up the winsock ty...
check-in: f0c1f576b2 user: davygrvy tags: trunk
2002-11-26
22:41
added a missing comment line to show that use of TerminateThread is evil. check-in: 832dfabe5f user: davygrvy tags: trunk
22:35
* win/tclWinConsole.c: * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * win/tclW...
check-in: a2db2b4e4a user: davygrvy tags: trunk
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