Tcl Source Code

Check-in [8c5e95aa66]
Login

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

Overview
Comment:retag
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-5-8 | core-8-5-branch
Files: files | file ages | folders
SHA1: 8c5e95aa6620be296867cb2da0471b8f6fb73069
User & Date: dgp 2009-11-12 17:34:37
Context
2012-11-26
16:44
Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels
2009-11-16
12:14
Fix [Bug 2891556] and improve test to detect similar manifestations in the future. check-in: 68033c16fa user: ferrieux tags: core-8-5-branch
2009-11-12
17:34
retag check-in: 8c5e95aa66 user: dgp tags: core-8-5-8, core-8-5-branch
17:03
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity which used the number of _written_ ... check-in: baab8a7a17 user: andreas_kupries tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17







18
19
20
21
22
23
24
2009-11-12  Andreas Kupries  <[email protected]>

	* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity
	which used the number of _written_ bytes or character to update
	the counters for the read bytes/characters. See last entry for the
	test case.

2009-11-12  Don Porter  <[email protected]>

	*** 8.5.8 TAGGED FOR RELEASE ***

	* changes:	Update for 8.5.8 release.

	* generic/tclClock.c (TclClockInit):	Do not create [clock] support
	commands in safe interps.

	* tests/io.test:	New test io-53.11 to test for [Bug 2895565].








2009-11-11  Pat Thoyts  <[email protected]>

	* tests/fCmd.test:     Fixed a number of issues for Vista
	* tests/registry.test: and Win7 that are due to restricted
	* tests/winFCmd.test:  permissions.

<
<
<
<
<
<
<










>
>
>
>
>
>
>














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24







2009-11-12  Don Porter  <[email protected]>

	*** 8.5.8 TAGGED FOR RELEASE ***

	* changes:	Update for 8.5.8 release.

	* generic/tclClock.c (TclClockInit):	Do not create [clock] support
	commands in safe interps.

	* tests/io.test:	New test io-53.11 to test for [Bug 2895565].

2009-11-12  Andreas Kupries  <[email protected]>

	* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity
	which used the number of _written_ bytes or character to update
	the counters for the read bytes/characters. See last entry for the
	test case.

2009-11-11  Pat Thoyts  <[email protected]>

	* tests/fCmd.test:     Fixed a number of issues for Vista
	* tests/registry.test: and Win7 that are due to restricted
	* tests/winFCmd.test:  permissions.