Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed isArg/isTemp to flags | stanton | 1998-08-07 | 1 | -16/+54 |
| | | | | made resolver api more object oriented | ||||
* | replaced isArg/isTemp with flags | stanton | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | changed resolver epoch so it only invalidates the resolver cache | stanton | 1998-08-07 | 1 | -60/+39 |
| | | | | | | rather than forcing a complete recompile of the byte codes changed to use TclInitCompiledLocals changed resolver api to be a bit more object oriented | ||||
* | added TclInitCompiledLocals | stanton | 1998-08-07 | 1 | -91/+128 |
| | | | | deferred resolver caching code to procedure invocation time | ||||
* | changed isArg and isTemp fields to us flags field in CompiledLocal structure | stanton | 1998-08-07 | 1 | -4/+5 |
| | |||||
* | Make AlarmHandler static | welch | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Nuked / from file paths | welch | 1998-08-07 | 2 | -7/+7 |
| | |||||
* | added tcl_findLibrary | welch | 1998-08-06 | 1 | -0/+21 |
| | |||||
* | Added tcl_findLibrary | welch | 1998-08-06 | 1 | -3/+84 |
| | |||||
* | Added unix/arch possibility to library search path | welch | 1998-08-06 | 1 | -2/+17 |
| | |||||
* | Updated for 8.0.3 | welch | 1998-08-06 | 1 | -1/+18 |
| | |||||
* | Updated for final 8.0.3 | welch | 1998-08-06 | 1 | -47/+25 |
| | |||||
* | changed the panic in TclProcCompileProc when a precompiled script jumps | escoffon | 1998-08-06 | 1 | -2/+4 |
| | | | | interps to an error instead. | ||||
* | 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) |