Tcl Source Code

Check-in [9b14fab809]
Login

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

Overview
Comment:Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Mar 2, 2011).
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-4-branch
Files: files | file ages | folders
SHA1: 9b14fab809410721670db800848f5c0c84744fe4
User & Date: andreask 2011-04-20 17:48:57
Context
2011-04-21
08:08
fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: 85f64af9fd user: jan.nijtmans tags: core-8-4-branch
2011-04-20
17:48
Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Ma... check-in: 9b14fab809 user: andreask tags: core-8-4-branch
12:54
Silence unused variable warning check-in: 50829dbdf4 user: dgp tags: core-8-4-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.







1
2
3
4
5
6
7






2011-04-20  Jan Nijtmans  <[email protected]>

	* generic/tcl.h:       fix for [Bug 3288345]: Wrong Tcl_StatBuf
	* generic/tclInt.h:    used on MinGW. Follow-up: get it right
	* generic/tclIOUtil.c: for cygwin and WIN64 as well.
	* win/tclWinFile.c:

>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
2011-04-20  Andreas Kupries  <[email protected]>

	* tests/info.test: Fixed the shift in line numbers used for
	testing 'info frame' introduced by checkin [79367df0f0]
	(Mar 2, 2011).

2011-04-20  Jan Nijtmans  <[email protected]>

	* generic/tcl.h:       fix for [Bug 3288345]: Wrong Tcl_StatBuf
	* generic/tclInt.h:    used on MinGW. Follow-up: get it right
	* generic/tclIOUtil.c: for cygwin and WIN64 as well.
	* win/tclWinFile.c:

Changes to tests/info.test.

8
9
10
11
12
13
14


15
16
17
18
19
20
21
# Copyright (c) 1991-1994 The Regents of the University of California.
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Copyright (c) 2006      ActiveState
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.



if {[lsearch [namespace children] ::tcltest] == -1} {
    package require tcltest 2
    namespace import -force ::tcltest::*
}

# Set up namespaces needed to test operation of "info args", "info body",







>
>







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (c) 1991-1994 The Regents of the University of California.
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Copyright (c) 2006      ActiveState
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# DO NOT DELETE THIS LINE. Keep line numbers correct for testing 'info frame'.

if {[lsearch [namespace children] ::tcltest] == -1} {
    package require tcltest 2
    namespace import -force ::tcltest::*
}

# Set up namespaces needed to test operation of "info args", "info body",