Tcl Source Code

Check-in [d0ad85eb9f]
Login

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

Overview
Comment:formatting
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-4-11 | core-8-4-branch
Files: files | file ages | folders
SHA1: d0ad85eb9faa54b15bbff693220025675686ca8b
User & Date: dgp 2005-06-27 20:06:27.000
Context
2005-07-01
10:57
Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: ae91d8ec01 user: vasiljevic tags: core-8-4-branch
2005-06-27
20:06
formatting check-in: d0ad85eb9f user: dgp tags: core-8-4-11, core-8-4-branch
20:00
typo in date check-in: e4eb7a5314 user: dgp tags: core-8-4-branch
Changes
Side-by-Side Diff 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
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18
19
20













-







2005-06-27  Don Porter  <[email protected]>

	*** 8.4.11 TAGGED FOR RELEASE ***

	* library/auto.tcl:	Reverted to Revision 1.12.2.3 (Tcl 8.4.9).
	Restores the (buggy) behavior of [auto_reset] that fails to clear
	away auto-loaded commands from non-global namespaces.  Fixing this
	bug exposed an unknown number of buggy files out there (including at
	least portions of the Tk script library) that cannot tolerate double
	[source]-ing.  The burden of fixing these exposed bugs will not be
	forced on package/extension/application authors until Tcl 8.5.

2005-06-24  Kevin Kenny  <[email protected]>


	* generic/tclEvent.c (Tcl_Finalize):
	* generic/tclInt.h:
	* generic/tclPreserve.c (TclFinalizePreserve): Changed the
	finalization logic so that Tcl_Preserve finalizes after exit
	handlers run; a lot of code called from Tk's exit handlers
	presumes tha Tcl_Preserve will still work even from an exit