Expect

Timeline
Login

Timeline

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

200 most recent check-ins using file win/tests/ftp.test version 7f55912f7b

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
2002-08-30
02:49
name change and needs config.hpp check-in: d7186958fb user: davygrvy tags: trunk, telco-tec-win32-take2-branch
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
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
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
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
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
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
yet more filename changes. check-in: f25e7081a5 user: davygrvy tags: trunk, telco-tec-win32-take2-branch
08:52
another filename changed to be more obvious/meaningful. check-in: 9a14200127 user: davygrvy tags: trunk, telco-tec-win32-take2-branch
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
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
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
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
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-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
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-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:13
old build files removed. check-in: 3f37b6e00b user: davygrvy tags: trunk, telco-tec-win32-branch
2001-11-09
01:17
beginning the C++ rewrite. check-in: 65b045a150 user: davygrvy tags: trunk, telco-tec-win32-branch
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: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:00
"Mcl" multithreading C++ class library added check-in: 4d973c39db user: davygrvy tags: trunk, telco-tec-win32-branch
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
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
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
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
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