Expect

Timeline
Login

Timeline

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

50 events occurring around 49e58b2fc210943d.

2017-11-16
00:15 Edit [ae015ff8fc089a96|ae015ff8fc]: Timestamp 2001-09-13 01:08:22. artifact: 5228075fa9 user: rkeene
00:15 Edit [e02cf070569b1d8a|e02cf07056]: Timestamp 2001-09-13 01:08:21. artifact: 5e878966cf user: rkeene
00:15 Edit [967a876cc236351c|967a876cc2]: Timestamp 2001-09-13 01:08:20. artifact: befafdf472 user: rkeene
00:14 Edit [19d8a7c6a02652e9|19d8a7c6a0]: Timestamp 2001-09-13 01:10:51. artifact: 5e8ed3880d user: rkeene
00:14 Edit [faaab975d9cded56|faaab975d9]: Timestamp 2001-09-13 01:10:49. artifact: f677cddd03 user: rkeene
00:14 Edit [cef71d3bd8362c51|cef71d3bd8]: Timestamp 2001-09-13 01:10:50. artifact: 208115bfd6 user: rkeene
00:13 Edit [fc4cba6a859639f6|fc4cba6a85]: Timestamp 2001-09-13 02:01:29. artifact: e0eb864977 user: rkeene
00:13 Edit [c594db20c074b939|c594db20c0]: Timestamp 2001-09-13 02:01:28. artifact: 14a4ce2f0f user: rkeene
00:13 Edit [5789ce2e5a8bcf58|5789ce2e5a]: Timestamp 2001-09-13 02:01:27. artifact: 06ba32d06d user: rkeene
00:13 Edit [ba7d48a995efa6de|ba7d48a995]: Timestamp 2001-09-13 02:01:26. artifact: cb0d96e0b8 user: rkeene
00:12 Edit [30c9d8bdc1b89578|30c9d8bdc1]: Timestamp 2001-09-13 02:01:25. artifact: 32aff79724 user: rkeene
00:12 Edit [3a87c744471ded52|3a87c74447]: Timestamp 2001-09-13 02:01:24. artifact: 4fb8b13780 user: rkeene
00:12 Edit [b93b9df91977aa98|b93b9df919]: Timestamp 2001-09-13 02:01:23. artifact: 35339e4e6b user: rkeene
00:12 Edit [c81247529c15c2ff|c81247529c]: Timestamp 2001-09-13 02:01:22. artifact: 11688d4e6b user: rkeene
00:12 Edit [75714d9c90065e50|75714d9c90]: Timestamp 2001-09-13 02:01:21. artifact: ebda0ce7a5 user: rkeene
00:12 Edit [61d7e38c12dd80b6|61d7e38c12]: Timestamp 2001-09-13 02:01:20. artifact: b85df52093 user: rkeene
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
22:09 Edit [f0fd8a8574a1ecba|f0fd8a8574]: Add tag "expect_5_45". artifact: 32d900d4ad user: andreas_kupries
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
16:03 Edit [659defba324340ff|659defba32]: Add tag "expect_5_44_1_15". artifact: 9c4c1b15cb user: eee
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