Timeline
Not logged in

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

1102 check-ins using file tests/load.test version b656967e73

2004-09-14
16:30
* generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning the int value of... check-in: ecd2e927c5 user: dgp tags: core-8-4-branch
2004-09-10
22:59
Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 36fcd28d9a user: dgp tags: core-8-4-branch
21:52
One less crazy long/wide aunt in the attic... [Bug 868489] check-in: a74b4462f7 user: dkf tags: core-8-4-branch
20:06
Fix [Bug 1025359] to make sure wide seeks don't lose errors check-in: ffbedbe75d user: dkf tags: core-8-4-branch
20:01
* generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: a7219ed430 user: andreas_kupries tags: core-8-4-branch
18:22
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons... check-in: f023e9218c user: dgp tags: core-8-4-branch
15:30
* generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin... check-in: 4caa0c8b72 user: msofer tags: core-8-4-branch
2004-09-09
17:12
Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] check-in: 82b85fe72b user: dgp tags: core-8-4-branch
15:45
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t... check-in: 4749497df8 user: dgp tags: core-8-4-branch
2004-09-08
18:32
* compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 3a35f81202 user: kennykb tags: core-8-4-branch
2004-09-07
18:21
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: f36e082082 user: kennykb tags: core-8-4-branch
2004-09-02
13:58
Clarify meaning of [lsearch -dictionary] check-in: c0bfca3cf3 user: dkf tags: core-8-4-branch
2004-09-01
17:28
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un... check-in: 89a2af995e user: hobbs tags: core-8-4-branch
17:26
WIN64 corrections check-in: 8a4b1a2b00 user: hobbs tags: core-8-4-branch
2004-08-30
18:15
Fix crash in [string map] when objects are shared. [Bug 1018562] check-in: 0a400ea11f user: dkf tags: core-8-4-branch
2004-08-26
17:37
* tests/env.test: macosx fixes. check-in: 59ec68b96d user: das tags: core-8-4-branch
2004-08-19
21:12
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 052cf18b79 user: dkf tags: core-8-4-branch
2004-08-16
14:28
date correction check-in: 13ffccf8ee user: dgp tags: core-8-4-branch
14:18
fix for [Bug 1008314] check-in: 6e5e508723 user: msofer tags: core-8-4-branch
2004-08-13
21:45
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 9b7f1874b7 user: dgp tags: core-8-4-branch
2004-08-10
19:35
Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: af8752bc56 user: vasiljevic tags: core-8-4-branch
2004-07-30
15:15
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: a2629d96aa user: dgp tags: core-8-4-branch
08:32
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: 26f728866c user: das tags: core-8-4-branch
2004-07-28
16:28
* generic/tclMain.c (Tcl_Main, StdinProc): Append newline only * tests/basic.te... check-in: f78f682cf1 user: dgp tags: core-8-4-branch
2004-07-26
21:39
(io-61.1): create file in binary mode for x-plat check-in: 5c5e78c14f user: hobbs tags: core-8-4-7, core-8-4-branch
19:14
note 8.4.7 tag date check-in: 4d359a79b7 user: hobbs tags: core-8-4-branch
2004-07-25
21:38
* generic/tclThreadAlloc.c: Moved the tclInt.h include to provide Tcl_Panic which is now required fo... check-in: 68225ba789 user: patthoyts tags: core-8-4-branch
2004-07-23
16:02
A couple of trivial edits to the changes - added credits for bug reports and fixed a typo in one dat... check-in: 345116dcbe user: kennykb tags: core-8-4-branch
16:00
* tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: e5cafec421 user: dgp tags: core-8-4-branch
00:33
minor fixes to 8.4.7 changes check-in: 4f67acc321 user: hobbs tags: core-8-4-branch
00:24
* win/tclWinDde.c: Bump to dde 1.2.3 to cover changes * library/dde/pkg... check-in: fe4f807148 user: dgp tags: core-8-4-branch
2004-07-22
21:41
typo/format fixes check-in: b21c4368ec user: dgp tags: core-8-4-branch
2004-07-21
01:30
* generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 12bdd26d68 user: hobbs tags: core-8-4-branch
2004-07-20
11:13
* unix/tcl.m4: fixed Darwin autoconf breakage caused by recent CFLAGS reordering. * unix/configur... check-in: 7553cb7e69 user: das tags: core-8-4-branch
05:37
* macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, ... check-in: e8239c0524 user: das tags: core-8-4-branch
2004-07-19
20:12
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/config... check-in: 2917edc1d3 user: hobbs tags: core-8-4-branch
19:23
Redefined MASTER_LOCK to call TclpMasterLock for the sake of Tcl API users never creating interprete... check-in: 3990dbc1b1 user: vasiljevic tags: core-8-4-branch
2004-07-16
22:38
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the generation of error messages an... check-in: e45342ef28 user: andreas_kupries tags: core-8-4-branch
22:22
* doc/OpenFileChnl.3: Added description of the behaviour of Tcl_ReadChars when its 'charsToRead... check-in: 9a6268129a user: andreas_kupries tags: core-8-4-branch
20:46
* doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateComm... check-in: b50863fa42 user: andreas_kupries tags: core-8-4-branch
20:10
* doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can... check-in: bf82448fce user: andreas_kupries tags: core-8-4-branch
19:42
Typo fix. check-in: a88f085a2f user: andreas_kupries tags: core-8-4-branch
19:20
* tests/socket.test: Accepted two new testcases by Stuart Casoff <stwo@users.sourceforge.net> c... check-in: ca7389d35c user: andreas_kupries tags: core-8-4-branch
17:24
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990... check-in: 7030a54125 user: andreas_kupries tags: core-8-4-branch
2004-07-15
22:04
* unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe Mistachkin's patch for [Tcl SF Bug 99453... check-in: 011b86e209 user: andreas_kupries tags: core-8-4-branch
21:20
Added new fix for the Tcl Bug #770053. Now we conditionaly perform the TclFinalizeNotifier in order ... check-in: 9ed2ecf626 user: vasiljevic tags: core-8-4-branch
20:46
* generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in * generic/tclIO.c (Tcl_UnregisterChan... check-in: 91ff646723 user: andreas_kupries tags: core-8-4-branch
20:17
* generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the old depreceated newline syntax... check-in: 3aa9e1bdf5 user: andreas_kupries tags: core-8-4-branch
09:57
Remoevd initialization of TSD for the new thread in NewThreadProc() since this will result in TclIni... check-in: 7e0ae19d31 user: vasiljevic tags: core-8-4-branch
09:40
Backout of changes to fix the Tcl Bug #770053. See SF bugreport for more info. check-in: 89f958a1cf user: vasiljevic tags: core-8-4-branch
2004-07-13
19:21
* README, generic/tcl.h, tools/tcl.wse.in: bumped to * unix/configure, unix/configure.i... check-in: fd590c8526 user: hobbs tags: core-8-4-branch
19:09
See file... check-in: d672301ee2 user: vasiljevic tags: core-8-4-branch
19:04
Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURN in NewThreadProc(). This is... check-in: 7fdbfa026a user: vasiljevic tags: core-8-4-branch
2004-07-03
22:13
added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. check-in: 592447b62b user: msofer tags: core-8-4-branch
2004-07-02
23:37
see changes check-in: e560fd00b1 user: hobbs tags: core-8-4-branch
23:37
* generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special * tests/exec.test: case redir of st... check-in: 7b4da20af6 user: hobbs tags: core-8-4-branch
23:36
* generic/regcomp.c (stid): correct minor pointer size error check-in: 2b39dd44e9 user: hobbs tags: core-8-4-branch
16:52
backport of recent fs fixes from cvs head check-in: 6611bc2f61 user: vincentdarley tags: core-8-4-branch
2004-06-29
09:38
Fix [Bug 981733]; bizarre resolver brokenness strikes again! check-in: 9f02c749b9 user: dkf tags: core-8-4-branch
2004-06-22
11:55
Corrected Tcl Bug #770053 check-in: 450a52effb user: vasiljevic tags: core-8-4-branch
2004-06-21
22:07
* win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkst... check-in: 00950ad7df user: mdejong tags: core-8-4-branch
2004-06-15
13:00
Fixed dde -async test. check-in: 1b6e88cf5a user: patthoyts tags: core-8-4-branch
2004-06-14
15:22
* win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in the presence of applications that... check-in: 469f0f607b user: patthoyts tags: core-8-4-branch
2004-06-10
17:17
* generic/tclDecls.h: Regenerated on a unix box. * generic/tclIntDecls.h: The Win/DOS ... check-in: be14957e2e user: andreas_kupries tags: core-8-4-branch
14:05
Partialy fixed Bug #932314 check-in: 9daf96ea97 user: vasiljevic tags: core-8-4-branch
13:59
Partially corrected [Bug 932314]. check-in: fdd81afeae user: vasiljevic tags: core-8-4-branch
2004-06-08
20:43
silence compiler warning check-in: 9e77745903 user: dgp tags: core-8-4-branch
20:25
Silence compiler warnings check-in: c2bd8d6b0e user: dgp tags: core-8-4-branch
19:45
* generic/tclCompile.c: handle warning [Bug 969066] check-in: 27198a2f13 user: msofer tags: core-8-4-branch
2004-06-05
17:29
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: 5833c77e9b user: kennykb tags: core-8-4-branch
17:25
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: a45bf99c8e user: kennykb tags: core-8-4-branch
2004-05-27
18:43
* tests/clock.test: Commented clock-9.1 that the test will fail if strftime doesn't do %s. Moderni... check-in: 354d523aaa user: kennykb tags: core-8-4-branch
18:25
* tests/clock.test: Added a single test for the presence of %G in [clock format], and conditioned o... check-in: 47f6226213 user: kennykb tags: core-8-4-branch
14:33
* generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded nul... check-in: e1ffee2730 user: rmax tags: core-8-4-branch
2004-05-26
16:24
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 4cea21b09a user: dgp tags: core-8-4-branch
15:13
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 995b6581d1 user: dgp tags: core-8-4-branch
2004-05-25
22:50
* doc/http.n (http::config): add -urlencoding option (default utf-8) * library/http/http.tcl: ... check-in: f0ce2ecb2e user: hobbs tags: core-8-4-branch
19:02
* tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it do... check-in: e96d46a550 user: kennykb tags: core-8-4-branch
00:08
* generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used f... check-in: ea60e74cf1 user: hobbs tags: core-8-4-branch
2004-05-24
19:24
* doc/set.n: accurate description of name resolution process, referring to namespace.n for details... check-in: 9625dfd388 user: msofer tags: core-8-4-branch
2004-05-22
17:01
* generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] and new (in tcl8.4) exteriorisat... check-in: 802d685560 user: msofer tags: core-8-4-branch
2004-05-19
22:50
Backport of bizarre error-loss bug found by KBK and myself. check-in: 6a6612227d user: dkf tags: core-8-4-branch
19:23
Removed one bogus clearance of the has-more flag. Erroneously kept after shifting the code. check-in: 36ef9ecd35 user: andreas_kupries tags: core-8-4-branch
19:16
* tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as * tclIO.h: [SF Tcl Bug 462317],... check-in: f99f83647b user: andreas_kupries tags: core-8-4-branch
2004-05-18
21:52
* compat/strftime.c (_fmt, ISO8601Week): * doc/clock.n: * tests/clock.test: Major rework to the ha... check-in: 06cfb3828a user: kennykb tags: core-8-4-branch
2004-05-17
16:25
commit genstubs generated files with unix line endings check-in: cf62c7e8ba user: dgp tags: core-8-4-branch
14:26
* generic/tclInt.decls: Restored TclpTime_t kludge to all * generic/tclIntPlatDecls.h: place... check-in: 23544a04ac user: kennykb tags: core-8-4-branch
09:22
Docbug. [Bug 953374] check-in: 388a282fae user: dkf tags: core-8-4-branch
2004-05-14
21:41
2004-05-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: Promoted TclpLocaltim... check-in: 27f78ca91b user: kennykb tags: core-8-4-branch
2004-05-10
20:57
no message check-in: 993c7e0a69 user: davygrvy tags: core-8-4-branch
20:55
(TclpCreateProcess): When under NT, with no console, and executing a DOS application, the path primi... check-in: 980dfd39f3 user: davygrvy tags: core-8-4-branch
19:11
no message check-in: 645e101e47 user: davygrvy tags: core-8-4-branch
19:10
(BuildCommandLine): Append a space when the path got primed. check-in: 43d9e3f64d user: davygrvy tags: core-8-4-branch
2004-05-07
22:29
* doc/unset.n: added upvar.n to the "see also" list check-in: 6d8009b815 user: msofer tags: core-8-4-branch
2004-05-06
01:17
(TclSetLibraryPath): Suppress a warning [from DKF] check-in: e30138b038 user: davygrvy tags: core-8-4-branch
01:05
no message check-in: e0f400b7e0 user: davygrvy tags: core-8-4-branch
01:04
* generic/tclEncoding.c: Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem because ... check-in: 13b3a4f5db user: davygrvy tags: core-8-4-branch
01:04
* win/tclWin32Dll.c: Structured Exception Handling added around Tcl_Finalize called from DllMain's D... check-in: f2508033ca user: davygrvy tags: core-8-4-branch
01:03
* win/tclWinSock.c: (SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject r... check-in: 1ccb7621a4 user: davygrvy tags: core-8-4-branch
01:03
* win/coffbase.txt: Added the tls extension to the list of preferred load addresses. check-in: 04cce3c424 user: davygrvy tags: core-8-4-branch
01:02
* generic/tclInt.h: * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWinT... check-in: f350fff007 user: davygrvy tags: core-8-4-branch
01:02
* generic/tclEvent.c: TclSetLibraryPath's use of caching the stringrep of the pathPtr object to TclG... check-in: a7a24ee798 user: davygrvy tags: core-8-4-branch
2004-05-05
21:34
* tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to cons... check-in: dc89f50116 user: dgp tags: core-8-4-branch
20:54
Remove reference to totally non-existant API. [Bug 848440] check-in: 5a05e789c4 user: dkf tags: core-8-4-branch
2004-05-04
22:25
* generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition * tests/winFCmd.test (winFCmd-16... check-in: 445c786094 user: hobbs tags: core-8-4-branch
22:12
* tests/fileName.test (filename-12.9): use C:/ instead of the first item in file volumes - that's ... check-in: 063ed90d36 user: hobbs tags: core-8-4-branch
19:50
* tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauva... check-in: 3651e16a38 user: dgp tags: core-8-4-branch
03:50
* Applied [SF Tcl Patch 868853], fixing a mem leak in TtySetOptionProc. Report and Patch provid... check-in: 3b81618f56 user: andreas_kupries tags: core-8-4-branch
2004-05-03
18:01
* win/tclWin32Dll.c (TclpCheckStackSpace): * tests/stack.test (stack-3.1): Fix for undetected stack... check-in: 2ac4043c41 user: kennykb tags: core-8-4-branch
14:28
* library/init.tcl: Corrected unique prefix matching of interactive command comp... check-in: 004aecbd7b user: dgp tags: core-8-4-branch
2004-05-02
21:07
* generic/tclProc.c (TclObjInvokeProc): * tests/proc.test (proc-3.6): fix for bad quoting of multi... check-in: ac4a20781b user: msofer tags: core-8-4-branch
2004-04-23
23:40
* generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug 930851]. When changing the eofchar ... check-in: 3404cd2712 user: andreas_kupries tags: core-8-4-branch
07:17
revert back to 1.24.2.2 from prior mistaken commit. check-in: 695ac686bc user: davygrvy tags: core-8-4-branch
07:11
* win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is called from the stack frame of DllMain... check-in: c11c33246a user: davygrvy tags: core-8-4-branch
2004-04-07
21:06
* win/configure: * win/configure.in: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, TCL_LIB_SPEC and TC... check-in: 3aea010e29 user: hobbs tags: core-8-4-branch
2004-04-06
14:39
* tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8.... check-in: ed7521bbbe user: dgp tags: core-8-4-branch
08:47
root interacts badly with access(...,X_OK) [Bug 929892] check-in: ac478a1360 user: dkf tags: core-8-4-branch
2004-04-02
20:56
add thanks check-in: fb05e390c9 user: dgp tags: core-8-4-branch
17:39
* tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 9283... check-in: 652c510f4a user: dgp tags: core-8-4-branch
2004-03-31
18:50
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msg... check-in: daef4a2fce user: dgp tags: core-8-4-branch
01:55
* library/msgcat/msgcat.tcl ([mcset]): Corrected [mcset] to be able * library/msgca... check-in: fa32fbb4de user: dgp tags: core-8-4-branch
2004-03-30
23:34
Backport of fixes to make HashObjKey hash the whole object... check-in: 65765fe7bf user: dkf tags: core-8-4-branch
2004-03-29
18:49
* generic/tclInt.h: * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * mac/tclMacI... check-in: 9621fb37c5 user: hobbs tags: core-8-4-branch
02:17
* generic/tclCompile.c (TclCompileScript): corrected possible segfault when a compilation returns ... check-in: 5302a8b135 user: msofer tags: core-8-4-branch
2004-03-21
21:03
* win/tclWinInit.c (TclpSetInitialEncodings): recognize WIN32_CE as a unicode (WCHAR) platform. check-in: 4b1cc7c8c5 user: hobbs tags: core-8-4-branch
20:59
define WIN32_CE platform info check-in: 09d5272b63 user: hobbs tags: core-8-4-branch
2004-03-17
00:57
Slightly better docs for [lsearch]'s advanced capabilities check-in: da98392a5d user: dkf tags: trunk
2004-03-16
22:19
* doc/catch.n: Compiled [catch] no longer fails to catch syntax errors. Removed th... check-in: 4a8f2f7e68 user: dgp tags: trunk
19:54
* unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to suppress useless type puning wa... check-in: 152b2ad062 user: hobbs tags: trunk
10:48
Formatting fix. [Bug 917171] check-in: aa6ebc91ca user: dkf tags: trunk
03:40
no message check-in: d8fddcf655 user: davygrvy tags: trunk
03:40
* win/tclWinNotify.c: Fixed a mistake where the return value of MsgWaitForMultipleObjectsEx for "a m... check-in: 7d7363280b user: davygrvy tags: trunk
2004-03-15
20:34
* generic/tclCompile.c (TclCompileScript): * tests/compile.test (compile-3.5): corrected wrong tes... check-in: 1cb6e4bcb7 user: msofer tags: core-8-4-branch
2004-03-12
23:21
Implementation of [dict merge] subcommand, based on [FRQ 745851] check-in: 1ce578a9ea user: dkf tags: trunk
2004-03-10
16:01
* generic/tclGetDate.y (TclGetDate): Fix so that [clock scan <timeOfDay> -gmt true] uses the GMT b... check-in: 3256bce743 user: kennykb tags: trunk
2004-03-09
13:34
Fixed incorrect reporting of OS version for DJGPP. This known misinterpretation of uts_name struct f... check-in: ad2ec2e5bb user: vbwagner tags: trunk
13:32
Removed undefining of extra error codes for DJGPP. It is not needed when Waterloo TCP 32 is properly... check-in: 84ea012850 user: vbwagner tags: trunk
12:59
fixed typos in documentation and comments check-in: 720c4fb879 user: vincentdarley tags: trunk
12:57
glob -path fix for near filesystem root check-in: 43b58eb623 user: vincentdarley tags: trunk
12:56
glob -path fix for near filesystem root check-in: b16129b8db user: vincentdarley tags: core-8-4-branch
12:54
glob -path fix for near filesystem root check-in: cd921511a7 user: vincentdarley tags: trunk
2004-03-08
16:34
* generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c... check-in: ffd089be31 user: dgp tags: trunk
01:53
reformatted a comment I had once moved so it doesn't exceed 74 colums. check-in: c3199a26cf user: davygrvy tags: trunk
01:51
some silly reformatting changes to remove useless whitespace. check-in: 958f519d14 user: davygrvy tags: trunk
01:50
added a slot position for a project of my own. check-in: 0f0dfb3fa4 user: davygrvy tags: trunk
01:50
Checks MSDevDir, not MSVCDir envar. check-in: b5776c465d user: davygrvy tags: trunk
2004-03-06
17:31
Further parser revisions to avoid a quadratic number of Tcl_Token copies when command substitutions ... check-in: 30eb7f22a7 user: dgp tags: dgp-refactor
2004-03-05
21:27
* win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * w... check-in: 2dd40b62f0 user: mdejong tags: trunk
16:36
* generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for t... check-in: 6b18cc1df5 user: kennykb tags: trunk
15:48
* tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language ... check-in: 2c9ca622ea user: kennykb tags: trunk
14:06
hidden unix-specific implementations of file volumes and file attributes under #ifndef DJGPP. Added ... check-in: 8616737a8a user: vbwagner tags: trunk
2004-03-04
23:33
merge updates from HEAD check-in: 226b483e85 user: dgp tags: dgp-refactor
23:25
* generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse.... check-in: c12d51f5d1 user: dgp tags: trunk
23:02
Applied fix from #766159 for Win98 registry to skip unicode tests. check-in: a3e24a02e0 user: patthoyts tags: trunk
22:39
* generic/tclParse.c (InitParse): Factored the common code for initializing a ... check-in: e4a6a58133 user: dgp tags: trunk
17:26
merge updates from HEAD check-in: 90bbbc469a user: dgp tags: dgp-refactor
15:10
Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the T... check-in: e9c5a80862 user: patthoyts tags: trunk
09:40
Fix minor syntax problems. [Bug 909288] check-in: 285f8155e0 user: dkf tags: trunk
2004-03-03
23:58
minor doc fixes for html conversion check-in: 19368459df user: hobbs tags: trunk, core-8-5-a1
23:26
whitespace mods check-in: c108dc0c63 user: hobbs tags: trunk
23:26
note TIP#124 changes check-in: d80a777066 user: hobbs tags: trunk
22:49
updated changes for 8.5a1 check-in: 5f997cc298 user: hobbs tags: trunk
22:35
Removed inactive code. check-in: b133a53f06 user: dgp tags: dgp-refactor
10:47
no message check-in: 736b7a5a56 user: davygrvy tags: trunk
10:47
fixed some commentary. check-in: 61969488ef user: davygrvy tags: trunk
10:44
* win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to service "Asynchronous Procedu... check-in: cc0704a50f user: davygrvy tags: trunk
09:11
no message check-in: 6d1a4b90d2 user: davygrvy tags: trunk
09:10
default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. check-in: d5c1be6b3c user: davygrvy tags: trunk
2004-03-02
00:42
update patchlevel to 8.5a1 check-in: 28d3b065c8 user: hobbs tags: trunk
00:41
update HP-11 build libs setup check-in: a462c3aeae user: hobbs tags: trunk
2004-03-01
19:27
Update changes for 8.4.6 release. check-in: ff98c9801c user: dgp tags: trunk
18:22
updated release note files for 8.4.6 check-in: 067f4b2667 user: dgp tags: core-8-4-6, core-8-4-branch
18:01
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems... check-in: a2b66a2187 user: dgp tags: trunk
17:48
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems... check-in: fc34f6da26 user: dgp tags: core-8-4-branch
17:33
* generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (Test... check-in: fbc9a80268 user: dgp tags: trunk
17:33
* generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (Test... check-in: af732ef905 user: dgp tags: core-8-4-branch
2004-02-28
15:46
more robust tests check-in: afdde5e5e0 user: vincentdarley tags: trunk
15:45
removed 'the the' typos check-in: 6ba58f0303 user: vincentdarley tags: trunk
15:44
test and documentation fixes check-in: c98c5a8e85 user: vincentdarley tags: trunk
2004-02-26
09:10
* macosx/Makefile: fixed copyright year in Tcl.framework Info.plist check-in: 277d0da04b user: das tags: core-8-4-branch
09:10
* macosx/Makefile: fixed copyright year in Tcl.framework Info.plist check-in: 9ff2cb1d73 user: das tags: trunk
00:30
moved core-8-4-6 release tag check-in: 2ee9d8ead4 user: hobbs tags: core-8-4-branch
2004-02-25
23:56
* tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: ... check-in: 0fb8324d96 user: dgp tags: trunk
23:38
* tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: ... check-in: 232c518b18 user: dgp tags: core-8-4-branch
16:17
Missed a pointer dereference in check for NULL. D'oh! [904307] check-in: 53abe20838 user: dkf tags: trunk
14:54
Fix memleak with long hostnames. [Bug 888777] check-in: f64c6d79f4 user: dkf tags: core-8-4-branch
14:50
Fix memleak with long hostnames. [Bug 888777] check-in: 0a8ace07ca user: dkf tags: trunk
14:12
* win/tclWinDde.c: Removed some gcc warnings - except for the -Wconversion warning for GetGlobalAt... check-in: ff97c10f82 user: patthoyts tags: trunk
07:58
no message check-in: 68f057d7b3 user: davygrvy tags: core-8-4-branch
07:56
backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() rules of quoting check-in: 488b7e528d user: davygrvy tags: core-8-4-branch
2004-02-24
23:02
Regen check-in: 66634dd693 user: dkf tags: trunk
22:58
TIP#100 implementation largely based on work by Georgios Petasis. check-in: 4f599936a4 user: dkf tags: trunk
2004-02-23
10:43
Fix memleak. [Bug 902562] check-in: d3278367b9 user: dkf tags: trunk
2004-02-21
12:48
Fix memory leak on error path check-in: ccdf97e374 user: dkf tags: trunk
04:36
no message check-in: bc2376f3b3 user: davygrvy tags: trunk
02:17
(SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject returns a timeout. T... check-in: 5952fe710d user: davygrvy tags: trunk
2004-02-20
20:44
stop compiler warning check-in: a5c4c97273 user: dgp tags: core-8-4-branch
18:38
changes through 8.4.6 release check-in: 24cd087d17 user: dgp tags: trunk
18:35
update changes for 8.4.6 release check-in: f6890a44ed user: dgp tags: core-8-4-branch
05:27
* win/tclWinInit.c (AppendEnvironment): Use the tail component of the passed in lib path instead ... check-in: ebc36fa95f user: mdejong tags: core-8-4-branch
2004-02-18
22:30
Merge updates from HEAD. Ported support of {expand} syntax. check-in: 257d73b262 user: dgp tags: dgp-refactor
02:05
note 8.4.6 tag check-in: d962828727 user: hobbs tags: core-8-4-branch
01:59
reverted file norm .. fixes because 8.5 had much more extensive changes across the board check-in: f486230722 user: hobbs tags: core-8-4-branch
01:43
* doc/tcltest.n: * library/tcltest/tcltest.tcl: Changed -verbose default value to ... check-in: f14e5e643e user: dgp tags: core-8-4-branch
01:41
* doc/tcltest.n: * library/tcltest/tcltest.tcl: Changed -verbose default value to ... check-in: a6db62923b user: dgp tags: trunk
01:34
* generic/tclIOUtil.c: backport of rewrite of generic file normalization code to cope with links f... check-in: f4ec15959a user: hobbs tags: core-8-4-branch
01:30
add constraints to unixInit-7.1 check-in: d30acaa0b8 user: hobbs tags: trunk
01:30
add constraints to unixInit-7.1 check-in: 5c3af16372 user: hobbs tags: core-8-4-branch
01:06
Whitespace police check-in: 10b901b784 user: dgp tags: trunk
2004-02-17
23:50
* tests/unixInit.test (unixInit-7.1): * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds ... check-in: 2f989b379a user: hobbs tags: trunk
23:46
* tests/unixInit.test: unixInit-7.1 * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds ex... check-in: f93a021082 user: hobbs tags: core-8-4-branch
20:55
Fix for my bozo-ness. [Bug 898910] check-in: 38a9d30743 user: dkf tags: trunk
04:56
* generic/tclTrace.c (TclTraceExecutionObjCmd) (TclTraceCommandObjCmd): fix possible mem leak in t... check-in: 9adbc9d47f user: hobbs tags: trunk
04:55
clarify info exists vs. variables return result check-in: dab52bb35a user: hobbs tags: trunk
04:54
* generic/tclCmdMZ.c (TclTraceExecutionObjCmd) (TclTraceCommandObjCmd): fix possible mem leak in t... check-in: ec54906e57 user: hobbs tags: core-8-4-branch
2004-02-13
01:37
update patchlevel to 8.4.6 check-in: 7eef70ad5a user: hobbs tags: core-8-4-branch
01:37
update HP-11 build libs setup check-in: 9fab8c9b07 user: hobbs tags: core-8-4-branch
01:29
minor clarification in exists vs vars return list check-in: 0210f5d242 user: hobbs tags: core-8-4-branch
2004-02-12
23:19
* win/tclWinInit.c (AppendEnvironment): Use the tail component of the passed in lib path instead ... check-in: dab9952df9 user: mdejong tags: trunk
2004-02-10
22:07
no message check-in: eaf3758d7d user: davygrvy tags: trunk
22:04
better macro grepping logic check-in: e404be82cc user: davygrvy tags: trunk
2004-02-08
01:44
speling check-in: 9902152912 user: davygrvy tags: trunk
01:38
minor bug fix for last commit. check-in: 35f211ff7b user: davygrvy tags: trunk
2004-02-07
21:47
no message check-in: 57e94ff38f user: davygrvy tags: trunk
21:47
* win/makefile.vc: * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the... check-in: cc4a3db7ed user: davygrvy tags: trunk
05:47
Merge updates from HEAD Note that this branch currently does not fully support the new {expand} syn... check-in: beeeb45bbf user: dgp tags: dgp-refactor
2004-02-06
16:48
* doc/clock.n: Removed reference to non-existent [file ctime]. check-in: 75bae7c0e9 user: dgp tags: trunk
16:47
* doc/clock.n: Removed reference to non-existent [file ctime]. check-in: 2465f08a74 user: dgp tags: core-8-4-branch
00:02
no message check-in: 7cbbb6831c user: davygrvy tags: trunk
00:01
* docs/tclvars.n: Added clarification of the ::tcl_platform(debug) var that it only refers to the fl... check-in: 36c5695448 user: davygrvy tags: trunk
2004-02-05
20:25
* generic/tclFileName.c (SkipToChar): Corrected CONST and type-casting issues that... check-in: 41ccda6f8f user: dgp tags: trunk
2004-02-04
06:46
typo check-in: 0275ac08d0 user: dgp tags: trunk
06:45
* generic/tclCmdAH.c (StoreStateData): Removed improper refcount decrement of the v... check-in: a3caa70500 user: dgp tags: trunk
06:15
* library/tcltest/tcltest.tcl: Corrected references to non-existent $name variable ... check-in: 9b2ed78e0d user: dgp tags: trunk
06:14
* library/tcltest/tcltest.tcl: Corrected references to non-existent $name variable ... check-in: 902e183599 user: dgp tags: core-8-4-branch
2004-02-03
18:51
* library/tcltest/tcltest.tcl: Corrected parsing of single command line argument (o... check-in: ec96c9f4f8 user: dgp tags: trunk
18:49
* library/tcltest/tcltest.tcl: Corrected parsing of single command line argument (o... check-in: 19b3b05a86 user: dgp tags: core-8-4-branch
2004-02-02
22:01
no message check-in: 1c084aabac user: davygrvy tags: core-8-4-branch
22:00
* generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer. [Bug 405995] check-in: de1126b198 user: davygrvy tags: core-8-4-branch
21:35
minor formatting and some commentary. check-in: 59fb37143b user: davygrvy tags: trunk
21:33
no message check-in: cac04cff9e user: davygrvy tags: trunk
21:31
* generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer. [Bug 405995] check-in: b0dd06df66 user: davygrvy tags: trunk
02:36
* tests/winPipe.test: Six more cases added. * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the... check-in: 50286521bc user: davygrvy tags: trunk
01:34
* tests/winPipe.test: more cases with the "N backslashes followed a quote -> insert N * 2 + 1 backsl... check-in: d260547fb9 user: davygrvy tags: trunk
01:13
no message check-in: 0dd1a6acbc user: davygrvy tags: trunk
01:13
* tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 3b1e20bff7 user: davygrvy tags: trunk
2004-02-01
23:37
* tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 298d5353d5 user: davygrvy tags: trunk
11:42
no message check-in: 3fff4ffa6a user: davygrvy tags: trunk
10:28
* win/nmakehlp.c: defensive techniques to avoid static buffer overflows and a couple envars upsettin... check-in: 2944745dc0 user: davygrvy tags: trunk
09:37
* tests/winPipe.test: more pass-thru commandline verifications. * win/tclWinPipe.c (BuildCommandLine... check-in: 072413cbd2 user: davygrvy tags: trunk
2004-01-30
08:13
no message check-in: 07eb715366 user: davygrvy tags: trunk
08:10
* win/makefile.vc: Use the -GZ compiler switch when building for symbols. This is supposed to emula... check-in: 1df3e9186e user: davygrvy tags: trunk
2004-01-29
13:01
fix to file normalization with links check-in: ea7a46acae user: vincentdarley tags: trunk
11:47
fix to test and comment check-in: 11032aae7c user: vincentdarley tags: trunk
10:28
filesystem fixes for '-force' consistency and picky compilers check-in: fff97fe116 user: vincentdarley tags: trunk
2004-01-28
23:56
Speed improvements to SetBooleanFromAny's string handling whitespace/style policing check-in: 2611b2eb6e user: dkf tags: trunk
00:59
no message check-in: 7c1b7dc268 user: davygrvy tags: trunk
00:56
* win/nmakehlp.c: Use '.\nul' as the sourcefile name instead of 'nul' so VC 5.2 doesn't try searchin... check-in: 50878eedab user: davygrvy tags: trunk
2004-01-26
13:33
filesystem documentation and tests check-in: 4837ad9131 user: vincentdarley tags: trunk
2004-01-23
10:59
file normalize bug fixes for .. and . check-in: 53c4f86a01 user: vincentdarley tags: trunk
2004-01-22
03:06
no message check-in: 40eef2a450 user: davygrvy tags: trunk
03:03
mentions of 'panic' and 'panicVA' removed from the documentation. check-in: b6c6b09106 user: davygrvy tags: trunk
2004-01-21
19:59
filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in check-in: 9cfcca63fb user: vincentdarley tags: trunk
2004-01-20
15:49
Whitespace minimisation check-in: 1b403006e0 user: dkf tags: trunk
15:40
Minor comment improvements check-in: 5dac2d2955 user: dkf tags: trunk
15:39
Minor whitespace/capitalization fixes check-in: b3c1b261c0 user: dkf tags: trunk
05:20
no message check-in: f2a60767e6 user: davygrvy tags: trunk
05:18
* win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with the process list. The delayed ... check-in: 5940c523f9 user: davygrvy tags: trunk
2004-01-18
16:19
Full bytecode compilation for [lassign] check-in: 9a1a37c9ae user: dkf tags: trunk
2004-01-17
07:31
no message check-in: 4aaf6cf992 user: davygrvy tags: trunk
07:29
added #pragma comment(lib, "advapi32.lib") when compiling under VC++ check-in: 4187620765 user: davygrvy tags: trunk
00:52
Fix a shimmering bug check-in: 0d952b7fa6 user: dkf tags: trunk
00:38
Minor fixes and update of UNIX documentation installer check-in: 62cc8bc440 user: dkf tags: trunk
00:28
Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core Not a direct copy * Better... check-in: 57030a2c1d user: dkf tags: trunk
2004-01-16
02:52
no message check-in: 454e3b2da8 user: davygrvy tags: trunk
02:46
Same change in how TCL_USE_STATIC_PACKAGES is used. check-in: 3ebae57864 user: davygrvy tags: trunk
02:42
Some clean-up with how the resource files are built and how -DTCL_USE_STATIC_PACKAGES is sent when c... check-in: bb79714827 user: davygrvy tags: trunk
02:40
Some clean-up with how the resource files are built. check-in: 0f93be7d06 user: davygrvy tags: trunk
2004-01-15
23:23
document 'fullwarn' in the opening usage comments check-in: ca655ff7b0 user: davygrvy tags: trunk
23:09
no message check-in: 6e8a08124c user: davygrvy tags: trunk
23:08
Added new logic to crank-up the warning levels for both compile and link when $(FULLWARNINGS) is set... check-in: 2e5169c29a user: davygrvy tags: trunk
23:08
* win/rules.vc: Added new 'fullwarn' to the CHECKS commandline macro; sets $(FULLWARNINGS). check-in: b6f4c0a1ef user: davygrvy tags: trunk
22:24
no message check-in: a5ee97fe90 user: davygrvy tags: trunk
22:20
* win/tclWinReg.c: Placed the requirement for advapi.lib into the object file itself with #paragma ... check-in: 6176b7ad8e user: davygrvy tags: trunk
21:53
record bug report number check-in: 58e6d362c0 user: dgp tags: trunk
2004-01-14
22:07
Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] check-in: 45131a775e user: dkf tags: trunk
09:34
Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] check-in: 54f23bec93 user: dkf tags: trunk
2004-01-13
23:37
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. check-in: b986a19bed user: dgp tags: trunk
23:15
Patch 876451: restores performance of [return]. Also allows forms such as [return -... check-in: 8727b42c2c user: dgp tags: trunk
17:26
* generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to management of the inter... check-in: 1da8144679 user: dgp tags: core-8-4-branch
17:13
more detail check-in: ea75b3a19d user: dgp tags: trunk
17:13
* generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to management of the inter... check-in: 884b1f7ddf user: dgp tags: trunk
09:45
Fix shared object panics. [Bug 875395] check-in: ce19ff118e user: dkf tags: core-8-4-branch
09:42
Fix shared object panics. [Bug 875395] check-in: 1a953d39a5 user: dkf tags: trunk
02:12
2004-01-09 edit check-in: 484c049a78 user: davygrvy tags: trunk
2004-01-12
18:50
improved comments check-in: 46b0946107 user: msofer tags: trunk
18:21
* generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. check-in: f4eba2f0b3 user: msofer tags: trunk
03:28
Fix a comment. check-in: 2afb845a06 user: msofer tags: trunk
03:23
* generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer instructions. As a side effect, t... check-in: d0d26ee384 user: msofer tags: trunk
2004-01-11
20:45
no message check-in: c4dfe68e26 user: davygrvy tags: trunk
20:38
no message check-in: e234ac2dc1 user: davygrvy tags: trunk
20:36
* win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenced to see if there are waiters... check-in: 6885a5fa49 user: davygrvy tags: trunk
2004-01-10
00:26
no message check-in: a7eb027c89 user: davygrvy tags: trunk
00:24
Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this: nmake -af makefile.vc CHECKS=no... check-in: 9bff31696e user: davygrvy tags: trunk
2004-01-09
20:59
no message check-in: 2aff60c745 user: davygrvy tags: trunk
20:55
Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED block. This alows us ... check-in: 39e2760edf user: davygrvy tags: trunk
15:22
TclFinalizeFilesystem fix check-in: ffc8724479 user: vincentdarley tags: trunk
13:19
vfs code tclfinalizefilesystem fix check-in: 02df65f851 user: vincentdarley tags: core-8-4-branch
2003-12-26
04:12
* win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH blocks in place of __try and __except statements t... check-in: e091eeb230 user: mdejong tags: trunk
2003-12-24
14:40
typo fixes check-in: e63aa2f51c user: dgp tags: trunk
04:20
no message check-in: 7419700723 user: davygrvy tags: trunk
04:20
Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the TclAllocObjStorage macro. check-in: 19b15f1dba user: davygrvy tags: trunk
04:18
All uses of 'panic' (the macro) changed to 'Tcl_Panic' (the function). The #define of panic in tcl.... check-in: 524a53e3b3 user: davygrvy tags: trunk
2003-12-23
03:58
prevent static buffer overflow (Doh!) check-in: 1154089f0a user: davygrvy tags: trunk
03:48
fixed static buffer overflow check-in: 105e213b31 user: davygrvy tags: trunk
02:41
no message check-in: f4746a904d user: davygrvy tags: trunk
02:39
Removed note that makefile.vc needs to have a version number changed. check-in: 443bc592e1 user: davygrvy tags: trunk
02:38
VERSION macro now set by reading tcl.h for it. check-in: cff1bedef2 user: davygrvy tags: trunk
02:19
New feature for extensions that use rules.vc. Now reads header files for version strings. No more ... check-in: 5bfd259afe user: davygrvy tags: trunk
2003-12-21
22:02
no message check-in: cff53f286b user: davygrvy tags: trunk
21:58
Structured Exception Handling added around Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. W... check-in: 1c41033288 user: davygrvy tags: trunk
2003-12-17
22:11
backported changelog entry to document backported bug fix check-in: 5e75b76817 user: dgp tags: core-8-4-branch
18:40
* generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug when numeric scan-value cache co... check-in: 3bc06f90ec user: das tags: trunk
18:38
* generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug when numeric scan-value cache co... check-in: 97b03927f2 user: das tags: core-8-4-branch
17:47
fix to file normalization with relative links check-in: b69743eda9 user: vincentdarley tags: trunk
10:12
fix to fs norm bug 860402 check-in: 730275ac02 user: vincentdarley tags: trunk
09:55
fix to fs norm bug 860402 check-in: 487c53d709 user: vincentdarley tags: trunk
09:32
Merged fixes for Tcl Bug #839519 and Tcl Bug #861515. Those are already applied to the head. check-in: fe3c10c752 user: vasiljevic tags: core-8-4-branch
09:26
Added trace for bugfixes #839519 and #861515 check-in: cb311e4d9c user: vasiljevic tags: trunk
09:25
fixed Tcl_FSGetTranslatedPath to always return properly refcounted path object. This fixes Tcl Bug #... check-in: 9efce085be user: vasiljevic tags: trunk
09:24
Fixed 2 memory (object) leaks; Tcl Bug #839519 check-in: 12499f35c0 user: vasiljevic tags: trunk
2003-12-16
18:20
improved documentation on memory management check-in: f909afc788 user: vincentdarley tags: trunk
15:26
marked test as nonPortable check-in: 2d3e725c15 user: vincentdarley tags: trunk
11:34
Made a variable file-local for safety check-in: 54a83caeac user: dkf tags: trunk
02:55
* win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem with Borland. * win/tclWinTime.c (... check-in: cf0b9606ba user: davygrvy tags: trunk
02:43
* win/tcl.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helmu... check-in: 97ef66fca1 user: davygrvy tags: trunk
02:35
* wintclsh.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helm... check-in: 385122fc8c user: davygrvy tags: trunk
02:31
Slight modification to the STRINGIFY macro to support Borland's rc tool. check-in: ae05ff553c user: davygrvy tags: trunk
2003-12-15
00:49
* generic/tclInt.decls: commented-out entry for TclpCheckStackSpace, removing it from the Stubs tabl... check-in: 58f0786941 user: davygrvy tags: trunk
2003-12-14
18:32
TIP#75 Implementation check-in: 37ab2795dd user: dkf tags: trunk
17:38
Stop warnings due to (annoying) C type promotion rules. check-in: c0649787a6 user: dkf tags: trunk
10:51
rewrite of file normalization check-in: 5b1ae40484 user: vincentdarley tags: trunk
2003-12-13
03:11
prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. check-in: 990811b730 user: davygrvy tags: trunk
02:11
no message check-in: 5d61b76a22 user: davygrvy tags: trunk
02:07
Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars to avoid all casting except where... check-in: 8ee1137fac user: davygrvy tags: trunk
2003-12-12
17:15
better filesystem tests with more informative results check-in: c9ed107497 user: vincentdarley tags: trunk
17:09
various filesystem fixes check-in: 6f1ffc504e user: vincentdarley tags: trunk
17:09
allow creation of relative links check-in: 60f9fa8b4d user: vincentdarley tags: trunk
17:02
new filesystem tests check-in: 8560e5ecaa user: vincentdarley tags: trunk
17:02
file normalize ~nobody fix check-in: f1c2619a40 user: vincentdarley tags: trunk
17:02
improved filesystem documentation check-in: 574d369381 user: vincentdarley tags: trunk
16:47
fix to 'file normalize ~nobody' crash check-in: 23ab3123af user: vincentdarley tags: core-8-4-branch
01:01
no message check-in: e2be25f20c user: davygrvy tags: trunk
00:59
(SocketThreadExitHandler) : added a TerminateThread fallback just in case the socket handler thread ... check-in: ebde28db01 user: davygrvy tags: trunk
2003-12-09
21:55
* unix/configure: * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (ca... check-in: 9311063130 user: hobbs tags: trunk
16:03
fixed tests and constraints and setup so works x-platform check-in: 4e7375a764 user: vincentdarley tags: trunk
15:32
#ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d0ff553585 user: dkf tags: core-8-4-branch
15:27
#ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d06ae339af user: dkf tags: trunk
14:57
NT file permissions fix and tests check-in: a6a450bd88 user: vincentdarley tags: trunk
2003-12-03
17:39
* generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish * unix/configur... check-in: 125b8530bb user: dgp tags: core-8-4-branch
2003-12-02
17:36
* README: Bumped patch level to 8.4.6 to distinguish * generic/tcl.h: ... check-in: 67f0414823 user: dgp tags: core-8-4-branch
09:31
Stop losing references when variables are repeated in [binary scan]. [851747] check-in: 4b0fb393bf user: dkf tags: core-8-4-branch
09:29
Stop losing references when variables are repeated in [binary scan]. [851747] check-in: e1aa93441d user: dkf tags: trunk
2003-12-01
21:29
* doc/lset.n: fix typo [Bug 852224] check-in: 424fb3443c user: msofer tags: core-8-4-branch
21:27
* doc/lset.n: fix typo [Bug 852224] check-in: 89c716f872 user: msofer tags: trunk
2003-11-24
19:06
* generic/tclParse.c: Corrected faulty check for trailing white space in {expand} ... check-in: 672ceae2ae user: dgp tags: trunk
10:13
remove windows [cd] bug check-in: aed01a3091 user: vincentdarley tags: trunk
2003-11-21
18:47
* tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from core-8-4-branch. check-in: 3edba276c1 user: dgp tags: trunk
18:18
moved core-8-4-5 tag to include las test correction check-in: 8f0b8e9adb user: hobbs tags: core-8-4-5, core-8-4-branch
16:19
* tests/windFCmd.test (winFCmd-16.10): Corrected failure to initialize variable $dd... check-in: e353d8cf35 user: dgp tags: core-8-4-branch
00:18
moved 8.4.5 tag check-in: de183ca925 user: hobbs tags: core-8-4-branch
2003-11-20
19:19
* generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 27a479625d user: msofer tags: core-8-4-branch
19:05
fix to 'cd' infinite recursion bug on Windows check-in: f5a4c09bdb user: vincentdarley tags: core-8-4-branch
18:37
* generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 00fc87dfaf user: msofer tags: trunk
00:15
* tests/compile.test (compile-16.22.0): Improved test for the recent fix for Bug 845... check-in: 39903cd5c5 user: dgp tags: trunk
2003-11-19
22:04
Fixed Bug 845412; long commands without expansion don't get tangled with the expansion machinery now... check-in: 791e41a307 user: dkf tags: trunk
16:29
typo correction check-in: b5c0f24d2c user: dgp tags: core-8-4-branch
2003-11-18
23:35
updated for 8.4.5 release check-in: 5d4a25efc8 user: hobbs tags: core-8-4-branch
23:29
Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support. check-in: 393c948780 user: davygrvy tags: trunk
23:13
Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. check-in: c34a3f8b13 user: davygrvy tags: trunk
2003-11-17
18:28
more details on the regexp fix. check-in: 91556819cc user: dgp tags: trunk
18:12
* generic/regcomp.c: Backported regexp bug fixes and tests. Thanks * generic/tcl... check-in: c65f205307 user: dgp tags: core-8-4-branch
17:48
* tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] recently fi... check-in: ef520e12a5 user: dgp tags: trunk
15:23
Added cast to suppress compiler warning. check-in: 7882b5bc8d user: dgp tags: trunk
2003-11-16
02:12
Miguel's masking bits had the wrong sense. I should have spotted this, but he did instead... check-in: 20f28119e5 user: dkf tags: trunk
01:15
D'oh! instructionCount is post-incremented, not pre-incremented... check-in: 5d7b896ba8 user: dkf tags: trunk
00:49
Miguel Sofer's patch (with small revisions) to make sure the bytecode engine checks for async events... check-in: b8a0c26a58 user: dkf tags: trunk
2003-11-15
23:42
Stop VC++ 5.2 warning. [Bug 842511] check-in: bc35b1d8bc user: dkf tags: trunk
23:35
Whitespace fixes check-in: 1566f25636 user: dkf tags: trunk
11:14
Fixed code that splits RE engine states into "progress" and "no-progress" (bugs 505048, 230589, 8402... check-in: 47606ca977 user: pvgoran tags: trunk
03:19
Added cast to suppress compiler warning. check-in: 90d8b22feb user: dgp tags: trunk
2003-11-14
23:21
TIP#138 implementation plus extra test stuff [Patch 731356] check-in: eef4eada83 user: dkf tags: trunk
21:13
Version number/changebar fix check-in: f0e7c0648d user: dkf tags: trunk
20:44
* doc/ParseCmd.3: Implementation of TIP 157. Adds recognition * doc/Tcl.n: ... check-in: cbfb8313ba user: dgp tags: trunk
2003-11-12
17:29
* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems are using permissions cachin... check-in: 3d83a3a862 user: hobbs tags: core-8-4-branch
17:27
* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems are using perm... check-in: 0f226694e4 user: hobbs tags: trunk
01:07
* unix/configure: * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES... check-in: 0c5e766d14 user: hobbs tags: trunk
01:05
improve AIX --enable-64bit handling check-in: f4c52299dc user: hobbs tags: core-8-4-branch
2003-11-11
10:06
no message check-in: 09a8cae981 user: davygrvy tags: trunk
08:24
added socklen_t typedef for DJGPP check-in: d155989891 user: davygrvy tags: trunk
2003-11-10
22:55
* library/dde/pkgIndex.tcl: Added safeguards so that registry * library/reg/pkgI... check-in: 207b9d2fc9 user: dgp tags: trunk
22:42
* library/dde/pkgIndex.tcl: Added safeguards so that registry * library/reg/pkgI... check-in: 72370b1438 user: dgp tags: core-8-4-branch
20:34
* unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath)... check-in: 5d17bf7a05 user: dgp tags: trunk
20:32
* tests/unixInit.test (unixInit-2.10): re-enabled. * unix/tclUnixInit.c (TclpInitLib... check-in: 2af03d22c1 user: dgp tags: core-8-4-branch
18:30
Make cmdIL.test more self-contained [Bug 838384] check-in: b27e450c20 user: dkf tags: trunk
17:57
fix to misleading error message check-in: 5a025a528e user: vincentdarley tags: trunk
2003-11-07
11:36
compilation warning check-in: 5e759647b7 user: vincentdarley tags: trunk
2003-11-06
21:47
* tests/unixInit.test (unixInit-2.10): mark as knownBug * generic/tclEncoding.c (Tcl... check-in: f2c5e28d1f user: hobbs tags: core-8-4-branch
13:12
* macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. check-in: 66579ee384 user: das tags: core-8-4-branch
13:11
* macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. check-in: b971567508 user: das tags: trunk
2003-11-05
20:52
* generic/tclEncoding.c (TclFindEncodings): Normalize the path of the executable... check-in: 421949d855 user: dgp tags: core-8-4-branch
20:50
* tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] failure of T... check-in: 687e16de39 user: dgp tags: trunk
2003-11-04
09:36
* macosx/Makefile: added 'test' target. check-in: 59cc5bd7e4 user: das tags: trunk
09:36
* macosx/Makefile: added 'test' target. check-in: fd1362a489 user: das tags: core-8-4-branch
2003-11-03
12:49
loadHandle vs clientData cleanup check-in: faef05470c user: vincentdarley tags: trunk
12:49
whitespace check-in: d044c8be98 user: vincentdarley tags: trunk
12:48
remove warning check-in: 3a2780c1a7 user: vincentdarley tags: trunk
12:48
free path when no longer needed check-in: 5e80e5abd3 user: vincentdarley tags: trunk
2003-11-02
18:57
Typo fix check-in: 33c0fbef93 user: dkf tags: trunk
2003-11-01
01:31
regen check-in: d1f0e54921 user: dkf tags: trunk
01:28
When copying and pasting code, check that argument types are sensible! <:^) check-in: cfc3336537 user: dkf tags: trunk
01:23
Oops check-in: 6a41f32717 user: dkf tags: trunk
01:20
Increased robustness and speed for [lrepeat] with help of new list constructor check-in: 14a264ed1d user: dkf tags: trunk
2003-10-31
13:33
fix testsuite backport error check-in: 3cf3288b1b user: vincentdarley tags: core-8-4-branch
08:46
ensure translated path is freed check-in: 414a62cb23 user: vincentdarley tags: core-8-4-branch
2003-10-30
22:46
Whitespace police check-in: 0e454ce0e1 user: dkf tags: trunk
22:18
Whitespace police check-in: 355816d9e5 user: dkf tags: trunk
2003-10-28
22:07
doh, forgot Changelog entry check-in: df96275051 user: msofer tags: trunk
22:06
* generic/tclExecute.c (NEXT_INST macros): replaced macro variable "result" by "resultHandling" to... check-in: 1debe942a0 user: msofer tags: trunk
2003-10-23
18:00
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detecti... check-in: 5b68e65f6c user: andreas_kupries tags: trunk
17:49
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detecti... check-in: 465e77a525 user: andreas_kupries tags: core-8-4-branch
16:28
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the... check-in: 8ec3963650 user: andreas_kupries tags: trunk
16:24
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the... check-in: a75cd73002 user: andreas_kupries tags: core-8-4-branch
10:10
filesystem documentation check-in: a4fc365a4e user: vincentdarley tags: trunk
10:07
mac resource freeing fix check-in: d76762d8f8 user: vincentdarley tags: trunk
09:40
typo check-in: 8dc0974021 user: vincentdarley tags: core-8-4-branch
2003-10-22
22:35
* generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New functions. See below for con... check-in: a16319b2a6 user: andreas_kupries tags: core-8-4-branch
08:29
Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] check-in: f86ca225de user: dkf tags: trunk
08:21
Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] check-in: a90e1d2d10 user: dkf tags: core-8-4-branch
2003-10-21
23:39
* tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<... check-in: 972aaa97b4 user: das tags: core-8-4-branch
23:39
* tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<... check-in: 1c115e499e user: das tags: trunk
23:25
* win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, ... check-in: 9bc2883984 user: andreas_kupries tags: trunk
22:57
* win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, ... check-in: 8a3d6e56c5 user: andreas_kupries tags: core-8-4-branch
20:42
Removed variables that are no longer used. check-in: b8ce70f5db user: dgp tags: trunk
05:10
corrected new msgcat tests to work on case-sensitive filesystems (where ROOT.msg and root.msg are di... check-in: b52b8cd9d1 user: dgp tags: trunk
03:42
update msgcat version to 1.4 check-in: 480ccd7066 user: dgp tags: trunk
00:23
TIP #156: Language-Neutral Root Locale for Msgcat check-in: 36d6f6daf7 user: kennykb tags: trunk
2003-10-16
02:29
Merge updates from HEAD. check-in: 6eee5f37f0 user: dgp tags: dgp-refactor
02:28
Merged updates from HEAD check-in: 44102608b1 user: dgp tags: dgp-refactor
2003-10-15
13:15
Fixed bug 823768 by pre-parsing the index list check-in: 4f28048ff5 user: dkf tags: trunk
2003-10-14
22:48
no message check-in: da23724d51 user: davygrvy tags: trunk
22:48
Punt gracefully if exitToken was already destroyed. check-in: 4d99865323 user: davygrvy tags: trunk
22:44
no message check-in: 60be0b5f4e user: davygrvy tags: core-8-4-branch
22:41
Punt gracefully if exitToken was already destroyed. check-in: 8ed4708887 user: davygrvy tags: core-8-4-branch
21:49
Test to detect a sharing problem with TIP#127 exposed in tclbench Thanks DGP for helping develop thi... check-in: cd19c5a7b4 user: dkf tags: trunk
20:42
whitespace police check-in: b7d561203b user: dkf tags: trunk
18:23
regsub fix check-in: 67a6ac6109 user: vincentdarley tags: trunk
18:21
regsub fix check-in: 5f7f128188 user: vincentdarley tags: core-8-4-branch
15:44
* generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine that appends a ... check-in: 3522d44090 user: dgp tags: trunk
13:38
TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work check-in: 3dfa4104f6 user: dkf tags: trunk
2003-10-13
16:48
filesystem bug fixes check-in: f53be6ca93 user: vincentdarley tags: trunk
01:00
* unix/tclUnixTest.c (TestalarmCmd): don't bother checking return value of alarm. [B... check-in: 91566e4729 user: hobbs tags: core-8-4-branch
00:59
* unix/tclUnixTest.c (TestalarmCmd): don't bother checking return value of alarm. [B... check-in: 12b273dd6c user: hobbs tags: trunk
2003-10-10
15:50
Exported symbol name police (thanks GPS for spotting this!) check-in: c377842c48 user: dkf tags: trunk
2003-10-09
00:29
* win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin * win/tclAppInit.c: to fix i... check-in: c6bd53ea96 user: patthoyts tags: trunk
2003-10-08
23:18
* generic/tclBasic.c: Save and restore the iPtr->flag bits that control the state ... check-in: f1a98cad4c user: dgp tags: trunk
23:18
* generic/tclBasic.c: Save and restore the iPtr->flag bits that control the state ... check-in: 770447146a user: dgp tags: core-8-4-branch
17:51
format correction and clarification backport check-in: 11db3d9734 user: dgp tags: core-8-4-branch
17:50
Format correction check-in: bdc05963a2 user: dgp tags: trunk
15:24
Added constraint to the new tests. check-in: e697dfc739 user: dgp tags: trunk
15:24
Added constraint to the new tests. check-in: 20448fb813 user: dgp tags: core-8-4-branch
14:24
Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length because of a negative '... check-in: 6b243da1f0 user: dkf tags: trunk
14:21
Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length because of a negative '... check-in: 257a93c349 user: dkf tags: core-8-4-branch
2003-10-07
21:45
* tests/cmdAH.test: * tests/exec.test: Corrected temporary file managem... check-in: 10252720cd user: dgp tags: trunk
21:37
* tests/exec.test: Corrected temporary file management * tests/fileSyst... check-in: c0d2794d98 user: dgp tags: core-8-4-branch
20:15
sync check-in: 6075a6263d user: dgp tags: core-8-4-branch
18:53
* tests/exec.test: Corrected temporary file management * tests/fileSyst... check-in: 552fa6ec61 user: dgp tags: core-8-4-branch
16:37
* tests/pid.test: Corrected temporary file management issues uncovered by -deb... check-in: c50be0ebf4 user: dgp tags: trunk
16:00
* tests/fCmd.test: Run tests with the [temporaryDirectory] as the current direc... check-in: 081319d78f user: dgp tags: trunk
15:57
* tests/fCmd.test: Run tests with the [temporaryDirectory] as the current direc... check-in: 8e883848fc user: dgp tags: core-8-4-branch
15:26
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation to reflect that ... check-in: db8fd51f20 user: dgp tags: trunk
15:25
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation to reflect that ... check-in: 66abde549c user: dgp tags: core-8-4-branch
14:58
* tests/io.test: Corrected several tests that failed when paths * tests/ioCmd... check-in: 1d663f7cc8 user: dgp tags: trunk
14:57
typo check-in: 28d9ed1553 user: dgp tags: core-8-4-branch
14:55
* tests/io.test: Corrected several tests that failed when paths * tests/ioCmd... check-in: b8713ca1fe user: dgp tags: core-8-4-branch
04:48
* tests/regexp.test: Matched [makeFile] with [removeFile]. * tests/regexp... check-in: 1aecb14fff user: dgp tags: trunk
04:48
* tests/regexp.test: Matched [makeFile] with [removeFile]. * tests/regexp... check-in: 9347a945f9 user: dgp tags: core-8-4-branch
2003-10-06
19:08
* win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_O... check-in: e8c5420848 user: hobbs tags: trunk
17:27
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution happens, not for a... check-in: cee2238b21 user: dgp tags: trunk
17:26
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution happens, not for a... check-in: cd6e2b24d6 user: dgp tags: core-8-4-branch
16:17
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta... check-in: 287de6f037 user: dgp tags: trunk
14:32
* tests/reg.test: Corrected duplicate test names. * tests/resource.test: [Bug... check-in: 35fbcc69fd user: dgp tags: trunk
14:30
* tests/reg.test: Corrected duplicate test names. * tests/resource.test: [Bug... check-in: a9f7fbd39f user: dgp tags: core-8-4-branch
13:55
* tests/cmdMZ.test: Updated [package require tcltest] lines to * tests/fileSyste... check-in: f807a06c4b user: dgp tags: core-8-4-branch
09:49
filesystem bug fixes: volumerelative normalization, file join inconsistency check-in: a3d43f8f96 user: vincentdarley tags: core-8-4-branch
2003-10-04
18:59
* win/tclWinPipe.c: fixed a bug in BuildCommandLine. This bug built a command line with a missing ... check-in: bd97fc8041 user: mdejong tags: core-8-4-branch
16:12
fix for [Bug 816641] - faulty execution and catch stack management. check-in: 1fbbe0dc83 user: msofer tags: trunk
2003-10-03
20:42
* generic/tclBasic.c: Fixed error in ref count management of command * generic/tcl... check-in: 56fecef86d user: dgp tags: trunk
20:31
* generic/tclBasic.c: Fixed error in ref count management of command * generic/tcl... check-in: d827d182f4 user: dgp tags: core-8-4-branch
17:45
backporting of filesystem tests, docs check-in: 9cc6cd11c0 user: vincentdarley tags: core-8-4-branch
17:25
new tests for reported problems, fixes to follow check-in: 0ac2c334b8 user: vincentdarley tags: core-8-4-branch
17:24
FileSystem.3 check-in: a22752a9e8 user: vincentdarley tags: core-8-4-branch
2003-10-02
23:07
* README: Bumped patch level to 8.4.5 to prepare * generic/tcl.h: ... check-in: 2204540b58 user: dgp tags: core-8-4-branch
18:08
* generic/tclTrace.c: Corrected comingling of introspection results of [trace info c... check-in: d8fd7cc24d user: dgp tags: trunk
2003-10-01
14:34
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="". * mac/tclMacResource.c: fixed possib... check-in: 318932202b user: das tags: core-8-4-branch
14:33
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="". * mac/tclMacResource.c: fixed possib... check-in: ce2dbaa84e user: das tags: trunk
2003-09-30
14:05
fixed inconsistent handling of file separators in file join check-in: ebab8e8fa9 user: vincentdarley tags: trunk
2003-09-29
23:56
Remove unintentional check-in of work-in-progress check-in: 1bfa692a27 user: dkf tags: trunk
22:51
Undid bozo check-in of work-in-progress check-in: bad15625ff user: dkf tags: trunk
22:38
Symbols which are visible outside a single compilation unit must have the prefix 'Tcl' to keep them ... check-in: cd7c23855c user: dkf tags: trunk
22:11
Undo mistaken commit of work-in-progress check-in: c93a77cabe user: dkf tags: trunk
22:03
* generic/tclBasic.c (CallCommandTraces): Added safety bit * tests/trace.test: ma... check-in: 3592877a84 user: dgp tags: core-8-4-branch
21:47
Oops. Missed out on an index line update check-in: 4f07f60509 user: dkf tags: trunk
21:45
Regen check-in: 7080f02eb6 user: dkf tags: trunk
21:38
TIP#121 (app exit proc API) implementation from Joe Mistachkin check-in: 4618164501 user: dkf tags: trunk
21:28
improved test description check-in: d7cb1a0d6f user: dgp tags: trunk
14:37
TIP#112 ([namespace ensemble] command) implementation. check-in: e1f27128dc user: dkf tags: trunk
10:04
Correctly check the types of boolean options to http::geturl [Bug 811170] check-in: f5edb0ae77 user: dkf tags: core-8-4-branch
10:01
Correctly check the types of boolean options to http::geturl [Bug 811170] check-in: b5f9c46a87 user: dkf tags: trunk
09:43
Added note that frameworks are a MacOSX feature [Bug 619440] check-in: abcc204689 user: dkf tags: trunk
09:17
Added note to make it clearer that frameworks are an OSX feature [Bug 619440] check-in: 9c62bd86b1 user: dkf tags: core-8-4-branch
2003-09-28
10:48
no message check-in: 02c413a5da user: davygrvy tags: core-8-4-branch
10:36
no message check-in: 013af71ab9 user: davygrvy tags: trunk
10:36
* win/tclWinPipe.c: The windows port of expect can call TclWinAddProcess before any of the other pip... check-in: 1ff27fbb73 user: davygrvy tags: trunk
10:32
no message check-in: db0c4c77e3 user: davygrvy tags: core-8-4-branch
10:29
The windows port of expect can call TclWinAddProcess before any of the other pipe functions. Added ... check-in: 56a3fe0f5a user: davygrvy tags: core-8-4-branch
2003-09-25
05:34
* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden on command line. Replaced explic... check-in: ab75ff2164 user: das tags: core-8-4-branch
05:34
* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden on command line. Replaced explic... check-in: fdd3ebad30 user: das tags: trunk
2003-09-24
18:07
package unknown performance on MacOS and MacOS X check-in: 361ef0c572 user: vincentdarley tags: trunk
12:56
trace.test remove knownBug check-in: 954c5880cb user: vincentdarley tags: trunk
02:27
add thanks check-in: 9c0ce0db8f user: dgp tags: core-8-4-branch
02:17
* generic/tclCmdMZ.c (): Fixed [Bug 807243] where * tests/trace.test ... check-in: 5e1bc3855c user: dgp tags: core-8-4-branch
02:07
* tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] and [Bug 811483]. check-in: 256e98a853 user: dgp tags: trunk
2003-09-23
18:38
fix failure of previous commit on Alpha platform check-in: 75cc747d06 user: msofer tags: trunk
14:48
* generic/tclExecute.c: * generic/tclInt.h: changed the evaluation-stack addressing mode, from ar... check-in: cc2dd645bb user: msofer tags: trunk
04:49
* library/init.tcl (auto_load, auto_import): Expanded Eric Melski's 2000-01-28 fix ... check-in: dbc5f2a73f user: dgp tags: trunk
04:49
* library/init.tcl (auto_load, auto_import): Expanded Eric Melski's 2000-01-28 fix ... check-in: 2ce276bdca user: dgp tags: core-8-4-branch
2003-09-19
23:05
Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] check-in: 0d0db69145 user: dkf tags: trunk
18:42
* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all calls that may cause tr... check-in: 96040360b2 user: msofer tags: core-8-4-branch
18:09
* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all calls that may cause trac... check-in: 03dd1a4927 user: msofer tags: trunk
2003-09-18
11:29
fileName test suite bug fix check-in: 055dc59c05 user: vincentdarley tags: trunk
2003-09-16
16:06
test suite fix for AFS check-in: 88d1d3d987 user: vincentdarley tags: trunk
14:56
minor filesystem bug fixes check-in: 7d62ac81ba user: vincentdarley tags: trunk
2003-09-15
14:24
Fixed comment typos. check-in: 26f81efb72 user: patthoyts tags: trunk
09:46
Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! check-in: 03e050818f user: dkf tags: trunk
2003-09-12
23:55
TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] check-in: 605f7ff911 user: dkf tags: trunk
2003-09-10
20:29
* library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 * library/opt/pkg... check-in: bf17408c08 user: dgp tags: core-8-4-branch
20:27
* library/opt/optparse.tcl: Latest revisions caused [OptGuessType] to guess "int... check-in: 16fd6c7944 user: dgp tags: trunk
2003-09-08
20:12
format last change for 74 characters per line check-in: 3ae1927bea user: davygrvy tags: trunk
20:06
no message check-in: afa31c0db5 user: davygrvy tags: trunk
20:03
* win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT_FOUND to be a bit more... check-in: c14ddbc3bb user: davygrvy tags: trunk
15:00
credit update check-in: 4dd4c35550 user: dgp tags: core-8-4-branch
14:59
credit update check-in: 07f13aba22 user: dgp tags: trunk
2003-09-05
23:10
stupid CVS conflicts... check-in: d550dc2cbd user: dgp tags: dgp-refactor
23:08
Merge updates from HEAD. check-in: 3f920087eb user: dgp tags: dgp-refactor
22:55
one more bit of TIP 137 documentation... check-in: 42b052f2e4 user: dgp tags: trunk
21:52
* doc/FileSystem.3: Implementation of * doc/source.n: ... check-in: 8f0e879bbd user: dgp tags: trunk
2003-09-04
17:50
&& of the constraints is the default; need not be specified. check-in: 544e38ae40 user: dgp tags: core-8-4-branch
17:50
&& of constraints is the default; need not be specified. check-in: 2a1fb216e1 user: dgp tags: trunk
17:36
Typo correction: knownbug -> knownBug check-in: f22bbe5d86 user: dgp tags: trunk
17:36
Typo correction: knownbug -> knownBug check-in: d56290e235 user: dgp tags: core-8-4-branch
16:44
* doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. * generic/tc... check-in: 3195fccaba user: dgp tags: trunk
2003-09-03
16:24
Added change bars marking portions only valid for Tcl 8.5 or later. check-in: d236a3a9ba user: dgp tags: trunk
2003-09-02
21:49
Corrected typo and broken example. check-in: 030afbb777 user: dgp tags: trunk
18:51
Added EXAMPLES to return.n check-in: 173074112b user: dgp tags: trunk
16:48
Added another note about [return] during a [source]. check-in: f795cb7036 user: dgp tags: trunk
16:32
* doc/return.n: Updated [return] docs to cover new TIP 90 features. * doc/break.n: ... check-in: 0a7ac4f33a user: dgp tags: trunk
2003-09-01
12:30
Backported fix from HEAD for Bug 788780 check-in: 6a101c532c user: vasiljevic tags: core-8-4-branch
2003-08-31
23:37
regen check-in: e566708bd9 user: dkf tags: trunk
23:17
Documentation of TIP#139 API functions. check-in: 53eb3ffe97 user: dkf tags: trunk
21:39
Updated [catch] docs to cover new TIP 90 features. check-in: 8bc350bc6c user: dgp tags: trunk
2003-08-30
21:59
Whitespace police. check-in: d16a814c3f user: dkf tags: trunk
2003-08-29
17:43
* generic/tclCmdAH.c: Corrected bug in TIP 90 implementation * tests/cmdMZ.test: ... check-in: 3196407960 user: dgp tags: trunk
2003-08-27
21:52
no message check-in: 336076eb0a user: davygrvy tags: trunk
21:52
Added Open Watcom strictness about how the char type needs to be signed by default. check-in: 7c42aaa92f user: davygrvy tags: trunk
21:31
additinal performance tweak to last commit check-in: bdf9a52978 user: dgp tags: core-8-4-branch
21:31
additional performance tweak to last commit. check-in: d57a0e1514 user: dgp tags: trunk
21:07
Merge updates from HEAD. check-in: 72cdb6ced3 user: dgp tags: dgp-refactor
20:29
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in TclNeedSpace() wher... check-in: 698df3f3e0 user: dgp tags: trunk
20:14
no message check-in: 357bcf1585 user: davygrvy tags: trunk
20:12
* win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers must be constant' with the driveS... check-in: bdeee8ce17 user: davygrvy tags: trunk
20:09
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in TclNeedSpace() wher... check-in: c06c66c590 user: dgp tags: core-8-4-branch
19:55
Revert mistaken commit. check-in: ad00f5312d user: dgp tags: trunk
19:50
* win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as this difference is already adjust... check-in: e915910e7e user: davygrvy tags: trunk
19:45
Changed comment to note that OpenWatcom suffers the same missing LPFN_* typedef ssue as MinGW and cy... check-in: d6217aae99 user: davygrvy tags: trunk
19:41
Added a block for OpenWatcom adjustments that fixes the same issue Mo did for MinGW lack of missing ... check-in: 344406026f user: davygrvy tags: trunk
19:32
no message check-in: 244c13577a user: davygrvy tags: trunk
19:31
Added missing CONST'ification usage. check-in: d3904f58d9 user: davygrvy tags: trunk
19:26
no message check-in: d981c323e4 user: davygrvy tags: trunk
19:23
Changed Win32 platform #define from 'WIN32' to '__WIN32__' as this is the correct one to use across ... check-in: 773578e8ee user: davygrvy tags: trunk
19:15
no message check-in: c1d6a2816e user: davygrvy tags: trunk
19:06
* compat/strftime.c (_fmt): Fixed syst array intializer that couldn't take variables within it under... check-in: 19deccf65e user: davygrvy tags: trunk
17:57
* tests/util.test: Added new tests for remaining TclNeedSpace() bugs discussed in [B... check-in: 2b2d2221ca user: dgp tags: trunk
17:56
* tests/util.test: Added new tests for remaining TclNeedSpace() bugs discussed in [Bug 4118... check-in: 7131e2a606 user: dgp tags: core-8-4-branch
07:00
no message check-in: 213c8f81b5 user: davygrvy tags: trunk
06:58
Added some support for the OpenWatcom compiler. A win/makefile.wc to follow soon. check-in: e5c1fc4c7f user: davygrvy tags: trunk
2003-08-26
23:03
no message check-in: 2e7153834d user: davygrvy tags: trunk
23:01
Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler has a bug in its preproc... check-in: 130ded9d4b user: davygrvy tags: trunk
2003-08-25
22:18
better error control. check-in: 51de934d84 user: davygrvy tags: trunk
21:05
Regen check-in: 15743b65be user: dkf tags: trunk
21:04
Minor improvement to stubs generation to allow for harmless transfer of functions between stubs tabl... check-in: 2a99d5f881 user: dkf tags: trunk
20:06
Regen check-in: b5202f9a67 user: dkf tags: trunk
20:06
Duplicated declarations for TIP#139; docs still to do. check-in: ee6c0844f4 user: dkf tags: trunk
2003-08-23
12:18
Applied fixes from 8.4.4 tree regarding the Bug #753315. Also, fixed the Bug #788780. check-in: 72145ccb01 user: vasiljevic tags: trunk
12:16
Applied changes from 8.4.4 regarding the Bug #753315 check-in: e3b94c3b6a user: vasiljevic tags: trunk
2003-08-19
19:39
* win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error created in the previous code cleanup. check-in: 8e8e4096de user: patthoyts tags: trunk
10:33
Style guide police check-in: e26c0eff2d user: dkf tags: trunk
2003-08-18
07:25
* win/configure: Regen. * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not... check-in: 305c7027b7 user: mdejong tags: trunk
07:19
Fixup ChangeLog entry. check-in: 793d114331 user: mdejong tags: trunk
2003-08-15
02:13
Bug fix 789040 check-in: ca08d4d91c user: chengyemao tags: trunk
01:40
Bug fix in BuildCommandLine: missing a space when linePtr is not null check-in: c836991dcd user: chengyemao tags: trunk
2003-08-11
13:26
TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! check-in: 149199766b user: dkf tags: trunk
2003-08-07
21:35
Merged changes from HEAD check-in: 9658ec795f user: dgp tags: dgp-refactor
2003-08-06
23:50
* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and Windows CE platform. check-in: 3c10aefab9 user: hobbs tags: core-8-4-branch
23:48
* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. check-in: 0cd9beb235 user: hobbs tags: trunk
23:02
* library/msgcat/msgcat.tcl: Added escape so that non-Windows * library/msgcat/pk... check-in: 2f716bcbab user: dgp tags: core-8-4-branch
23:02
* library/msgcat/msgcat.tcl: Added escape so that non-Windows * library/msgcat/pk... check-in: 95a5583325 user: dgp tags: trunk
2003-08-05
16:19
* generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): added a Tcl_ResetResult(interp)... check-in: 6ea7c5be8b user: msofer tags: core-8-4-branch
15:59
* generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): added a Tcl_ResetResult(interp)... check-in: f46fb50cb3 user: msofer tags: trunk
2003-07-28
12:16
documentation fix, bug 775220 check-in: afd685999f user: vincentdarley tags: trunk
2003-07-24
18:16
* generic/tcl.h: Revert change made on 2003-07-21 since it made the sizeof(Tcl_Obj) different for ... check-in: 4dc4a16832 user: mdejong tags: trunk
16:05
* tests/async.test: Added several tests that demonstrate Tcl * tests/basic.test:... check-in: 03d3df98ff user: dgp tags: trunk
08:45
* library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. * tests/pkgMkIndex.test: Added ... check-in: feddc3eac0 user: rmax tags: trunk
08:41
Split off ChangeLog.2002 check-in: b5cdac8baa user: rmax tags: trunk
08:23
*** empty log message *** check-in: aab22ecdae user: rmax tags: core-8-4-branch
08:23
* tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose]. check-in: 2562836d33 user: rmax tags: core-8-4-branch
08:23
* library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. check-in: b6c3360935 user: rmax tags: core-8-4-branch
2003-07-23
20:57
* win/tclWinReg.c: Incremented the version to 1.1.2. * library/reg/pkgIndex.tcl: check-in: f4979a08c5 user: patthoyts tags: core-8-4-branch
20:55
* win/tclWinReg.c: Incremented the version to 1.1.2. * library/reg/pkgIndex.tcl: check-in: a252124d24 user: patthoyts tags: trunk
15:40
* unix/Makefile.in: changes to html-tcl & html-tk targets for compatibility with non-gnu makes. check-in: ac8f0f4e4f user: das tags: core-8-4-branch
15:40
* unix/Makefile.in: changes to html-tcl & html-tk targets for compatibility with non-gnu makes. check-in: b3f1e43cc8 user: das tags: trunk
05:53
* unix/Makefile.in: added macosx/README to dist target. check-in: 6a80fe5f94 user: das tags: core-8-4-branch
05:53
* unix/Makefile.in: added macosx/README to dist target. check-in: e8133728f0 user: das tags: trunk
2003-07-22
23:50
* win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 which causes the registry set comman... check-in: d16f7c375e user: patthoyts tags: core-8-4-branch
23:41
* win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the registry set command to fail whe... check-in: 996c008d08 user: patthoyts tags: trunk
03:00
update fixes to changes from core-8-4-branch check-in: 1183f478ed user: dgp tags: trunk
00:59
Check that the thread incrementing or decrementing the ref count of a Tcl_Obj is the thread that ... check-in: 50c5d9ac11 user: mdejong tags: trunk
2003-07-21
22:36
note 8.4.4 tag date check-in: 910acb8e61 user: hobbs tags: core-8-4-4, core-8-4-branch
22:12
typo corrections check-in: 3c8e01fe7a user: hobbs tags: core-8-4-branch
17:33
Updated changes with entries up through 8.4.4 release. check-in: 3a89eba1df user: dgp tags: trunk
17:30
Updated changes for 8.4.4 release check-in: cba5977182 user: dgp tags: core-8-4-branch
10:24
test suite on afs fix check-in: a1abd63d40 user: vincentdarley tags: trunk
2003-07-19
01:37
* macosx/Makefile: added option to allow installing manpages in addition to default html help. check-in: 43a281fdf0 user: das tags: trunk
01:35
* macosx/Makefile: added option to allow installing manpages in addition to default html help. check-in: 43fb445852 user: das tags: core-8-4-branch
2003-07-18
23:35
* generic/tclBasic.c: Corrected several instances of unsafe * generic/tclCompile.c... check-in: d50fc18438 user: dgp tags: core-8-4-branch
22:17
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] check-in: 5154e4e97b user: dkf tags: trunk
22:15
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] check-in: 136a849910 user: dkf tags: core-8-4-branch
21:15
* doc/tcltest.n: Restored the [Eval] proc to replace * library/tcltes... check-in: f6848947aa user: dgp tags: trunk
21:01
* doc/tcltest.n: Restored the [Eval] proc to replace * library/tcltes... check-in: a49cd5c3a3 user: dgp tags: core-8-4-branch
20:28
* generic/tclIOUtil.c: correct MT-safety issues with filesystem records. [Bug 753315] (vasiljevic)... check-in: 9d5eff542f user: hobbs tags: core-8-4-branch
19:41
* library/http/pkgIndex.tcl: merged to v2.4.4 from head * library/http/http.tcl: add support for u... check-in: db661b7e59 user: hobbs tags: core-8-4-branch
19:36
* library/http/pkgIndex.tcl: upped to http v2.4.4 * library/http/http.tcl: add support for user:pa... check-in: f4d54669b4 user: hobbs tags: trunk
16:56
* doc/AddErrInfo.3: Improved consistency of documentation * doc/CrtTrace.3: ... check-in: a15f50a932 user: dgp tags: trunk
16:56
* doc/AddErrInfo.3: Improved consistency of documentation * doc/CrtTrace.3: ... check-in: f63890488d user: dgp tags: core-8-4-branch
15:21
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible deprecation (no TIP... check-in: 3dd1cd8721 user: dgp tags: trunk
15:20
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible deprecation (no TIP... check-in: 29689345ec user: dgp tags: core-8-4-branch
02:02
* unix/tclUnixFCmd.c: fix for compilation errors on platforms where configure detects non-function... check-in: f0dc607cb1 user: das tags: trunk
01:06
* macosx/Makefile: added var to allow overriding of tclsh used during html help building (Landon F... check-in: bd9ca71d10 user: das tags: core-8-4-branch
2003-07-17
00:20
2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> * generic/tclPathObj.c (SetFsPathFromAny): Add Cy... check-in: ae9ac7cfce user: hobbs tags: trunk
00:16
2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> * generic/tclIOUtil.c (SetFsPathFromAny): Add Cyg... check-in: fe62167ad0 user: hobbs tags: core-8-4-branch
2003-07-16
22:49
* library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) check-in: c758f15754 user: hobbs tags: core-8-4-branch
22:49
* library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) check-in: de1a851e8c user: hobbs tags: trunk
22:10
* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and word vars from int to long. ... check-in: d051837812 user: hobbs tags: trunk
22:09
* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and word vars from int to long. ... check-in: 51f4c501bd user: hobbs tags: core-8-4-branch
22:06
* generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the * generic/regcustom.h: make line ... check-in: 20681ebe8b user: hobbs tags: core-8-4-branch
22:03
* generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the * generic/regcustom.h: make line ... check-in: bd6af5153d user: hobbs tags: trunk
21:34
Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] check-in: d9a41d63e9 user: dkf tags: trunk
21:31
Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] check-in: 8eed71b2c3 user: dkf tags: core-8-4-branch
21:25
* generic/tclPreserve.c: In Result and Preserve'd routines, do not * generic/tclUtil.c: assume... check-in: bb94a3e510 user: hobbs tags: core-8-4-branch
21:24
* generic/tclPreserve.c: In Result and Preserve'd routines, do not * generic/tclUtil.c: assume... check-in: 059ed80454 user: hobbs tags: trunk
19:34
* win/Makefile.in: Don't define TCL_DBGX symbol for every compile. Instead, define TCL_PIPE_DLL o... check-in: 938f1748b3 user: mdejong tags: core-8-4-branch
15:29
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] * generic/tclPathObj.c ... check-in: 31e59a0126 user: dgp tags: trunk
15:28
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] * generic/tclIOUtil.c (... check-in: 8466408ea4 user: dgp tags: core-8-4-branch
14:31
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call * library/tclt... check-in: 2dc6d76995 user: dgp tags: core-8-4-branch
14:31
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call * library/tclt... check-in: 93f9e3e3e9 user: dgp tags: trunk
08:26
Removed trivially-unreachable line [Bug 771939] check-in: ff665c6e4e user: dkf tags: trunk
08:24
Removed trivially-unreachable line [Bug 771939] check-in: 287971e081 user: dkf tags: core-8-4-branch
04:15
* doc/http.n: Updated SYNOPSIS to match actual syntax of commands. [Bug 756112] check-in: aacc41b0c7 user: dgp tags: core-8-4-branch
04:04
* doc/http.n: Updated SYNOPSIS to match actual syntax of commands. [Bug 756112] check-in: 4120f7a9d3 user: dgp tags: trunk
02:17
* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a crash in load.test. check-in: 766a3eea2c user: mdejong tags: trunk
02:16
* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a crash in load.test. check-in: f8bf84a943 user: mdejong tags: core-8-4-branch
2003-07-15
23:57
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted strings instead o... check-in: 0de34726a3 user: dgp tags: trunk
23:54
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted strings instead o... check-in: 2f48ff2f80 user: dgp tags: core-8-4-branch
22:25
* README: Bumped patch level to 8.4.4 in anticipation * generic/tcl.h:... check-in: b7124e29e4 user: dgp tags: core-8-4-branch
22:21
D'oh! Forgot one of the examples... check-in: fbc5d04268 user: dkf tags: trunk
22:18
Missed a bit off the last checkin! <:^) check-in: 2e0eb0db1c user: dkf tags: core-8-4-branch
22:17
Doc fixes related to Patch 763312 check-in: 9a88a73d0f user: dkf tags: trunk
22:07
Added examples from David Welton [Patch 763312] check-in: 0e6e846b97 user: dkf tags: core-8-4-branch
21:01
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 introd... check-in: cf45519e6b user: dgp tags: trunk
20:51
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 in... check-in: 9a618466d7 user: dgp tags: core-8-4-branch
16:11
Added a missing $(OPTDEFINES) which broke the build if STATS=memdbg was specified. check-in: 733a452e9b user: kennykb tags: trunk
15:44
Fixed confusing error message. [Bug 771539] check-in: 1b77eb6a8e user: dkf tags: core-8-4-branch
15:42
Fixed error message to be less confusing [Bug 771539] check-in: ee0705160b user: dkf tags: trunk
01:15
* macosx/Makefile: Rewrote buildsystem for Mac OS X framework build to be purely make driven; in o... check-in: c83f321e86 user: das tags: core-8-4-branch
2003-07-14
18:26
missing . check-in: 27609b4bd4 user: hobbs tags: core-8-4-branch
18:25
missing . check-in: 8ca7b15117 user: hobbs tags: trunk
08:01
typo fixes from trunk check-in: 82f2ada59d user: das tags: core-8-4-branch
2003-07-11
22:01
typo fixes ( my nroff is not happy with \b -- replaced with \\ ) check-in: de6235588d user: dgp tags: trunk
21:18
Documented and tested for the current behaviour of [binary format a] and [binary scan ? a]. This is... check-in: 89a750b553 user: dkf tags: core-8-4-branch
21:14
Documented and tested for the current behaviour of [binary format a] and [binary scan ? a]. This is... check-in: d4013a5335 user: dkf tags: trunk
18:46
* library/package.tcl: Corrected [pkg_mkIndex] bug reported on comp.lang.tcl. The ... check-in: 67bf54bf17 user: dgp tags: core-8-4-branch
17:25
* library/package.tcl: Corrected [pkg_mkIndex] bug reported on comp.lang.tcl. The ... check-in: 81bd4a2572 user: dgp tags: trunk
2003-07-08
15:09
winFCmd.test fix check-in: 137aaca102 user: vincentdarley tags: trunk
2003-07-07
20:36
doc/array.n: add examples from Welton check-in: 0d0088d791 user: hobbs tags: trunk
20:23
Merge updates from HEAD check-in: cc914a2e8a user: dgp tags: dgp-refactor
08:57
file tail documentation clarification check-in: 7a084de1d2 user: vincentdarley tags: trunk
2003-07-04
22:25
Tighened up wording of several expr operations to make them less inclined to misinterpretation. [Bug... check-in: fe5ddadbb9 user: dkf tags: core-8-4-branch
22:22
Tighened up wording of several expr operations to make them less inclined to misinterpretation. [Bug... check-in: 7cbcf730a1 user: dkf tags: trunk
13:16
* tests/cmdAH.test: Made tests of [file mtime] work better on FAT filesystems. [Patch 760768] Als... check-in: 1e2572ac37 user: dkf tags: core-8-4-branch
13:04
* tests/cmdAH.test: Made tests of [file mtime] work better on FAT filesystems. [Patch 760768] Als... check-in: 474262f030 user: dkf tags: trunk
10:30
[string map] now can take dictionaries for maps but the condition for doing so is deeply tricky. [Bu... check-in: c40ffcd834 user: dkf tags: trunk
2003-07-03
23:16
Made [array get] return a dictionary, and allowed [array set] to accept one without having to conver... check-in: 6dde36081a user: dkf tags: trunk
2003-07-02
13:26
Win compilation fix check-in: aa2f2e47ce user: vincentdarley tags: trunk
2003-06-30
16:08
merge from HEAD check-in: cb6c2411f1 user: dgp tags: dgp-refactor
2003-06-27
21:33
Modified expression of tests and added comments for easier understanding by future maintainers. check-in: 5e30b547bd user: dgp tags: trunk
19:10
Merge updates from HEAD check-in: 16e1570baf user: dgp tags: dgp-refactor
17:22
* tests/init.test: Added [cleanupTests] to report results of tests * tests/pkg.... check-in: 7f9c913430 user: dgp tags: trunk
15:10
Merge updates from HEAD check-in: eec28d33df user: dgp tags: dgp-refactor
2003-06-26
08:43
More trace factoring - variable traces are the target this time. check-in: c4c34fd095 user: dkf tags: trunk
00:54
* tests/init.test: Added tests init-4.6.* to illustrate [Bug 760872] check-in: 7125b726d2 user: dgp tags: trunk
2003-06-25
23:02
Factored out the trace code - it's big enough to be its own maintenance area and tricky enough to di... check-in: 9dafee66e2 user: dkf tags: trunk
21:35
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add -ieee when compiling with cc and a... check-in: 6be8e0280a user: mdejong tags: core-8-4-branch
18:56
2003-06-25 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. * unix/tcl.m4 (SC... check-in: 4a01b3b50d user: mdejong tags: trunk
2003-06-24
21:26
Documented that [source] always used the system encoding. check-in: b5bafb7f9e user: dkf tags: trunk
21:24
Documented that [source] always uses the system encoding. check-in: eb568d1153 user: dkf tags: core-8-4-branch
19:56
No more div-by-zero errors. [Bug 759749] check-in: b4b5c0d088 user: dkf tags: trunk
17:27
Merge updates from the HEAD check-in: d0a473ec1b user: dgp tags: dgp-refactor
17:10
formatting check-in: a9004c2cea user: dgp tags: trunk
08:53
* unix/tclUnixPort.h: #undef inet_ntoa before #define to avoid compiler warning under freebsd. [B... check-in: 4dcbd3fdfa user: mdejong tags: trunk
2003-06-23
22:05
* doc/dde.n: Committed TIP #135 which changes the * win/tclWinDde.c: -ex... check-in: c171bd3478 user: patthoyts tags: trunk
21:27
* doc/dde.n: Committed TIP #120 which provides the * win/tclWinDde.c: dd... check-in: 5368927822 user: patthoyts tags: trunk
10:49
fs doc fix check-in: b7f8ed2cd3 user: vincentdarley tags: core-8-4-branch
10:45
fs documentation check-in: 31c19ff14d user: vincentdarley tags: trunk
10:21
file copy empty filename bug fix check-in: 601c047b17 user: vincentdarley tags: core-8-4-branch
10:14
filesystem fixes -- see ChangeLog check-in: c25e6f0318 user: vincentdarley tags: trunk
2003-06-18
19:47
Merged in updates from the HEAD check-in: f146aedacd user: dgp tags: dgp-refactor
18:34
2003-06-18 Miguel Sofer <msofer@users.sf.net> * generic/tclNamesp.c (Tcl_Export): removed erroneo... check-in: 82b7492370 user: msofer tags: core-8-4-branch
18:30
* generic/tclNamesp.c (Tcl_Export): removed erroneous comments [Bug 756744] check-in: 24fa555dac user: msofer tags: trunk
2003-06-17
20:42
backport of regsub empty string fixes check-in: 31ae6969b0 user: vincentdarley tags: core-8-4-branch
20:36
regsub empty string fixes, and windows build check-in: 6f6bf2acac user: vincentdarley tags: trunk
2003-06-16
18:36
* win/Makefile.in: Haven't heard back from David for a week. * win/configure: Now committing ... check-in: 47fd2c260e user: andreas_kupries tags: trunk
2003-06-10
20:35
* generic/tclConfig.c (ASSOC_KEY): Changed the key to "tclPackageAboutDict" (tcl prefix) to mak... check-in: efaf32b449 user: andreas_kupries tags: trunk
19:58
* generic/tclBasic.c: * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady inst... check-in: 3ef5e4db8f user: msofer tags: core-8-4-branch
19:52
fix for previous commit check-in: bf432c7231 user: msofer tags: trunk
19:46
* generic/tclBasic.c: * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady inst... check-in: d23b012af9 user: msofer tags: trunk
2003-06-09
22:48
* generic/tcl.decls: Ported the changes from the * generic/tcl.h: 'tip-59-implementation' b... check-in: 8397302b4d user: andreas_kupries tags: trunk
21:51
* string.test (string-4.15): Added test for [string first] bug reported in Tcl 8.3, ... check-in: a2c2c4b931 user: dgp tags: core-8-4-branch
21:51
* string.test (string-4.15): Added test for [string first] bug reported in Tcl 8.3, ... check-in: db09937405 user: dgp tags: trunk
2003-06-04
23:41
Fix for [Bug 748700] check-in: 020cbf17af user: mistachkin tags: core-8-4-branch
23:40
Fix for [Bug 748700] check-in: 6fd09cb29f user: mistachkin tags: trunk
2003-06-02
15:58
fix to WinTcl file rename error message check-in: e10fd0710b user: vincentdarley tags: trunk
2003-05-24
02:30
Add tests to detect and avoid division by zero in the windows precision timer calibration logic. check-in: 7487febaec user: drh tags: trunk
2003-05-23
21:33
add thanks check-in: 02d81e4194 user: dgp tags: core-8-4-branch
21:33
add thanks check-in: 9c0c34ce1b user: dgp tags: trunk
21:29
* generic/tclObj.c (tclCmdNameType): Converted internal rep management of the cmdNa... check-in: 366cb9b633 user: dgp tags: trunk
21:29
* generic/tclObj.c (tclCmdNameType): Converted internal rep management of the cmdNa... check-in: 347c8b7324 user: dgp tags: core-8-4-branch
18:14
* unix/mkLinks: Set the var S to "" at the top of the file to avoid error when user has set S to ... check-in: aac8128f74 user: mdejong tags: trunk
00:46
moved core-8-4-3 tag for macosx only fix at request of OS X maintainer check-in: c1c49f63e5 user: hobbs tags: core-8-4-3, core-8-4-branch
00:35
Fixed type error. check-in: 1e13c36e90 user: patthoyts tags: trunk
2003-05-22
19:12
Work in progress refactoring Tcl internals, mostly the parsing and evaluation pieces. Notably new T... check-in: 5614e023c2 user: dgp tags: dgp-refactor
19:09
another test check-in: 2e90d7eeab user: dgp tags: dgp-refactor
19:09
undo failed test check-in: 5aa8aa4c63 user: dgp tags: trunk
19:07
testing that this commits to correct branch check-in: 4eb4568350 user: dgp tags: trunk
03:39
* macosx/Tcl.pbproj/project.pbxproj: added missing references to new source files tclPathObj.c and... check-in: 66807489f0 user: das tags: trunk
01:15
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the first call to Tcl_MacOSXOpenVersi... check-in: e8e2a1ee97 user: das tags: trunk
01:15
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the first call to Tcl_MacOSXOpenVersi... check-in: c9a2cd61f3 user: das tags: core-8-4-branch
01:12
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the first call to Tcl_MacOSXOpenVersi... check-in: b7d3659a54 user: das tags: trunk
2003-05-20
18:33
updated changes for 8.4.3 check-in: da0f54868b user: hobbs tags: core-8-4-branch
17:26
* unix/Makefile.in: do not run autoconf during 'make dist' as the configure is now a CVS-maintaine... check-in: 8e713d2a46 user: hobbs tags: core-8-4-branch
2003-05-19
17:25
Corrected a bug in conversion of non-ASCII chars in the format string. check-in: 38ad353596 user: kennykb tags: trunk
05:42
* unix/tclUnixTime.c: fixed typo. check-in: 9236a51311 user: das tags: trunk
05:04
* macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh location in versioned framework subdirec... check-in: a9ebd1bef7 user: das tags: trunk
05:04
* macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh location in versioned framework subdirec... check-in: 3de9d62271 user: das tags: core-8-4-branch
2003-05-18
19:48
* compat/strftime.c: Modified TclpStrftime to return its * generic/tclClock.c: result in UTF-8 e... check-in: 24ccf14ddd user: kennykb tags: trunk
2003-05-16
22:00
* doc/dde.n: Updated documentation re TIP #130. * tests/winDde.test: Applied patch for [Bug 738929... check-in: 459de2ddb1 user: patthoyts tags: trunk
17:29
* library/dde/pkgIndex.tcl: Applied TIP #130 which provides * tests/winDde.test: for uniq... check-in: f7d8932c32 user: patthoyts tags: trunk
17:00
Removed one reference to tclDToA.c that shouldn't have been there. check-in: 9ed1a9a4a1 user: kennykb tags: trunk
06:03
2003-05-16 Daniel Steffen <das@users.sourceforge.net> * macosx/Tcl.pbproj/project.pbxproj: updat... check-in: e71011b62a user: das tags: core-8-4-branch
06:02
2003-05-16 Daniel Steffen <das@users.sourceforge.net> * macosx/Tcl.pbproj/project.pbxproj: updat... check-in: b41dff917d user: das tags: trunk
01:48
* win/tclWinFile.c (TclpMatchInDirectory): revert glob code to r1.44 as 2003-04-11 optimizations b... check-in: ad198bea12 user: hobbs tags: trunk
01:43
* win/tclWinFile.c (TclpMatchInDirectory): revert glob code to r1.44 as 2003-04-14 optimizations b... check-in: 68140ba47d user: hobbs tags: core-8-4-branch
2003-05-15
21:51
Fixed Tcl bug 736425 check-in: a0e49ff76f user: kennykb tags: trunk
18:59
bumped version to 8.4.3 check-in: c5577cdce4 user: hobbs tags: core-8-4-branch
18:41
* doc/socket.n: nroff font handling correction. check-in: ca11d5a90e user: hobbs tags: trunk
18:41
* doc/socket.n: nroff font handling correction. check-in: 8eaae4f6d0 user: hobbs tags: core-8-4-branch
18:10
* library/encoding/gb2312-raw.enc (new): This is the original gb2312.enc renamed to allow for it t... check-in: 5654cf6c56 user: hobbs tags: core-8-4-branch
18:02
* library/encoding/gb2312-raw.enc (new): This is the original gb2312.enc renamed to allow for it t... check-in: 07c6295866 user: hobbs tags: trunk
2003-05-14
23:04
Omitted constraint required for LP64 platforms. check-in: 6dae7231c2 user: dkf tags: trunk
23:01
Consequent fixes from [Bug 699060]; [format] should not be too eager to demote wides to ints, and sh... check-in: 8630c78e33 user: dkf tags: core-8-4-branch
22:45
Stopped [format] from demoting wides to ints too easily. [Bug 699060] check-in: 084c3da4d0 user: dkf tags: trunk
21:49
* library/encoding/gb2312.enc: copy euc-cn.enc over original gb2312.enc. gb2312.enc appeared to n... check-in: 65fe6a383c user: hobbs tags: trunk
20:40
* library/encoding/gb2312.enc: copy euc-cn.enc over original gb2312.enc. gb2312.enc appeared to n... check-in: 6d96665700 user: hobbs tags: core-8-4-branch
19:21
Implementation of TIP 118: * generic/tclFCmd.c (TclFileAttrsCmd): return the list of attributes ... check-in: a25df0d3d9 user: das tags: trunk
17:17
* generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior problem repaired when compiling o... check-in: 5c3bd6b6b7 user: hobbs tags: core-8-4-branch
06:19
no message check-in: 1f1194eb22 user: davygrvy tags: trunk
06:17
Another putenv() copy behavior problem repaired when compiling on windows and using microsoft's runt... check-in: d18547259b user: davygrvy tags: trunk
2003-05-13
22:59
* generic/tclIOUtil.c: ensure cd is thread-safe. [Bug #710642] (vasiljevic) check-in: 7854d63cee user: hobbs tags: trunk
22:55
* generic/tclIOUtil.c: add decl for FsThrExitProc to suppress warnings. check-in: 73b49e26cd user: hobbs tags: core-8-4-branch
12:44
Removed unused variable to reduce compiler warnings. [Bug 664745] check-in: 7f0c38c377 user: dkf tags: core-8-4-branch
12:39
Removed unused variable to reduce compiler warnings. [Bug 664745] check-in: d329d1545a user: dkf tags: trunk
10:16
fix for [Bug 732477] check-in: 386a7f85ff user: mistachkin tags: trunk
09:57
fix for [Bug 732477] check-in: 5cf8febf64 user: mistachkin tags: core-8-4-branch
08:41
* generic/tcl.decls: * macosx/tclMacOSXBundle.c: added extended version of the Tcl_MacOSXOpenBund... check-in: 20ac4d51bf user: das tags: core-8-4-branch
08:40
* generic/tcl.decls: * macosx/tclMacOSXBundle.c: added extended version of the Tcl_MacOSXOpenBund... check-in: 5f2cee527b user: das tags: trunk
2003-05-12
22:51
Cleaned up cmdAH.test to use test constraints properly. check-in: 5f8796865f user: dkf tags: trunk
22:44
* generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words * tests/inter... check-in: 5e4caa0517 user: dgp tags: trunk
22:35
* generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words * tests/inter... check-in: 13187cab3c user: dgp tags: core-8-4-branch
20:16
* generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no longer set to NULL ... check-in: 4b6b0d983c user: dgp tags: core-8-4-branch
20:15
* generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no longer set to NULL ... check-in: 22965bb0b0 user: dgp tags: trunk
19:32
* generic/tclObj.c (tclCmdNameType): Corrected variable use of the otherValuePtr or... check-in: ab3960e7fe user: dgp tags: trunk
19:29
* generic/tclObj.c (tclCmdNameType): Corrected variable use of the otherValuePtr or... check-in: 0942f4c0f4 user: dgp tags: core-8-4-branch
17:44
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. check-in: b99faa7b12 user: dgp tags: trunk
17:35
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. check-in: 069b1b5a95 user: dgp tags: core-8-4-branch
17:31
* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, disabling usage of tclNsVarNameT... check-in: 73ef11c2d5 user: msofer tags: core-8-4-branch
17:20
* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, disabling usage of tclNsVarNameT... check-in: f82a981058 user: msofer tags: trunk
08:46
Added comment about correcting the #723502 bug. check-in: 2a502339c9 user: vasiljevic tags: core-8-4-branch
08:43
Corrected Tcl bug #723502 check-in: b371423eef user: vasiljevic tags: trunk
08:41
Corrected the Tcl bug #723502 check-in: dfd2222f30 user: vasiljevic tags: core-8-4-branch
2003-05-11
01:23
* generic/tclIOUtil.c: ensure cd is thread-safe. [Bug #710642] (vasiljevic) check-in: 258819a4ad user: hobbs tags: core-8-4-branch
00:31
* win/tclWinSerial.c (SerialCloseProc): correct mem leak on closing a Windows serial port [Bug #71... check-in: 4fa0111043 user: hobbs tags: core-8-4-branch
00:30
* win/tclWinSerial.c (SerialCloseProc): correct mem leak on closing a Windows serial port [Bug #71... check-in: 4242e35710 user: hobbs tags: trunk
2003-05-10
23:55
* generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat crash when overflow sizes were give... check-in: 2e6f8b3c4f user: hobbs tags: core-8-4-branch
23:54
* generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat crash when overflow sizes were give... check-in: ce02dd71c7 user: hobbs tags: trunk
08:20
fix for [Bugs 733156, 733221] check-in: 4d397fda02 user: mistachkin tags: core-8-4-branch
08:17
fix for [Bugs 733156, 733221] check-in: 555377d523 user: mistachkin tags: trunk
07:43
fix for [Bug 733221] check-in: b955aab26d user: mistachkin tags: core-8-4-branch
07:42
fix for [Bug 733221] check-in: d95fa584b3 user: mistachkin tags: trunk
05:00
fix for [Bugs 733221, 733156] check-in: 26d90ac91c user: mistachkin tags: core-8-4-branch
04:57
fix bad cvs lf conversion check-in: 39dc7f33bd user: mistachkin tags: core-8-4-branch
04:25
fix bad cvs lf conversion check-in: 4bc19ebde0 user: mistachkin tags: trunk
02:52
fix for [Bugs 733221, 733156] check-in: f41a1c5443 user: mistachkin tags: trunk
00:09
fix for [Bug 731754] check-in: dd0b47aef7 user: mistachkin tags: core-8-4-branch
2003-05-09
23:33
fix for [Bug 731754] check-in: eaa3c15fd6 user: mistachkin tags: trunk
13:53
fixing previous patch check-in: a89f2bc7b1 user: msofer tags: trunk
13:42
fix for [Bug 735055] check-in: c421db8aa6 user: msofer tags: trunk
13:08
The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated. check-in: 5a52489bb8 user: dkf tags: trunk
2003-05-08
00:44
stop compiler warnings about unused variables check-in: 6eb1e04ca2 user: dgp tags: trunk
2003-05-07
21:30
Fixed very strange language in the documentation for 'trace add execution'. check-in: 592091ea5c user: dkf tags: trunk
21:15
Made error message for [trace info] more consistent with documentation. check-in: 326ae2366f user: dkf tags: trunk
15:26
Fixed memory leak caused by confusion about string ownership. [Bug 731706] check-in: 602667d8c7 user: dkf tags: trunk
2003-05-05
20:54
* generic/tclBasic.c: Implementation of TIP 90, which * generic/tclCmdAH.c... check-in: d2aab88bfd user: dgp tags: trunk
16:59
* library/tcltest/tcltest.tcl: The -returnCodes option to [test] failed to recognize... check-in: 10c79cd627 user: dgp tags: core-8-4-branch
16:52
Corrected error message for grammar and spelling. check-in: 3c425980ed user: dkf tags: core-8-4-branch
16:48
Corrected error message for grammar and spelling. check-in: 238c25b34c user: dkf tags: trunk
2003-05-01
19:57
corrected comment about the default matching mode for [switch]. check-in: 0749f5b37b user: dgp tags: trunk
2003-04-30
09:23
Use the boolean $(DEBUG) instead of a string comparison on $(DBGX). check-in: bc0a8a54a3 user: davygrvy tags: trunk
2003-04-29
20:23
suppress compiler warning about uninitialized variables. check-in: 02d248649e user: dgp tags: trunk
11:45
glob and square brackets fix check-in: 3e58d4d110 user: vincentdarley tags: core-8-4-branch
08:13
Stopped warning about uninitialised variables in DictIncrCmd Thanks to Andreas Kupries for reporting... check-in: 06a717e260 user: dkf tags: trunk
2003-04-28
12:34
Made [incr] able to accept and work with wide increments [Bug 728838] check-in: 32ebb362ae user: dkf tags: trunk
10:05
Default mode of operation of [switch] is exact matching. [Bug 727563] check-in: 06beada3ba user: dkf tags: trunk
2003-04-25
21:23
* generic/tclBasic.c: Tcl_EvalObjv() failed to honor the TCL_EVAL_GLOBAL flag when ... check-in: 2fe6e15d1e user: dgp tags: trunk
21:21
* generic/tclBasic.c: Tcl_EvalObjv() failed to honor the TCL_EVAL_GLOBAL flag when ... check-in: 33fd4a036b user: dgp tags: core-8-4-branch
20:03
* win/tclWinThrd.c: Applied SF patch #727271. This patch changes the code to catch any errors r... check-in: 563b5bea31 user: andreas_kupries tags: trunk
20:02
* win/tclWinThrd.c: Applied SF patch #727271. This patch changes the code to catch any errors r... check-in: 4ac2f9b848 user: andreas_kupries tags: core-8-4-branch
18:28
fix to glob and filenames with square brackets check-in: f1435daa97 user: vincentdarley tags: trunk
2003-04-22
23:20
* The changes below fix SF bugs [593810], and [718045]. * generic/tclIO.c (Tcl_CutChannel, Tcl_S... check-in: 1aff0f8acb user: andreas_kupries tags: trunk
2003-04-21
20:42
* library/tcltest/tcltest.tcl: When the return code of a test does not meet expecta... check-in: 9dd9fb248a user: dgp tags: trunk
20:41
* library/tcltest/tcltest.tcl: When the return code of a test does not meet expecta... check-in: fe7e8e2c55 user: dgp tags: core-8-4-branch
2003-04-18
21:54
corrected bogus comments check-in: 23c5c3b713 user: dgp tags: trunk
21:54
Corrected bogus comments check-in: 9fa20f7ed7 user: dgp tags: core-8-4-branch
20:17
* win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. * win/tclWinInit.c: recognize Win... check-in: 715a45ae74 user: hobbs tags: trunk
20:06
* generic/tclExecute.c (ExprCallMathFunc): remove incorrect extraneous cast from Tcl_WideAsDouble.... check-in: f4804129d6 user: hobbs tags: core-8-4-branch
20:03
* generic/tclExecute.c (ExprCallMathFunc): remove incorrect extraneous cast from Tcl_WideAsDouble.... check-in: 158696a809 user: hobbs tags: trunk
20:02
* win/configure: regen * win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x uses /bin... check-in: 893b327037 user: hobbs tags: trunk
00:32
Moved serial line options to their creator, open.n, from the generic page fconfigure.n which was nev... check-in: 5963e6478f user: dkf tags: core-8-4-branch
00:28
Moved serial line options to their creator, open.n, from the generic page fconfigure.n which was nev... check-in: fa5bc2c455 user: dkf tags: trunk
2003-04-16
23:33
* generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType * generic/tcl... check-in: 699acb79d9 user: dgp tags: trunk
23:31
* generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType * generic/tcl... check-in: 4657eb7ea0 user: dgp tags: core-8-4-branch
23:08
If you deal with network sockets, you should care about encodings. Tcl cannot guess it for you. Up... check-in: 09bd2adfb4 user: dkf tags: core-8-4-branch
23:06
If you deal with network sockets, you should care about encodings. Tcl cannot guess it for you. Up... check-in: a545263715 user: dkf tags: trunk
22:29
Math funcs might have to deal with wide ints; document this. [Bug 709720] check-in: 975a2bfb30 user: dkf tags: trunk
22:26
Math funcs might have to deal with wide ints; document this. [Bug 709720] check-in: ef18c20b1e user: dkf tags: core-8-4-branch
21:13
Updated mkLinks for TIP 111 documentation check-in: 4d51978ace user: dgp tags: trunk
08:16
removed undesired 'static' check-in: 5abe3947f2 user: vincentdarley tags: trunk
2003-04-15
21:06
Corrected use of types to make compilation compatible with VC++5. check-in: c8df52dce8 user: kennykb tags: core-8-4-branch
20:59
Corrected use of types to make compilation compatible with VC++5. check-in: 09fd0557a0 user: kennykb tags: trunk
19:50
Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. (Fixes [Bug 219183]) check-in: 0b51a2c8df user: jenglish tags: trunk
16:40
Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in and tclWinPipe.c on 2003-04-... check-in: b3bbd64ef9 user: kennykb tags: trunk
06:56
remove duplicate function definition check-in: 83c200f2d2 user: vincentdarley tags: trunk
03:46
fixed compiler warnings check-in: 980127e7b7 user: dgp tags: trunk
03:43
Stopped compiler warnings about type casts. check-in: 72ecc44b1e user: dgp tags: trunk
00:18
* win/Makefile.in: Don't define TCL_DBGX symbol for every compile. Instead, define TCL_PIPE_DLL o... check-in: cf25662167 user: mdejong tags: trunk
2003-04-14
22:55
Added conditionals to make tclWinFile.c compile on VC++6, which was broken by recent changes. check-in: ed66ac39b5 user: kennykb tags: core-8-4-branch
22:54
Added conditionals to make tclWinFile.c compile on VC++6, which was broken by recent changes. check-in: cec58199e4 user: kennykb tags: trunk
16:34
vc++ 5.2 compile fix check-in: bba02ae55a user: vincentdarley tags: trunk
15:48
shared filesystem function check-in: 77d287b253 user: vincentdarley tags: trunk
15:45
filesystem fixes backported check-in: 7dd244b532 user: vincentdarley tags: core-8-4-branch
02:36
* win/configure: Regen. * win/configure.in: Add check for FINDEX_INFO_LEVELS from winbase.h, know... check-in: 1308c565b0 user: mdejong tags: trunk
2003-04-12
20:11
Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and rel... check-in: e7634012a0 user: kennykb tags: core-8-4-branch
19:51
* win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c check-in: 9929de4fdb user: hobbs tags: trunk
19:08
Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt return values). Fixed Bug 710310 ... check-in: 7e064c61fe user: kennykb tags: trunk
2003-04-11
20:50
* generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results ... check-in: b2c13f616b user: dgp tags: trunk
20:49
* generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results ... check-in: c1cbd75c51 user: dgp tags: core-8-4-branch
17:39
* generic/tclIO.c (UpdateInterest): When dropping interest in TCL_READABLE now dropping interes... check-in: 31a2593db7 user: andreas_kupries tags: trunk
17:35
* generic/tclIO.c (UpdateInterest): When dropping interest in TCL_READABLE now dropping interes... check-in: 75fb1b9079 user: andreas_kupries tags: core-8-4-branch
15:59
fix 5 small filesystem bugs, and some typos check-in: da7df285d1 user: vincentdarley tags: trunk
2003-04-10
22:18
Experimental change. Easier to check in and later back out if there are problems than to try and c... check-in: 472e7cd66b user: andreas_kupries tags: core-8-4-branch
13:11
Fixed formatting problem (thanks Emacs... not!) that made tools/tcltk-man2html.tcl barf. Thanks to G... check-in: 0d2359c04a user: dkf tags: trunk
08:28
Another minor typo check-in: 547cba4c1d user: dkf tags: trunk
08:28
Another minor typo. check-in: 822c086805 user: dkf tags: core-8-4-branch
08:20
Fixed silly typo. [Bug 718543] check-in: 901a72353d user: dkf tags: core-8-4-branch
08:17
Silly typo fix. [Bug 718543] check-in: da74fccced user: dkf tags: trunk
2003-04-08
22:59
Use correct test for the empty string in Tcl_ErrorObjCmd check-in: 010e8b5f9e user: dkf tags: core-8-4-branch
22:55
Use correct test for the empty string in Tcl_ErrorObjCmd check-in: ef2993d250 user: dkf tags: trunk
2003-04-07
20:02
* generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of arguments int... check-in: a05601f89d user: dgp tags: core-8-4-branch
20:00
* generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of arguments int... check-in: 8c021ba1ca user: dgp tags: trunk
16:55
* generic/tclCmdMZ.c (TraceExecutionProc): Added missing Tcl_DiscardResult() call t... check-in: 5409c6ec58 user: dgp tags: trunk
16:53
* generic/tclCmdMZ.c (TraceExecutionProc): Added missing Tcl_DiscardResult() call t... check-in: 1e197c79ff user: dgp tags: core-8-4-branch
13:52
Yet more warning killing, this time reported by Miguel Sofer by private chat. check-in: 57cb837b21 user: dkf tags: trunk
12:39
Stopped compilers from moaning about switch fall-through. [Bug 716327] check-in: 380ac7597f user: dkf tags: trunk
12:27
Make sure that tclWideIntType is defined and somewhat sensible everywhere. [Bug 713562] check-in: be174d7910 user: dkf tags: core-8-4-branch
10:11
Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints be defined (though n... check-in: f23a4e29f6 user: dkf tags: trunk
2003-04-05
07:32
Converted new files from DOS line endings to usual line endings. check-in: ba168eb735 user: dgp tags: trunk
01:41
Final stage of getting dictionaries into the core. Test suite should work now! check-in: 163b5f431c user: dkf tags: trunk
01:26
Regen. check-in: 9deabe743b user: dkf tags: trunk
01:25
Build support for dicts on Unix and Windows, plus public API (structure declaration and stubs entrie... check-in: 6c777daa5a user: dkf tags: trunk
01:03
The bulk of the TIP#111 implementation. Still need to finish plumbing this into the rest of the cor... check-in: 8de7c7d408 user: dkf tags: trunk
2003-04-04
00:21
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set TCL_LIBS if it is already set to su... check-in: 80e07f7b8f user: mdejong tags: trunk
2003-04-03
22:12
* unix/Makefile.in: Don't subst MATH_LIBS, LIBS, and DL_LIBS separately. Instead, just subst TCL_... check-in: 824e24f663 user: mdejong tags: trunk
16:46
* generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] compiles to INST_R... check-in: feab5aa159 user: dgp tags: trunk
10:03
* win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable... check-in: 75844b336b user: mdejong tags: core-8-4-branch
02:24
* win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable... check-in: 564b25ab02 user: mdejong tags: trunk
2003-04-02
19:31
* generic/tclParse.c (TclSubstTokens): Moved declaration of utfCharBytes to beginni... check-in: b6d64e739a user: dgp tags: trunk
06:35
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Check for inet_ntoa in -lbind inside t... check-in: 60a0918530 user: mdejong tags: trunk
2003-04-01
21:13
* tests/README: Direct [source] of *.test files is no longer recommended. The test... check-in: ff0b9eb816 user: dgp tags: core-8-4-branch
19:17
* tests/README: Direct [source] of *.test files is no longer recommended. The test... check-in: 641c37add3 user: dgp tags: trunk
17:08
Added further coverage tests. check-in: c2b35b7ba8 user: dgp tags: trunk
07:18
* generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed to reset iPtr->r... check-in: 3b44f60bef user: dgp tags: trunk
2003-03-31
23:19
* tests/parse.test (parse-18.*): Coverage tests for the new implementation of Tcl_S... check-in: fdede0487d user: dgp tags: trunk
2003-03-28
00:13
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of -r... check-in: 4cc2cdda26 user: mdejong tags: trunk
2003-03-27
21:46
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] check-in: ec13cadab0 user: msofer tags: core-8-4-branch
21:44
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] check-in: 101098e0e0 user: msofer tags: trunk
13:49
More elimination of dup test numbers [Bugs 710365, 710369] check-in: 4d2f94712f user: dkf tags: core-8-4-branch
13:48
More elimination of dup test numbers [Bugs 710365, 710369] check-in: 195a1e4b1c user: dkf tags: trunk
13:19
Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] check-in: c4260afab6 user: dkf tags: trunk
13:10
Removed test number dups [Bugs 710322, 710327, 710349, 710363] check-in: 3d89ba6a88 user: dkf tags: core-8-4-branch
07:11
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Add BeOS system to S... check-in: 2e269d4423 user: mdejong tags: trunk
2003-03-26
23:51
update docs for latest change check-in: ebe2c8c849 user: dgp tags: trunk
23:51
update docs for latest change check-in: 0eaa965079 user: dgp tags: core-8-4-branch
22:56
* library/tcltest/tcltest.tcl: Added reporting during [configure -debug 1] operatio... check-in: a5e5886f0e user: dgp tags: core-8-4-branch
22:55
* library/tcltest/tcltest.tcl: Added reporting during [configure -debug 1] operatio... check-in: 661dcab4fa user: dgp tags: trunk
20:02
* unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass argument exact = 0, s... check-in: 876ccce5ef user: dgp tags: trunk
16:32
typo fixes in ARGUMENTS check-in: 3441cd76ee user: dgp tags: trunk
16:32
typo corrections in ARGUMENTS check-in: a3b170d285 user: dgp tags: core-8-4-branch
2003-03-24
00:55
* generic/tclVar.c: * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created loca... check-in: 06f5b71b68 user: msofer tags: core-8-4-branch
00:49
* generic/tclVar.c: * tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the created loca... check-in: c373d9475a user: msofer tags: trunk
00:12
* library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c, now adding here too. check-in: e24b77ff34 user: patthoyts tags: trunk
2003-03-23
03:10
Added quoting around the script name in the 'test' target; Joe Mistachkin insists that he has a con... check-in: fac6442841 user: kennykb tags: core-8-4-branch
03:06
Added quoting around the script name in the 'test' target; Joe Mistachkin insists that he has a con... check-in: bbce7d9dd7 user: kennykb tags: trunk
01:39
Fixed a bug where [package require dde] or [package require registry] attempted to load the release... check-in: c98cf4fd2d user: kennykb tags: trunk
01:34
Fixed a bug where [package require dde] or [package require registry] attempted to load the release... check-in: 2e2825b147 user: kennykb tags: core-8-4-branch
2003-03-22
23:01
* win/tclWinDde.c: Make dde services conform the the documentation such that giving only a topic n... check-in: 48db7691be user: patthoyts tags: trunk
2003-03-21
03:24
* generic/tclInt.h (tclOriginalNotifier): * generic/tclStubInit.c (tclOriginalNotifi... check-in: 02b5df7fe1 user: dgp tags: core-8-4-branch
03:23
* generic/tclInt.h (tclOriginalNotifier): * generic/tclStubInit.c (tclOriginalNotifi... check-in: 2128edd984 user: dgp tags: trunk
2003-03-20
22:33
* generic/tclInt.h: Removed definition of ParseValue struct that is no longer used.... check-in: 20473359bf user: dgp tags: trunk
22:32
* generic/tclInt.h: Removed definition of ParseValue struct that is no longer used.... check-in: 427d31ad50 user: dgp tags: core-8-4-branch
10:03
Stopped some GCC possibly-uninit-variable warnings. check-in: 750162b7e1 user: dkf tags: trunk
2003-03-19
22:52
* generic/tclCompile.c: * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 7054... check-in: dd2df64c62 user: msofer tags: core-8-4-branch
22:24
* generic/tclCompile.c: * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 7054... check-in: 6847eb40b5 user: msofer tags: trunk
21:57
* library/auto.tcl: Replaced [regexp] and [regsub] with * library/histor... check-in: 1906022d3b user: dgp tags: trunk
20:07
* doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and * doc/ParseCmd.3... check-in: 79384a8c33 user: dgp tags: trunk
20:06
* doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and * doc/ParseCmd.3... check-in: 936a955020 user: dgp tags: core-8-4-branch
16:51
* generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for * generic/tclCom... check-in: 8153ce2774 user: dgp tags: trunk
05:24
revised latest registry test commit check-in: eec950ede7 user: dgp tags: core-8-4-branch
05:23
revised latest registry test commit check-in: 1f3384692a user: dgp tags: trunk
03:09
* win/configure: Regen. * win/configure.in: Don't run the AC_CYGWIN macro since it uses AC_CANONI... check-in: 0dba105530 user: mdejong tags: trunk
01:21
* tests/registry.test: Changed the conditionals to avoid an abort if [testlocale] is missing, as wh... check-in: 8adb259b14 user: kennykb tags: trunk
01:19
* tests/registry.test: Changed the conditionals to avoid an abort if [testlocale] is missing, as wh... check-in: c4a160ee2c user: kennykb tags: core-8-4-branch
2003-03-18
13:41
* tools/tcltk-man2html.tcl: added support for building 'make html' from inside distribution direct... check-in: 074ed2cb77 user: das tags: core-8-4-branch
13:38
* tools/tcltk-man2html.tcl: added support for building 'make html' from inside distribution direct... check-in: b7c4056005 user: das tags: trunk
10:51
Fixes for three filesystem problems check-in: 97a1623cd2 user: vincentdarley tags: core-8-4-branch
00:55
* tests/format.test: Renumber tests, a bunch of tests all had the same id. check-in: 2ca250ecd8 user: mdejong tags: trunk
2003-03-17
14:25
Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicode not ASCII these days. [... check-in: f42539bea9 user: dkf tags: core-8-4-branch
14:21
Fix docbug in lsearch and lsort commands for -ascii opt (which works with unicode in the obvious ord... check-in: 35268d7b37 user: dkf tags: trunk
2003-03-14
23:19
Made format less keen on converting numeric types. [Bug #699060] check-in: c6d6036ce4 user: dkf tags: core-8-4-branch
21:48
Backport of fix for 698146 to remove assumption that time_t is a long... check-in: a252577481 user: dkf tags: core-8-4-branch
16:28
* generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that indicates we've got a wide int... check-in: 03ff260fcf user: dkf tags: trunk
16:19
* generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that indicates we've got a wide int... check-in: 677974caba user: dkf tags: core-8-4-branch
2003-03-13
16:26
Backed the version to 8.4 on the 8.4 branch. (I just loathe sticky tags). check-in: a2814742f6 user: kennykb tags: core-8-4-branch
10:49
* win/tcl.m4 (SC_WITH_TCL): Port version number fix that was made in tk instead of tcl sources. check-in: fde986a63a user: mdejong tags: trunk
10:39
Require autoconf 2.57 or newer, see TIP 34 for a detailed explanation of why this is good. This w... check-in: e8d2110460 user: mdejong tags: trunk
02:48
* generic/tclBasic.c (Tcl_EvalTokensStandard): * generic/tclCmdMZ.c (Tcl_SubstObj): ... check-in: 15c562285e user: dgp tags: trunk
2003-03-12
19:21
* generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT * win/tclWinPip... check-in: 97b95e0cee user: dgp tags: trunk
19:19
* generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT * win/tclWinPip... check-in: ccd3601b03 user: dgp tags: core-8-4-branch
18:04
* generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test for * tests/subst.t... check-in: b9c155681d user: dgp tags: core-8-4-branch
18:01
corrected latest entry check-in: 5a3946f5c8 user: dgp tags: trunk
18:00
correct latest entry check-in: 5f3285670d user: dgp tags: core-8-4-branch
17:52
* generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option parsing beyond objc for ... check-in: 012f9765e2 user: dgp tags: trunk
17:51
* generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option parsing beyond objc for ... check-in: 94b447147d user: dgp tags: core-8-4-branch
2003-03-11
22:15
Added two missing uses of $(DBGX) so that tclpip8x.dll loads without panicking on Win9x. check-in: 292f75844d user: kennykb tags: core-8-4-branch
21:59
Added two missing uses of $(DBGX) so that tclpip8x.dll loads without panicking on Win9x. check-in: 3741e25b66 user: kennykb tags: trunk
2003-03-09
14:22
Removed an unused local variable that caused compilation problems on some platforms. check-in: ea479b9654 user: kennykb tags: trunk
2003-03-08
21:43
* doc/tcltest.n: Added missing "-body" to example. Thanks to Helmut Giese. [Bug 7... check-in: aa4099792e user: dgp tags: core-8-4-branch
21:42
* doc/tcltest.n: Added missing "-body" to example. Thanks to Helmut Giese. [Bug 7... check-in: 8a3fda1fcd user: dgp tags: trunk
2003-03-07
22:03
* tests/io.test: * tests/ioCmd.test: Define a fcopy constraint and add it to the constraint list ... check-in: 0ccff04f89 user: mdejong tags: trunk
21:40
* tests/encoding.test: Name temp files *.tcltestout instead of *.out so that when they are removed... check-in: a98aa84cc8 user: mdejong tags: trunk
11:38
* generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime and atime on 64-bit platfor... check-in: 7dca7f1d5e user: dkf tags: trunk
02:23
* tests/io.test: Doh! Undo accidental commenting out of a couple of tests. check-in: f8974b5208 user: mdejong tags: trunk
02:15
* tests/io.test: Define a fileevent constraint and add it to the constraint list of any test that ... check-in: 1faa97480b user: mdejong tags: trunk
01:45
* tests/io.test: Define an openpipe constraint and add it to the constraint list of any test that ... check-in: 4571938bbe user: mdejong tags: trunk
2003-03-06
23:27
* generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to * tests/utf.tes... check-in: a7fde7d55a user: dgp tags: trunk
23:24
* generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to * tests/utf.te... check-in: 8003bbacd1 user: dgp tags: core-8-4-branch
23:17
Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]. check-in: 3dee775ae7 user: kennykb tags: trunk
20:14
* generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): If there is data buffered in the statePtr->curOu... check-in: 23b96afaed user: mdejong tags: trunk
10:10
* generic/tclIO.c (Tcl_Flush): Compare the nextAdded member of the ChannelBuffer to the nextRemov... check-in: f7c5ccc73c user: mdejong tags: trunk
09:58
* generic/tclIO.c (Tcl_GetsObj): Check that the eol pointer has not gone past the end of the stri... check-in: f2e6fa75ca user: mdejong tags: trunk
09:47
* generic/tclIO.c (WriteBytes, WriteChars, Tcl_GetsObj, ReadBytes): Rework calls to TranslateOutp... check-in: 5c860f8cb1 user: mdejong tags: trunk
09:16
* generic/tclIO.c (Tcl_SetChannelOption): Invoke the Tcl_SetChannelBufferSize method as a result ... check-in: 743ec70c25 user: mdejong tags: trunk
03:06
no message check-in: b285f5f2ed user: davygrvy tags: trunk
03:05
updated default tcl version to 8.5 check-in: e22b36d8b6 user: davygrvy tags: trunk
2003-03-05
22:31
The [switch] command is now bytecode compiled, at least in the most common case. There's room for i... check-in: 6eee3e0d12 user: dkf tags: trunk
2003-03-04
23:50
typos check-in: 2fefc9590a user: dgp tags: trunk
23:45
* README: Bumped version number of * generic/tcl.h: ... check-in: a5f8f0d439 user: dgp tags: trunk
2003-03-03
20:22
Mac OS Classic specific fixes: * generic/tclIOUtil.c (TclNewFSPathObj): on TCL_PLATFORM_MAC, skip... check-in: 5b384d430a user: das tags: trunk, core-8-4-2
20:04
mark Mar 3 date for 8.4.2 check-in: 41131d3163 user: hobbs tags: trunk
18:14
Corrected a Makefile.vc bug introduced by the change of DBGX from d to g in rules.vc. check-in: 3df4861c88 user: kennykb tags: trunk
18:01
Corrected a Makefile.vc bug introduced by the change of DBGX from d to g in rules.vc. check-in: 8c3ae63cab user: kennykb tags: trunk
17:14
note bump in dde version check-in: 560c12896c user: dgp tags: trunk
17:12
* library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for * win/tclWinDde.c: ... check-in: 5823e95331 user: dgp tags: trunk
2003-03-01
01:22
* win/configure: * win/configure.in: check for 'g' for debug build type, not 'd'. * win/rules.vc ... check-in: 32d4634ffd user: hobbs tags: trunk
2003-02-28
23:12
Added a couple more change lines, and fixed one date. check-in: c14c703f75 user: kennykb tags: trunk
21:32
updated changes file for Tcl 8.4.2 release check-in: 0192ca26e7 user: dgp tags: trunk
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