Tcl Source Code

Check-in [a17072b253]
Login

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

Overview
Comment:Add bug number.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a17072b253e15e5cc2f78eea6c3a339ff6635836
User & Date: dkf 2012-03-02 10:07:39
Context
2012-03-04
16:52
Compilation of misc info sometimes used in high-performance code. check-in: 2eebfcc371 user: dkf tags: dkf-bytecode-8.6-main
16:39
Patch from the cygwin folks check-in: 09cd534bb6 user: jan.nijtmans tags: trunk
2012-03-02
10:07
Add bug number. check-in: a17072b253 user: dkf tags: trunk
10:05
(Tcl_SetByteArrayObj): Only zero out the memory block if it is not being immediately overwritten. Th... check-in: 281db1ba11 user: dkf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2
3
4
5

6
7
8
9
10
11
12
2012-03-02  Donal K. Fellows  <[email protected]>

	* generic/tclBinary.c (Tcl_SetByteArrayObj): Only zero out the memory
	block if it is not being immediately overwritten. (Caller might still
	overwrite, but we should at least avoid known-useless work.)


2012-02-29  Jan Nijtmans  <[email protected]>

	* generic/tclIOUtil.c:	[Bug 3466099]: BOM in Unicode
	* generic/tclEncoding.c:
	* tests/source.test



|
|
|
>







1
2
3
4
5
6
7
8
9
10
11
12
13
2012-03-02  Donal K. Fellows  <[email protected]>

	* generic/tclBinary.c (Tcl_SetByteArrayObj): [Bug 3496014]: Only zero
	out the memory block if it is not being immediately overwritten. (Our
	caller might still overwrite, but we should at least avoid
	known-useless work.)

2012-02-29  Jan Nijtmans  <[email protected]>

	* generic/tclIOUtil.c:	[Bug 3466099]: BOM in Unicode
	* generic/tclEncoding.c:
	* tests/source.test