summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* merged 8.1.0 changes into mainlinestanton1999-04-242-425/+74
* * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInitstanton1999-04-231-1/+11
* * win/tclWinFCmd.c:stanton1999-04-232-8/+8
* Improved socket driver, use WSAEventSelect on NTredman1999-04-222-124/+508
* * win/tclWinInit.c:stanton1999-04-211-5/+48
* Resynced with mainline.rjohnson1999-04-216-12/+11
* Merge with 8.1.0 branchredman1999-04-213-35/+22
* merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ...surles1999-04-211-2/+1
* fixed bug 1571: pkgIndex files fail for dde and registry packages:surles1999-04-192-21/+17
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-1/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-1629-3644/+10430
* * Merge 8.0.5 changes:stanton1999-04-151-1/+9
* * win/tclWinPipe.c:stanton1999-03-112-12/+75
* Merged stubs changes into mainline for 8.0stanton1999-03-109-113/+154
* updated readmes for 8.0.5 releasestanton1999-02-091-17/+14
* * win/makefile.vc: Added better support for paths with spaces instanton1999-02-031-49/+50
* * win/tclAppInit.c:stanton1999-02-031-5/+5
* * unix/tclUnixChan.c:stanton1999-02-031-3/+21
* Changed to pass registry dll path into test script so the test doesn'tstanton1999-02-021-2/+3
* * win/winDumpExts.c: Patched to be picker about strippingstanton1999-02-021-7/+9
* * win/tclWinReg.c:stanton1999-02-021-2/+3
* * win/tclWinInit.c (TclPlatformInit): Added code to ensurestanton1999-02-021-2/+4
* * win/makefile.vc:stanton1999-01-061-4/+12
* Updated the version to 8.0.5.rjohnson1999-01-043-9/+12
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-041-1/+15
* cleaned up test suite so most of the tests pass on Windowsstanton1998-11-021-2/+4
* Made "install-libraries" target more silent when copying library files.suresh1998-11-021-21/+21
* On Windows, Added the "debug" element of the tcl_platform array whichsuresh1998-10-201-1/+13
* Bumped the optimization to -O2 (optimize speed); test suite seems to haveescoffon1998-10-173-10/+12
* Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-052-2/+10
* merged tcl8.0.4 changes to fix Windows memory allocationstanton1998-09-301-6/+7
* Added support for Win95.escoffon1998-09-302-40/+46
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-1430-30/+30
* Initial revisionstanton1998-08-311-0/+518
* fixed bad registry codestanton1998-08-051-11/+18
* *** empty log message ***welch1998-08-041-12/+36
* *** empty log message ***welch1998-08-041-1/+2
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-042-8/+8
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-5/+6
* modified the support for specifying a build directory to be consistent withescoffon1998-08-031-2/+4
* added EXTFLAGS hookstanton1998-07-311-0/+4
* added support for getting tcl_pkgPath from the registrystanton1998-07-311-38/+75
* One more tweak for the import/export.escoffon1998-07-301-2/+3
* Added notes about DLLIMPORT and DLLEXPORTwelch1998-07-291-6/+65
* - added setting of EXPORT to DLLEXPORT if we are building Tcl.escoffon1998-07-291-0/+7
* - added setting of EXPORT to DLLEXPORT if we are building Tclescoffon1998-07-291-0/+9
* set EXPORT to DLLEXPORT unconditionally, since the declaration ofescoffon1998-07-291-0/+8
* modified to support the new EXTERN macro, which has support for DLLescoffon1998-07-291-3/+15
* use "ifdef DLL_BUILD" instead of "ifndef STATIC_BUILD"escoffon1998-07-291-14/+8