Timeline
Not logged in

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

303 check-ins using file tests/fileSystem.test version bdc79e28e7

2003-01-28
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
02:13
* generic/tclEvent.c (TclInExit, TclInThreadExit): Split out functionality of TclInExit to make it... check-in: de2cfbf168 user: mdejong tags: trunk
2002-11-06
10:44
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Generate a fatal configure error if no... check-in: 844cdd9ad4 user: mdejong tags: trunk
2002-11-04
05:50
* win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PAC... check-in: 6f80157046 user: davygrvy tags: trunk
2002-11-03
22:23
2002-11-01 David Gravereaux <davygrvy@pobox.com> * win/tclWinReg.c: Changed the Tcl_PkgProvide()... check-in: f1ed644748 user: davygrvy tags: trunk
2002-11-02
22:07
Updated Tcl_PkgProvide() line in Registry_Init() to use "1.1" instead of "1.0" check-in: ec3c0224eb user: davygrvy tags: trunk
2002-11-01
00:28
* library/word.tcl: Changed $tcl_platform to $::tcl_platform to avoid possible scope trouble. check-in: b45ecae587 user: andreas_kupries tags: trunk
2002-10-29
14:17
comments added check-in: 2c8a263292 user: vincentdarley tags: trunk
02:40
Typo correction check-in: f8215e8d7b user: dgp tags: trunk
00:04
* unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld error messages upstream [Bug #627546]. check-in: a67a28e2a3 user: das tags: trunk
2002-10-28
21:14
* library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d)... check-in: f15d780db3 user: andreas_kupries tags: trunk
16:34
* library/auto.tcl: Converted the Mac-specific [package unknown] * library/init.... check-in: a5c2064cac user: dgp tags: trunk
2002-10-26
08:01
no message check-in: eefa6e4ebb user: davygrvy tags: trunk
07:59
xcopy on NT 4.0 doesn't support the /Y switch (overwrite). Added logic to handle this. [Bug 618019... check-in: bef8bea4e0 user: davygrvy tags: trunk
2002-10-23
09:55
Removed obsolete history-related structures. check-in: 7089c28d45 user: dkf tags: trunk
2002-10-22
19:17
updated for 8.4.1 release check-in: 509a34d7b7 user: hobbs tags: trunk, core-8-4-1
18:56
* win/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst. * win/configure: regen * win/configure.in: re... check-in: 2e6e5ea4fc user: hobbs tags: trunk
16:41
* library/auto.tcl (tcl_findLibrary): * library/package.tcl (tclPkgUnknown): on macosx, search ins... check-in: eacf3ad5d5 user: das tags: trunk
12:16
Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)! [Bug 624919] check-in: c9fb4e45e8 user: dkf tags: trunk
2002-10-21
04:35
* macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 * generic/tcl.h: Added reminder comme... check-in: 1fb3ca22a7 user: das tags: trunk
2002-10-19
01:48
note 1.1 version update check-in: 5c8386759a user: hobbs tags: trunk
2002-10-18
23:58
* library/reg/pkgIndex.tcl: * win/configure: * win/configure.in: * win/Makefile.in: * win/makef... check-in: 8aff7bdeb8 user: hobbs tags: trunk
23:58
* doc/registry.n: Added support for broadcasting changes to * tests/registry.test: the regist... check-in: 78431e369f user: hobbs tags: trunk
22:59
* unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files check-in: 9b93f05a97 user: hobbs tags: trunk
2002-10-17
17:41
* generic/tclVar.c: Fixed code that check for proper # of args to * tests/var.te... check-in: 94a1baf750 user: dgp tags: trunk
05:51
* win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS)... check-in: 76d2dffe98 user: hobbs tags: trunk
2002-10-16
01:10
* README: added archives.tcl.tk note check-in: b7cc53c479 user: hobbs tags: trunk
01:09
Correct AIX-5 ppc build flags check-in: 45c094f836 user: hobbs tags: trunk
00:17
Correct AIX-5 ppc build flags check-in: 27e9dac595 user: hobbs tags: trunk
2002-10-15
20:55
* unix/configure: * unix/tcl.m4: correct HP 11 64-bit gcc building. [Patch #601051] (martin) check-in: 45798d69c1 user: hobbs tags: trunk
16:13
execution trace fix check-in: 19ad8717ce user: vincentdarley tags: trunk
2002-10-14
22:25
* generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. [Patch #623269] (brouwers) check-in: 000341817b user: hobbs tags: trunk
2002-10-11
13:22
* generic/tcl.h: Need a different strategy through the maze of #defines to let people building wit... check-in: 6bd2bc5b62 user: dkf tags: trunk
03:43
* win/configure: * win/tcl.m4: enable USE_THREAD_ALLOC (new threaded allocator) by default in cyg... check-in: 1978f7e5a6 user: hobbs tags: trunk
03:41
fixed minor nits [Bug #607776] (virden) check-in: 4307e63cdd user: hobbs tags: trunk
2002-10-10
16:10
* doc/Tcl.n: Clarified that namespace separators are legal in the... check-in: 907ac034b3 user: dgp tags: trunk
14:46
* doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] check-in: 7d7f9fd929 user: dgp tags: trunk
12:25
load fixes for Bug 611108 check-in: 4a2a8cda84 user: vincentdarley tags: trunk
04:56
* unix/README: doc'ed --enable-symbols options. * unix/Makefile.in: removed @MEM_DEBUG_FLAGS@ subs... check-in: 67adc348df user: hobbs tags: trunk
2002-10-09
23:57
* win/tclWinTime.c: Added code to set an exit handler that terminates the thread that calibrates t... check-in: b7618dfc58 user: kennykb tags: trunk
14:07
More clarification of [binary scan]'s behaviour. check-in: f352f15ca8 user: dkf tags: trunk
12:28
* generic/tclIntDecls.h: fixed botched regen. check-in: be12ac7438 user: das tags: trunk
11:54
* generic/tclInt.decls: made TclSetPreInitScript() declaration generic as it is used on mac & aqua... check-in: 27bd094e68 user: das tags: trunk
10:46
Bring spacing into line with Tcl Engineering Manual guidelines. check-in: b3e309d990 user: dkf tags: trunk
09:38
* doc/Alloc.3: Added a note to mention that attempting to allocate a zero-length block can return ... check-in: 23eef0513d user: dkf tags: trunk
2002-10-04
10:23
* doc/binary.n: Doc improvements [Patch 616480] check-in: 579453d90a user: dkf tags: trunk
08:25
[file exist] -> [file exists]... check-in: 147f89d646 user: dkf tags: trunk
2002-10-03
15:39
* doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". check-in: cf928714f3 user: dgp tags: trunk
13:34
[info exist]->[info exists]. [Bug 602566] check-in: eb7c8f93a5 user: dkf tags: trunk
13:08
Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816] check-in: ac5d42b84b user: dkf tags: trunk
2002-10-02
01:36
* generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for precompiled locals to support 8.3 ... check-in: d4b0044ecd user: hobbs tags: trunk
2002-10-01
10:03
Mentioned that [socket] takes service names as well as port numbers. It always did, but some people ... check-in: 4777af5fba user: dkf tags: trunk
2002-09-30
18:05
* generic/tclCompCmds.c (TclCompileRegexpCmd): correct the checking for bad re's that didn't termi... check-in: e816b98da0 user: hobbs tags: trunk
00:08
Added proper exiting conditions using Win32 console signals. This handles the existing lack of a Ct... check-in: 6f48010fb5 user: davygrvy tags: trunk
2002-09-29
20:44
no message check-in: dec1e870ed user: davygrvy tags: trunk
20:41
Added missing tclThreadAlloc.c to the build rules and defines USE_THREAD_ALLOC when TCL_THREADS is d... check-in: 228411980e user: davygrvy tags: trunk
2002-09-27
18:04
* README: Bumped to version 8.4.1 to avoid confusion * generic/tcl.h: ... check-in: 204b710ed3 user: dgp tags: trunk
01:29
* unix/configure: regen. * unix/tcl.m4: improve AIX-4/5 64bit compilation support. check-in: c504c2ee77 user: hobbs tags: trunk
01:28
* unix/ldAix (nmopts): add -X32_64 to make it work for 32 or 64bit mode compilation. check-in: f7c823955c user: hobbs tags: trunk
01:28
* generic/tclProc.c (Tcl_ProcObjCmd): correct overeager optimization of noop proc to handle the pr... check-in: f36499ba47 user: hobbs tags: trunk
00:50
2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> Added basic Cygwin support. * win/tcl.m4 (SC_PAT... check-in: a8d0360722 user: hobbs tags: trunk
2002-09-26
19:06
* library/encoding/koi8-u.enc: removed extraneous spaces that confused encoding reader. [Bug #6151... check-in: 9f70afe199 user: hobbs tags: trunk
19:06
* unix/Makefile.in: generate source dists with -src designator and do not generate .Z anymore (jus... check-in: 25157a26f8 user: hobbs tags: trunk
17:06
* macosx/Makefile: preserve environment value of INSTALL_ROOT. When embedding only use deployment ... check-in: f4e0ab7208 user: das tags: trunk
2002-09-24
14:25
regen. check-in: 75d056e949 user: dkf tags: trunk
14:23
* unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Yet more robust 64-bit value detection to close [Bug 613117] o... check-in: e46a582853 user: dkf tags: trunk
12:53
Removing more CONST-related warnings. check-in: c73933ee75 user: dkf tags: trunk
09:16
regen. check-in: 133face62e user: dkf tags: trunk
09:15
* unix/tcl.m4: Forgot to define TCL_WIDE_INT_IS_LONG at the appropriate moment. I believe this is... check-in: 2ca139c0be user: dkf tags: trunk
08:55
* doc/lset.n: Changed 'list' to 'varName' for consistency with lappend documentation. Thanks to G... check-in: 398ddbad71 user: dkf tags: trunk
2002-09-22
18:19
* library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within test bodies. Tha... check-in: 1a5e5bd20e user: dgp tags: trunk
17:55
* library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within test bodies. Tha... check-in: e4f6530926 user: dgp tags: trunk
2002-09-15
20:29
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add PEEK_XCLOSEIM define under Linux. ... check-in: 0e6dbb66fb user: mdejong tags: trunk
2002-09-12
22:33
* win/coffbase.txt: Added BLT to the virtual base address listings table should BLT's build tools ... check-in: 294a272d8b user: davygrvy tags: trunk
22:31
Added BLT to the vba listings. check-in: 994f831ae4 user: davygrvy tags: trunk
17:33
* generic/tcl.h: * mac/tclMacApplication.r: * mac/tclMacLibrary.r: * mac/tclMacResource.r: unifi... check-in: cde9830052 user: das tags: trunk
2002-09-11
03:19
* unix/README: Add note about building extensions with the same compiler Tcl was built with. [Tk ... check-in: be3171bcf1 user: mdejong tags: trunk
2002-09-10
12:42
* macosx/Tcl.pbproj/project.pbxproj: disabled building html documentation during embedded build. check-in: 5e35a3b50b user: das tags: trunk
09:57
* unix/Makefile.in: added DYLIB_INSTALL_DIR variable for macosx and set it to default value ${LIB_... check-in: 7877208a77 user: das tags: trunk
09:31
noted sep 10 release date for 8.4.0 check-in: e75351e1ec user: hobbs tags: trunk, core-8-4-0
2002-09-08
23:42
added TIP108 note to OS X port check-in: 616d73f466 user: hobbs tags: trunk
2002-09-06
20:46
formatting fixes (Thanks jenglish!) check-in: 08ccb9aa38 user: dgp tags: trunk
17:42
* doc/file.n: Format correction, and clarified [file normalize] returns an absolute... check-in: fd00ffb943 user: dgp tags: trunk
15:10
2002-09-06 Reinhard Max <max@suse.de> * tests/tcltest.test: Added nonRoot flag to tests 8.3, 8.4... check-in: 7f2d9e7c04 user: rmax tags: trunk
01:05
* doc/tcltest.n: Clarified phrasing. check-in: f3a0e6e6e5 user: dgp tags: trunk
00:20
* generic/tclBasic.c (TclRenameCommand,CallCommandTraces): * tests/trace.test (trace... check-in: d41757bf98 user: dgp tags: trunk
2002-09-05
20:21
* generic/tclVar.c (TclDeleteVars): Corrected logic for setting the TCL_INTERP_DEST... check-in: 3fed0c73d3 user: dgp tags: trunk
2002-09-04
15:18
* generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks to dkf and dgp for the long and d... check-in: 2e3caf0621 user: msofer tags: trunk
2002-09-03
19:52
* unix/configure: remove -pthread from LIBS on FreeBSD in thread * unix/tcl.m4: enabled build. ... check-in: 66419c4a7c user: hobbs tags: trunk
19:52
(Tcl_UpVar2): code cleanup to not use goto check-in: b47b31db38 user: hobbs tags: trunk
16:31
* generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on error return from TclPreventAliasLoop... check-in: c2e66bafc0 user: msofer tags: trunk
15:06
* macosx/Tcl.pbproj/project.pbxproj: Bumped version number to 8.4.0 and updated copyright info. check-in: 4b60925126 user: das tags: trunk
15:04
* generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked on error return from TclGetFrame. check-in: bdce2449bc user: msofer tags: trunk
04:11
Updated changes for 8.4.0 release. check-in: aa0ed4ecef user: dgp tags: trunk
02:01
* unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreed extra native char*. check-in: 231e743416 user: hobbs tags: trunk
02:01
* unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): make sure to init flags field of TcpState ptr to ... check-in: c92bd9a23d user: hobbs tags: trunk
2002-09-02
23:39
* unix/configure: * unix/tcl.m4: added 64-bit gcc compilation support on HP-11. [Patch #601051] (... check-in: 028c4fdbb0 user: hobbs tags: trunk
20:10
Bumped version number to 8.4.0 check-in: b532c8db30 user: hobbs tags: trunk
20:10
* generic/tclInterp.c (SlaveCreate): make sure that the memory and checkmem commands are initializ... check-in: 25a53d421c user: hobbs tags: trunk
19:27
* unix/tclUnixInit.c (Tcl_MacOSXGetLibraryPath): made this static function only appear when HAVE_C... check-in: 7d7782e59a user: hobbs tags: trunk
19:27
* tests/http.test (http-3.11): added close $fp that was causing an error on Windows because the fi... check-in: e4a85ee8d6 user: hobbs tags: trunk
19:27
* tests/exec.test: marked exec-18.1 unixOnly until the Windows incompatability (in the test, not t... check-in: 96736f2971 user: hobbs tags: trunk
19:27
* win/tclWinConsole.c (ConsoleCloseProc): only wait on writable pipe if there was something to wri... check-in: e9aec54546 user: hobbs tags: trunk
2002-08-31
13:27
* unix/tcl.m4: added TK_SHLIB_LD_EXTRAS analogue of existing TCL_SHLIB_LD_EXTRAS for linker settin... check-in: a0d741025b user: das tags: trunk
06:09
*** macosx-8-4-branch merged into the mainline [tcl patch #602770] *** * generic/tcl.decls: added... check-in: ac07f034c7 user: das tags: trunk, macosx-8-4-merge-2002-08-31-trunk
05:37
added macosx-8-4-branch ChangeLog entries Closed-Leaf check-in: 1f8e36f80f user: das tags: macosx-8-4-premerge-2002-08-31-branch, macosx-8-4-branch
2002-08-30
19:17
set SYMROOT in macosx/Makefile fix to 'find' syntax in project check-in: 6f2aee4b61 user: das tags: macosx-8-4-branch
18:11
various project cleanups & enhancements: build tcltest, clean project added macosx/Makefile to facil... check-in: 7ca5aa7bba user: das tags: macosx-8-4-branch
15:33
merged with trunk at tag macosx-8-4-merge-2002-08-30-trunk check-in: c69eee32c0 user: das tags: macosx-8-4-merge-2002-08-30-branch, macosx-8-4-branch
2002-08-29
19:02
* win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache): Applied patch for bug #59942... check-in: 9fb15282b0 user: andreas_kupries tags: trunk, macosx-8-4-premerge-2002-08-31-trunk, macosx-8-4-merge-2002-08-30-trunk
2002-08-28
22:49
no message check-in: ed24b018a2 user: davygrvy tags: trunk
22:48
* generic/tclEnv.c: * unix/configure.in: * win/tclWinPort.h: putenv() on some systems copies the... check-in: 2985f5f43a user: davygrvy tags: trunk
14:46
More people should automatically reach for the list command in conjunction with the eval command fol... check-in: d3b5324f96 user: dkf tags: trunk
08:47
Cache handling of ac_cv_type_socklen_t was wrong. [Bug 600931] check-in: cdd98cf3ae user: dkf tags: trunk
2002-08-26
17:38
2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclCompCmds.c: fix for [Bug 599... check-in: 22ac3d3f36 user: msofer tags: trunk
13:05
* generic/tclThreadAlloc.c: small optimisation, reducing the new allocator's overhead. check-in: facfeb86d7 user: msofer tags: trunk
2002-08-24
01:29
2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclObj.c (USE_THREAD_ALLOC): fi... check-in: f6b3630f19 user: msofer tags: trunk
2002-08-23
21:07
* generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objects between caches as a block, instead o... check-in: 919a9e1ad0 user: msofer tags: trunk
2002-08-22
15:57
* generic/tclBasic.c: * generic/tclCmdMZ.c: fix for freed memory r/w in delete traces [Bug 589863... check-in: a67b8218c5 user: msofer tags: trunk
00:52
* win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS... check-in: 26d5a58144 user: andreas_kupries tags: trunk
2002-08-21
14:00
bumped version to 8.0b3 check-in: bde9533702 user: das tags: macosx-8-4-branch
12:23
whitespace & other cleanup added support for standard MacOSX tcl package locations check-in: 2c6703cd87 user: das tags: macosx-8-4-branch
2002-08-20
20:25
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk check-in: 354986d9c3 user: das tags: macosx-8-4-merge-2002-08-20-branch, macosx-8-4-branch
18:33
* generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd. check-in: a79277f712 user: dgp tags: trunk, macosx-8-4-merge-2002-08-20-trunk
15:33
* README: Bumped version number to 8.4b3 to distinguish * generic/tcl.... check-in: 029bda30b1 user: dgp tags: trunk
03:03
* unix/tclUnixTest.c (TestfilehandlerCmd): Changed readable/writable to the more common readabl... check-in: 53f26a9083 user: andreas_kupries tags: trunk
2002-08-16
13:58
Added test. check-in: 1bb7a31db3 user: dkf tags: trunk
13:45
Added documentation note to remind authors of object type implementations to keep their objects with... check-in: 3d458cd899 user: dkf tags: trunk
13:37
* generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have their old representation delete... check-in: 61f3bb5aa8 user: dkf tags: trunk
2002-08-14
17:31
* generic/tclInt.h: * generic/tclObj.c: (code cleanup) factored the parts in the macros TclNewObj... check-in: e9d1065835 user: msofer tags: trunk
2002-08-13
20:35
typo in Changelog entry of 2002-04-16 check-in: 418f4b52eb user: msofer tags: trunk
2002-08-12
12:24
Missing Changelog entry for previous commit: * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bu... check-in: e75175d26a user: msofer tags: trunk
12:23
* generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863]. check-in: 67642dd640 user: msofer tags: trunk
2002-08-09
00:15
no message check-in: 797dbad277 user: davygrvy tags: trunk
00:13
Fixed $argv handling bug where if -bitmap wasn't specified $argc was off by one. check-in: a1b2c7081d user: davygrvy tags: trunk
2002-08-08
22:11
corrected lsearch docs to use -inline in examples check-in: 1840c4bba4 user: hobbs tags: trunk
18:19
* tests/uplevel.test: added 6.1 to test [uplevel] with shadowed commands [Bug 524383] check-in: efb6e09529 user: msofer tags: trunk
15:28
* tests/subst.test: added 5.8-10 as further tests for [Bug 495207] check-in: 4b5fc76026 user: msofer tags: trunk
14:50
* tests/README: Noted removal of defs.tcl. check-in: 44be5390e4 user: dgp tags: trunk
10:49
8.4b2 tag note check-in: 945f0deb05 user: hobbs tags: trunk, core-8-4-b2
10:41
[Patch #591647] (darley) (CopyRenameOneFile): this is currently disabled by default until further... check-in: eda141e5d3 user: hobbs tags: trunk
08:56
* tests/fCmd.test: * tests/unixFCmd.test: updated tests for new link copy behavior. * generic/tcl... check-in: 2912293401 user: hobbs tags: trunk
08:55
slight wording improvements check-in: c91b005d55 user: hobbs tags: trunk
2002-08-07
17:13
* docs/BoolObj.3: added description of valid string reps for a boolean object [Bug 584794] * gene... check-in: 599315865e user: msofer tags: trunk
15:50
* generic/tclCompile.h: * generic/tclObj.c: making tclCmdNameType static ([Bug 584567], Don Porte... check-in: 3080d8205d user: msofer tags: trunk
14:24
* generic/tclObj.c (Tcl_NewObj): added conditional code for USE_THREAD_ALLOC; objects allocated th... check-in: d6086ae38b user: msofer tags: trunk
2002-08-06
01:49
* generic/tclInt.decls: * unix/tclUnixThrd.c: Added stubs and implementations for non-threaded bu... check-in: 23c61ff933 user: das tags: trunk
2002-08-05
22:36
* library/tcltest/tcltest.tcl: The setup and cleanup scripts are now * library/tclt... check-in: e6f67378c3 user: dgp tags: trunk
15:01
* generic/tcl.decls: Restored Tcl_Concat to return (char *). Like * generic/tclD... check-in: 50d2abdc1c user: dgp tags: trunk
03:24
* doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify * doc/Concat.3: ... check-in: e476c22fec user: dgp tags: trunk
2002-08-01
22:17
* generic/tclExecute.c: bugfix (reading freed memory). Testsuite passed on linux/i386, compile-13.1 ... check-in: e8629e9570 user: msofer tags: trunk
20:13
Messed up the message in the previous commit, it should have read: * generic/tclExecute.c: added a r... check-in: da2516d7c3 user: msofer tags: trunk
20:02
* generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects, check-in: 61def9af65 user: msofer tags: trunk
18:32
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem): Don't lock the ckalloc mutex before invoking ... check-in: a36efcbf5f user: mdejong tags: trunk
13:05
* win/tclWinPort.h: The windows headers don't provide socklen_t, so we have to do it. check-in: fea397058c user: rmax tags: trunk
2002-07-31
14:57
TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then string rep [Bug 524802] check-in: a00ae5c2d6 user: msofer tags: trunk
12:34
* generic/tclInterp.c: signed/unsigned comparison warning fixed check-in: b074efc4ba user: msofer tags: trunk
10:45
* unix/tcl.m4 (SC_BUGGY_STRTOD): Enabled caching of test results. check-in: 95bd716a83 user: dkf tags: trunk
10:24
* unix/tcl.m4 (SC_BUGGY_STRTOD): Solaris 2.8 still has a buggy strtod() implementation; make sure ... check-in: 4b6878ba1b user: dkf tags: trunk
09:57
Comment formatting fixes check-in: 834a7bdb00 user: dkf tags: trunk
09:33
* tests/expr.test (expr-22.*): Marked as non-portable because it seems that these tests have an an... check-in: fcc047ebfc user: dkf tags: trunk
2002-07-30
18:36
* tests/io.test: * generic/tclIO.c (WriteChars): Added flag to break out of loop if nothing of... check-in: e3952500b8 user: andreas_kupries tags: trunk
2002-07-29
23:00
* unix/Makefile.in: Use CC_SEARCH_FLAGS instead of LD_SEARCH_FLAGS when linking with ${CC}. * uni... check-in: b61657c663 user: mdejong tags: trunk
16:54
* unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when ... check-in: 80c49e7297 user: rmax tags: trunk
15:58
Fixing incomplete Changelog entry check-in: c158c9a0fe user: msofer tags: trunk
15:56
bugfix, new tests for new [interp alias] code check-in: 86e71c5d61 user: msofer tags: trunk
12:28
Dump junk spaces... check-in: 6a66fc9f19 user: dkf tags: trunk
12:27
Extra comments for arguments check-in: a1d98aa515 user: dkf tags: trunk
10:56
Fixes for regexp issues raised in [Bug 578363]. Lots of thanks to pvgoran@users.sf.net for tracking ... check-in: 8cfaf94bd8 user: dkf tags: trunk
00:25
Fix for [Bug 582522] - aliases now fire execution traces on the target command. Optimisation of alia... check-in: 81bf54a155 user: msofer tags: trunk
2002-07-28
03:15
* unix/Makefile.in: Revert fix for Tcl bug 529801 since it was incorrect and broke the build on o... check-in: e1f1545c04 user: mdejong tags: trunk
2002-07-27
21:17
* generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding to the macro NEXT_INST_V(x, 0, 1)... check-in: a6dca03400 user: msofer tags: trunk
01:44
* generic/tclVar.c (TclObjLookupVar): leak fix and improved comments. check-in: 61efdac950 user: msofer tags: trunk
2002-07-26
21:41
* generic/tclVar.c (TclLookupVar): removed early returns that prevented the parens from being rest... check-in: 997e3c748a user: hobbs tags: trunk
18:51
* generic/tclExecute.c: * tests/expr-old.test: fix for erroneous error messages in [expr], [Bug 5... check-in: fd76c6306b user: msofer tags: trunk
2002-07-25
22:06
Fix for Tk Bug #219218 "error handling with bgerror in Tk" check-in: a39c4f624f user: jenglish tags: trunk
2002-07-24
23:20
* generic/tclExecute.c: restoring full TCL_COMPILE_DEBUG functionality. check-in: 5f71f67e78 user: msofer tags: trunk
21:05
* tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 as a valid C encodi... check-in: 05616207b2 user: dgp tags: trunk
15:40
* generic/tclExecute.c: restoring the tcl_traceCompile functionality while I repair tcl_traceExec. ... check-in: c3bd634366 user: msofer tags: trunk
13:51
* unix/Makefile.in: * unix/configure.in: corrected fix for [Bug 529801]: ranlib only needed for s... check-in: 455e67ee4b user: das tags: trunk
2002-07-23
18:37
touch up ChangeLog entry check-in: 66ba301e9a user: mdejong tags: trunk
18:17
Man page updates from Larry Virden. check-in: 133521463e user: jenglish tags: trunk
17:32
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using t... check-in: 62b8c71a34 user: mdejong tags: trunk
17:30
* unix/Makefile.in: Combine ranlib tests and avoid printing unless ranlib is actually run. check-in: fd6a09fbf1 user: mdejong tags: trunk
17:22
* unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" instead of "# no special path needed" or "# no incl... check-in: 505c77455e user: mdejong tags: trunk
2002-07-22
16:57
removed load-related clientData, made filesystem static check-in: f182692e41 user: vincentdarley tags: trunk
16:51
removed load-related clientData, made filesystem static check-in: 2174b09a78 user: vincentdarley tags: trunk
10:04
Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] Also produce better error... check-in: 45c9659683 user: dkf tags: trunk
2002-07-21
17:03
* Silence compiler warning. [Bug 584408] check-in: 84f12eedf1 user: dgp tags: trunk
2002-07-20
01:01
vfs fixes check-in: 9e72205132 user: vincentdarley tags: trunk
2002-07-19
20:29
* unix/configure: * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) ... check-in: 793a5fddc7 user: mdejong tags: trunk
15:15
macosx build fix check-in: 03a7e0ce8e user: vincentdarley tags: trunk
13:59
Made variable static. check-in: 9e033a7588 user: dkf tags: trunk
12:31
Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or have file-scope. check-in: 86e27ff753 user: dkf tags: trunk
10:23
Split off ChangeLog.2001 from ChangeLog check-in: 618fd1a4d4 user: rmax tags: trunk
10:12
Cleanup and simplification (file-vars are private, loops are not done when effects are unobservable)... check-in: 2fd1bbe685 user: dkf tags: trunk
09:17
Added ActiveState to license.terms check-in: 208d2721d2 user: dkf tags: trunk
08:52
Added tests for the [time] command. check-in: 6c57e7a165 user: dkf tags: trunk
08:36
Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427] check-in: d6a2ce8490 user: dkf tags: trunk
2002-07-18
16:39
pcOnly constraints added check-in: 0dfa567982 user: vincentdarley tags: trunk
16:36
winFile.test cleanup check-in: 10a984393e user: vincentdarley tags: trunk
16:35
winFCmd.test cleanup check-in: 4ed557623b user: vincentdarley tags: trunk
16:32
winFCmd.test cleanup check-in: bad516cb46 user: vincentdarley tags: trunk
16:26
Tcl_LoadHandle usage check-in: 9fb2f4b2d3 user: vincentdarley tags: trunk
16:17
fix to knownBug test check-in: 629fc26852 user: vincentdarley tags: trunk