head	1.2;
access;
symbols
	itk-4-0b5:1.2
	itk-4-0b4:1.2
	itcl-3-4-b1:1.2
	itcl-ng:1.2.0.2
	itcl-3-2-1:1.2
	tclpro-1-5-0:1.2
	tclpro-1-4-1:1.2
	tclpro-1-4-0:1.2
	itcl-3-2-0:1.2
	ajuba-ajuba2-2-0:1.1
	scriptics-sc-2-0-b5:1.1
	scriptics-sc-2-0-fixed:1.1
	scriptics-sc-2-0-b2:1.1
	scriptics-sc-2-0-b1:1.1
	scriptics-sc-1-1:1.1
	scriptics-sc-1-1-b1:1.1
	scriptics-sc-1-1-branch:1.1.0.4
	scriptics-sc-1-1-base:1.1
	scriptics-sc-1-0:1.1
	scriptics-sc-1-0-branch:1.1.0.2
	scriptics-sc-1-0-base:1.1
	scriptics-bc-1-0-b1:1.1
	scriptics-tclpro-1-3-0:1.1
	scriptics-tclpro-1-3-b4:1.1
	itcl-3-1-0:1.1
	scriptics-tclpro-1-3-b3:1.1
	scriptics-tclpro-1-2:1.1
	scriptics-tclpro-1-2-b2:1.1
	scriptics-tclpro-1-2-b1:1.1
	scriptics-tclpro-1-2-a1:1.1
	itcl-3-0-1:1.1
	itcl3-0-1:1.1
	stanton:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.07.06.06.43.33;	author mmc;	state Exp;
branches;
next	1.1;

1.1
date	98.07.27.18.45.30;	author stanton;	state Exp;
branches;
next	;


desc
@@


1.2
log
@
6/26/00 (bug fix)
  Fixed Itcl_ClassVarResolver so that the formal parameters in a
  method/proc take precedence over class data members.

6/30/00 (bug fix)
  Fixed all itcl/itk/iwidgets3.0.0 tests to run cleanly with the new
  tcltest package.

7/1/00 (bug fix)
  Fixed "itk_component delete" so that the composite option list is
  cleaned up whenever a component is deleted.  For example, suppose
  a component is the sole contributor of -font.  When that component
  is removed via "itk_component delete", the -font option goes away
  as well.  Also fixed the handling of the itk-delete-* binding for
  the component.  When the component is removed, the binding tag
  is also removed by itk::remove_destroy_hook.

7/5/00 (bug fix)
  Fixed the check done during object creation to avoid clobbering
  existing commands.  Previously, itcl would look for any command--
  in the local *and* global namespace--that might be clobbered.
  Now, it looks for commands only in the local namespace, since
  those are the only ones that could truly be clobbered.

7/5/00 (cleanup)
  Removed obsolete Makefile/configure files in the various "unix"
  directories.  Makefiles and configure files now reside one level
  above, in the standard TEA place.
@
text
@# This file contains a top-level script to run all of the Tcl
# tests.  Execute it by invoking "source all" when running tclTest
# in this directory.
#
# SCCS: @@(#) all 1.7 96/02/16 08:55:38
# ------------------------------------------------------------------
# THIS SCRIPT IS NOW DEPRECATED!  It is kept for older Tcl
# installations that don't have the "tcltest" package.
# Instead, use the "all.tcl" script to run the test suite.
# ------------------------------------------------------------------

foreach i [lsort [glob *.test]] {
    if [string match l.*.test $i] {
	# This is an SCCS lock file;  ignore it.
	continue
    }
    puts stdout $i
    if [catch {source $i} msg] {
	puts $msg
    }	
}
@


1.1
log
@Initial revision
@
text
@d6 5
@

