Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes for DBGX | welch | 1998-07-29 | 2 | -8/+6 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl. | escoffon | 1998-07-29 | 1 | -0/+7 |
| | |||||
* | Define EXPORT to be DLLEXPORT | escoffon | 1998-07-29 | 1 | -0/+3 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl | escoffon | 1998-07-29 | 1 | -0/+9 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl. | escoffon | 1998-07-29 | 1 | -0/+8 |
| | |||||
* | added unconitional setting of EXPORT to DLLEXPORT (source files that | escoffon | 1998-07-29 | 1 | -0/+3 |
| | | | | contain an EXTERN must declare EXPORT to be DLLEXPORT) | ||||
* | - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib. | escoffon | 1998-07-29 | 2 | -3/+18 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-29 | 1 | -1/+8 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | set EXPORT to DLLEXPORT unconditionally, since the declaration of | escoffon | 1998-07-29 | 1 | -0/+8 |
| | | | | Registry_Init is inside the source file. | ||||
* | dropped a couple of unnecessary #defines | escoffon | 1998-07-29 | 1 | -3/+1 |
| | |||||
* | make sure the EXPORT macro is reset to DLLIMPORT at the end of the file | escoffon | 1998-07-29 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Added support for DLL import/export declarations in the EXTERN macro | escoffon | 1998-07-29 | 1 | -25/+34 |
| | |||||
* | More DBG quoting fixes | welch | 1998-07-29 | 1 | -3/+3 |
| | |||||
* | DBGX changes | welch | 1998-07-28 | 3 | -11/+17 |
| | |||||
* | *** empty log message *** | welch | 1998-07-28 | 1 | -3/+2 |
| | |||||
* | DGBX | welch | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | Created a couple of procedures to export internal procs out of a DLL; | escoffon | 1998-07-28 | 1 | -1/+51 |
| | | | | | | this is needed to support precompiled procedure bodies and the info body command (without them one gets "not a procedure: xxxx" for all precompiled procedure bodies if Tcl is in a DLL) | ||||
* | Info body creates a copy of the procedure body if it is a precompiled | escoffon | 1998-07-28 | 1 | -3/+25 |
| | | | | procedure body, to avoid having the internal representation invalidated | ||||
* | checks for existence of test commands | hershey | 1998-07-28 | 1 | -6/+23 |
| | |||||
* | checks for existence of test commands | hershey | 1998-07-28 | 3 | -3/+31 |
| | |||||
* | check for test commands before running tests. | hershey | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | cosmetic change to a comment | escoffon | 1998-07-28 | 1 | -4/+4 |
| | |||||
* | added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can be | escoffon | 1998-07-28 | 1 | -2/+4 |
| | | | | overridden at the command line | ||||
* | fixed typo | stanton | 1998-07-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1998-07-25 | 1 | -0/+16 |
| | |||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -1/+1 |
| | |||||
* | unset tclDefaultLibrary in safe mode | stanton | 1998-07-24 | 1 | -0/+1 |
| | |||||
* | basically reapplied the changes for rev 1.7, modified to match the itcl 3.0 | escoffon | 1998-07-24 | 1 | -13/+25 |
| | | | | merges | ||||
* | lint | stanton | 1998-07-24 | 2 | -5/+5 |
| | |||||
* | changed to use default value instead of "Root" | stanton | 1998-07-24 | 1 | -13/+21 |
| | | | | changed to set tclDefaultLibrary instead of tcl_library | ||||
* | changed to set tclDefaultLibrary instead of tcl_library | stanton | 1998-07-24 | 1 | -1/+2 |
| | |||||
* | Merged changes between child workspace "/home/stanton/ws/tcl8.0" and | stanton | 1998-07-24 | 1 | -19/+48 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -14/+7 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and | welch | 1998-07-24 | 3 | -29/+402 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -1/+10 |
| | |||||
* | Initial revision | welch | 1998-07-24 | 2 | -0/+107 |
| | |||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -5/+11 |
| | |||||
* | Removed changed from version 1.9 | surles | 1998-07-24 | 1 | -319/+52 |
| | |||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 8 | -203/+581 |
| | |||||
* | fixed bug in socket-9.3 {testing EOF stickyness} | hershey | 1998-07-24 | 1 | -12/+12 |
| | |||||
* | Added support for specifying warning flags for the compiler, with checks | escoffon | 1998-07-22 | 2 | -2/+14 |
| | | | | for gcc and appropriate defaults. | ||||
* | Initial revision | rjohnson | 1998-07-21 | 1 | -0/+161 |
| | |||||
* | Removed unreferenced vars | surles | 1998-07-21 | 1 | -6/+4 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 4 | -28/+44 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | added the TCL_LIB_FLAG variable | escoffon | 1998-07-21 | 1 | -1/+4 |
| | |||||
* | 8.0.3-3 | welch | 1998-07-20 | 3 | -6/+6 |
| | |||||
* | *** empty log message *** | welch | 1998-07-20 | 1 | -9/+0 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-20 | 2 | -43/+161 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". |