Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
790 check-ins using file DbgMkfl.in version 67f6bbb61c
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-26
| ||
20:46 | titleblock comment changes and removal of the Detours library usage. Leaf check-in: e86ae14031 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
00:14 | ConsoleDebugger::OnXBreakpoint(): sometimes a breakpoint is not set. Don't crash, just punt.. Unknown for why... td32.exe can cause this by launching a new command shell that will launch a seperate console (ie. File->OS Shell) check-in: 8500ec0ed0 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2003-08-25
| ||
23:17 | these uncommitted edits have been sitting on my desktop for an eternity. Adds some MS-DOS support but fails to deliver the required hooks to succeed. check-in: f15bff4d44 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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 | name change and needs config.hpp check-in: d7186958fb user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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-04
| ||
23:05 | mickeymouse work of setting up the tramopoline functions done, but these, I think, will have to move over to a DLL we inject, thus having the same problem the old slave driver had with pass complex info over IPC. I'm not sure if this technique will "fly", but worth experimenting with. check-in: 78db4744a8 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-07-03
| ||
04:25 | A small beginning check-in: 98c6ec01a2 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:55 | Make sure our CVS client ignores the Detours library that we aren't allowed to redistribute under it's EULA. check-in: a6bff03474 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:50 | whoops... use unsigned instead of signed error codes. check-in: 9068aebf1e user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:49 | minor lint. check-in: b982f480e0 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:48 | lame beginnings of the interact test client mode. check-in: 3231dcaa25 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:47 | framework for experimenting with the "Detours" library added. check-in: 0f8af629e5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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-29
| ||
02:11 | Added some guts to OnWriteFile(), but I don't know where this is leading me to. check-in: f3c5337cb0 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
00:44 | Started on adding the interact logic to the breakpoints. This is sticky... I don't know what to expect (pun intended). check-in: 0a29c172e5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-28
| ||
07:03 | oops. forgot to commit this. check-in: 902b505880 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
03:22 | this should have been removed earlier with the rest. check-in: ea4e8e9ebf user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:29 | game over... insert quarters to continue. check-in: f82d98e0a2 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:00 | fixed comments. check-in: 8c128d992a user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
01:37 | exceptions truned off. check-in: 57253b2236 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
01:26 | file expWinTestClientInteract.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 00075af63b user: davygrvy tags: trunk | |
01:26 | The ClientInteract class has been created. It's empty, though. check-in: f7c397793c user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-27
| ||
22:51 | slot and slot sizes are shared on both sides. This ensures there won't be any errors from different info. check-in: ea8b4a8350 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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 | renamed ClientTransport* to be TestClient* as the name is more descriptive. check-in: 6d2e173028 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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 | |
03:43 | closing of the test application is more thorough and controlled. check-in: 99a5d8c28b user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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 | |
03:58 | small stuff check-in: eb2a5c935f user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-25
| ||
22:50 | Added RIP events to the debugger and better error reporting for bad trap and transport methods on the commandline. check-in: a8d2d352bb user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
08:40 | We can now write to the slave console. Debugged and working. slavedrv1.1 was released today from the code of this commit. check-in: e401b1aa29 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
08:37 | Changed all builds to not throw C++ exceptions. there's some exe size savings for doing this. I would prefer to check the Status() member after the constructor instead. check-in: f99c5543cd user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
08:35 | another bug squashed. check-in: 24f4f76611 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-24
| ||
22:54 | no message check-in: c24fc43ffb user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
22:52 | Nasty bug found and fixed. Talked to Mike Woodring about it yesterday. check-in: 7dcbd09e06 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-23
| ||
09:35 | small variable naming changes to help the reader. check-in: ff6cdc8e6b user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:27 | hMasterConsole now properly closed in destructor. check-in: 7e0e4b9456 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:26 | more good stuff check-in: c45ce9721d user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:26 | Upped the mailbox size to 80 slots from 10. An INPUT_RECORD can't be too much more that 24 bytes, so this shouldn't hurt active memory. check-in: 9379ca5ee6 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:24 | Changed the destructor to use the array modifier. I don't know if it serves a purpose, though. check-in: 58434be2c7 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:22 | matches the class name changes and added a proto for the new MapToKeys() function. check-in: 22a134f4c2 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:21 | matches the class name changes check-in: d9cfa185ad user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
09:20 | file expWinClientTransportConio.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 7276ae927e user: davygrvy tags: trunk | |
09:20 | yet more filename changes. check-in: f25e7081a5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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:52 | another filename changed to be more obvious/meaningful. check-in: 9a14200127 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
08:21 | file expWinClientTransport.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: e1cfffb89d user: davygrvy tags: trunk | |
08:21 | filename changed to be more obvious/meaningful. check-in: 57e91f8f1e user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-22
| ||
14:02 | More new good stuff. check-in: 118e1e9a36 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
14:01 | file expWinConsoleKeyMap.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: b71393f231 user: davygrvy tags: trunk | |
14:01 | New file. Contains the mapping routines for converting characters into keypress events. check-in: 93dc044c83 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
05:54 | IPC connection to the injector dll, done. Write() added, but does nothing yet. I have to think this through... check-in: b0f185a7b0 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
02:50 | Big crash big fixed. I was restarting the thread AFTER the breakpoint rather than on top of it. OutputDebugString() is now passing through, too. No connection has been made yet to the IPC server the injector dll is providing. check-in: 41a3b283d7 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-21
| ||
22:04 | The injector DLL is now loading into the process. That's the good news. The bad news is that it's crashing the process. I decided to commit the changes anyways with the hope someone can assist. Even with the injector doing nothing, we still crash for some unknown reason. check-in: c4cd94f168 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
03:01 | Injector code hook-in, but doesn't yet work. I don't know why. The opcodes for loading the DLL are correct. The opcodes are written to the sub process memory and run. I just don't know. check-in: fa37e65aed user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
2002-06-20
| ||
21:52 | Added OnXDebugString() to the ConsoleDebugger class to handle the OUTPUT_DEBUG_STRING_EVENT debugger event. This sends a new message type called TYPE_WARNING to the output client. Changed the stdio client to just send this out on stderr. check-in: 074b875c56 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
20:08 | better error handling. I think I'll use OutputDebugString() for sending warnings back to the ConsoleDebugger class. check-in: f71e50a5a3 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
06:43 | small refactoring. check-in: 192fe7c43d user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
06:43 | small changes, but still untested. check-in: 3f067cab4e user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
05:39 | one must open the console INPUT buffer to write console events to it, not the SCREEN buffer. check-in: 048be1e994 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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 | |
06:42 | added an RC script for version info. check-in: 8f92d8c911 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
06:38 | small app type error fixed. I had been calling this a dll. Oops. check-in: 1ebec2eae8 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
06:29 | Injector idea more formalized from thought into some code. check-in: 86c3259524 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
04:06 | file expWinInjectorMain.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 205c2455c5 user: davygrvy tags: trunk | |
04:06 | minimal starting point for the console event injector dll (the write portion of the ConsoleDebugger class) check-in: d9b35095dc user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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-18
| ||
23:14 | oops. fixed a compiling bug. check-in: d3a336decb user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
23:13 | these changes perfect the debugger code under Win98 and have been sitting in my workspace for quite some time now. check-in: 0fbf6c84f5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
22:51 | these changes perfect the debugger code under Win98 and have been sitting in my workspace for quite some time now. check-in: 5397822b26 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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:27 | new Extract() functions. check-in: b2eb1df1cf user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
05:26 | new "follow the mouse" test case. check-in: 8a18d3f5f5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch | |
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-16
| ||
00:38 | no message Leaf check-in: 3b3b7d3e33 user: davygrvy tags: trunk, win32-jump-point-1 | |
00:37 | fixed a nasty bug in the SetArgv() function that was all my fault. check-in: abce3fafb9 user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-15
| ||
07:51 | final instalment. tried to work on cleanup issues, but more testing needed. Fixed a big bug in ConsoleDebugger::OnFillConsoleOutputCharacter() where the master console handle was null. I successfully logged into panix.com with Win2k's telnet.exe and trapped it all! check-in: d536f21d49 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:44 | no message check-in: 1aa8ffe271 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:41 | final instalment. tried to work on cleanup issues, but more testing needed. Fixed a big bug in ConsoleDebugger::OnFillConsoleOutputCharacter() where the master console handle was null. I successfully logged into panix.com with Win2k's telnet.exe and trapped it all! check-in: fa3e69bdbc user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-13
| ||
03:58 | milestone! It works. check-in: 3c6cd13a95 user: davygrvy tags: trunk, win32-jump-point-1 | |
03:53 | milestone! It works. check-in: 5d20676967 user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-12
| ||
23:12 | Got debug build working again. check-in: 8009340451 user: davygrvy tags: trunk, win32-jump-point-1 | |
22:36 | Re-arranged headers. The ConsoleDebugger class is now hidden from public veiw. I might have to pull off a bridge pattern to hide it more correctly. check-in: ec80245cd5 user: davygrvy tags: trunk, win32-jump-point-1 | |
21:34 | renamed SpawnPipeClient to SpawnStdioClient to be more meaningful. check-in: d0c08fb0e3 user: davygrvy tags: trunk, win32-jump-point-1 | |
21:33 | file expWinSpawnStdioClient.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 1169aa4d9b user: davygrvy tags: trunk | |
21:33 | renamed check-in: db93863a79 user: davygrvy tags: trunk, win32-jump-point-1 | |
21:07 | added a ShutdownTcl() so I wouldn't have to share the HMODULE. check-in: 8561c5011e user: davygrvy tags: trunk, win32-jump-point-1 | |
18:41 | file expWinDynloadTclStubs.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: 35618c58f1 user: davygrvy tags: trunk | |
18:41 | renamed check-in: d6c65ebbcb user: davygrvy tags: trunk, win32-jump-point-1 | |
18:15 | added a write() method. check-in: 84be978733 user: davygrvy tags: trunk, win32-jump-point-1 | |
18:14 | re-added use of tcl's hash tables, but this time using the template. check-in: ca4f17f334 user: davygrvy tags: trunk, win32-jump-point-1 | |
18:13 | we'll need this again. check-in: 9884495824 user: davygrvy tags: trunk, win32-jump-point-1 | |
18:10 | Added a Top() and Next() for hash searches. check-in: 98f950d0ee user: davygrvy tags: trunk, win32-jump-point-1 | |
16:42 | file TclHash.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 29bfed7527 user: davygrvy tags: trunk | |
16:42 | Wait a sec. I'm not happy with the STL's map template. It adds too much bloat. Let's go back to Tcl's hash tables. check-in: 2844ff3ab7 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:59 | final cleaning of Tcl from the slavedrv. check-in: 2f69a1fb60 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:53 | not needed anymore check-in: d74352fd28 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:09 | file expWinSlaveTrap.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: d2ffa55bf7 user: davygrvy tags: trunk | |
07:09 | removed all use of Tcl from the slavedrv. It was only being used for hash tables. replaced them with std::map. It's a bit fatter now, but i'll live. check-in: 92bf3d702e user: davygrvy tags: trunk, win32-jump-point-1 | |
07:09 | file expWinSpawnClient.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 7692030c20 user: davygrvy tags: trunk | |
04:37 | more stuff added to the pipe client component. slavedrv.exe now sits at a miniature 29,184 bytes :) check-in: 9ab26d977d user: davygrvy tags: trunk, win32-jump-point-1 | |
01:38 | Message class pulled-out to a seperate source file, due to expected growth in that area. check-in: 9b627db1e2 user: davygrvy tags: trunk, win32-jump-point-1 | |
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
| ||
07:03 | minor lint check-in: 5500b537a9 user: davygrvy tags: trunk, win32-jump-point-1 | |
06:56 | added missing file header comments check-in: 7829da16e3 user: davygrvy tags: trunk, win32-jump-point-1 | |
06:52 | added ExpSyslogGetSysMsg() check-in: 056daddd81 user: davygrvy tags: trunk, win32-jump-point-1 | |
05:36 | replacing mailboxing with simple pipes as our transport. check-in: 941dec6e28 user: davygrvy tags: trunk, win32-jump-point-1 | |
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 | Moved BuildCommandLine out of the ConsoleDebugger class for testing reasons. check-in: 049e771fce user: davygrvy tags: trunk, win32-jump-point-1 | |
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 | Added a test for the BuildCommandLine function. check-in: a299a70995 user: davygrvy tags: trunk, win32-jump-point-1 | |
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-10
| ||
01:02 | Added more fatal error checks. check-in: 897f5b1365 user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-09
| ||
22:56 | Started on the app-level message queue. check-in: 94f9cb8e7c user: davygrvy tags: trunk, win32-jump-point-1 | |
22:55 | now builds for release once more. check-in: fc5c48f1ea user: davygrvy tags: trunk, win32-jump-point-1 | |
05:48 | Got error codes working. check-in: d41a46d4b1 user: davygrvy tags: trunk, win32-jump-point-1 | |
03:10 | links once more, but isn't yet working again. check-in: e28107c5f5 user: davygrvy tags: trunk, win32-jump-point-1 | |
01:54 | resource script for the slave driver. check-in: 60c78891ef user: davygrvy tags: trunk, win32-jump-point-1 | |
01:51 | Changed all uses of NULL to the C++ 0L understanding. check-in: 612fa9b494 user: davygrvy tags: trunk, win32-jump-point-1 | |
01:42 | file slavedrv.rc was initially added on branch telco-tec-win32-take2-branch. check-in: 350d3fb408 user: davygrvy tags: trunk | |
01:42 | resource script for the slave driver. check-in: 01fd2336c4 user: davygrvy tags: trunk, win32-jump-point-1 | |
01:42 | file slavedrvmc.mc was initially added on branch telco-tec-win32-take2-branch. check-in: 2dd67cb94e user: davygrvy tags: trunk | |
01:42 | Needed to rename this. check-in: e34971ba0b user: davygrvy tags: trunk, win32-jump-point-1 | |
01:17 | Almost linkable again. check-in: 7457b94228 user: davygrvy tags: trunk, win32-jump-point-1 | |
00:10 | more little stuff. check-in: b3823e0e10 user: davygrvy tags: trunk, win32-jump-point-1 | |
00:00 | fixed file header comments, again. check-in: 8b6c607f3d user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-08
| ||
23:51 | fixed file header comments. check-in: 0e81fcc722 user: davygrvy tags: trunk, win32-jump-point-1 | |
23:49 | multi-lingual message catalog used for error messages in the slave driver. check-in: da60ab35d6 user: davygrvy tags: trunk, win32-jump-point-1 | |
23:49 | file slavedrv.mc was initially added on branch telco-tec-win32-take2-branch. check-in: 8a5e8cbe1a user: davygrvy tags: trunk | |
23:37 | not close to done, but a good launch point. check-in: 8ac9f924ca user: davygrvy tags: trunk, win32-jump-point-1 | |
23:33 | stopped including the IntPlat stuff from here. check-in: e3e2bbfe60 user: davygrvy tags: trunk, win32-jump-point-1 | |
23:31 | When is a pid not a pid? When it's a process handle, so stop lying about it. check-in: e0763b50f6 user: davygrvy tags: trunk, win32-jump-point-1 | |
23:29 | name change for the event loop function. check-in: bb884f4692 user: davygrvy tags: trunk, win32-jump-point-1 | |
23:20 | more cleanup. check-in: c0a0d1e86d user: davygrvy tags: trunk, win32-jump-point-1 | |
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 | |
03:25 | C++ rewrite of the debugger code is coming along well. check-in: 5be3d84e9a user: davygrvy tags: trunk, win32-jump-point-1 | |
02:49 | changed some win protos. check-in: 0ac0410eb7 user: davygrvy tags: trunk, win32-jump-point-1 | |
02:41 | file expWinConsoleDebuggerBreakPoints.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: e8743615d6 user: davygrvy tags: trunk | |
02:41 | breakpoints completed. module compiles cleanly, but does not yet function. The hook-in for posting work has not been established. check-in: 545792009c user: davygrvy tags: trunk, win32-jump-point-1 | |
00:21 | file expWinConsoleDebugger.hpp was initially added on branch telco-tec-win32-take2-branch. check-in: 175aa11d94 user: davygrvy tags: trunk | |
00:21 | C++ rewrite of expWinSlaveDbg.c (mostly done.. good time to save it) check-in: 91f9949f0a user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-03-06
| ||
02:18 | small changes that are minor. check-in: f3234fbbfa user: davygrvy tags: trunk, win32-jump-point-1 | |
01:51 | Our main() for the slave driver is getting a deep rewrite. This shell has a good structure. The outer edges are in process. slavedrv.exe currently won't link at this time. check-in: 680bba620c user: davygrvy tags: trunk, win32-jump-point-1 | |
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-16
| ||
03:17 | A static build issue. check-in: c4e690b633 user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-02-13
| ||
02:47 | no message check-in: b5bb9745f2 user: davygrvy tags: trunk, win32-jump-point-1 | |
02:39 | Changed a few functions to be CONST char* and some general reformatting to improve readability. check-in: c6e567db08 user: davygrvy tags: trunk, win32-jump-point-1 | |
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-11
| ||
09:56 | Can now build for Stubs and provide a Stubs table, too, WeeHoo.. check-in: c85f6265ee user: davygrvy tags: trunk, win32-jump-point-1 | |
02:19 | small changes for Stubs check-in: 933bdb4a54 user: davygrvy tags: trunk, win32-jump-point-1 | |
02:19 | Old header files not used have been removed check-in: 72ffb1bea3 user: davygrvy tags: trunk, win32-jump-point-1 | |
2002-02-10
| ||
13:40 | More modifications have been done to support providing a Stubs table. This isn't complete, but close. check-in: 4ac81042f6 user: davygrvy tags: trunk, win32-jump-point-1 | |
12:04 | All file comments have the same form. check-in: b2f154aa5d user: davygrvy tags: trunk, win32-jump-point-1 | |
10:44 | updated settings for a release build. check-in: ef3eade3c1 user: davygrvy tags: trunk, win32-jump-point-1 | |
10:17 | More rounds of edits getting the new Stubs table more towards perfection. check-in: 44310c968d user: davygrvy tags: trunk, win32-jump-point-1 | |
09:03 | fixed some preprocessor logic that was in error. check-in: debc85826d user: davygrvy tags: trunk, win32-jump-point-1 | |
08:51 | file etest.tcl was initially added on branch telco-tec-win32-take2-branch. check-in: b5e8f4edbd user: davygrvy tags: trunk | |
08:51 | moved all test related files out of the source dir check-in: ddabed73e8 user: davygrvy tags: trunk, win32-jump-point-1 | |
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:44 | These are not part of the extension and have no place here, at this time. check-in: be4a401bdb user: davygrvy tags: trunk, win32-jump-point-1 | |
08:43 | This file shall not be part of the porting job I am doing. After Expect becomes a "friendly" extension, we can then get creative and put the "C" API lib back. check-in: 44ef4138dd user: davygrvy tags: trunk, win32-jump-point-1 | |
08:41 | not needed anymore check-in: 1a2a70a56b user: davygrvy tags: trunk, win32-jump-point-1 | |
08:40 | small lint check-in: 58f4b29459 user: davygrvy tags: trunk, win32-jump-point-1 | |
08:35 | file expStubLib.c was initially added on branch telco-tec-win32-take2-branch. check-in: 4f49d0b8f3 user: davygrvy tags: trunk | |
08:35 | moved all header files over to a more core style with the beginnings of a Stubs table. This work is far from complete. check-in: bf48dabd76 user: davygrvy tags: trunk, win32-jump-point-1 | |
07:44 | fixing filename case problem check-in: c2d0f42e18 user: davygrvy tags: trunk, win32-jump-point-1 | |
06:44 | fixing filename case problem check-in: 6721b7d52f user: davygrvy tags: trunk, win32-jump-point-1 | |
06:37 | not needed anymore check-in: a0d8701aa5 user: davygrvy tags: trunk, win32-jump-point-1 | |
06:25 | moved all header files over to a more core style with the beginnings of a Stubs table. This work is far from complete. check-in: 534d97e6ae user: davygrvy tags: trunk, win32-jump-point-1 | |
04:38 | moved all header files over to a more core style with the beginnings of a Stubs table. This work is far from complete. check-in: 4c8681d003 user: davygrvy tags: trunk, win32-jump-point-1 | |
04:36 | already in compat/ check-in: d50ce506e7 user: davygrvy tags: trunk, win32-jump-point-1 | |
04:34 | even more rc script problems repaired. check-in: 88cbbc81d3 user: davygrvy tags: trunk, win32-jump-point-1 | |
04:13 | more rc script problems repaired. check-in: 94427b29c3 user: davygrvy tags: trunk, win32-jump-point-1 | |
04:00 | rc script problems repaired check-in: 3e73856a0f user: davygrvy tags: trunk, win32-jump-point-1 | |
02:59 | moved all header files over to a more core style with the beginnings of a Stubs table. This work is far from complete. check-in: 03d518f3ac user: davygrvy tags: trunk, win32-jump-point-1 | |
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-22
| ||
05:35 | Took-out link references to tcl84(d).lib. we'll let winDllmain.c handle it through #pragmas check-in: 9d16b86470 user: davygrvy tags: trunk, win32-jump-point-1 | |
05:29 | Got the spawndrv.exe using Stubs. Tried to get the extension, but more work needs to be done first. Most Expect commands are now in the ::exp namespace. check-in: eb303698b1 user: davygrvy tags: trunk, win32-jump-point-1 | |
05:22 | re-added from the original branch check-in: d0aec7d6cd user: davygrvy tags: trunk, win32-jump-point-1 | |
2001-12-21
| ||
12:17 | Second shot (and final) of automating VC++ for the debugger friendly replacement to CreateProcess(). What a nightmare... check-in: deb3da4aba user: davygrvy tags: trunk, win32-jump-point-1 | |
12:17 | file MsvcDbgControl.cpp was initially added on branch telco-tec-win32-take2-branch. check-in: fa49de46f1 user: davygrvy tags: trunk | |
12:17 | Second shot (and final) of automating VC++ for the debugger friendly replacement to CreateProcess(). What a nightmare... check-in: 8dc15e5bf1 user: davygrvy tags: trunk, win32-jump-point-1 | |
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
| ||
02:49 | removed -iomode fconfigure option, as there isn't one of that type found in the stock pipe driver. check-in: 72d42f379a user: davygrvy tags: trunk, win32-jump-point-1 | |
02:35 | Moved expWinProc initting to a new file. Also realized COM control over the slavedrv debugger is much more work than antisipated to get right. check-in: f74b4867a9 user: davygrvy tags: trunk, win32-jump-point-1 | |
01:00 | Moved expWinProc initting to a new file. Also realized COM control over the slavedrv debugger is much more work than antisipated to get right. check-in: 133b477cfe user: davygrvy tags: trunk, win32-jump-point-1 | |
00:38 | file ExpWinInit.c was initially added on branch telco-tec-win32-take2-branch. check-in: b298150906 user: davygrvy tags: trunk | |
00:38 | Moved expWinProc initting to a new file. Also realized COM control over the slavedrv debugger is much more work than antisipated to get right. check-in: 794eb26dab user: davygrvy tags: trunk, win32-jump-point-1 | |
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 | First shot at trying to automate VC++ so I can run slavedrv.exe and get around the "can't debug child processes" issue. check-in: 73ebd5194f user: davygrvy tags: trunk, win32-jump-point-1 | |
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 | |
00:33 | OutputDebugString added to the winprocs for the Tchar thing that Tcl_WinUtfToTChar() does. check-in: c94859af86 user: davygrvy tags: trunk, win32-jump-point-1 | |
00:28 | not used anymore check-in: ec0f6967a4 user: davygrvy tags: trunk, win32-jump-point-1 | |
2001-12-17
| ||
07:28 | Changed ExpWinCreateProcess() to support unicode (aka TCHAR at run-time through Tcl_WinUtfToTchar()) check-in: e8423aacbc user: davygrvy tags: trunk, win32-jump-point-1 | |
07:15 | Changed ExpWinCreateProcess() to support unicode (aka TCHAR at run-time through Tcl_WinUtfToTchar()) check-in: dd7eb13d7c user: davygrvy tags: trunk, win32-jump-point-1 | |
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-23
| ||
05:39 | added an ignore file for a cleaner appearing workspace. check-in: afbbc866bb user: davygrvy tags: trunk, win32-jump-point-1 | |
2001-11-22
| ||
22:44 | Merged Mcl into the take2 branch check-in: c0a90f0fdc user: davygrvy tags: trunk, win32-jump-point-1 | |
22:36 | removed some left-over C++ style comments. check-in: 0aa694cb00 user: davygrvy tags: trunk, win32-jump-point-1 | |
22:30 | removed some small cruft. check-in: 03e7baf64a user: davygrvy tags: trunk, win32-jump-point-1 | |
22:29 | Oopps.. removed a small namespacing left-over of an experiment. check-in: f3dcbc1c9e user: davygrvy tags: trunk, win32-jump-point-1 | |
12:38 | this is not needed check-in: 2e1aa96fe7 user: davygrvy tags: trunk, win32-jump-point-1 | |
11:03 | Oopps.. left some bad debugging cruft around check-in: 1baa0ad055 user: davygrvy tags: trunk, win32-jump-point-1 | |
08:54 | not used anymore check-in: ae8fa2d4be user: davygrvy tags: trunk, win32-jump-point-1 | |
08:50 | file expect.dsw was initially added on branch telco-tec-win32-take2-branch. check-in: 2cf029e62e user: davygrvy tags: trunk | |
08:50 | A working set of code against Tcl8.4! check-in: 4bac78b859 user: davygrvy tags: trunk, win32-jump-point-1 | |
2001-11-18
| ||
21:53 | updated last update date. Leaf check-in: 8dfbe8bed5 user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:51 | no message check-in: 3f0ca7e189 user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:48 | 2001-11-07 update form the author's errata. check-in: 50fd3b8011 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-11-15
| ||
08:23 | unfinished work committed anyway. check-in: dab59ec58d user: davygrvy tags: trunk, telco-tec-win32-branch | |
07:25 | unfinished work committed anyway. check-in: e460c21bc1 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | |
07:13 | old build files removed. check-in: 3f37b6e00b user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | beginning the C++ rewrite. check-in: 65b045a150 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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
| ||
22:10 | More trims for unicode, but I'm dropping the attempt to build for unicode. Too much wierd stuff to handle along with tchar.h having a C++ bug that I don't understand why overloading is problematic. check-in: a30245fdb2 user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:20 | not needed anymore. check-in: 1e173421ab user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:19 | added full thread safety to the static buffer. check-in: b0297f3da0 user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:17 | no message check-in: c5a64331bd user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:13 | a few more globs added. check-in: 13258be032 user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:11 | Changed to an IDE project rather than a makefile project. The makefiles will be disappearing. check-in: 909d583bb5 user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:10 | small unicode changes. check-in: c27813415d user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:06 | Massive restructuring done to the header files. Closely emulates the core. check-in: bcc562d27c user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:04 | Numerous changes check-in: c0b1d44b73 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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:03 | Changed to an IDE project rather than a makefile project. The makefiles will be disappearing. check-in: 9c24d7a682 user: davygrvy tags: trunk, telco-tec-win32-branch | |
10:01 | Small test beginnings of the IPC channel driver with client for spawndrv.exe check-in: 79ec56a9e6 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | "Mcl" multithreading C++ class library added check-in: 4d973c39db user: davygrvy tags: trunk, telco-tec-win32-branch | |
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
| ||
13:00 | added a 'clean' target. check-in: 297ed929c8 user: davygrvy tags: trunk, telco-tec-win32-branch | |
05:05 | (new) check-in: 90a3b42044 user: davygrvy tags: trunk, telco-tec-win32-branch | |
05:05 | file README.win32.txt was initially added on branch telco-tec-win32-branch. check-in: 25286cd140 user: davygrvy tags: trunk | |
03:35 | no message check-in: b0d6ddc787 user: davygrvy tags: trunk, telco-tec-win32-branch | |
03:28 | (new) not neccessarily needed, but being explict is a good thing. check-in: 479e2b7e14 user: davygrvy tags: trunk, telco-tec-win32-branch | |
03:28 | file dllEntryPoint.c was initially added on branch telco-tec-win32-branch. check-in: 438829f86f user: davygrvy tags: trunk | |
2001-10-29
| ||
23:35 | not needed. check-in: d3efa80b42 user: davygrvy tags: trunk, telco-tec-win32-branch | |
23:34 | This should be part of exp_clib.c, but not yet. check-in: 7531a1280c user: davygrvy tags: trunk, telco-tec-win32-branch | |
22:59 | fixed the release build to actually do a release build. check-in: 531596f442 user: davygrvy tags: trunk, telco-tec-win32-branch | |
22:58 | folder change check-in: d0e8b1ce65 user: davygrvy tags: trunk, telco-tec-win32-branch | |
20:55 | Stubs play. check-in: 67295ee86b user: davygrvy tags: trunk, telco-tec-win32-branch | |
20:54 | Whoops. should be IntPlat, not PlatInt. check-in: e7b725a71a user: davygrvy tags: trunk, telco-tec-win32-branch | |
20:40 | improper naming convention. Should be PlatInt not IntPlat check-in: db85225adb user: davygrvy tags: trunk, telco-tec-win32-branch | |
20:40 | file expPlatIntDecls.h was initially added on branch telco-tec-win32-branch. check-in: 7db5bbaaf2 user: davygrvy tags: trunk | |
06:40 | expStubInit.c now hooked in. Nothing inside exp.decl except some test code to buzz the lines. check-in: 0a66f8e3b5 user: davygrvy tags: trunk, telco-tec-win32-branch | |
06:40 | file expIntPlatDecls.h was initially added on branch telco-tec-win32-branch. check-in: e4e36446bc user: davygrvy tags: trunk | |
03:21 | needed an <eol> at the end of the file for the resource compiler. check-in: 3627cae6f4 user: davygrvy tags: trunk, telco-tec-win32-branch | |
03:20 | set use the newer exp.h check-in: cb4c0d27a5 user: davygrvy tags: trunk, telco-tec-win32-branch | |
02:52 | added the 'genstubs' target check-in: b97288a65d user: davygrvy tags: trunk, telco-tec-win32-branch | |
02:46 | had to put the !error directive back in place. check-in: d63fd90ba3 user: davygrvy tags: trunk, telco-tec-win32-branch | |
02:44 | was moved to compat/ check-in: 8b3a054d35 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-28
| ||
11:12 | Stubs has begun check-in: 2ba656b7e6 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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:25 | no message check-in: c645bf0daa user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:20 | (new) IDE file for rebuilding the Stubs table. check-in: af22a5013a user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:20 | file genStubs.dsp was initially added on branch telco-tec-win32-branch. check-in: d9d9a01126 user: davygrvy tags: trunk | |
09:07 | removed the check to when not to call DebugBreak(). Always call it. check-in: 463a0c30af user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:06 | build instruction changes check-in: b715aad0c8 user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:02 | extension target changed from 'release' to 'expect' check-in: cfd4958739 user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:00 | (new) Stubs table check-in: c79b875f18 user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:00 | file exp.decls was initially added on branch telco-tec-win32-branch. check-in: 95e812f808 user: davygrvy tags: trunk | |
08:59 | no more custom shells check-in: 34dcaca07c user: davygrvy tags: trunk, telco-tec-win32-branch | |
08:58 | large amount of edits to make it work (again). Needs to be checked against the snap29 mods. check-in: 8443f4b358 user: davygrvy tags: trunk, telco-tec-win32-branch | |
08:57 | reworking the header files for a more core style and structure. check-in: 3dfc36b2cf user: davygrvy tags: trunk, telco-tec-win32-branch | |
07:34 | large amount of edits to make it work (again). Needs to be checked against the snap29 mods. check-in: eb08d96b3e user: davygrvy tags: trunk, telco-tec-win32-branch | |
01:46 | reworking the header files for a more core style and structure. check-in: 3cee3a91ff user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | reworking the header files for a more core style and structure. check-in: a92f338e0d user: davygrvy tags: trunk, telco-tec-win32-branch | |
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:24 | a couple more IDE project files for MsDev check-in: c9bc128af3 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | |
11:49 | adding more calls to ExpSyslog() where needed. check-in: a7cf297568 user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:40 | a "merge" of the older Gordon port to 5.32.2's check-in: 65a2c43e2b user: davygrvy tags: trunk, telco-tec-win32-branch | |
09:34 | ExpSyslog() is finally doing what I want. More work to do, but the groundwork is now set. check-in: e68b41e457 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-22
| ||
21:43 | Needed to include the temp directory in the include path so spawndrvmc.h is picked-up. check-in: 8389d6b514 user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:42 | removed #include "tclInt.h". tclPort.h brings it in anyways. check-in: 28ac401c53 user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:40 | simple formatting changes. check-in: d4845b506b user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:39 | MSVC++ v6 project file. Calls the makefile anyways.. Just a shortcut when working in the IDE so the debugger knows what is what and who is who and everyone can co-exist all peacefully. check-in: 23e00d055b user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:39 | file slavedrv.dsp was initially added on branch telco-tec-win32-branch. check-in: 5678fe36b7 user: davygrvy tags: trunk | |
21:37 | globs to ignore by CVS. check-in: ddfd051827 user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:37 | file .cvsignore was initially added on branch telco-tec-win32-branch. check-in: e6b4bdb809 user: davygrvy tags: trunk | |
21:35 | MSVC++ v6 workspace file for the IDE. check-in: a1009a293d user: davygrvy tags: trunk, telco-tec-win32-branch | |
21:35 | file expect.dsw was initially added on branch telco-tec-win32-branch. check-in: 52fc142bcd user: davygrvy tags: trunk | |
2001-10-14
| ||
22:20 | no message check-in: 987c3eb3b9 user: davygrvy tags: trunk, telco-tec-win32-branch | |
22:15 | Changed the build files to be run from the /win directory instead of the top-root. This will help get MS project .dsp files working. check-in: 08480b46b2 user: davygrvy tags: trunk, telco-tec-win32-branch | |
22:13 | Added #define RESOURCE_INCLUDED because tcl.h doesn't use RC_INVOKED. Which it should, but doesn't. check-in: eaa485835e user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-12
| ||
19:59 | getting closer to building the message catalog. check-in: 4ccbae496a user: davygrvy tags: trunk, telco-tec-win32-branch | |
01:32 | corrected title block text. check-in: 4669fa5f84 user: davygrvy tags: trunk, telco-tec-win32-branch | |
01:26 | spawndrv.exe needed a resource script and a message catalog. check-in: a82be0d5b7 user: davygrvy tags: trunk, telco-tec-win32-branch | |
01:26 | file spawndrvmc.mc was initially added on branch telco-tec-win32-branch. check-in: d96e09de02 user: davygrvy tags: trunk | |
00:43 | spawndrv.exe needed a resource script and a message catalog. check-in: 6a14ce5401 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | Added Stubs dynloading stuff. slavedrv.exe appears to be working thus far, check-in: 5e3cce49bd user: davygrvy tags: trunk, telco-tec-win32-branch | |
13:29 | file expWinDynloadTclStubs.c was initially added on branch telco-tec-win32-branch. check-in: 2114548771 user: davygrvy tags: trunk | |
09:04 | Ack! bigger bugfix repaired. Had some doubleup during some edits for comparisons and forget to delete the old half. check-in: 18f63cbc00 user: davygrvy tags: trunk, telco-tec-win32-branch | |
08:55 | l'il bugfix check-in: 4f99ff3fbf user: davygrvy tags: trunk, telco-tec-win32-branch | |
08:49 | Added ExpInitWinProcessAPI() to setup the ascii/unicode proc switching. check-in: 1e0f32964a user: davygrvy tags: trunk, telco-tec-win32-branch | |
07:51 | updated ExpCreateProcess() to match 8.4 imp. I wish I could use the core for this function, but can't as the changes are deep. check-in: 44263e03f0 user: davygrvy tags: trunk, telco-tec-win32-branch | |
03:59 | slavedrv.exe is building.. need to add Stubs startup code. check-in: 4079f3968d user: davygrvy tags: trunk, telco-tec-win32-branch | |
02:41 | slavedrv.exe is building.. need to add Stubs startup code. check-in: 81a07eb18f user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-05
| ||
00:49 | moved to the compat/ directory check-in: 12fab9361c user: davygrvy tags: trunk, telco-tec-win32-branch | |
00:48 | motion toward a pure extension. No custom shells. check-in: 54b6a258a5 user: davygrvy tags: trunk, telco-tec-win32-branch | |
00:46 | pertinent code moved to expSpawnChan.c instead. check-in: a5958bac06 user: davygrvy tags: trunk, telco-tec-win32-branch | |
00:45 | won't be used anymore in favor of the core RE engine. check-in: 63b55a3496 user: davygrvy tags: trunk, telco-tec-win32-branch | |
00:44 | Mostly adapted to the ExpState structure... check-in: 3cc5b00ba4 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-04
| ||
21:38 | There will be no more expectLib check-in: 19a9887b37 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-03
| ||
01:07 | Top-level source files removed. check-in: b46227f384 user: davygrvy tags: trunk, telco-tec-win32-branch | |
2001-10-02
| ||
23:52 | not needed. We'll be using the core for this. NO COPIES! check-in: 8e9d2a1df8 user: davygrvy tags: trunk, telco-tec-win32-branch | |
23:50 | not needed here. check-in: 2bc81d4f7b user: davygrvy tags: trunk, telco-tec-win32-branch | |
23:04 | Top-level source files removed. check-in: e2245d7e92 user: davygrvy tags: trunk, telco-tec-win32-branch | |
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 | |
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: 6c39386709 user: jenn tags: trunk | |
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-21
| ||
18:41 | It should now be possible to configure expect with the same configure arguments used to configure Tcl. Makefile targets now consistent with Tcl Makefile targets. check-in: 97c29574fe user: wart tags: trunk | |
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 | |
1999-06-12
| ||
01:44 | more changes to objectify the interact command check-in: 0d3a9ebfd1 user: stanton tags: trunk, master-UNNAMED-BRANCH | |
1999-06-11
| ||
20:11 | got rid of remaining references to exp_fs and friends and exp_update_masters check-in: 38035ef0b7 user: don tags: trunk, master-UNNAMED-BRANCH | |
02:10 | modified expect command to use new regexp interfaces, made various I18N changes check-in: 830f1ec7fe user: stanton tags: trunk, master-UNNAMED-BRANCH | |
1999-06-10
| ||
22:02 | Expect channel driver check-in: c26220a2c6 user: don tags: trunk, master-UNNAMED-BRANCH | |
22:01 | Added Exp channel driver and modified rest to support it. check-in: 28941cd7fd user: don tags: trunk, master-UNNAMED-BRANCH | |
1999-06-07
| ||
17:49 | Initial 8.1 changes. check-in: ccd6fc80e5 user: libes tags: trunk, master-UNNAMED-BRANCH | |
16:47 | misc bug fixes check-in: 9b06b1fcea user: libes tags: trunk | |
1999-04-01
| ||
18:51 | Version number fix check-in: d866e2c04d user: libes tags: trunk | |
16:10 | Synthetic commit for tag expect-5-31-base Leaf check-in: 68d2381deb user: cvs-fast-export tags: trunk, expect-5-31-base | |
16:10 | Martin Forssen <[email protected]> provided fix to allow configure to start with LDFLAGS from environment. Paul Tazzyman <[email protected]> noted that log_file didn't check for logging twice without turning off logging first. Ben <[email protected]> provided updated host for weather example. Jonathon Kamens noted that Expect didn't build properly if Tcl and/or Tk used build/install directories out of the usual hierarchy. At the same time, I fixed a number of other related problems in Makefile/configure. Pierre Pomes <[email protected]> provided fix to ftp-inband. It blew up from an unprotected send that was handed a uuencoded line that started with a -. Autoexpect was thrown off by simple-minded [file executable] test picking up expect directory while searching for executable. check-in: df80734a13 user: libes tags: trunk | |
1999-02-12
| ||
23:51 | Synthetic commit for tag scriptics-tclpro-1-2 Leaf check-in: 5268c3652b user: cvs-fast-export tags: trunk, scriptics-tclpro-1-2 | |
23:51 | numerous edits - getting synchronized (first time I've used CVS), see HISTORY file for more info check-in: 64a96aa7e8 user: libes tags: trunk | |