Expect

Timeline
Login

Timeline

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

114 check-ins tagged with "win32-jump-point-1"

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
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
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
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
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
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
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
00:32
Moved BuildCommandLine out of the ConsoleDebugger class for testing reasons. check-in: 049e771fce user: davygrvy tags: trunk, win32-jump-point-1
00:31
Added a test for the BuildCommandLine function. check-in: a299a70995 user: davygrvy tags: trunk, win32-jump-point-1
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
resource script for the slave driver. check-in: 01fd2336c4 user: davygrvy tags: trunk, win32-jump-point-1
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: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
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
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
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-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-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
moved all test related files out of the source dir check-in: ddabed73e8 user: davygrvy tags: trunk, win32-jump-point-1
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
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
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
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
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
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
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
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-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
A working set of code against Tcl8.4! check-in: 4bac78b859 user: davygrvy tags: trunk, win32-jump-point-1
2001-09-13
03:43
a notice of nothing. check-in: be6c4ae2c3 user: davygrvy tags: trunk, win32-jump-point-1
03:33
moved from root check-in: e629beeecd user: davygrvy tags: trunk, win32-jump-point-1
03:26
moved from root check-in: b00cb1b3c1 user: davygrvy tags: trunk, win32-jump-point-1
02:31
moved from root check-in: 801e10d2de user: davygrvy tags: trunk, win32-jump-point-1
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
01:14
snap29 "import" check-in: 70e2933c93 user: davygrvy tags: trunk, win32-jump-point-1
01:08
snap29 "import" check-in: 48ff5c0911 user: davygrvy tags: trunk, win32-jump-point-1
01:06
moved from root check-in: 73c5ce26d6 user: davygrvy tags: trunk, win32-jump-point-1