Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.0.3 | welch | 1998-08-06 | 2 | -3/+3 |
| | |||||
* | Updated to 8.0.3 | welch | 1998-08-06 | 1 | -11/+19 |
| | |||||
* | Marked EINTR tests nonPortable | welch | 1998-08-06 | 1 | -2/+2 |
| | |||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -16/+0 |
| | |||||
* | Changed testalarm to use SA_RESTART | welch | 1998-08-06 | 1 | -15/+21 |
| | |||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -100/+0 |
| | |||||
* | Changed the alarm test | surles | 1998-08-06 | 2 | -90/+42 |
| | |||||
* | *** empty log message *** | stanton | 1998-08-05 | 1 | -0/+4 |
| | |||||
* | fixed bad registry code | stanton | 1998-08-05 | 1 | -11/+18 |
| | |||||
* | *** empty log message *** | welch | 1998-08-04 | 1 | -12/+36 |
| | |||||
* | 8.0.3-5 | welch | 1998-08-04 | 2 | -28/+18 |
| | |||||
* | *** empty log message *** | welch | 1998-08-04 | 2 | -2/+2 |
| | |||||
* | *** empty log message *** | welch | 1998-08-04 | 1 | -1/+2 |
| | |||||
* | a few more fixes, hope this is the last one! | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 6 | -24/+24 |
| | |||||
* | Added test that verifies the EINTR bug has been fixed. | surles | 1998-08-04 | 1 | -1/+8 |
| | |||||
* | Added the testalarm command. | surles | 1998-08-04 | 1 | -0/+183 |
| | |||||
* | Added test that creates the REGSIGTYPE variable | surles | 1998-08-04 | 1 | -0/+1 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 2 | -7/+8 |
| | |||||
* | oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | deleted a spurious line after my EXPORT changes. | escoffon | 1998-08-04 | 1 | -2/+1 |
| | |||||
* | changes made to accomodate extension writers: | escoffon | 1998-08-04 | 1 | -7/+28 |
| | | | | | - retain the old EXPORT(a,b) macro - rename the EXPORT macro to TCLSTORAGECLASS | ||||
* | Fixed EINTR bug | surles | 1998-08-03 | 2 | -0/+116 |
| | |||||
* | modified the support for specifying a build directory to be consistent with | escoffon | 1998-08-03 | 1 | -2/+4 |
| | | | | the Tk makefile.vc | ||||
* | remove temporary variables | stanton | 1998-07-31 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | 8.0.3-4 | welch | 1998-07-29 | 3 | -8/+17 |
| | |||||
* | rearranged the DLL import/export macros to give better default behaviour | escoffon | 1998-07-29 | 1 | -7/+14 |
| | |||||
* | 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) |