Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version 75c7ac5832

2003-07-21
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
2003-07-18
22:17
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] check-in: 5154e4e97b user: dkf tags: trunk
21:15
* doc/tcltest.n: Restored the [Eval] proc to replace * library/tcltes...
check-in: f6848947aa user: dgp tags: trunk
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
15:21
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible deprecation (no TIP...
check-in: 3dd1cd8721 user: dgp tags: trunk
02:02
* unix/tclUnixFCmd.c: fix for compilation errors on platforms where configure detects non-function...
check-in: f0dc607cb1 user: das tags: trunk
2003-07-17
00:20
2003-07-16 Mumit Khan <[email protected]>
* generic/tclPathObj.c (SetFsPathFromAny): Add Cy...
check-in: ae9ac7cfce user: hobbs tags: trunk
2003-07-16
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: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:24
* generic/tclPreserve.c: In Result and Preserve'd routines, do not * generic/tclUtil.c: assume...
check-in: 059ed80454 user: hobbs tags: trunk
15:29
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] * generic/tclPathObj.c ...
check-in: 31e59a0126 user: dgp tags: trunk
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
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
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
22:21
D'oh! Forgot one of the examples... check-in: fbc5d04268 user: dkf tags: trunk
22:17
Doc fixes related to Patch 763312 check-in: 9a88a73d0f user: dkf tags: trunk
21:01
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 introd...
check-in: cf45519e6b user: dgp tags: trunk
16:11
Added a missing $(OPTDEFINES) which broke the build if STATS=memdbg was specified. check-in: 733a452e9b user: kennykb tags: trunk
15:42
Fixed error message to be less confusing [Bug 771539] check-in: ee0705160b user: dkf tags: trunk
2003-07-14
18:25
missing . check-in: 8ca7b15117 user: hobbs tags: trunk
2003-07-11
22:01
typo fixes ( my nroff is not happy with \b -- replaced with \\ ) check-in: de6235588d user: dgp tags: trunk
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
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:22
Tighened up wording of several expr operations to make them less inclined to misinterpretation. [Bug... check-in: 7cbcf730a1 user: dkf tags: trunk
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
18:56
2003-06-25 Mo DeJong <[email protected]>
* 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
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:45
fs documentation check-in: 31c19ff14d user: vincentdarley tags: trunk
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:30
* generic/tclNamesp.c (Tcl_Export): removed erroneous comments [Bug 756744]
check-in: 24fa555dac user: msofer tags: trunk
2003-06-17
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: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: db09937405 user: dgp tags: trunk
2003-06-04
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: 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
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: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: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
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 <[email protected]>
* macosx/Tcl.pbproj/project.pbxproj: updat...
check-in: e71011b62a user: das tags: core-8-4-branch
06:02
2003-05-16 Daniel Steffen <[email protected]>
* 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