Expect

Timeline
Login

Timeline

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

555 check-ins using file exp_rename.h version 37f683631d

2020-05-31
14:16
errorfd file descriptors should be closed when forking, otherwize a fd leak occurs. This patch make use of F_DUPFD_CLOEXEC if available or fcntl setting FD_CLOEXEC flag if not. Patch by ClĂ©ment Chigot. Leaf check-in: f8e8464f14 user: pyssling tags: trunk
2020-05-21
16:55
Replace CONST84 with const. CONST84 is deprecated. Reported by multiple users including Peter da Silva. check-in: 4aa905d5e2 user: pyssling tags: trunk
16:43
Apply patch "patch-warnings" from Mikhail T. Fixes many compiler warnings. Also do some additional cleanup of pre-ansi C function definitions and ensure build on Linux still works. check-in: 35d0b2bdfe user: pyssling tags: trunk
2018-02-04
13:55
Add ChangeLog for 5.45.4 release check-in: 0a2dd35d85 user: pyssling tags: trunk, expect-5-45-4
10:45
Bump version to 5.45.4 for release. check-in: 1a99d091a8 user: pyssling tags: trunk
10:17
Fix interact bug - handle reads of 0 length on non-blocking channels by explicitly checking if the channel is non-blocking. Fix by Jack Bates. check-in: f201b879d2 user: pyssling tags: trunk
10:09
Fix eof bug introduced with previous bug fix - ensure that data received just before an eof is processed. Fix by Sergei Golovan. check-in: 7cdeb14945 user: pyssling tags: trunk
2014-05-01
19:22
* exp_main_sub.c: Updated EXP_VERSION to 5.45.3 * configure, configure.in: Updated expect to version 5.45.3 * expect.man [http://sourceforge.net/p/expect/bugs/86/]. Report and fix by Vitezlav Crhonek. * expect.c [http://sourceforge.net/p/expect/bugs/76/]. Report and fix by Mutsuhito Iikura. On finding a full buffer during matching the sliding window mechanism slides too far, truncating the whole buffer and preventing matches across the boundary. Fix is shortening the slide distance (slide only one 1/3). * expect.c: [http://sourceforge.net/p/expect/patches/18/]. Report and fix both by Nils Carlson <[email protected]>. Replaced a cc==0 check with proper Tcl_Eof() check. check-in: efa437fc3b user: andreas_kupries tags: trunk
2013-11-04
19:42
* tclconfig/tcl.m4: [http://sourceforge.net/p/expect/patches/17/] * configure: Extended Tcl header detection for OS X Mountain Lion. check-in: 51830026cb user: andreas_kupries tags: trunk
19:03
* exp_main_sub.c: Updated EXP_VERSION to 5.45.2 * configure, configure.in: Updated expect to version 5.45.2 * expect.c: [http://sourceforge.net/p/expect/patches/16/]. Report and fix both by Per Cederqvist. Replaced a memcpy with memmove as the latter properly handles overlapping memory, whereas the original code does not. check-in: c4d49ed962 user: andreas_kupries tags: trunk
2012-08-15
22:25
* exp_main_sub.c: Updated EXP_VERSION to 5.45.1 * configure, configure.in: Updated expect to version 5.45.1 * exp_chan.c: Applied patch sent in by Ogawa Hirofumi <[email protected]>. The patch fixes a problem when talking a tty where the writer has died. Some operating systems report the condition as EIO with nothing read, while this actually an EOF. Without the patch the returned data is incomplete due to the error reported immediately and dropping data in buffers. * exp_chan.c: [Bug 3526461]: Applied patch by Michael Cleverly <[email protected]> fixing a problem with the iteration over the expect channel list where the loop code may modify the list, breaking the iterator. * exp_chan.c: [Bug 3526707]: Applied patch by Michael Cleverly * exp_command.h: <[email protected]> fixing problem * expect.c: with an insufficient test for a lost channel in exp_background_channelhandler. check-in: bfc8076f3c user: andreas_kupries tags: trunk
2010-10-26
22:09
* expect.c: [Bug 3095935]: Convert #bytes information to #chars to prevent later code to fail when copying strings around and miscalculating how much to copy, for strings containing non-ASCII utf chars. check-in: f0fd8a8574 user: andreas_kupries tags: trunk, expect_5_45
2010-09-30
22:05
* example/autopasswd: Updated to use tclsh in PATH, and 'package * example/chess.exp: require Expect'. Obsoletes fixline1. * example/cryptdir: * example/decryptdir: * example/dislocate: * example/dvorak: * example/ftp-inband: * example/ftp-rfc: * example/gethostbyaddr: * example/kibitz: * example/lpunlock: * example/mkpasswd: * example/multixterm: * example/passmass: * example/read1char: * example/rftp: * example/rlogin-cwd: * example/robohunt: * example/rogue.exp: * example/telnet-cwd: * example/timed-read: * example/timed-run: * example/unbuffer: * example/virterm: * example/weather: * example/xkibitz: * example/xpstat: check-in: 5bb53d19d6 user: andreas_kupries tags: trunk
17:14
* Makefile.in: Continued work on the 'make dist' target (config.{sub,guess}) * install.sh: Removed unused file. * mkinstalldirs: Removed unused file. * tclconfig/README.txt: Removed unused file. * testsuite/config/: Removed contents of unused directory. * test/.Sanitize: Removed unused file. check-in: 021995d879 user: andreas_kupries tags: trunk
2010-09-17
16:49
remove html dist piece check-in: abb4b3ca87 user: hobbs tags: trunk
16:43
* Makefile.in: improved make dist target to include the necessary files, and remove old dist_orig. Enable Makefile regen target check-in: 49e58b2fc2 user: hobbs tags: trunk
2010-09-16
20:46
correct HP-UX LDFLAGS to -Wl,-E check-in: eceee38447 user: hobbs tags: trunk
20:35
* configure: regen with ac-2.59 * tclconfig/tcl.m4: update for correct LDFLAGS on HP-UX * Makefile.in (expect): use TEA LDFLAGS instead of tclConfig.sh to build expect executable check-in: 33b0e0d8e1 user: hobbs tags: trunk
2010-09-01
21:32
* Makefile.in: [Bug 865278] Semi-applied Don Porter's patch adding code which prevents the package from registering with Tcl interpreters which cannot load it, i.e. below the version it was compiled against. Semi because the pkgIndex.in in his patch is not used, the pkgIndex.tcl is generated by the Makefile(.in). * pkgIndex.in: Removed. File not used. check-in: 2e24ce9e6d user: andreas_kupries tags: trunk
2010-08-31
22:20
* Various cleanups, local patches of ActiveState. * exp_clib.c: Remove local copy of Tcl_ErrnoMsg(). * exp_inter.c: Hack access to TCL_REG_BOSONLY when not present, became private with Tcl 8.5 and higher. * expect.h: Remove the local fiddling with the memory allocation and panic macros. check-in: 2e3f7face1 user: andreas_kupries tags: trunk
18:30
* Dbg.c: [Bug 2972727]: Applied the parts of Larry Virden's patch which were still current. Most of it applied to the partially ansified sources we had in trunk for a time and where errors in that set of changes, thus out of date now. check-in: 4f80c3bb28 user: andreas_kupries tags: trunk
17:59
* example/unbuffer: [Bug 2949748]: Applied patch by Vitezslav Crhonek <[email protected]> to prevent unbuffer from eating the exit code of the command it ran (regular mode only, not -p). Slightly modified, I removed the superfluous 'eval' used to invoke 'wait', invoking it directly. check-in: b03f49b960 user: andreas_kupries tags: trunk
2010-08-27
22:24
* retoglob.c: Fail if the generated glob contains more than two asterisks. Fixes [Expect SF Bug 3010684] (cederqvist) check-in: 07340f8368 user: hobbs tags: trunk
22:01
* exp_main_sub.c: add return to silence compiler warning. Updated EXP_VERSION to 5.45.0 check-in: 3bd14501aa user: hobbs tags: trunk
21:51
* config.guess, config.sub, expect.m4 (removed): * configure, configure.in, tclconfig/tcl.m4: Update to TEA 3.9 * Makefile.in, aclocal.m4: Partial cleanup of the build system. * testsuite/Makefile.in: Remove unused EXP_ from configure.in * testsuite/aclocal.m4: and no longer use Tk. * testsuite/configure: Update testsuite bits to use TEA info. * testsuite/configure.in: Update expect to version 5.45 * Dbg.c: account for removal of tcldbgcf.h * DbgMkfl.in, Dbgconfig.in, Dbgconfigure, DbgpkgInd.in (removed): * tcldbgcf.h.in (removed): removed Dbg debugger subcomponent as it no longer built and debugger functionality is included in expect library and binary * pty_termios.c: add HAVE_STRING_H include string.h * exp_trap.c: add HAVE_STRING_H include string.h * expectk.man, exp_main_tk.c (removed): expectk no longer built. Use tclsh with package require Tk and Expect instead. * tests/all.tcl: add package require Expect * example/archie, example/autoexpect: minor code cleanup * example/tkpasswd, example/tknewsbiff, example/tkterm: use package require statements in lieu of expectk check-in: aa97023a94 user: hobbs tags: trunk
2010-07-02
18:10
testing checkin on branch. Added "created branch" message to ChangeLog Leaf check-in: 565dfd07f4 user: eee tags: trunk, expect_6_branch
16:03
/tmp/f check-in: 659defba32 user: eee tags: expect_5_44_1_15, trunk
2010-07-01
00:53
Undoing all changes made by me during ANSIfication attempt, and reverting to tag 'expect_5_44_1_15'. Further ANSIfication will be pursued on a branch. check-in: 5bf9e2c817 user: eee tags: trunk
2010-06-09
22:11
Change to how <fcntl.h> is included. check-in: ce28cdd7c6 user: eee tags: trunk
22:08
ANSIfication changes. check-in: 306b3e4ca4 user: eee tags: trunk
2010-04-15
14:58
ansification check-in: e385cc794f user: eee tags: trunk
2010-03-25
16:47
ANSIfication check-in: 25ef313d5b user: eee tags: trunk
2010-03-24
19:28
more ANSIfications check-in: db3d6db8b3 user: eee tags: trunk
2010-03-19
16:53
More ANSIfication check-in: ae3b8cde02 user: eee tags: trunk
2010-03-17
23:47
ANSIfication changes check-in: e785babaae user: eee tags: trunk
2010-03-15
23:17
ANSIfication changes. check-in: 7261e72970 user: eee tags: trunk
2010-03-11
21:55
WHITESPACE CHANGES ONLY. I removed a number of form-feed characters that had been littered about the source code. check-in: 427e90617d user: eee tags: trunk
21:47
Converting function declarations and definitions from K&R style to ISO C style, along with occasional related comment changes. check-in: 85282a664c user: eee tags: trunk
19:52
Fixed typo check-in: 968e0015cb user: eee tags: trunk
2009-11-03
23:43
Added bug reference for the last commit. check-in: 39d185f825 user: andreas_kupries tags: trunk
23:30
See last ChangeLog entry: Ditto for the same type of bug when emitting error 'usage: -ignore unknown signal name'. The remainder of the exp_error calls are ok however. check-in: 406ad660a8 user: andreas_kupries tags: trunk
19:27
* exp_command.c (Exp_SpawnObjCmd): [Expect SF Bug 2891422]. Fixed error message when the command to spawn could not be executed. Tried to use a Tcl_Obj* as argument for a %s. Replaced with the correct char* variable. Thanks to Elchonon Edelson <[email protected]> for the report. * configure.in: Bumped version to 5.44.1.15. * configure: Regen'd, autoconf 2.59. check-in: 7879625236 user: andreas_kupries tags: trunk
2009-07-14
18:21
* exp_clib.c (TclRegComp): Fixed memory leak reported by <[email protected]> in [Expect SF Bug 2814263]. check-in: a6f01a3232 user: andreas_kupries tags: trunk
2009-06-22
16:32
* pty_unicos.c (pty_stty): Fixed missing double-quotes for sprint formatting strings. Thanks to <[email protected]> for the report, i.e. [Expect SF Bug 2809496]. check-in: 57500f9a63 user: andreas_kupries tags: trunk
2009-06-18
16:07
* exp_command.c (Exp_LogFileObjCmd): Fix argument parsing logic error in the log_file command breaking the use of options -open and -leaveopen. Applied patch supplied by Andy Belsey <[email protected]>. With thanks for both the analysis of the problem and the patch. * configure.in: Bumped version to 5.44.1.14. * configure: Regen'd, autoconf 2.59. check-in: 416aa515e9 user: andreas_kupries tags: trunk
2009-05-27
16:52
* exp_tty.c (Exp_SttyCmd, Exp_SystemCmd): Applied patch by Reinhard Max ([email protected]) fixing buffer-overflows in the 'stty' command due to an off-by-one error in the buffer size. See the bugs https://bugzilla.novell.com/show_bug.cgi?id=506873 and https://bugzilla.novell.com/show_bug.cgi?id=501291 * configure.in: Bumped version to 5.44.1.13. * configure: Regen'd, autoconf 2.59. check-in: 20c9e7fc08 user: andreas_kupries tags: trunk
2009-05-06
19:42
* retoglob.c: Accepted the patch by Mike Cumings <[email protected]> fixing [Expect SF Bug 13179]. The updated code checks a (?...) sequence that it contains only ARE options before processing it as such. This prevents the misinterpretation of non-capturing paren groups as ARe options with subsequent segmentation fault. * configure.in: Bumped version to 5.44.1.12. * configure: Regen'd, autoconf 2.59. check-in: 07c021bf15 user: andreas_kupries tags: trunk
2008-10-03
17:52
More fixes in that area. Use second index for destination array, avoid complex index calculations to derive from index in objv. check-in: 97a0cd25df user: andreas_kupries tags: trunk
17:47
Fixed indexing error left over from command correction. Was still using overlay arguments for the execvp'd command. check-in: bf0018fbdc user: andreas_kupries tags: trunk
17:05
* configure.in: Bumped version to 5.44.1.11. * configure: Regen'd, autoconf 2.59. * exp_command.c (Exp_OverlayObjCmd): Fixed [Expect SF Bug 2127456] reported by <[email protected]>, with thanks. Changed retrieval of command from objv[0] (== 'overlay' itself), to objv[i] containing the actual user command. * expect.c (string_case_first, string_first, eval_case_string): Applied patch supplied by Andy Belsey <[email protected]> fixing the seg.fault in 'expect -exact'. With thanks for both the analysis of the problem and the patch. See also [Expect SF Bug 2114547]. check-in: d432545301 user: andreas_kupries tags: trunk
2008-08-28
21:40
* exp_trap.c (tophalf): Fixed inverted condition setting the interpreter used for trap handling to NULL, causing a crash when trying to handle ^C. This fixes [SF Bug 1757471] reported by Matthias Kraft <[email protected]>. * configure.in: Bumped version to 5.44.1.10. * configure: Regen'd, autoconf 2.59. check-in: 3637c3fa40 user: andreas_kupries tags: trunk
2008-08-19
01:15
improvement on commandPtr handling to prevent sharing issues (das) check-in: d7d621bd0c user: hobbs tags: trunk
01:02
* exp_main_sub.c (exp_interpreter): cleaner handling of commandPtr to prevent crash. (das) check-in: 3aac82ce54 user: hobbs tags: trunk
2008-06-03
22:25
* exp_glob.c (Exp_StringCaseMatch2): Fixed bug in the handling of glob classes, see [SF Bug 1873404]. The code tried to match the closing bracket of a class in the input because it was not properly skipped after the class was matched successfully. Additional trace output added. * configure.in: Bumped version to 5.44.1.9. * configure: Regen'd, autoconf 2.59. check-in: 55b4d539f9 user: andreas_kupries tags: trunk
22:18
* exp_pty.c: Minimal ansification of function definitions to match them to their prototypes where promoted types are otherwise causing a mismatch for some compilers, like AIX in 64bit mode. * configure.in: Bumped version to 5.44.1.8. * configure: Regen'd, autoconf 2.59. check-in: 3f9980272b user: andreas_kupries tags: trunk
2008-04-03
19:19
* configure.in: Bumped version to 5.44.1.7. * configure: Regen'd, autoconf 2.59. * The following set of changes was sent our way by Reinhard Max <[email protected]>. * exp_command.c: Fixed more compiler warnings, and started * exp_command.h: to ansify the code base, beginning with * exp_inter.c: the introduction of proper function prototypes. * exp_main_exp.c: * exp_pty.h: * exp_tty.c: * exp_tty.h: * exp_win.c: * expect.c: * pty_termios.c: * retoglob.c: check-in: e37bec9cc7 user: andreas_kupries tags: trunk
19:07
* configure.in: Bumped version to 5.44.1.6. * configure: Regen'd, autoconf 2.59. * The following set of changes was sent our way by Reinhard Max <[email protected]>. * configure.in: Fixed checking of stty on linux, do not restrict to specific cpu's. Further try with stdin, and stdin redirected to /dev/tty when determining if stdout is read. * testsuite/configure.in: Brought up to TEA 3.5. * testsuite/aclocal.m4: New file, to import the TEA definitions. * Dbg.c: Added missed CONST in declaration and definition of 'debugger_trap'. * exp_command.c: Fixed pointer aliasing trouble with 'Tcl_DetachPids', and added the missing initialization of the command string in the 'overlay' command. * expect.c: Fixed missing initialization of 'simple_start' element of 'ecase'. * exp_inter.c: Fixed bogus use of 'slen' in 'intMatch'. The relevant string is Tcl_Unichar, not Utf. * Makefile.in: Replaced bogus INSTALL_ROOT with DESTDIR, and added missing DESTDIR references to the target for the installation of the manpages. check-in: 2c4e134aac user: andreas_kupries tags: trunk
2008-02-29
17:47
* expect.c: Fixed refcounting error when parsing a single expect * configure.in: argument into a list of patterns and * configure: actions. Updated the version number to 5.44.1.5. * Dbg.c: Added missing 'return TCL_OK' to debugger_trap. check-in: 67cf87fb01 user: andreas_kupries tags: trunk
2007-12-13
22:33
* exp_log.c (expStdoutLogU): correct which buf is output check-in: af13f9b5a8 user: hobbs tags: trunk
22:31
(Exp_SendObjCmd): fix -- handling to expect last argument check-in: a928d6ddf1 user: hobbs tags: trunk
22:27
whitespace police check-in: 7a62024556 user: hobbs tags: trunk
22:20
(Exp_SendLogObjCmd): fix -- handling check-in: d499762dce user: hobbs tags: trunk
2007-09-24
18:34
* exp_inter.c: Changed inclusion of tcl.h to tclInt.h to get the * expect.c: definition of TCL_REG_BOSONLY, which was moved to that header in Tcl 8.5. Ditto for expect.c, for the macro TclUtfToUniChar (was a function in 8.4). Expect now compiles again for both Tcl 8.4 and 8.5. * configure.in: Bumped version to 5.44.1.4. * configure: Regenerated. check-in: d9d1562bdc user: andreas_kupries tags: trunk
17:25
* retoglob.c (EMITC): Keep the characters '^' and '$' quoted as well, we do not wish to invoke their special interpretation by the Expect glob matcher. * configure.in: Bumped version to 5.44.1.3. * configure: Regenerated. check-in: 8fd850d6fe user: andreas_kupries tags: trunk
2007-08-09
20:31
* retoglob.c: We had ExpChopNested and ExpBackslash locally ansified (prototypes) to avoid a compiler error on AIX (type promotion trouble). This now integrated into the mainline sources, conditional to AIX. check-in: 7086277753 user: andreas_kupries tags: trunk
20:23
* expect.c (Exp_TimestampObjCmd): Fixed argument processing broken by objc,objv conversion. Tried to use command name as the argument for -seconds. Also did not detect when one argument to many was specified. * configure.in: Bumped version to 5.44.1.2. * configure: Regenerated. check-in: 829a7a20eb user: andreas_kupries tags: trunk
2007-07-17
18:39
* expect.c: Circumvented problems with the C compiler by use of a temporary variable to hold the unicode pointer of a glob pattern. The computed pattern length given to Exp_StringCaseMatch was bogus. * exp_glob.c: Added tracing of the glob matcher internals (Can be enabled by define EXP_INTERNAL_TRACE_GLOB). Fixed bug in a guard condition in the optimized handling of '*'. The bad condition caused the code to miss possible matches at the beginning of the input (first char). * tests/expect.test: Added tests which check the glob matcher and RE gate keeping. * configure.in: Bumped to 5.44.1.1 to separate this from the regular 5.44.1 sources. * configure: Regenerated. check-in: 9815e30fa0 user: andreas_kupries tags: trunk
2007-07-12
22:28
* expect.c: Found bugs mismanaging input and pattern in the * exp_glob.c: updated glob matcher. We cannot check for '\0' anymore to find the end of the string, these are counted arrays now. Rewritten to use sentinel pointers. check-in: 418c1dd458 user: andreas_kupries tags: trunk
2007-07-11
21:35
* exp_chan.c: Converted the buffering system from UTF-8 in Tcl_Obj * exp_command.h: to UTF-16 C-array, to avoid the repeated conversion * expect.c: of the input from utf-8 to utf-16. Updated the glob * exp_glob.c: matching code to use the same tricks for speed which * exp_inter.c: are used by the Tcl core. Extended the regexp * exp_log.c: matching path with a glob matcher which uses a gate * exp_log.h: keeper glob pattern to weed out most non-candidates * retoglob.c (New file): in a speedy manner. Regexp matching now has to be done only for the small number of candidates identified by the gate keeper. Overall speed improvement as glob matching is faster than regexp matching. Added code translating regular expressions into their gate keeper glob pattern. check-in: b236a54f31 user: andreas_kupries tags: trunk
20:51
* Dbg.c: Converted the lot of argc,argv based command * exp_command.c: implementations over to objc,objv. * expect.c: * exp_main_sub.c: check-in: 51926427fb user: andreas_kupries tags: trunk
20:22
* Dbg.c: Cleaned up the direct access to interp->result, * exp_command.c: replaced with the proper functions and * expect.c: Tcl_Obj's. * exp_main_exp.c: * exp_main_sub.c: * exp_main_tk.c: * exp_prog.h: * exp_trap.c: * exp_tty.c: * exp_win.c: * exp_win.h: check-in: 12ba94624a user: andreas_kupries tags: trunk
20:11
* tests/cat.test: Added proper 'package require Expect' * tests/expect.test: to the test setup code (JeffH). * tests/logfile.test: * tests/pid.test: * tests/send.test: * tests/spawn.test: * tests/stty.test: check-in: e1e81a3fc1 user: andreas_kupries tags: trunk
20:07
* exp_command.c: Reformatted overlong lines, whitespace, * expect.c: comments. Added braces to some if-constructs. * exp_inter.c: Reworked if-constructs interleaved with * exp_tty.c: #if for better formatting in emacs. check-in: 8c290788c4 user: andreas_kupries tags: trunk
20:00
* Dbg.c: Added note about unhandled cases in a switch. * exp_chan.c: Added code to suppress unhandled warning for unreachable code. * exp_command.c: Removed unused variable. * expect.c: Removed unused static function, added code to suppress unhandled warning for unreachable code. check-in: 6181af45e7 user: andreas_kupries tags: trunk
19:54
* exp_command.c: Fixed typo in comment. check-in: cad5ba9615 user: andreas_kupries tags: trunk
2007-06-28
19:23
* Merged changes from the official version 5.44.1 of expect into the SF sources. See the details below. -------------------- Marius Schamsula <[email protected]> reported tclconfig missing, evidentally for new TEA. Lots of massaging to fix TEAification of Makefile and configure including that version numbers will now be full three part. Daniel Wong <[email protected]> noted the home page should note that Wikipedia has a very readable entry for Expect. Andre Alves <[email protected]> noted passmass needed some fixes to handle Solaris 9 passwd prompt changes. Andreas fixed several things: changes to better support TEA, fix debugger interaction with nonblocking mode, and probably other things I'm overlooking. Martin Dietze <[email protected]> noted that autoconf 2.59 is confused by C comment after undefs in expect_cf.h.in. Added additional code to unbuffer -p so that if a process earlier in the pipeline exits, unbuffer attempts to recover any remaining output from the spawned proc before unbuffer itself exits. Jeffrey Hobbs noted that once stty was called, a bg'd script would be suspended at exit. Turned out to be overaggressive code in stty that recorded what 'damage' the user might have caused when calling stty in the first place. Jens Petersen provided patch to make setpgrp configure better on some Linux systems. Added example/getpassck script to test for getpass bug. multixterm had debugging stuff leftover ("hello"). -------------------- check-in: c26f3be061 user: andreas_kupries tags: trunk
2006-03-01
17:21
* exp_main_sub.c: Added command 'exp_configure' for magic configuration. * exp_command.c: Accepts option -strictwrite. Default is 0, ignoring * exp_chan.c: write errors (compatible to 5.41). Setting to 1 re- * expect_tcl.h: activates 5.42 behaviour. check-in: 505a87ae87 user: andreas_kupries tags: trunk
2006-01-25
21:52
Fix LD_SEARCH_FLAGS setting in tcl.m4 check-in: cbe0f4c856 user: hobbs tags: trunk
21:51
whitespace police check-in: 292d341811 user: hobbs tags: trunk
21:51
brace exprs check-in: 9914750c5a user: hobbs tags: trunk
21:51
use clock instead of exec date, minor nroff fixes check-in: e1316cab93 user: hobbs tags: trunk
2006-01-24
18:04
* tclconfig/tcl.m4: Updated to TEA 3.5 * configure.in: Ditto. * configure: Regenerated. check-in: f86d3d6752 user: andreas_kupries tags: trunk
2005-09-19
19:08
* exp_chan.c (ExpOutputProc): Added guard to intercept and ignore empty write operations, i.e. operations trying to write zero bytes. check-in: e03f09e757 user: andreas_kupries tags: trunk
2005-09-09
18:02
* exp_chan.c (ExpBlockModeProc): No, stdin is not ok (See last entry). Fixed. check-in: 1c220bab38 user: andreas_kupries tags: trunk
2005-07-20
17:36
* exp_chan.c (ExpBlockModeProc): [Expect SF Bug 1108551]. Excluded manipulation of the blocking status for stdin/stderr. This is handled by the Tcl core itself and we must absolutely not pull the rug out from under it. The standard setting to non-blocking will mess with the core which had them set to blocking, and makes all its decisions based on that assumption. Setting to non-blocking can cause hangs and crashes. Stdin is ok however, apparently. This problem was introduced at '2004-06-14'. check-in: a4ff2d2b3a user: andreas_kupries tags: trunk
2005-06-22
17:03
* exp_chan.c: Fixed bug causing crash of expect on exit when a * exp_command.c: Tcl channel is used with -(leave)open more than * exp_command.h: once. It tried to close such channels multiple times, going through already freed memory. Added data structures to track and refcount all such channels, to close them only when the last user goes away. check-in: cce8bca8e2 user: andreas_kupries tags: trunk
2005-06-10
18:03
Added more missing files. check-in: 771150f30b user: andreas_kupries tags: trunk
17:59
Added missing macro definitions. check-in: fc7f0cfd9f user: andreas_kupries tags: trunk
2005-06-09
18:51
* Makefile.in: Upgraded build system to TEA 3.2. * configure.in: * config.guess: * config.sub * exp_main_sub.c: * aclocal.m4: check-in: c67b245a31 user: andreas_kupries tags: trunk
2005-03-29
23:08
* exp_chan.c: Fixed problem with debugger introduced at '2004-06-14'. * tcldbg.h: For a nonblocking stdin the debugger blowed up on the * Dbg.c: empty reads it could get, exiting the application. I guess that this was an implicit 'panic'. Fix: - Split ExpBlockmodeProc into high- and lowlevel code, the latter for use by the debugger. The high-level code tells the debugger which state stdin is in (doing this explicitly because if FIONBIO is used it is not possible to query the fd directly, and I saw no reason to #ifdef for fcntl which can). - Debugger now exports a function for use by the blockmode proc, and in each interaction it checks for nonblocking input, forces blocking if necessary. At the end of each interaction the true mode is restored. Both operations use the low-level blockmode code. check-in: 3dbeb6ea4c user: andreas_kupries tags: trunk
2005-03-25
21:02
simple license terms (PD) check-in: 7b9684e7d6 user: hobbs tags: trunk
21:01
ensure iso8859-1 for /tmp/null (steffen) check-in: 6cc5a55e5b user: hobbs tags: trunk
2005-03-07
21:49
* exp_tty.c (Exp_SttyCmd): fix from Libes that controlling terminal check example (book p372) by restricting set of exp_ioctled_devtty variable. check-in: 95786b22e5 user: hobbs tags: trunk
2005-02-15
22:39
Merge goof fixed check-in: 6f759d6c0a user: andreas_kupries tags: trunk
18:11
* Merged changes from the official versions 5.42.1 and 5.43.0 of expect into the SF sources. See the details below. -------------------- Martin Forssen <[email protected]> fixed bug in ExpOutputProc that caused misbehavior during partial writes. Someone noted that gets stdin behaves differently (returns -1 immediately) from tclsh because with 5.42, stdin is unblocked by defaults. Robroy Gregg <[email protected]> noted that expect_background ignores timeouts. Added to documentation. Jens Peterson <[email protected]> provided patch for "mkpasswd -vo". Gary Bliesener <[email protected]> noted that multixterm failed on his system which had an old Tk that didn't support the Tk package. Removed beta designation. Daniel A. Steffen <[email protected]> provided patch for MacOS to avoid panic-redefinition. -------------------- check-in: a4ce3c033f user: andreas_kupries tags: trunk
2005-01-21
23:17
* exp_inter.c: Changed all uses of 'time(3)' to Tcl_GetTime. IOW * expect.c: go through the abstract core API instead of directly acessing OS time. This makes the code dependent on Tcl 8.4, as Tcl_GetTime was not public before. See TIP #73 for its introduction into the public API. As for the reason behind _this_ change see TIP #233. Our change here now causes Expect to be automatically in sync with any virtualization set up in the core. check-in: e751fc0557 user: andreas_kupries tags: trunk
2004-07-15
20:24
* Merged changes from the official version 5.42b0 of expect into the SF sources. See details below (In the ChangeLog). check-in: 51b6a4242b user: andreas_kupries tags: trunk
2004-06-14
20:56
* exp_chan.c: Integrated the block mode proc I got by mail from Don Libes into the channel driver. This fixes an error with expect hanging on some input if the situation is just right^Hwrong. Basically if the buffers in driver, Tcl IO core and Expect itself are aligned just so it can cause Expect to block in all call to the OS for more data even if all the data it needs is in ts buffers. Because the driver is blocking and the Tcl core was told that it can run in non-blocking mode. with the block mode proc in place the driver knows that it should be non-blocking and is able to tell this to the OS as well. The call to the OS still happens, but is not blocking anymore, and so the problem is gone. A number of incompat changes in the Tcl IO core to work around this problem in Expect will be removed now. check-in: 2d6795167d user: andreas_kupries tags: trunk
2004-06-03
20:06
* aclocal.m4 (TCLHDIRDASHI): Extended with path to unix headers as well. * expect_tcl.h: Added inclusion of <stdio.h>. Both changes required for Expect to compile against Tcl 8.5 after the header reform. * configure: Regenerated. check-in: 7bada31d37 user: andreas_kupries tags: trunk
2004-05-19
17:33
* Merged changes from the official version 5.41 of expect into the SF sources. See details below. -------------------- Simon Taylor <[email protected]> provided fix for interact -o which was completely broken by 5.40.1. Added scroll support to official tkterm. Copied all fixes from/to term_expect to/from tkterm. Kiran Madabhushi <[email protected]> encountered interact diagnostics incorrectly pointing to expect_background. Also, found multiple -o flags behaving unexpectedly. Added diag. Kristoffer Eriksson <[email protected]> noted typo in SIMPLE code in exp_inter.c. However, this is extremely unlikely to affect any machines. Reinhard Max <[email protected]> noted that "make test" failed when run in the background. The log testcase was testing the send_tty command. Added code in both Expect and in the test to handle this. -------------------- check-in: 3b333765b6 user: andreas_kupries tags: trunk
2004-02-26
01:02
* Merged changes from the official version 5.40 of expect into the SF sources. See details below. Partially already done (Rich Kennedy's patch). -------------------- Eric Raymond <[email protected]> provided troff-related fixes for the expect, lib, and dislocate man pages. Rich Kennedy <[email protected]> noted a bug having to do with our caching of whether we have registered a filehandler. This broke when Tcl was setting a handler on the same file. Ken Pizzini <[email protected]> provided patch for leak in spawn error handling. Pete Lancashire <[email protected]> noted autopasswd example broke on Solaris which capitalized prompts. -------------------- check-in: 79aeec465b user: andreas_kupries tags: trunk
2003-10-20
20:39
* exp_event.c (exp_get_next_event): Applied a patch made by Don Libes in response to a bug report posted to news:comp.lang.tcl by Rich Kennedy <[email protected]>. Patch was posted to c.l.t too. check-in: 5997acf4d4 user: andreas_kupries tags: trunk
2003-09-05
19:01
* Merged changes from the official version 5.39 of expect into the SF sources. See details below. Partially already done. -------------------- Poorva Gupta <[email protected]> noted that grantpt/unlockpt order was backward. Strange that this was never a prob before! Eric Raymond <[email protected]> provided a troff-related fix for the multixterm man page. Nicolas Roeser <[email protected]> noted confusion with md5 so I made the Expect page more explicit about which file that hash was based on. Josh Purinton noted that earlier fix wasn't quite right. Exit on INT/TERM should cause Expect to exit with signal embedded in status. He also requested I obfuscate email addresses in this file. Guido Ostkamp <[email protected]> and Igor Sobrado <[email protected]> noted that fixline1 rewrote scripts to be expect scripts even if they were expectk scripts. Dirk Petera <[email protected]> noted that any_spawn_id used to work but did no longer. Looks like a bug left over from the the I18L conversion. Fixed. Steve Szabo noted exp_log_file -open channel failed. Fixed. Fixed bug from 5.31 that prevent stty from returning messages from underlying program. Thomas Dickey <[email protected]> noted that ncurses ignores 2-char term names because of, well, poor assumptions and coding. Changed tkterm to use longer names. Heath Moore <[email protected]> noted that exp_clib could lock up if remtime happened to be precisely 0. Recoded to avoid. At request of Per Otterholm <[email protected]>, wrote script to read from stdin and echo passwords (exercise 9 in Tk chapter of Expect book). Added to example directory as passwdprompt. Josh Purinton <[email protected]> pointed out that by default, SIGINT/TERM should cause expect's return status to be 1, not 0. Paul Reithmuller <[email protected]> noted that unbuffer shouldn't postprocess its output. Added stty_init. Mordechai T. Abzug <[email protected]> noted that log_file wasn't recording -append status. James Kelly <[email protected]> noted weather example needed new source. Dimitar Haralanov <[email protected]> noted that interact dumped core with interact { timeout 1 } -------------------- check-in: 676ad4907d user: andreas_kupries tags: trunk
2003-08-25
23:17
file slavedrv_test.dsw was initially added on branch telco-tec-win32-take2-branch. check-in: 3497435e39 user: davygrvy tags: trunk
2003-06-16
19:41
Synthetic commit for tag activestate_win32_port_start Leaf check-in: ebb0f51526 user: cvs-fast-export tags: trunk, activestate_win32_port_start
19:41
* exp_command.c: Applied patch provided on c.l.t., by Don Libes <[email protected]> in response to a bug report by Dirk Petera <[email protected]> in same place. See thread reference below: http://groups.google.ca/groups?threadm=4791f5a6.0305250619.1a660299%40posting.google.com check-in: 1442e31e94 user: andreas_kupries tags: trunk
2003-05-08
16:54
* exp_clib.c (expectv): Applied patch provided on c.l.t., by Don Libes <[email protected]> in response to a bug report by "Heath Moore" <[email protected]> in same place: > Regarding expect 5.38... > > I'm using libexpect on RedHat 8.0 to communicate via telnet, > and am having problems with it locking up instead of timing > out. Causing traffic during the lockup breaks the lockup. I > looked at the sources, and think I may have found the reason. > > It appears as though i_read can be called with remtime== 0, > which means do > one read() and return without using alarm(), > even when exp_timeout is non-zero. This would happen if > i_read were to return after receiving non-matching data when > end_time == current_time. The subsequent i_read would then > wait until it received data. check-in: 7cf1194455 user: andreas_kupries tags: trunk
2003-02-17
19:27
Forgot the makefile. Now disabled the relevant targets too. check-in: 71d3db4bd8 user: andreas_kupries tags: trunk
19:24
* configure.in: Removed the check of configure against configure.in and Makefile.in. It is a hassle to deal with when trying to build straight from CVS, making unsupervised automatic builds difficult check-in: 00d1f0c809 user: andreas_kupries tags: trunk
2003-02-15
00:02
* configure.in: Made expect aware of tcl stubs. Derived from the * exp_command.h: patches to expect done by Steve Landers * exp_command.c: <[email protected]>. Modifications: * exp_main_sub.c No global cmdinfo structures for 'close' and * exp_main_exp.c: 'return'. Made this per-interpreter information * exp_main_tk.c: as it should be. Using interp assoc data for this. NOTE: stubs is not default, but has to be activated via '--enable-stubs'. * configure: Regenerated. check-in: 9080bccfc6 user: andreas_kupries tags: trunk
2003-02-14
23:42
* exp_chan.c (exp_close_all): Save the nextPtr in a local variable before calling 'exp_close' as 'expStateFree' can be called from it under some circumstances, possibly causing the memory allocator to smash the value in 'esPtr'. check-in: d2471cd983 user: andreas_kupries tags: trunk
2003-02-03
23:56
* exp_log.c (expLogChannelOpen): Fixed the bug reported on comp.lang.tcl by Mordechai T. Abzug <[email protected]>. The bugfix itself was provided by Don Libes. check-in: fd5f0706a7 user: andreas_kupries tags: trunk
2002-10-25
20:44
* exp_command.c (Exp_SpawnCmd): Tcl_GetChannelHandle expected a ClientData*, but got an int*. sizeof(int) != sizeof(ClientData) on 64bit platforms. Crashed the command on a PA-RISC 2.0 machine with --enable-64bit set. Fix: Use temp. variables of type ClientData to retrieve the fd's, and copy this into the actual variables, with a cast to int. check-in: eb86e703b4 user: andreas_kupries tags: trunk
2002-09-25
23:03
* configure: regen'ed * configure.in: use tcl_libdir in EXP_LIB_SPEC instead of ${INSTALL_ROOT}${exec_prefix}/lib (steffen) * exp_main_tk.c (Tk_Init2): don't call XSynchronize on OS X. check-in: 7b2e07257e user: hobbs tags: trunk
2002-08-30
02:49
file TclAdaptor.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 6ade05e446 user: davygrvy tags: trunk
02:49
file config.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 86e7d64027 user: davygrvy tags: trunk
2002-08-08
16:45
* Merged changes from the official version 5.38 of expect into the SF sources. See details below. * Makefile.in: Added generation of MD5 checksum for distributed archive. * rftp: Bugfix by Curt Schroeder, see HISTORY * HISTORY: Updated with new info. * configure: Updated version info. * configure.in: Updated version info. check-in: 07bce70538 user: andreas_kupries tags: trunk
2002-07-03
02:46
file expWinConsoleDetour.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 7a77edb330 user: davygrvy tags: trunk
02:46
file expWinConsoleDetour.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 5ab6205fa3 user: davygrvy tags: trunk
02:46
file expWinSlaveTrapDetour.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 8e05d03d30 user: davygrvy tags: trunk
2002-06-28
01:26
file expWinTestClientInteract.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 00075af63b user: davygrvy tags: trunk
2002-06-27
22:49
file expWinInjectorIPC.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 815d077c78 user: davygrvy tags: trunk
04:37
file expWinTestClient.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: cb36ce616c user: davygrvy tags: trunk
04:37
file expWinTestClientConio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 2064717b17 user: davygrvy tags: trunk
04:37
file expWinTestClientStdio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 81073c651b user: davygrvy tags: trunk
2002-06-26
22:43
no message check-in: e20b5eecfa user: davygrvy tags: trunk
22:43
Added notes from Larry Virden about a blind rainmaker error condition. check-in: 01f925d7cd user: davygrvy tags: trunk
21:48
* example/weather: updated script to use rainmaker.wunderground.com instead of cirrus.sprl.umich.edu. The old service is closed. check-in: e66b5ed1f9 user: davygrvy tags: trunk
2002-06-23
09:20
file expWinClientTransportConio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 7276ae927e user: davygrvy tags: trunk
09:20
file expWinClientTransportStdio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: f46a760084 user: davygrvy tags: trunk
08:52
file expWinClientStdio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 0fd2a7bb0f user: davygrvy tags: trunk
08:21
file expWinClientTransport.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: e1cfffb89d user: davygrvy tags: trunk
2002-06-22
14:01
file expWinConsoleKeyMap.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: b71393f231 user: davygrvy tags: trunk
2002-06-19
06:42
file inject.rc was initially added on branch telco-tec-win32-take2-branch. check-in: 3ada931c59 user: davygrvy tags: trunk
04:06
file expWinInjectorMain.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 205c2455c5 user: davygrvy tags: trunk
04:06
file injector.dsp was initially added on branch telco-tec-win32-take2-branch. check-in: d953ef0e43 user: davygrvy tags: trunk
04:06
file injector.dsw was initially added on branch telco-tec-win32-take2-branch. check-in: 5218ebc817 user: davygrvy tags: trunk
2002-06-17
16:50
* exp_main_tk.c: #ifdef'd definition of "matherr". This hack is not required for 8.4 anymore. But still for 8.3. check-in: 960db96095 user: andreas_kupries tags: trunk
2002-05-14
01:10
Fixed bad interaction involving multibyte UTF8 characters between send -s and Tcl. check-in: f8eb1fb949 user: libes tags: trunk
2002-05-09
14:03
multixterm fixes check-in: c53869984d user: libes tags: trunk
2002-04-17
04:07
Made multixterm handle user-supplied arguments. check-in: cdab5f4ef5 user: libes tags: trunk
2002-04-16
21:00
misc updates check-in: 5956f21ff5 user: libes tags: trunk
2002-04-15
23:11
Added support for user-defined argument in multixterm. check-in: b807500710 user: libes tags: trunk
18:05
New Expect application to control multiple xterms simultaneously. check-in: d3f6917fa3 user: libes tags: trunk
2002-04-07
21:26
Fixed bug in background handler that would occur when an action did a wait thereby invalidating esPtr. check-in: cee151792c user: libes tags: trunk
2002-03-25
22:11
* exp_main_sub.c: Fixed typo in merge of #459646. Thanks to Hemang Lavana. check-in: 2db7d52055 user: andreas_kupries tags: trunk
21:05
* Andreas Kupries mods to provide CONST support per TIP 27 (Fixed SF Patch #525074). check-in: c5481d4f9c user: andreas_kupries tags: trunk
20:55
* exp_log.c (expStdoutLogU): Merged fix for SF Bug #513382 into the HEAD (The source of the patch is "expect-sf418892-sf439042-branch"). Use Tcl_WriteChars/Tcl_Flush instead of 'fwrite' for tcl 8.1 and beyond to enforce correct conversion of the internal UTF/8 into the external representation. check-in: cdbc65c18b user: andreas_kupries tags: trunk
20:51
* Merged fix for SF Bug #459646 into the HEAD (The source of the patch is "expect-sf418892-sf439042-branch"). check-in: 0d94ed6f74 user: andreas_kupries tags: trunk
20:46
* Merged fix for SF Bug #439042 into the HEAD (The source of the patch is "expect-sf418892-sf439042-branch"). check-in: 718efcd6cb user: andreas_kupries tags: trunk
20:43
* Merged fix for SF Bug #418892 into the HEAD. (The source of the patch is "expect-sf418892-sf439042-branch"). check-in: 3b7fdce472 user: andreas_kupries tags: trunk
2002-03-23
04:55
Andreas Kupries mods to provide CONST support per TIP 27. check-in: 64a314a49a user: libes tags: trunk
2002-03-22
05:25
file test1.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: d2e2533ad2 user: davygrvy tags: trunk
05:25
file test1.dsp was initially added on branch telco-tec-win32-take2-branch. check-in: f233791940 user: davygrvy tags: trunk
2002-03-12
21:33
file expWinSpawnStdioClient.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 1169aa4d9b user: davygrvy tags: trunk
18:41
file expWinDynloadTclStubs.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 35618c58f1 user: davygrvy tags: trunk
16:42
file TclHash.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 29bfed7527 user: davygrvy tags: trunk
07:09
file expWinSlaveTrap.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: d2ffa55bf7 user: davygrvy tags: trunk
07:09
file expWinSpawnClient.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 7692030c20 user: davygrvy tags: trunk
01:38
file expWinMessage.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 412254e87f user: davygrvy tags: trunk
01:38
file expWinMessage.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 9ecea9a885 user: davygrvy tags: trunk
2002-03-11
05:36
file expWinSpawnPipeClient.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 429e50cb9c user: davygrvy tags: trunk
00:32
file expWinUtils.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 726c2091cc user: davygrvy tags: trunk
00:32
file expWinUtils.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 872a08796a user: davygrvy tags: trunk
00:31
file TclAdapter.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 452d49fc7e user: davygrvy tags: trunk
00:31
file expWinTest.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: e502d6cc51 user: davygrvy tags: trunk
00:31
file slavedrv_test.dsp was initially added on branch telco-tec-win32-take2-branch. check-in: 1ecb9d502f user: davygrvy tags: trunk
2002-03-09
01:42
file slavedrv.rc was initially added on branch telco-tec-win32-take2-branch. check-in: 350d3fb408 user: davygrvy tags: trunk
01:42
file slavedrvmc.mc was initially added on branch telco-tec-win32-take2-branch. check-in: 2dd67cb94e user: davygrvy tags: trunk
2002-03-08
23:49
file slavedrv.mc was initially added on branch telco-tec-win32-take2-branch. check-in: 8a5e8cbe1a user: davygrvy tags: trunk
2002-03-07
03:25
file expWinConsoleDebugger.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 17a0148aee user: davygrvy tags: trunk
02:41
file expWinConsoleDebuggerBreakPoints.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: e8743615d6 user: davygrvy tags: trunk
00:21
file expWinConsoleDebugger.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 175aa11d94 user: davygrvy tags: trunk
2002-02-26
05:09
fixed full_buffer bug check-in: 0016ae0c6b user: libes tags: trunk
2002-02-25
23:22
* expect.c: Applied patch by Don Libes fixing improper internationalization. check-in: afa487f052 user: andreas_kupries tags: trunk
23:21
* expect.c: Applied patch by Don Libes fixing improper internationalization. Leaf check-in: e13848e868 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
2002-02-21
19:18
* expect.man: Changed the paragraph about [exp_continue] to contain information about the flag "-continue_timer". This fixes the bug SF #520630. check-in: 4fca3840d3 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
19:18
* expect.man: Changed the paragraph about [exp_continue] to contain information about the flag "-continue_timer". This fixes the bug SF #520630. check-in: 5f7272898f user: andreas_kupries tags: trunk
19:00
* exp_main_sub.c (Expect_Init): Applied Don Porter's patch which excludes the initialization of Tcl/Expect packages and the creation of the ExitHandler from the 'firsttime' guard. This allows the full use of Expect in slave-iterpreters. This is the bug SF #459646. check-in: 46feb8e574 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
2002-02-12
02:45
Documented trap -code's inability to work when Tcl is sitting in the event loop. Brought patch level and HISTORY file up to sync. check-in: d68d6141da user: libes tags: trunk
2002-02-10
08:51
file etest.tcl was initially added on branch telco-tec-win32-take2-branch. check-in: b5e8f4edbd user: davygrvy tags: trunk
08:51
file testa2.c was initially added on branch telco-tec-win32-take2-branch. check-in: fbec6b59cc user: davygrvy tags: trunk
08:51
file testcalc.c was initially added on branch telco-tec-win32-take2-branch. check-in: 77b05e8e52 user: davygrvy tags: trunk
08:51
file testcalc.h was initially added on branch telco-tec-win32-take2-branch. check-in: a1da68e1b5 user: davygrvy tags: trunk
08:51
file testcat.c was initially added on branch telco-tec-win32-take2-branch. check-in: 71b3e376d7 user: davygrvy tags: trunk
08:51
file testcat.mak was initially added on branch telco-tec-win32-take2-branch. check-in: cc366e055c user: davygrvy tags: trunk
08:51
file testconsout.c was initially added on branch telco-tec-win32-take2-branch. check-in: 685afd45ee user: davygrvy tags: trunk
08:51
file testcrash.c was initially added on branch telco-tec-win32-take2-branch. check-in: 29082768b4 user: davygrvy tags: trunk
08:51
file testmodem.c was initially added on branch telco-tec-win32-take2-branch. check-in: 29e1320465 user: davygrvy tags: trunk
08:51
file testsig.c was initially added on branch telco-tec-win32-take2-branch. check-in: 6b592b45c4 user: davygrvy tags: trunk
08:51
file testwprog.c was initially added on branch telco-tec-win32-take2-branch. check-in: 2fd2d11558 user: davygrvy tags: trunk
08:51
file testwstation.c was initially added on branch telco-tec-win32-take2-branch. check-in: 21bdcc00b9 user: davygrvy tags: trunk
08:51
file testwstation.tcl was initially added on branch telco-tec-win32-take2-branch. check-in: e42fc37f91 user: davygrvy tags: trunk
08:35
file expStubLib.c was initially added on branch telco-tec-win32-take2-branch. check-in: 4f49d0b8f3 user: davygrvy tags: trunk
2002-02-08
21:33
* expect.man: Changed abbreviation of "-notransfer" from "-n" to "-not". "-n" is no longer unique due to the addition of "-nocase". This fixes the bug SF #514994. check-in: 681d24f489 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
21:32
* expect.man: Changed abbreviation of "-notransfer" from "-n" to "-not". "-n" is no longer unique due to the addition of "-nocase". This fixes the bug SF #514994. check-in: 0d9115bee5 user: andreas_kupries tags: trunk
2002-02-07
23:46
* Applied patch for SF #514590 to correct behaviour of expect when expecting and send from and to bogus spawn id's. check-in: bc16a9dae0 user: andreas_kupries tags: trunk
23:46
* Applied patch for SF #514590 to correct behaviour of expect when expecting and send from and to bogus spawn id's. check-in: 0068d605cc user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
23:34
* exp_log.c (expStdoutLogU): Use Tcl_WriteChars/Tcl_Flush instead of 'fwrite' for tcl 8.1 and beyond to enforce correct conversion of the internal UTF/8 into the external representation. check-in: f270029038 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
2002-01-16
18:16
* Resynchronization of SourceForge with Don's sources to Expect version 5.34. The changes are Don Porter <[email protected]> provided package-related fixes for test suite. Brian Theado <[email protected]> noted that interact's -re support broke when offsets kicked in. Turned out that the regexp engine supports them during execution but the results are delivered RELATIVE to the offset. (I suspect this was done due to expediency.) check-in: 7206b0ddab user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
18:14
* Resynchronization of SourceForge with Don's sources to Expect version 5.34. The changes are Don Porter <[email protected]> provided package-related fixes for test suite. Brian Theado <[email protected]> noted that interact's -re support broke when offsets kicked in. Turned out that the regexp engine supports them during execution but the results are delivered RELATIVE to the offset. (I suspect this was done due to expediency.) check-in: 7466f3f971 user: andreas_kupries tags: trunk
2001-12-21
12:17
file MsvcDbgControl.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: fa49de46f1 user: davygrvy tags: trunk
12:17
file MsvcDbgControl.h was initially added on branch telco-tec-win32-take2-branch. check-in: 41ea0e32f5 user: davygrvy tags: trunk
2001-12-19
00:38
file ExpWinInit.c was initially added on branch telco-tec-win32-take2-branch. check-in: b298150906 user: davygrvy tags: trunk
2001-12-18
04:26
file ExpWinVCDbgLaunch.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 50705717e6 user: davygrvy tags: trunk
04:26
file slavedrv.dsw was initially added on branch telco-tec-win32-take2-branch. check-in: 936da5cc28 user: davygrvy tags: trunk
04:26
file winDllMain.c was initially added on branch telco-tec-win32-take2-branch. check-in: ecf13fd9bc user: davygrvy tags: trunk
2001-12-05
20:36
* exp_inter.c: Applied patch posted by Don libes to c.l.t. on his behalf to keep the SF repository in sync with his changes. Don's notes: I obviously missed the fact that although "Tcl_RegExpExecObj" supports offsets, they aren't delivered to "Tcl_RegExpGetInfo". check-in: 669cd1ad2e user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
20:34
* exp_inter.c: Applied patch posted by Don libes to c.l.t. on his behalf to keep the SF repository in sync with his changes. Don's notes: I obviously missed the fact that although "Tcl_RegExpExecObj" supports offsets, they aren't delivered to "Tcl_RegExpGetInfo". check-in: 6cac6065c8 user: andreas_kupries tags: trunk
2001-11-22
08:50
file expect.dsw was initially added on branch telco-tec-win32-take2-branch. check-in: 2cf029e62e user: davygrvy tags: trunk
2001-11-15
07:25
file expWinSlaveEvents.cpp was initially added on branch telco-tec-win32-branch. check-in: 19337fffff user: davygrvy tags: trunk
07:25
file expWinSlaveTrap.cpp was initially added on branch telco-tec-win32-branch. check-in: 88777d8cbc user: davygrvy tags: trunk
07:25
file expWinSlaveTrapDbg.cpp was initially added on branch telco-tec-win32-branch. check-in: 5cebfc61bf user: davygrvy tags: trunk
07:25
file expWinSlaveTrapPipe.cpp was initially added on branch telco-tec-win32-branch. check-in: 4b678ecd9d user: davygrvy tags: trunk
07:25
file expWinSpawnCliTransport.cpp was initially added on branch telco-tec-win32-branch. check-in: ecf5a99d0b user: davygrvy tags: trunk
07:25
file expWinSpawnSocketCli.cpp was initially added on branch telco-tec-win32-branch. check-in: 8a7f701e07 user: davygrvy tags: trunk
2001-11-09
19:40
Upgrading to 5.33. check-in: ff5edc03df user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
19:36
Upgrading to 5.33. check-in: 527f7760e5 user: andreas_kupries tags: trunk
01:17
file expWinSlave.hpp was initially added on branch telco-tec-win32-branch. check-in: 82a2641882 user: davygrvy tags: trunk
01:17
file expWinSlaveMain.cpp was initially added on branch telco-tec-win32-branch. check-in: 2cbe651028 user: davygrvy tags: trunk
01:17
file expWinSpawnMailboxCli.cpp was initially added on branch telco-tec-win32-branch. check-in: 14500efefc user: davygrvy tags: trunk
01:17
file expWinSpawnTransport.cpp was initially added on branch telco-tec-win32-branch. check-in: 91bc79d866 user: davygrvy tags: trunk
2001-11-07
10:04
file expSlaveDrvMain.c was initially added on branch telco-tec-win32-branch. check-in: 78163cc438 user: davygrvy tags: trunk
10:04
file expWinInit.c was initially added on branch telco-tec-win32-branch. check-in: 86fa612cb4 user: davygrvy tags: trunk
10:04
file expWinInt.h was initially added on branch telco-tec-win32-branch. check-in: 1dcf2f2706 user: davygrvy tags: trunk
10:01
file expWinMailboxCli.cpp was initially added on branch telco-tec-win32-branch. check-in: 6e92994b6e user: davygrvy tags: trunk
10:01
file expWinMailboxSrv.cpp was initially added on branch telco-tec-win32-branch. check-in: 1acd1a96ba user: davygrvy tags: trunk
10:00
file CMclSemaphore.cpp was initially added on branch telco-tec-win32-branch. check-in: d2f304abe3 user: davygrvy tags: trunk
10:00
file CMclSharedMemory.cpp was initially added on branch telco-tec-win32-branch. check-in: 274c3a8e82 user: davygrvy tags: trunk
10:00
file CMclThread.cpp was initially added on branch telco-tec-win32-branch. check-in: 90d09cd71e user: davygrvy tags: trunk
10:00
file CMclWaitableCollection.cpp was initially added on branch telco-tec-win32-branch. check-in: 476da59ae9 user: davygrvy tags: trunk
10:00
file CMclGlobal.cpp was initially added on branch telco-tec-win32-branch. check-in: c7e9a5cd59 user: davygrvy tags: trunk
10:00
file CMclKernel.cpp was initially added on branch telco-tec-win32-branch. check-in: 1cb32bd29d user: davygrvy tags: trunk
10:00
file CMclMailbox.cpp was initially added on branch telco-tec-win32-branch. check-in: 7b6c75315b user: davygrvy tags: trunk
10:00
file CMclMonitor.cpp was initially added on branch telco-tec-win32-branch. check-in: 408433f7ee user: davygrvy tags: trunk
10:00
file CMclMutex.cpp was initially added on branch telco-tec-win32-branch. check-in: 05b582611e user: davygrvy tags: trunk
10:00
file CMclAutoPtr.cpp was initially added on branch telco-tec-win32-branch. check-in: 4b59b93d13 user: davygrvy tags: trunk
10:00
file CMclCritSec.cpp was initially added on branch telco-tec-win32-branch. check-in: b41d80a7d4 user: davygrvy tags: trunk
10:00
file CMclEvent.cpp was initially added on branch telco-tec-win32-branch. check-in: d44f8acfb4 user: davygrvy tags: trunk
10:00
file CMclMonitor.h was initially added on branch telco-tec-win32-branch. check-in: 366c2d8a42 user: davygrvy tags: trunk
10:00
file CMclMutex.h was initially added on branch telco-tec-win32-branch. check-in: a6d92611f6 user: davygrvy tags: trunk
10:00
file CMclSemaphore.h was initially added on branch telco-tec-win32-branch. check-in: 4c52868a18 user: davygrvy tags: trunk
10:00
file CMclSharedMemory.h was initially added on branch telco-tec-win32-branch. check-in: e9ea97f468 user: davygrvy tags: trunk
10:00
file CMclThread.h was initially added on branch telco-tec-win32-branch. check-in: d595262b52 user: davygrvy tags: trunk
10:00
file CMclWaitableCollection.h was initially added on branch telco-tec-win32-branch. check-in: f25592d65c user: davygrvy tags: trunk
10:00
file CMclWaitableObject.h was initially added on branch telco-tec-win32-branch. check-in: 42f9978937 user: davygrvy tags: trunk
10:00
file CMclAutoLock.cpp was initially added on branch telco-tec-win32-branch. check-in: d492ca1e18 user: davygrvy tags: trunk
10:00
file CMcl.h was initially added on branch telco-tec-win32-branch. check-in: 208bf8a61a user: davygrvy tags: trunk
10:00
file CMclAutoLock.h was initially added on branch telco-tec-win32-branch. check-in: b3e67abde2 user: davygrvy tags: trunk
10:00
file CMclAutoPtr.h was initially added on branch telco-tec-win32-branch. check-in: 31eab37fca user: davygrvy tags: trunk
10:00
file CMclCritSec.h was initially added on branch telco-tec-win32-branch. check-in: 648b3d774c user: davygrvy tags: trunk
10:00
file CMclEvent.h was initially added on branch telco-tec-win32-branch. check-in: bf9c21deda user: davygrvy tags: trunk
10:00
file CMclGlobal.h was initially added on branch telco-tec-win32-branch. check-in: 909e0a2b0e user: davygrvy tags: trunk
10:00
file CMclKernel.h was initially added on branch telco-tec-win32-branch. check-in: acb8ec0014 user: davygrvy tags: trunk
10:00
file CMclLinkedLists.h was initially added on branch telco-tec-win32-branch. check-in: 4a24cb2348 user: davygrvy tags: trunk
10:00
file CMclMailbox.h was initially added on branch telco-tec-win32-branch. check-in: 647b0335fd user: davygrvy tags: trunk
10:00
file Mcl4Mfc C++ Class Library.chm was initially added on branch telco-tec-win32-branch. check-in: 10b12752d2 user: davygrvy tags: trunk
10:00
file mcl.CNT was initially added on branch telco-tec-win32-branch. check-in: a118cd08ba user: davygrvy tags: trunk
10:00
file mcl4mfc.CNT was initially added on branch telco-tec-win32-branch. check-in: dd8cef7fce user: davygrvy tags: trunk
10:00
file MCL.HLP was initially added on branch telco-tec-win32-branch. check-in: 19b19c3158 user: davygrvy tags: trunk
10:00
file MCL4MFC.HLP was initially added on branch telco-tec-win32-branch. check-in: 8a5a893aa9 user: davygrvy tags: trunk
10:00
file Mcl C++ Class Library.chm was initially added on branch telco-tec-win32-branch. check-in: 77a8e467bd user: davygrvy tags: trunk
10:00
file readme.txt was initially added on branch telco-tec-win32-branch. check-in: 8be81a408a user: davygrvy tags: trunk
10:00
file Mcl.dsw was initially added on branch telco-tec-win32-branch. check-in: 385bde8b0c user: davygrvy tags: trunk
10:00
file ChangeLog was initially added on branch telco-tec-win32-branch. check-in: cac3529696 user: davygrvy tags: trunk
10:00
file Mcl.dsp was initially added on branch telco-tec-win32-branch. check-in: 1233fb8c78 user: davygrvy tags: trunk
10:00
file .cvsignore was initially added on branch telco-tec-win32-branch. check-in: 1ff8034800 user: davygrvy tags: trunk
2001-10-30
05:05
file README.win32.txt was initially added on branch telco-tec-win32-branch. check-in: 25286cd140 user: davygrvy tags: trunk
03:28
file dllEntryPoint.c was initially added on branch telco-tec-win32-branch. check-in: 438829f86f user: davygrvy tags: trunk
2001-10-29
20:40
file expPlatIntDecls.h was initially added on branch telco-tec-win32-branch. check-in: 7db5bbaaf2 user: davygrvy tags: trunk
06:40
file expIntPlatDecls.h was initially added on branch telco-tec-win32-branch. check-in: e4e36446bc user: davygrvy tags: trunk
2001-10-28
11:12
file expPlatDecls.h was initially added on branch telco-tec-win32-branch. check-in: b9bc39e613 user: davygrvy tags: trunk
11:12
file expStubInit.c was initially added on branch telco-tec-win32-branch. check-in: fd4c3203ee user: davygrvy tags: trunk
09:20
file genStubs.dsp was initially added on branch telco-tec-win32-branch. check-in: d9d9a01126 user: davygrvy tags: trunk
09:00
file exp.decls was initially added on branch telco-tec-win32-branch. check-in: 95e812f808 user: davygrvy tags: trunk
01:46
file expDecls.h was initially added on branch telco-tec-win32-branch. check-in: ebec54e9e4 user: davygrvy tags: trunk
01:46
file expIntDecls.h was initially added on branch telco-tec-win32-branch. check-in: a4e7f57fc4 user: davygrvy tags: trunk
01:02
file exp.h was initially added on branch telco-tec-win32-branch. check-in: 0b8dfa723a user: davygrvy tags: trunk
01:02
file expInt.h was initially added on branch telco-tec-win32-branch. check-in: 68edcd2704 user: davygrvy tags: trunk
01:02
file expPort.h was initially added on branch telco-tec-win32-branch. check-in: 0ca91674d2 user: davygrvy tags: trunk
2001-10-26
12:23
file buildfiles.dsp was initially added on branch telco-tec-win32-branch. check-in: 41254171a0 user: davygrvy tags: trunk
12:23
file expect.dsp was initially added on branch telco-tec-win32-branch. check-in: df571db6ba user: davygrvy tags: trunk
2001-10-22
21:39
file slavedrv.dsp was initially added on branch telco-tec-win32-branch. check-in: 5678fe36b7 user: davygrvy tags: trunk
21:37
file .cvsignore was initially added on branch telco-tec-win32-branch. check-in: e6b4bdb809 user: davygrvy tags: trunk
21:35
file expect.dsw was initially added on branch telco-tec-win32-branch. check-in: 52fc142bcd user: davygrvy tags: trunk
2001-10-12
01:26
file spawndrvmc.mc was initially added on branch telco-tec-win32-branch. check-in: d96e09de02 user: davygrvy tags: trunk
00:43
file spawndrv.rc was initially added on branch telco-tec-win32-branch. check-in: 46b50ca5b3 user: davygrvy tags: trunk
2001-10-11
13:29
file expWinDynloadTclStubs.c was initially added on branch telco-tec-win32-branch. check-in: 2114548771 user: davygrvy tags: trunk
2001-10-02
22:19
fixed numerous warnings and errors. code is from 5.32.2 check-in: 974f0f9964 user: davygrvy tags: trunk, telco-tec-win32-branch
00:15
Brought in 5.32.2 and fixed compiler warnings about inappropriate casts. check-in: 5b826de35b user: davygrvy tags: trunk, telco-tec-win32-branch
00:15
file tcldbg.h was initially added on branch telco-tec-win32-branch. check-in: d2069a2aa6 user: davygrvy tags: trunk
2001-09-28
02:17
Moved the makefile prep work to a seperate file. check-in: 225883cc01 user: davygrvy tags: trunk, telco-tec-win32-branch
02:17
Common list of target object files for all make implimentations. check-in: 41a272f4c4 user: davygrvy tags: trunk, telco-tec-win32-branch
02:17
file mkfiles.mif was initially added on branch telco-tec-win32-branch. check-in: ad5ec34a40 user: davygrvy tags: trunk
02:15
file mkprepvc32.mif was initially added on branch telco-tec-win32-branch. check-in: 8443ee598f user: davygrvy tags: trunk
02:12
Added list of expected (pun intended) targets that will be used. check-in: ec696c20b3 user: davygrvy tags: trunk, telco-tec-win32-branch
00:41
Added more config info the build system will need. check-in: 2ec98cfdf4 user: davygrvy tags: trunk, telco-tec-win32-branch
2001-09-26
23:44
already found in the core. NO COPIES ALLOWED! check-in: 15c3e6a8f6 user: davygrvy tags: trunk, telco-tec-win32-branch
14:29
no message check-in: a7457f6c74 user: davygrvy tags: trunk, telco-tec-win32-branch
14:27
New top-root makefile under windows. check-in: e503658266 user: davygrvy tags: trunk, telco-tec-win32-branch
14:27
file mkmgw32.mif was initially added on branch telco-tec-win32-branch. check-in: 518fe47359 user: davygrvy tags: trunk
14:24
file mkbc32.mif was initially added on branch telco-tec-win32-branch. check-in: fbb11dd930 user: davygrvy tags: trunk
14:24
file mkvc32.mif was initially added on branch telco-tec-win32-branch. check-in: 5fa51e7b46 user: davygrvy tags: trunk
14:24
file mkwc32.mif was initially added on branch telco-tec-win32-branch. check-in: f5ee0a1c75 user: davygrvy tags: trunk
14:15
New top-root makefile under windows. check-in: 4c9da17392 user: davygrvy tags: trunk, telco-tec-win32-branch
14:15
file makefile.vc32 was initially added on branch telco-tec-win32-branch. check-in: 5555200d41 user: davygrvy tags: trunk
13:25
New top-root makefile under windows. check-in: cc97405d9e user: davygrvy tags: trunk, telco-tec-win32-branch
13:25
file mkconfig.mif was initially added on branch telco-tec-win32-branch. check-in: 263479c685 user: davygrvy tags: trunk
13:21
file makefile.win was initially added on branch telco-tec-win32-branch. check-in: d1cb33cdfd user: davygrvy tags: trunk
2001-09-15
05:06
no message check-in: 8ea1406021 user: davygrvy tags: trunk
2001-09-13
23:10
no message check-in: b3d27f2cb6 user: davygrvy tags: trunk, telco-tec-win32-branch
23:00
the catalog of my changes in this branch check-in: 6f871d0b9e user: davygrvy tags: trunk, telco-tec-win32-branch
23:00
file ChangeLog.win32 was initially added on branch telco-tec-win32-branch. check-in: 1d771b9243 user: davygrvy tags: trunk
03:43
a notice of nothing. check-in: be6c4ae2c3 user: davygrvy tags: trunk, win32-jump-point-1
03:43
file README.mac.txt was initially added on branch telco-tec-win32-branch. check-in: 9399aec2f7 user: davygrvy tags: trunk
03:33
moved from root check-in: e629beeecd user: davygrvy tags: trunk, win32-jump-point-1
03:33
file exp_select.c was initially added on branch telco-tec-win32-branch. check-in: 6ce55a2481 user: davygrvy tags: trunk
03:30
file exp_strf.c was initially added on branch telco-tec-win32-branch. check-in: 4ddb01478b user: davygrvy tags: trunk
03:26
moved from root check-in: b00cb1b3c1 user: davygrvy tags: trunk, win32-jump-point-1
03:25
file exp_memmove.c was initially added on branch telco-tec-win32-branch. check-in: fdeff8e47b user: davygrvy tags: trunk
02:31
moved from root check-in: 801e10d2de user: davygrvy tags: trunk, win32-jump-point-1
02:30
file libexpect.man was initially added on branch telco-tec-win32-branch. check-in: 683ee8f180 user: davygrvy tags: trunk
02:27
umm.. fixed bad fix... ignore last mistake ;) check-in: c29ede0ded user: davygrvy tags: trunk, win32-jump-point-1
02:22
<eol> mishandling repaired check-in: c6a011e516 user: davygrvy tags: trunk, win32-jump-point-1
02:01
snap29 "import" check-in: 9e33955a7a user: davygrvy tags: trunk, win32-jump-point-1
02:01
file Dbg_cf.h was initially added on branch telco-tec-win32-branch. check-in: 03e9264b28 user: davygrvy tags: trunk
02:01
file debugger.c was initially added on branch telco-tec-win32-branch. check-in: 8cc6515e2d user: davygrvy tags: trunk
02:01
file etest.tcl was initially added on branch telco-tec-win32-branch. check-in: 4b01a83ddc user: davygrvy tags: trunk
02:01
file expAlloc.c was initially added on branch telco-tec-win32-branch. check-in: 61c146ec24 user: davygrvy tags: trunk
02:01
file expDString.c was initially added on branch telco-tec-win32-branch. check-in: 7e4ccf23dd user: davygrvy tags: trunk
02:01
file expWin.h was initially added on branch telco-tec-win32-branch. check-in: 7858fd7a73 user: davygrvy tags: trunk
02:01
file expWinCLib.c was initially added on branch telco-tec-win32-branch. check-in: a8b374f616 user: davygrvy tags: trunk
02:01
file expWinCommand.c was initially added on branch telco-tec-win32-branch. check-in: 03d3fb2889 user: davygrvy tags: trunk
02:01
file expWinLog.c was initially added on branch telco-tec-win32-branch. check-in: 44480500b8 user: davygrvy tags: trunk
02:01
file expWinPort.h was initially added on branch telco-tec-win32-branch. check-in: 9e341175ac user: davygrvy tags: trunk
02:01
file expWinProcess.c was initially added on branch telco-tec-win32-branch. check-in: 81d4e01c38 user: davygrvy tags: trunk
02:01
file expWinSlave.h was initially added on branch telco-tec-win32-branch. check-in: 8b803c20f1 user: davygrvy tags: trunk
02:01
file expWinSlaveDbg.c was initially added on branch telco-tec-win32-branch. check-in: 89d519700b user: davygrvy tags: trunk
02:01
file expWinSlaveDrv.c was initially added on branch telco-tec-win32-branch. check-in: dbd7bb5650 user: davygrvy tags: trunk
02:01
file expWinSlaveKey.c was initially added on branch telco-tec-win32-branch. check-in: 9c52b003fb user: davygrvy tags: trunk
02:01
file expWinSpawnChan.c was initially added on branch telco-tec-win32-branch. check-in: d221142394 user: davygrvy tags: trunk
02:01
file expWinTrap.c was initially added on branch telco-tec-win32-branch. check-in: dd8ad8ec9e user: davygrvy tags: trunk
02:01
file expWinTty.c was initially added on branch telco-tec-win32-branch. check-in: c12c93d9be user: davygrvy tags: trunk
02:01
file expWinTty.h was initially added on branch telco-tec-win32-branch. check-in: ca61cfa15d user: davygrvy tags: trunk
02:01
file expect.rc was initially added on branch telco-tec-win32-branch. check-in: 2a317c420a user: davygrvy tags: trunk
02:01
file expectlib.rc was initially added on branch telco-tec-win32-branch. check-in: c172021f69 user: davygrvy tags: trunk
02:01
file makefile was initially added on branch telco-tec-win32-branch. check-in: 17a60bb3e9 user: davygrvy tags: trunk
02:01
file msjexhnd.cpp was initially added on branch telco-tec-win32-branch. check-in: 873c803c7d user: davygrvy tags: trunk
02:01
file msjexhnd.h was initially added on branch telco-tec-win32-branch. check-in: 1b07cdcad3 user: davygrvy tags: trunk
02:01
file panic.c was initially added on branch telco-tec-win32-branch. check-in: d3c5eaab26 user: davygrvy tags: trunk
02:01
file pkgIndex.tcl was initially added on branch telco-tec-win32-branch. check-in: 919b79ac7c user: davygrvy tags: trunk
02:01
file tclHash.c was initially added on branch telco-tec-win32-branch. check-in: d198e8f99f user: davygrvy tags: trunk
02:01
file testa2.c was initially added on branch telco-tec-win32-branch. check-in: a0eb367433 user: davygrvy tags: trunk
02:01
file testcalc.c was initially added on branch telco-tec-win32-branch. check-in: 61c9bd7355 user: davygrvy tags: trunk
02:01
file testcalc.h was initially added on branch telco-tec-win32-branch. check-in: 5c33d7e79b user: davygrvy tags: trunk
02:01
file testcat.c was initially added on branch telco-tec-win32-branch. check-in: 77208d0373 user: davygrvy tags: trunk
02:01
file testcat.mak was initially added on branch telco-tec-win32-branch. check-in: fc4cba6a85 user: davygrvy tags: trunk
02:01
file testclib.c was initially added on branch telco-tec-win32-branch. check-in: c594db20c0 user: davygrvy tags: trunk
02:01
file testclib2.c was initially added on branch telco-tec-win32-branch. check-in: 5789ce2e5a user: davygrvy tags: trunk
02:01
file testconsout.c was initially added on branch telco-tec-win32-branch. check-in: ba7d48a995 user: davygrvy tags: trunk
02:01
file testcrash.c was initially added on branch telco-tec-win32-branch. check-in: 30c9d8bdc1 user: davygrvy tags: trunk
02:01
file testmodem.c was initially added on branch telco-tec-win32-branch. check-in: 3a87c74447 user: davygrvy tags: trunk
02:01
file testsig.c was initially added on branch telco-tec-win32-branch. check-in: b93b9df919 user: davygrvy tags: trunk
02:01
file testwprog.c was initially added on branch telco-tec-win32-branch. check-in: c81247529c user: davygrvy tags: trunk
02:01
file testwstation.c was initially added on branch telco-tec-win32-branch. check-in: 75714d9c90 user: davygrvy tags: trunk
02:01
file testwstation.tcl was initially added on branch telco-tec-win32-branch. check-in: 61d7e38c12 user: davygrvy tags: trunk
01:14
snap29 "import" check-in: 70e2933c93 user: davygrvy tags: trunk, win32-jump-point-1
01:14
file all was initially added on branch telco-tec-win32-branch. check-in: ae0462cc57 user: davygrvy tags: trunk
01:14
file basic.test was initially added on branch telco-tec-win32-branch. check-in: 069b57b8ab user: davygrvy tags: trunk
01:14
file cmd.test was initially added on branch telco-tec-win32-branch. check-in: e3255b3b6c user: davygrvy tags: trunk
01:14
file crash.tcl was initially added on branch telco-tec-win32-branch. check-in: d0e8c177b9 user: davygrvy tags: trunk
01:14
file crash.test was initially added on branch telco-tec-win32-branch. check-in: ee5dbc8306 user: davygrvy tags: trunk
01:14
file defs was initially added on branch telco-tec-win32-branch. check-in: bcb66e623f user: davygrvy tags: trunk
01:14
file emacs.test was initially added on branch telco-tec-win32-branch. check-in: 8b7e99ec50 user: davygrvy tags: trunk
01:14
file ftp.test was initially added on branch telco-tec-win32-branch. check-in: 4a4e240de6 user: davygrvy tags: trunk
01:14
file modemtest.exp was initially added on branch telco-tec-win32-branch. check-in: 3ad1b84720 user: davygrvy tags: trunk
01:14
file pipe.test was initially added on branch telco-tec-win32-branch. check-in: 9396d9befe user: davygrvy tags: trunk
01:14
file script.test was initially added on branch telco-tec-win32-branch. check-in: 13e74ddf1d user: davygrvy tags: trunk
01:14
file suite.tcl was initially added on branch telco-tec-win32-branch. check-in: 3b6d1eea47 user: davygrvy tags: trunk
01:14
file telnet.test was initially added on branch telco-tec-win32-branch. check-in: 65eb8819fd user: davygrvy tags: trunk
01:14
file test.pl was initially added on branch telco-tec-win32-branch. check-in: f69cd12d68 user: davygrvy tags: trunk
01:14
file test_suite.tcl was initially added on branch telco-tec-win32-branch. check-in: 1955293edf user: davygrvy tags: trunk
01:14
file testtcl was initially added on branch telco-tec-win32-branch. check-in: 53a522e202 user: davygrvy tags: trunk
01:14
file trap.tcl was initially added on branch telco-tec-win32-branch. check-in: f87b0b2315 user: davygrvy tags: trunk
01:14
file trap.test was initially added on branch telco-tec-win32-branch. check-in: f7f024099d user: davygrvy tags: trunk
01:14
file trap2.tcl was initially added on branch telco-tec-win32-branch. check-in: 68778760c5 user: davygrvy tags: trunk
01:10
file DbgMkfl.in was initially added on branch telco-tec-win32-branch. check-in: 571335939f user: davygrvy tags: trunk
01:10
file Dbg_cf.h.in was initially added on branch telco-tec-win32-branch. check-in: daf7179678 user: davygrvy tags: trunk
01:10
file Dbgconfig.in was initially added on branch telco-tec-win32-branch. check-in: ebb7c1a6b6 user: davygrvy tags: trunk
01:10
file Makefile.in was initially added on branch telco-tec-win32-branch. check-in: a17349929b user: davygrvy tags: trunk
01:10
file config.guess was initially added on branch telco-tec-win32-branch. check-in: c5061049a4 user: davygrvy tags: trunk
01:10
file config.sub was initially added on branch telco-tec-win32-branch. check-in: 2679aa8efc user: davygrvy tags: trunk
01:10
file configure was initially added on branch telco-tec-win32-branch. check-in: 4b9e8ea0df user: davygrvy tags: trunk
01:10
file configure.in was initially added on branch telco-tec-win32-branch. check-in: f1a9a9a45f user: davygrvy tags: trunk
01:10
file expUnixCommand.c was initially added on branch telco-tec-win32-branch. check-in: e2f58baa2b user: davygrvy tags: trunk
01:10
file expUnixPort.h was initially added on branch telco-tec-win32-branch. check-in: b3966bb31a user: davygrvy tags: trunk
01:10
file expUnixSpawnChan.c was initially added on branch telco-tec-win32-branch. check-in: 89347dae80 user: davygrvy tags: trunk
01:10
file expUnixTty.c was initially added on branch telco-tec-win32-branch. check-in: 376fc8342f user: davygrvy tags: trunk
01:10
file expUnixTty.h was initially added on branch telco-tec-win32-branch. check-in: 1cd3f32f24 user: davygrvy tags: trunk
01:10
file exp_clib_orig.c was initially added on branch telco-tec-win32-branch. check-in: a71626bf5c user: davygrvy tags: trunk
01:10
file exp_command.c was initially added on branch telco-tec-win32-branch. check-in: 96dc4acd47 user: davygrvy tags: trunk
01:10
file exp_console.c was initially added on branch telco-tec-win32-branch. check-in: 5c453e58ac user: davygrvy tags: trunk
01:10
file exp_poll.c was initially added on branch telco-tec-win32-branch. check-in: df52bcfc11 user: davygrvy tags: trunk
01:10
file exp_pty.c was initially added on branch telco-tec-win32-branch. check-in: bd72ed6a05 user: davygrvy tags: trunk
01:10
file exp_pty.h was initially added on branch telco-tec-win32-branch. check-in: c2960b4194 user: davygrvy tags: trunk
01:10
file exp_select.c was initially added on branch telco-tec-win32-branch. check-in: 7fa09cd1e1 user: davygrvy tags: trunk
01:10
file exp_simple.c was initially added on branch telco-tec-win32-branch. check-in: 32c652a2b8 user: davygrvy tags: trunk
01:10
file exp_trap.c was initially added on branch telco-tec-win32-branch. check-in: 01c5d7078f user: davygrvy tags: trunk
01:10
file exp_tty_comm.c was initially added on branch telco-tec-win32-branch. check-in: 8d04c9cc20 user: davygrvy tags: trunk
01:10
file exp_tty_in.h was initially added on branch telco-tec-win32-branch. check-in: 151f077e60 user: davygrvy tags: trunk
01:10
file expect_cf.h.in was initially added on branch telco-tec-win32-branch. check-in: 3c024a91a8 user: davygrvy tags: trunk
01:10
file fixcat was initially added on branch telco-tec-win32-branch. check-in: 117dfcc114 user: davygrvy tags: trunk
01:10
file fixline1 was initially added on branch telco-tec-win32-branch. check-in: db56804902 user: davygrvy tags: trunk
01:10
file install-sh was initially added on branch telco-tec-win32-branch. check-in: 741ba6badb user: davygrvy tags: trunk
01:10
file pkgIndex.in was initially added on branch telco-tec-win32-branch. check-in: 09effc6c38 user: davygrvy tags: trunk
01:10
file pty_sgttyb.c was initially added on branch telco-tec-win32-branch. check-in: 5b9b367742 user: davygrvy tags: trunk
01:10
file pty_termios.c was initially added on branch telco-tec-win32-branch. check-in: 72b32d72de user: davygrvy tags: trunk
01:10
file pty_unicos.c was initially added on branch telco-tec-win32-branch. check-in: 19d8a7c6a0 user: davygrvy tags: trunk
01:10
file vgrindefs was initially added on branch telco-tec-win32-branch. check-in: cef71d3bd8 user: davygrvy tags: trunk
01:10
file aclocal.m4 was initially added on branch telco-tec-win32-branch. check-in: faaab975d9 user: davygrvy tags: trunk
01:08
snap29 "import" check-in: 48ff5c0911 user: davygrvy tags: trunk, win32-jump-point-1
01:08
file Dbg.c was initially added on branch telco-tec-win32-branch. check-in: 02b7d91faf user: davygrvy tags: trunk
01:08
file Dbg.h was initially added on branch telco-tec-win32-branch. check-in: df8e369797 user: davygrvy tags: trunk
01:08
file expChan.c was initially added on branch telco-tec-win32-branch. check-in: 871a9f3b1c user: davygrvy tags: trunk
01:08
file expChannel.c was initially added on branch telco-tec-win32-branch. check-in: 4acb30a595 user: davygrvy tags: trunk
01:08
file expCommand.c was initially added on branch telco-tec-win32-branch. check-in: fa109c460b user: davygrvy tags: trunk
01:08
file expSpawnChan.c was initially added on branch telco-tec-win32-branch. check-in: 1675ceb088 user: davygrvy tags: trunk
01:08
file expTrap.c was initially added on branch telco-tec-win32-branch. check-in: 9282cfed25 user: davygrvy tags: trunk
01:08
file exp_clib.c was initially added on branch telco-tec-win32-branch. check-in: c4515be9fa user: davygrvy tags: trunk
01:08
file exp_closetcl.c was initially added on branch telco-tec-win32-branch. check-in: eb45eefa37 user: davygrvy tags: trunk
01:08
file exp_command.h was initially added on branch telco-tec-win32-branch. check-in: 4f1c699738 user: davygrvy tags: trunk
01:08
file exp_event.c was initially added on branch telco-tec-win32-branch. check-in: fdab49b36a user: davygrvy tags: trunk
01:08
file exp_event.h was initially added on branch telco-tec-win32-branch. check-in: e88e2da371 user: davygrvy tags: trunk
01:08
file exp_glob.c was initially added on branch telco-tec-win32-branch. check-in: 44216d0207 user: davygrvy tags: trunk
01:08
file exp_int.h was initially added on branch telco-tec-win32-branch. check-in: 137ec5d26d user: davygrvy tags: trunk
01:08
file exp_inter.c was initially added on branch telco-tec-win32-branch. check-in: 16a7489bba user: davygrvy tags: trunk
01:08
file exp_log.c was initially added on branch telco-tec-win32-branch. check-in: 5415913017 user: davygrvy tags: trunk
01:08
file exp_log.h was initially added on branch telco-tec-win32-branch. check-in: 86cec77eea user: davygrvy tags: trunk
01:08
file exp_main_exp.c was initially added on branch telco-tec-win32-branch. check-in: 18fc4f078f user: davygrvy tags: trunk
01:08
file exp_main_sub.c was initially added on branch telco-tec-win32-branch. check-in: 381248f78d user: davygrvy tags: trunk
01:08
file exp_main_tk.c was initially added on branch telco-tec-win32-branch. check-in: 907c624693 user: davygrvy tags: trunk
01:08
file exp_memmove.c was initially added on branch telco-tec-win32-branch. check-in: d185708ed3 user: davygrvy tags: trunk
01:08
file exp_noevent.c was initially added on branch telco-tec-win32-branch. check-in: 2f59e2282b user: davygrvy tags: trunk
01:08
file exp_port.h was initially added on branch telco-tec-win32-branch. check-in: eee01f0bf8 user: davygrvy tags: trunk
01:08
file exp_printify.c was initially added on branch telco-tec-win32-branch. check-in: b259f4439e user: davygrvy tags: trunk
01:08
file exp_printify.h was initially added on branch telco-tec-win32-branch. check-in: bed2c28398 user: davygrvy tags: trunk
01:08
file exp_prog.h was initially added on branch telco-tec-win32-branch. check-in: 4f4ae4a4ca user: davygrvy tags: trunk
01:08
file exp_regexp.c was initially added on branch telco-tec-win32-branch. check-in: 12a9560990 user: davygrvy tags: trunk
01:08
file exp_regexp.h was initially added on branch telco-tec-win32-branch. check-in: fe9b95d98c user: davygrvy tags: trunk
01:08
file exp_rename.h was initially added on branch telco-tec-win32-branch. check-in: 734471b157 user: davygrvy tags: trunk
01:08
file exp_strf.c was initially added on branch telco-tec-win32-branch. check-in: 946b693dc3 user: davygrvy tags: trunk
01:08
file exp_tstamp.h was initially added on branch telco-tec-win32-branch. check-in: 4dc10e01fe user: davygrvy tags: trunk
01:08
file exp_tty.h was initially added on branch telco-tec-win32-branch. check-in: 587cf4bd7a user: davygrvy tags: trunk
01:08
file exp_version.h was initially added on branch telco-tec-win32-branch. check-in: 4f52976b77 user: davygrvy tags: trunk
01:08
file exp_win.c was initially added on branch telco-tec-win32-branch. check-in: b8a53ba909 user: davygrvy tags: trunk
01:08
file exp_win.h was initially added on branch telco-tec-win32-branch. check-in: be68cf2bb8 user: davygrvy tags: trunk
01:08
file expect.c was initially added on branch telco-tec-win32-branch. check-in: fbf31734bb user: davygrvy tags: trunk
01:08
file expect.h was initially added on branch telco-tec-win32-branch. check-in: 5db2562ba6 user: davygrvy tags: trunk
01:08
file expect_comm.h was initially added on branch telco-tec-win32-branch. check-in: 0ce1a13114 user: davygrvy tags: trunk
01:08
file expect_tcl.h was initially added on branch telco-tec-win32-branch. check-in: ae015ff8fc user: davygrvy tags: trunk
01:08
file getopt.c was initially added on branch telco-tec-win32-branch. check-in: e02cf07056 user: davygrvy tags: trunk
01:08
file getopt.h was initially added on branch telco-tec-win32-branch. check-in: 967a876cc2 user: davygrvy tags: trunk
01:06
moved from root check-in: 73c5ce26d6 user: davygrvy tags: trunk, win32-jump-point-1
01:06
file expect.man was initially added on branch telco-tec-win32-branch. check-in: 5081dcfaa4 user: davygrvy tags: trunk
01:06
file expectk.man was initially added on branch telco-tec-win32-branch. check-in: f6f7a767dc user: davygrvy tags: trunk
2001-08-02
00:31
Dbg.c (Dbg_On): fixed handling of stepping. [Bug: #446412] check-in: 3b337a5138 user: hobbs tags: trunk, expect-sf418892-sf439042-branch
00:30
Dbg.c (Dbg_On): fixed handling of stepping. [Bug: #446412] check-in: e28456770a user: hobbs tags: trunk
2001-07-06
23:15
2001-07-06 Andreas Kupries <[email protected]> * exp_main_exp.c: * exp_main_sub.c: * exp_main_tk.c: * exp_tty.c: Changed calls to 'Tcl_Exit' into calls to the command [exit], to allow scripts and users to overide the functionality. check-in: 210c569e09 user: andreas_kupries tags: trunk, expect-sf418892-sf439042-branch
19:48
Reverted changes for #418892 in mainline. Have to stay in a branch for now. check-in: 8d4fd2e738 user: andreas_kupries tags: trunk
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
19:32
2001-06-05 Andreas Kupries <[email protected]> * exp_main_sub.c: Fixed bug [#418892]. check-in: 1ed9a8fc51 user: andreas_kupries tags: trunk
2000-08-06
23:07
Synthetic commit for tag tclpro-1-5-0 Leaf check-in: 31b46595ba user: cvs-fast-export tags: trunk, tclpro-1-5-0
23:07
Added note about TclPro 1.4 release. check-in: 7382196a61 user: welch tags: trunk
2000-08-04
19:14
Cleaned up HISTORY and marked configure.in with new version. check-in: d8521a9288 user: libes tags: trunk
18:01
Enhanced mkpasswd to support special chars. check-in: cddd1ed390 user: libes tags: trunk
2000-08-01
21:34
Synthetic commit for tag expect-5-32-0 Leaf check-in: ed267ad23e user: cvs-fast-export tags: trunk, expect-5-32-0
21:34
Ran autoconf check-in: f22e64b4ad user: welch tags: trunk
21:34
Final tweaks for the 5.32.0 release. Updated HISTORY and NEWS, fixed version ref in README. Changed fixline1 so it creates a header line #!/bin/sh # \ exec expect "$0" ${1+"$@"} instead of buring in a platform-specific pathname check-in: 70b6694f08 user: welch tags: trunk
2000-07-13
04:36
Fixed segfaulting when reading channels with nulls. check-in: 3142178bdb user: libes tags: trunk
2000-06-14
20:07
Fix to allow compilation on new Digital OSF boxes. check-in: f798d02266 user: libes tags: trunk
2000-06-09
19:09
debugger's bp cmd broke on every command. Was a bug in breakpoint_trace from when we installed the new regexp engine. check-in: 308ac28d2c user: libes tags: trunk
2000-06-08
19:17
Fixed printf formats in several pty diags. check-in: 7754fdaf51 user: libes tags: trunk
2000-05-01
06:21
Signal handler sometimes sent error to stderr inappropriately. check-in: a86724f86e user: libes tags: trunk
2000-04-27
15:30
Fix for Debian SVR4 ptys. check-in: a730815ea1 user: libes tags: trunk
2000-03-06
15:34
Fixed yet another --enable-threads configure bug. check-in: 5b03fb7d00 user: libes tags: trunk
2000-03-01
15:27
Removed redundant check for --enable-threads. check-in: c02f4364a9 user: libes tags: trunk
2000-02-19
21:29
Fixed errors for SCO pty allocation. Could also affect certain other systems that make thousands of simultaneous pty allocations. Fixed HP shared lib config prob. check-in: 983af756de user: libes tags: trunk
2000-02-13
04:52
Testing for presence of autoconf broken due to leftover test code. check-in: 2afc2c6f75 user: libes tags: trunk
2000-02-01
06:50
Made exp_wait with no spawned processes behave like in 5.29 - see HISTORY. check-in: dc693e4dd3 user: libes tags: trunk
2000-01-21
02:57
Fixed bug in expect's glob-range code. check-in: 5fca27dc5e user: libes tags: trunk
2000-01-10
18:30
uninit'd var in Exp_OpenCmd made exp_open (no args) fail sometimes. check-in: 683bafa953 user: libes tags: trunk
2000-01-06
23:22
Merge of expect5-31-branch to mainline check-in: b3a65077e1 user: wart tags: trunk
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
05:02
new tests check-in: 7ecc022b51 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-20
06:32
Fixed: expect command's arg handling to work (like interact) spawn -open expect eof and various other bugs. Expect now runs its minimal test suite (but not the examples). check-in: 52b9167573 user: libes tags: trunk, master-UNNAMED-BRANCH
1999-06-18
01:41
Updated to reflect change of Tcl_RegExpMatchObj to Tcl_RegExpExecObj moved compiler configure tests earlier in file so it works with gcc check-in: f4ac347fb4 user: stanton tags: trunk, master-UNNAMED-BRANCH
1999-06-16
08:16
-gl now appears to work check-in: ce67cc272c user: don tags: trunk, master-UNNAMED-BRANCH
03:02
compiled! check-in: 45350b762d user: don tags: trunk, master-UNNAMED-BRANCH
1999-06-15
23:41
regenerated configure script removed exp_printify files changed Dbg.c to use new regexp interfaces check-in: 070f201025 user: stanton tags: trunk, master-UNNAMED-BRANCH
22:53
Everything but Dbg.c check-in: 2e0db04658 user: don tags: trunk, master-UNNAMED-BRANCH
21:16
eliminated redundant test in regexp matching code check-in: eea3b85702 user: stanton tags: trunk, master-UNNAMED-BRANCH
21:09
expect.c and exp_inter.c now compile cleanly check-in: dc8952cddd user: stanton tags: trunk, master-UNNAMED-BRANCH
20:40
updated interact code to use new regexp interfaces fixed bug in eval_case_string where non-matches were reported as matches check-in: 89d2a5ec75 user: stanton tags: trunk, master-UNNAMED-BRANCH
19:11
Fixed interact of all but regexp probs. check-in: 645291f8d1 user: don tags: trunk, master-UNNAMED-BRANCH
10:02
Checkpoint check-in: 2943576409 user: don tags: trunk, master-UNNAMED-BRANCH
01:32
making expect.c compile check-in: 020744c864 user: don tags: trunk, master-UNNAMED-BRANCH
1999-06-14
23:54
made stuff compile check-in: c10b879c97 user: don tags: trunk, master-UNNAMED-BRANCH
20:36
fixed Log/Diag and ExpectCmd check-in: 123d22d566 user: don tags: trunk, master-UNNAMED-BRANCH