From mboxrd@z Thu Jan 1 00:00:00 1970 From: irox@sourceware.cygnus.com To: src-cvs@sourceware.cygnus.com Subject: src/expect ChangeLog Makefile.in exp_clib.c ex ... Date: Fri, 07 Sep 2001 23:26:00 -0000 Message-id: <20010908062630.19852.qmail@sourceware.cygnus.com> X-SW-Source: 2001-q3/msg00036.html List-Id: CVSROOT: /cvs/src Module name: src Changes by: irox@sources.redhat.com 2001-09-07 23:26:30 Modified files: expect : ChangeLog Makefile.in exp_clib.c exp_inter.c exp_regexp.c expect.c expect.h expect_comm.h Dbg.c exp_tty.c exp_command.c Added files: expect : tclParse-compat.c tcl_regexp.c tcl_regexp.h Log message: * tclParse-compat.c: New file. * tcl_regexp.c: * tcl_regexp.h: New file. Contains Tcl8.0's regexp. * Makefile.in: Added new files to be compiled and linked. * exp_clib.c (exp_expectl, exp_fexpectl): * exp_inter.c (in_keymap, Exp_InteractCmd ): * exp_regexp.c (regtry, regdump, regprop): * expect.c (parse_expect_args, eval_case_string, exp_background_filehandler, Exp_ExpectCmd): * expect.h: * expect_comm.h: * Dbg.c (breakpoint_test, cmdBreak): Use newly built in regexp, not external Tcl regexp. * exp_tty.c (exec_stty): * exp_command.c (Exp_CloseCmd, Tcl_CloseCmd): Handle Tcl API changes in Tcl8.3. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/tclParse-compat.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/tcl_regexp.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/tcl_regexp.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/exp_clib.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/exp_inter.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/exp_regexp.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/expect.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/expect.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/expect_comm.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/Dbg.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/exp_tty.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/expect/exp_command.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2