Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 2 | -425/+74 |
| | |||||
* | * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInit | stanton | 1999-04-23 | 1 | -1/+11 |
| | | | | | | when building a static library since DllMain will not be invoked. This could break old code that explicitly called TclWinInit, but should be simpler in the long run. | ||||
* | * win/tclWinFCmd.c: | stanton | 1999-04-23 | 2 | -8/+8 |
| | | | | | | * win/tclWin32Dll.c: Changed uses of "try" to "__try", since that is the actual keyword. This eliminates the need for some -D flags from the makefile. | ||||
* | Improved socket driver, use WSAEventSelect on NT | redman | 1999-04-22 | 2 | -124/+508 |
| | |||||
* | * win/tclWinInit.c: | stanton | 1999-04-21 | 1 | -5/+48 |
| | | | | | * unix/tclUnixInit.c: Changed initial search path to match that found used by tcl_findLibrary. | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 6 | -12/+11 |
| | |||||
* | Merge with 8.1.0 branch | redman | 1999-04-21 | 3 | -35/+22 |
| | |||||
* | merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ↵ | surles | 1999-04-21 | 1 | -2/+1 |
| | | | | makefile caused when the win/pkgIndex.tcl file was replaced | ||||
* | fixed bug 1571: pkgIndex files fail for dde and registry packages: | surles | 1999-04-19 | 2 | -21/+17 |
| | |||||
* | fixed bugs 1785 and 1799: decl header files not installed | surles | 1999-04-17 | 1 | -1/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 29 | -3644/+10430 |
| | |||||
* | * Merge 8.0.5 changes: | stanton | 1999-04-15 | 1 | -1/+9 |
| | | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776] | ||||
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 2 | -12/+75 |
| | | | | | | | | | | | | | | | * generic/tclInt.decls: Added TclWinAddProcess to make it possible for expect to use Tcl_WaitForPid(). This patch is from Gordon Chaffee. * mac/tclMacPort.h: * win/tclWinInit.c: * unix/tclUnixPort.h: * generic/tclAsync.c: Added TclpAsyncMark to fix bug in async handling on Windows where async events don't wake up the event loop. This patch comes from Gordon Chaffee. * generic/tcl.decls: Fixed declarations of reserved slots. | ||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 9 | -113/+154 |
| | |||||
* | updated readmes for 8.0.5 release | stanton | 1999-02-09 | 1 | -17/+14 |
| | |||||
* | * win/makefile.vc: Added better support for paths with spaces in | stanton | 1999-02-03 | 1 | -49/+50 |
| | | | | | | the name. Added .lib and support .dlls to the install-binaries target. Added generate of a pkgIndex.tcl script to the install-libraries target. | ||||
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -5/+5 |
| | | | | | | | | | | | | * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. * generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared out TCL_STORAGE_CLASS so it is not declared with a declspec(). | ||||
* | * unix/tclUnixChan.c: | stanton | 1999-02-03 | 1 | -3/+21 |
| | | | | | | | * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle failures during asynchronous socket connection operations. This adds a new "-error" fconfgure option to socket channels. [Bug: 893] | ||||
* | Changed to pass registry dll path into test script so the test doesn't | stanton | 1999-02-02 | 1 | -2/+3 |
| | | | | depend on being able to find a working pkgIndex.tcl file | ||||
* | * win/winDumpExts.c: Patched to be picker about stripping | stanton | 1999-02-02 | 1 | -7/+9 |
| | | | | @'s. [Bug: 920] | ||||
* | * win/tclWinReg.c: | stanton | 1999-02-02 | 1 | -2/+3 |
| | | | | | * doc/registry.n: Added support for HKEY_PERFORMANCE_DATA and HKEY_DYN_DATA keys. [Bug: 1109] | ||||
* | * win/tclWinInit.c (TclPlatformInit): Added code to ensure | stanton | 1999-02-02 | 1 | -2/+4 |
| | | | | tcl_pkgPath is set to "" when no registry entry is found. [Bug: 978] | ||||
* | * win/makefile.vc: | stanton | 1999-01-06 | 1 | -4/+12 |
| | | | | | | * generic/tcl.h: * generic/tclAlloc.c: Added USE_NATIVEMALLOC ifdefs to make it easier to compile for use with Purify. | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 3 | -9/+12 |
| | |||||
* | * tclWinSock.c (CreateSocket, TcpAccept): Windows NT creates | stanton | 1998-12-04 | 1 | -1/+15 |
| | | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892] | ||||
* | cleaned up test suite so most of the tests pass on Windows | stanton | 1998-11-02 | 1 | -2/+4 |
| | |||||
* | Made "install-libraries" target more silent when copying library files. | suresh | 1998-11-02 | 1 | -21/+21 |
| | |||||
* | On Windows, Added the "debug" element of the tcl_platform array which | suresh | 1998-10-20 | 1 | -1/+13 |
| | | | | | | | indicates that the particular Tcl shell has been compiled with debug information Using "info exists tcl_platform(debug)" a Tcl script can direct the interpreter to load debug versions of DLLs with the load command. | ||||
* | Bumped the optimization to -O2 (optimize speed); test suite seems to have | escoffon | 1998-10-17 | 3 | -10/+12 |
| | | | | worked (as much as test suites under windows work) | ||||
* | Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib for | escoffon | 1998-10-07 | 1 | -5/+5 |
| | | | | both debug and nodebug builds. | ||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 2 | -2/+10 |
| | | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff. | ||||
* | merged tcl8.0.4 changes to fix Windows memory allocation | stanton | 1998-09-30 | 1 | -6/+7 |
| | |||||
* | Added support for Win95. | escoffon | 1998-09-30 | 2 | -40/+46 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 30 | -30/+30 |
| | |||||
* | Initial revision | stanton | 1998-08-31 | 1 | -0/+518 |
| | |||||
* | fixed bad registry code | stanton | 1998-08-05 | 1 | -11/+18 |
| | |||||
* | *** empty log message *** | welch | 1998-08-04 | 1 | -12/+36 |
| | |||||
* | *** empty log message *** | welch | 1998-08-04 | 1 | -1/+2 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 2 | -8/+8 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -5/+6 |
| | |||||
* | modified the support for specifying a build directory to be consistent with | escoffon | 1998-08-03 | 1 | -2/+4 |
| | | | | the Tk makefile.vc | ||||
* | added EXTFLAGS hook | stanton | 1998-07-31 | 1 | -0/+4 |
| | |||||
* | added support for getting tcl_pkgPath from the registry | stanton | 1998-07-31 | 1 | -38/+75 |
| | |||||
* | One more tweak for the import/export. | escoffon | 1998-07-30 | 1 | -2/+3 |
| | |||||
* | Added notes about DLLIMPORT and DLLEXPORT | welch | 1998-07-29 | 1 | -6/+65 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl. | escoffon | 1998-07-29 | 1 | -0/+7 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl | escoffon | 1998-07-29 | 1 | -0/+9 |
| | |||||
* | set EXPORT to DLLEXPORT unconditionally, since the declaration of | escoffon | 1998-07-29 | 1 | -0/+8 |
| | | | | Registry_Init is inside the source file. | ||||
* | modified to support the new EXTERN macro, which has support for DLL | escoffon | 1998-07-29 | 1 | -3/+15 |
| | | | | | | import/export mechanisms. - Defines DLL_BUILD and BUILD_tcl. - Still uses the .def file for the DLLs, we'll phase it out later. | ||||
* | use "ifdef DLL_BUILD" instead of "ifndef STATIC_BUILD" | escoffon | 1998-07-29 | 1 | -14/+8 |
| |