Revision history for Perl extension Tcl.

1.02 2011-02-11

1.01 2011-02-10

1.00 2010-11-23

0.99 2010-11-02

0.98 2009-11-24

0.97 2008-09-07

0.95 2007-06-07

0.91 2006-11-13

--usestubs is no by default

0.90 2006-11-11

0.89 23-may-2006

0.88 23-aug-2005

0.87 02-feb-2005

0.85 31-dec-2004

0.84 13-sept-2004

0.81 09-may-2004

0.80 03-may-2004

0.77 17-apr-2004

0.76 17-apr-2004

0.75 28-mar-2004, Vadim Konovalov

0.72 20-aug-2003, Vadim Konovalov

0.71 03-jul-2003, Vadim Konovalov

0.7     02-jul-2003, Vadim Konovalov
        - Some possible coredumps were fixed (but not completely, hence FIXME
          warning in Tcl.xs)
        - some fixes from Slaven Rezic, (FreeBSD support and some more)
        - perl-5.005 support (FreeBSD has this version after installation)

0.6     08-jun-2003, Vadim Konovalov
        - now Tcl 'is-a' Tcl::Tk
        - improved access method for TCL Events (%y, %y and so on)
        - WinCE support
        - few BUGs fixed

0.5     25-may-2003, Vadim Konovalov
        - 'linux' and 'cygwin' supported

0.4     19-may-2003, Vadim Konovalov
        - changed version system and added module VERSION variable
        - compatibility changes to support modern versions of Perl and Tcl
          (perl-5.6.0, perl-5.8.0, tcl-8.4.2)
        - call to Tcl_FindExecutable, as long as Tcl now requires this
          (otherwise Tcl dumps core, as RTFS-ing of Tcl shows)
        - XS function "Tcl::call" renamed to "Tcl::icall" and "Tcl::call"
          implemented in Tcl.pm and now contains more complex logic.
        - sub create_tcl_sub and ev_sub were added, they could be used
          to create event fields-aware subroutines
        - added 'tclcfg.tcl' to output tcl configuration, used from Makefile.PL
        - Makefile.PL changed to be more consistent
        - use strict;

Tcl-b3 11-mar-2001, Andrew Brown

Tcl-b2 1997, Malcolm Beattie