Expect

Timeline
Login

Timeline

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

50 most recent check-ins related to "master-UNNAMED-BRANCH"

2001-09-13
01:06
moved from root check-in: 73c5ce26d6 user: davygrvy tags: trunk, win32-jump-point-1
2001-07-06
19:36
2001-06-05 Andreas Kupries <[email protected]> * exp_main_sub.c: Fixed bug [#418892]. check-in: 99ef534017 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
1999-12-31
01:02
Scriptics reported memory leak. Was bug in parse_expect_args. Leaf check-in: 2aad6778b7 user: libes tags: trunk, expect-5-31-branch, master-UNNAMED-BRANCH
1999-12-22
17:45
Clib was hanging because status_pipe wasn't being closed. check-in: c5e0b402df user: libes tags: trunk, expect-5-31-branch, master-UNNAMED-BRANCH
1999-12-13
20:25
Fix decl of strchr for new version of gcc. check-in: 3044df4c0a user: libes tags: trunk, expect-5-31-branch, master-UNNAMED-BRANCH
1999-12-04
06:18
Fixes to library. Testing new fix to system command. check-in: 6b8599b569 user: libes tags: trunk, expect-5-31-branch, master-UNNAMED-BRANCH
1999-11-02
02:11
Touched file so that it is newer than configure.in. Leaf check-in: 40fecde99d user: wart tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
02:02
merged configure.in check-in: 997b5a3fdf user: libes tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
01:55
Re-created to match configure.in check-in: c78d46a50d user: wart tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
01:54
Removed parens around shell command check-in: fcff043bd3 user: wart tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
1999-11-01
21:59
Fixed quoting problem in test statement. Change to src directory before checking times on configure etc. This was causing the configure script to fail when run from outside the source directory using "configure --srcdir=foo". check-in: f741e5b976 user: wart tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
1999-10-31
22:30
Add all.tcl to distribution check-in: 095c754954 user: libes tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
1999-10-29
18:50
Fixes for picky HP compiler. check-in: b79c928947 user: libes tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
1999-10-06
05:54
In interact, fixed encoding bug and -echo bug. Made Makefile.in support CodeCenter better. Fixed regexp bug in debugger. check-in: 123f995640 user: libes tags: trunk, scriptics-sc-1-0-branch, master-UNNAMED-BRANCH
1999-09-24
04:00
spellfix Leaf check-in: def1002944 user: libes tags: trunk, scriptics-bc-1-0-b1, master-UNNAMED-BRANCH
03:59
Changed pty_termios to prefer openpty over ptmx. check-in: 7456d69584 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-09-07
04:28
Fixed exp_internal command mishandling of args. Fixed "expect -exact" which was looking at the wrong spot in the buffer. check-in: 450a95023d user: libes tags: trunk, master-UNNAMED-BRANCH
1999-09-01
17:56
Removed all and defs, added all.tcl. check-in: b29befc885 user: jenn tags: trunk, master-UNNAMED-BRANCH
03:54
Fixed exp_internal (didn't work at all!) and log_file. check-in: fc9d3699b2 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-08-31
23:18
* Makefile.in: Changed test target to source tests/all.tcl instead of tests/all * tests/README: Modified documentation to reflect the change from usage of a defs file to the use of package tcltest to run the tests * tests/all: * tests/defs: * tests/all.tcl: * tests/cat.test: * tests/expect.test: * tests/logfile.test: * tests/pid.test: * tests/send.test: * tests/spawn.test * tests/stty.test: Modified test files to use package tcltest, removed tests/all and tests/defs, and added tests/all.tcl check-in: 223fcf07c9 user: jenn tags: trunk, master-UNNAMED-BRANCH
1999-08-25
05:01
Removed references to TCL_DBGX. Expect now uses it's own DBGX variable for generating the debug library names. check-in: 204dac76dc user: wart tags: trunk, master-UNNAMED-BRANCH
02:48
* configure.in: Fixed so expect generates TEA style library names when --enable-symbols is used. check-in: 01485c3a40 user: stanton tags: trunk, master-UNNAMED-BRANCH
1999-08-24
23:47
Enabled TCL_DEBUGGER check-in: 0da71d3d63 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-08-21
02:39
Added commands to AC_OUTPUT to ensure that install-sh and mkinstalldirs have the execute permission bits set. check-in: 59b6b4cb49 user: wart tags: trunk, master-UNNAMED-BRANCH
1999-08-17
21:26
removed comment that no longer applies check-in: b283fa0a22 user: libes tags: trunk, master-UNNAMED-BRANCH
21:04
Wasn't catching bogus spawn ids properly in expect cmd. check-in: 519df6826a user: libes tags: trunk, master-UNNAMED-BRANCH
1999-08-04
22:10
fixed dup case in clib due to multiple defs of ENOTSUP/OPNOTSUP added passmass -su check-in: 72c130b61f user: libes tags: trunk, master-UNNAMED-BRANCH, scriptics-tclpro-1-3-0
1999-07-27
23:03
changed refernce to exp_library from "command" to "global variable" check-in: 1c02505f65 user: hershey tags: trunk, master-UNNAMED-BRANCH, scriptics-tclpro-1-3-b4
1999-07-09
21:13
The install-doc target now installs the expect, expectk, and libexpect man pages. check-in: 3b5915cbed user: wart tags: trunk, master-UNNAMED-BRANCH, expect-5-31
1999-07-08
19:07
changed "errno" parameter to expErrnoMsg function to be called "errorNo". This change was required on Linux because "errno" is #defined in the errno.h library (included in the exp_pty.c file). check-in: f7aeff4c26 user: hershey tags: trunk, master-UNNAMED-BRANCH
1999-07-07
20:15
declaration botch check-in: bb92d933a1 user: libes tags: trunk, master-UNNAMED-BRANCH
19:49
Resolved link problem with Tcl_ErrnoMsg and TclRegError. The problem was that exp_clib.c provides substitute definitions for some of the Tcl functions when the Tcl library is absent. (The library is not used with exp_clib.) In order for the other functions in the Expect library (that work with either Tcl/Expect or exp_clib), they had to be turned into function pointers. check-in: acd278b2a4 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-07-06
04:31
Changed weather script to point to new server. check-in: 9a2e64044f user: libes tags: trunk, master-UNNAMED-BRANCH
1999-07-03
03:44
Fixed Expect's standalone C library and examples. This required some changes to Expect since it and the library share some things. check-in: 4393c392d5 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-30
22:47
Cleaned up some debugging echo output. check-in: 5e97640782 user: wart tags: trunk, master-UNNAMED-BRANCH
22:36
Expect should now be passing linker-style flags to the linker and compiler-style link flags to the compiler. There was an anomoly on Solaris where the linker, /usr/ccs/bin/ld was getting -Wl,-R... The configure script now checks to see if the linker and the compiler are the same program and transforms the link flags if they are not. check-in: fd6491bf43 user: wart tags: trunk, master-UNNAMED-BRANCH
01:42
fixed problem linking when building shared objs on hpux. check-in: e8a1617182 user: hershey tags: trunk, master-UNNAMED-BRANCH
1999-06-29
20:53
Fixed problem in configure.in that was causing the wrong linker flags to be used when the compiler was used for linking. check-in: f6969affc2 user: wart tags: trunk, master-UNNAMED-BRANCH
18:12
exp_chan.c: Fixed incompatible type assignment in expWaitOnOne() exp_command.h: Now includes <tclPort.h> instead of ../unix/tclUnixPort.h Other files touched but not changed. check-in: 136bdddb56 user: wart tags: trunk, master-UNNAMED-BRANCH
04:35
Ignore errors from ioctl(TIOCSCTTY) Update documentation check-in: ca3fc8dc73 user: libes tags: trunk, master-UNNAMED-BRANCH
02:27
Fixed spawn -pty. Fixed off by one error while stuffing regexp matches into variables. Some of the regexp matches were being stuck into the global frame. Protected all exprs in examples with {}. Returned support for "expect --" check-in: e928edc7af user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-28
21:11
Removed AC_FUNC_SETPGRP definition from aclocal.m4. The proper workaround is to upgrade to the latest version of autoconf (currently 2.13) check-in: 8260ab49c6 user: wart tags: trunk, master-UNNAMED-BRANCH
18:58
Added a definition for AC_FUNC_SETPGRP so that older autoconf installations will still work. check-in: 3ccb80fa4a user: wart tags: trunk, master-UNNAMED-BRANCH
06:29
fixes throughout code but all tests and examples finally run see NEWS file for summary check-in: f7e72007fa user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-26
02:26
Implemented TEA changes from mainline check-in: ec41608d88 user: wart tags: trunk, master-UNNAMED-BRANCH
1999-06-23
17:25
Fixed interact's -input/-output. More fixes to exp_eval_with_one_arg. Now runs dislocate. check-in: 0904536911 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-22
22:15
*** empty log message *** check-in: b9b53cf344 user: stanton tags: trunk, master-UNNAMED-BRANCH
22:15
* expect.c: Fixed bug in token parsing where index was not being incremented properly. * configure.in: Changed version number to 5.31. * aclocal.m4: Fixed CY_AC_LOAD_TKCONFIG so it tests for Tk_Init instead of Tk_Main (which is only a macro in 8.1 and later). Also added TCL_BUILD_LIB_SPEC to the set of flags used in this test to avoid linker errors. * Dbgconfig.in: move CY_*_TCLCONFIG tests below AC_PROG_CC so it will work with gcc check-in: af80bcbee5 user: stanton tags: trunk, master-UNNAMED-BRANCH
19:50
more mods check-in: 39a4b4af91 user: libes tags: trunk, master-UNNAMED-BRANCH
05:03
fixed examples check-in: ff883560e7 user: libes tags: trunk, master-UNNAMED-BRANCH