From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Roxborough To: insight@sources.redhat.com, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: [PATCH] Making expect Tcl version independent. Date: Fri, 07 Sep 2001 10:53:00 -0000 Message-id: <3B990987.402A63A3@redhat.com> X-SW-Source: 2001-q3/msg00241.html Hi, this basically is the same patch I posted a couple of months ago. It moves regexp from Tcl8.0 into expect, meaning that expect isn't effected by the Tcl8.3 upgrade (which uses a different regexp). It also gets a round a couple of other expect related Tcl/Tk upgrade problems. The patch and new files can be found here: http://www.cygnus.com/~irox/expect/expect-upgrade-r2.tar.gz Untar it in your expect source directory and apply the patch. I've tested it under Windows and GNU/Linux without seeing any problems (and I believe other people tested the first patch without any problems). I'm planning on checking this into expect in a couple of hours unless somebody can talk me out of it. Thanks, Ian. P.S.: I'm planning to do the Tcl/Tk upgrade for sources.redhat.com this weekend. I'll send out a more details later.