Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * win/winDumpExts.c: | stanton | 1999-05-07 | 1 | -4/+3 | |
| | | | | | * win/makefile.vc: Changed to emit library name in defs file. [Bug: 1998] | |||||
* | * win/makefile.vc: Added encoding directory to install-libraries | stanton | 1999-05-05 | 1 | -1/+4 | |
| | | | | target. | |||||
* | * Changed version to 8.1.1. | stanton | 1999-04-30 | 1 | -1/+2 | |
| | ||||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -9/+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 | 1 | -96/+142 | |
| | ||||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -11/+54 | |
| | ||||||
* | * 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. | |||||
* | 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/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. | |||||
* | 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 | |
| | ||||||
* | Bumped the optimization to -O2 (optimize speed); test suite seems to have | escoffon | 1998-10-17 | 1 | -2/+4 | |
| | | | | 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 | 1 | -1/+2 | |
| | | | | | | | 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. | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | One more tweak for the import/export. | escoffon | 1998-07-30 | 1 | -2/+3 | |
| | ||||||
* | 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. | |||||
* | added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can be | escoffon | 1998-07-28 | 1 | -2/+4 | |
| | | | | overridden at the command line | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and | welch | 1998-07-24 | 1 | -0/+5 | |
| | | | | parent workspace "/export/home/ws/tcl8.0". | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 1 | -12/+20 | |
| | | | | parent workspace "/export/home/ws/tcl8.0". | |||||
* | *** empty log message *** | welch | 1998-07-20 | 1 | -0/+1 | |
| | ||||||
* | added install targets | escoffon | 1998-07-09 | 1 | -0/+41 | |
| | ||||||
* | - dropped the .\ from temp dir name | escoffon | 1998-07-01 | 1 | -4/+4 | |
| | | | | - .pch file is now generated in temp dir, not in . | |||||
* | put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than | escoffon | 1998-06-18 | 1 | -21/+27 | |
| | | | | in win. | |||||
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-06-18 | 1 | -20/+31 | |
| | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) | |||||
* | added cleanup of .pdb and .pch files in the clean target | escoffon | 1998-06-10 | 1 | -0/+2 | |
| | ||||||
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -3/+4 | |
| | ||||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+377 | |