summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - added setting of EXPORT to DLLEXPORT if we are building Tcl.escoffon1998-07-291-0/+8
|
* added unconitional setting of EXPORT to DLLEXPORT (source files thatescoffon1998-07-291-0/+3
| | | | contain an EXTERN must declare EXPORT to be DLLEXPORT)
* - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib.escoffon1998-07-292-3/+18
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-291-1/+8
| | | | parent workspace "/export/home/ws/tcl8.0".
* set EXPORT to DLLEXPORT unconditionally, since the declaration ofescoffon1998-07-291-0/+8
| | | | Registry_Init is inside the source file.
* dropped a couple of unnecessary #definesescoffon1998-07-291-3/+1
|
* make sure the EXPORT macro is reset to DLLIMPORT at the end of the fileescoffon1998-07-291-1/+5
|
* modified to support the new EXTERN macro, which has support for DLLescoffon1998-07-291-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"escoffon1998-07-291-14/+8
|
* Added support for DLL import/export declarations in the EXTERN macroescoffon1998-07-291-25/+34
|
* More DBG quoting fixeswelch1998-07-291-3/+3
|
* DBGX changeswelch1998-07-283-11/+17
|
* *** empty log message ***welch1998-07-281-3/+2
|
* DGBXwelch1998-07-281-0/+4
|
* Created a couple of procedures to export internal procs out of a DLL;escoffon1998-07-281-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 precompiledescoffon1998-07-281-3/+25
| | | | procedure body, to avoid having the internal representation invalidated
* checks for existence of test commandshershey1998-07-281-6/+23
|
* checks for existence of test commandshershey1998-07-283-3/+31
|
* check for test commands before running tests.hershey1998-07-281-0/+4
|
* cosmetic change to a commentescoffon1998-07-281-4/+4
|
* added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can beescoffon1998-07-281-2/+4
| | | | overridden at the command line
* fixed typostanton1998-07-251-1/+1
|
* *** empty log message ***stanton1998-07-251-0/+16
|
* *** empty log message ***welch1998-07-241-1/+1
|
* unset tclDefaultLibrary in safe modestanton1998-07-241-0/+1
|
* basically reapplied the changes for rev 1.7, modified to match the itcl 3.0escoffon1998-07-241-13/+25
| | | | merges
* lintstanton1998-07-242-5/+5
|
* changed to use default value instead of "Root"stanton1998-07-241-13/+21
| | | | changed to set tclDefaultLibrary instead of tcl_library
* changed to set tclDefaultLibrary instead of tcl_librarystanton1998-07-241-1/+2
|
* Merged changes between child workspace "/home/stanton/ws/tcl8.0" andstanton1998-07-241-19/+48
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-241-14/+7
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-243-29/+402
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-241-1/+10
|
* Initial revisionwelch1998-07-242-0/+107
|
* *** empty log message ***welch1998-07-241-5/+11
|
* Removed changed from version 1.9surles1998-07-241-319/+52
|
* Updated core w/ Micheals latest changes.surles1998-07-248-203/+581
|
* fixed bug in socket-9.3 {testing EOF stickyness}hershey1998-07-241-12/+12
|
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-222-2/+14
| | | | for gcc and appropriate defaults.
* Initial revisionrjohnson1998-07-211-0/+161
|
* Removed unreferenced varssurles1998-07-211-6/+4
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-214-28/+44
| | | | parent workspace "/export/home/ws/tcl8.0".
* added the TCL_LIB_FLAG variableescoffon1998-07-211-1/+4
|
* 8.0.3-3welch1998-07-203-6/+6
|
* *** empty log message ***welch1998-07-201-9/+0
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-202-43/+161
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-201-3/+19
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* *** empty log message ***welch1998-07-202-0/+2
|
* Added check for precompiled ByteCodes, to avoid recompilation if the epochescoffon1998-07-152-7/+38
| | | | has changed in the interpreter. Instead, reset the epoch in the ByteCode.
* fixed a typo in the name of the -verbose flagescoffon1998-07-141-2/+2
|