| Commit message (Expand) | Author | Age | Files | Lines |
* | * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for | dgp | 2003-03-03 | 2 | -4/+4 |
|
|
* | * win/configure: | hobbs | 2003-03-01 | 3 | -9/+9 |
|
|
* | Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c... | chengyemao | 2003-02-27 | 1 | -2/+2 |
|
|
* | * README: Bumped to version 8.4.2. | hobbs | 2003-02-15 | 3 | -5/+5 |
|
|
* | * win/tclWinTime.c: Added code to test and compensate for forward
| Kevin B Kenny | 2003-02-14 | 1 | -13/+29 |
|
|
* | Added conversion from the system encoding to tcl_platform(user), so
| Kevin B Kenny | 2003-02-13 | 1 | -5/+9 |
|
|
* | * win/configure: | mdejong | 2003-02-11 | 2 | -52/+54 |
|
|
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -4/+9 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -105/+84 |
|
|
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 2 | -151/+185 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 4 | -17/+42 |
|
|
* | * generic/tcl.h: Add TCL_PREFIX_IDENT and | mdejong | 2003-01-28 | 2 | -5/+37 |
|
|
* | * win/README: Update msys+mingw URL to release 6. | mdejong | 2003-01-27 | 1 | -4/+4 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-27 | 3 | -37/+105 |
|
|
* | * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): | mdejong | 2003-01-26 | 1 | -10/+93 |
|
|
* | * win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings): | mdejong | 2003-01-25 | 3 | -125/+194 |
|
|
* | * win/configure: | mdejong | 2003-01-25 | 3 | -42/+60 |
|
|
* | * win/tclWinDde.c (Dde_Init): clarified use of tsdPtr. | hobbs | 2003-01-25 | 1 | -12/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-24 | 3 | -33/+114 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-21 | 2 | -16/+26 |
|
|
* | * win/tclWinDde.c (DdeServerProc): Deallocate | mdejong | 2003-01-18 | 1 | -1/+3 |
|
|
* | * win/tclWinSerial.c (SerialOutputProc): add casts for | hobbs | 2003-01-16 | 1 | -4/+4 |
|
|
* | * tests/winDde.test: | hobbs | 2003-01-16 | 1 | -3/+9 |
|
|
* | * win/tclWin32Dll.c (squelch_warnings): Squelch | mdejong | 2003-01-16 | 9 | -66/+121 |
|
|
* | Fix mingw build problems and compiler warnings. | mdejong | 2003-01-14 | 2 | -5/+13 |
|
|
* | * win/README: Update msys + mingw URL, the | mdejong | 2003-01-13 | 1 | -2/+2 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-13 | 2 | -4/+4 |
|
|
* | * generic/tcl.h: Skip Tcl's define of CHAR, | mdejong | 2003-01-13 | 3 | -28/+101 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-13 | 3 | -27/+153 |
|
|
* | WinTcl crash on exit fix | vincentdarley | 2003-01-10 | 3 | -10/+10 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 3 | -3/+42 |
|
|
* | * win/makefile.vc: | davygrvy | 2003-01-05 | 2 | -30/+43 |
|
|
* | * win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro | davygrvy | 2002-12-18 | 1 | -6/+6 |
|
|
* | * generic/tclPipe.c (TclCleanupChildren): | davygrvy | 2002-12-17 | 2 | -7/+165 |
|
|
* | * unix/configure.in: Updated configure of CVS snapshots to reflect | dgp | 2002-12-13 | 2 | -3/+3 |
|
|
* | * win/tclWinThrd.c (TclpMasterUnlock): | hobbs | 2002-12-10 | 1 | -36/+23 |
|
|
* | * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check | davygrvy | 2002-12-08 | 1 | -15/+17 |
|
|
* | * generic/tclStubInit.c: regen | hobbs | 2002-12-06 | 2 | -2/+55 |
|
|
* | * win/tclWinPipe.c: reverted back to -r1.27 due to numerous test | davygrvy | 2002-12-05 | 1 | -67/+7 |
|
|
* | * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with an | davygrvy | 2002-12-04 | 1 | -5/+52 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT | davygrvy | 2002-12-04 | 1 | -2/+2 |
|
|
* | * win/tclAppInit.c (sigHandler): Protect from trying to close a | davygrvy | 2002-12-04 | 2 | -6/+23 |
|
|
* | * win/tclWinChan.c (Tcl_MakeFileChannel): return of | davygrvy | 2002-11-27 | 1 | -2/+2 |
|
|
* | * win/tclWinSock.c: WSAStartup() loaded version comparison | davygrvy | 2002-11-27 | 1 | -7/+25 |
|
|
* | * win/tclWinSock.c: Removed shutdown() from the function | davygrvy | 2002-11-27 | 1 | -12/+7 |
|
|
* | * win/tclWinPort.h: Don't turn off winsock prototypes! | davygrvy | 2002-11-27 | 1 | -6/+2 |
|
|
* | Missed a couple left-overs from my TcpAccept hack. Now fixed. Sorry for the | davygrvy | 2002-11-27 | 1 | -33/+16 |
|
|
* | adjusted some commentary to be more accurate. | davygrvy | 2002-11-27 | 1 | -5/+6 |
|
|
* | Incorrect local edit of this file was previously committed that included a | davygrvy | 2002-11-27 | 1 | -108/+61 |
|
|
* | * win/tclWinPort.h: | davygrvy | 2002-11-27 | 2 | -403/+589 |
|
|