Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
68 check-ins using file generic/tclInitScript.h version ab51bfd5e3
|
1998-08-06
| ||
| 15:22 | Updated for 8.0.3 check-in: fa41b9a062 user: welch tags: trunk | |
| 15:18 | Updated for final 8.0.3 check-in: bccb265b23 user: welch tags: trunk | |
| 12:15 | changed the panic in TclProcCompileProc when a precompiled script jumps interps to an error instead.... check-in: b0f669de29 user: escoffon tags: trunk | |
| 12:10 | 8.0.3 check-in: 151e8675c6 user: welch tags: trunk | |
| 12:10 | Updated to 8.0.3 check-in: 0603537ca6 user: welch tags: trunk | |
| 11:41 | Marked EINTR tests nonPortable check-in: 2837c223a0 user: welch tags: trunk | |
| 11:41 | Nuked EINTR wrappers check-in: 54846c02e3 user: welch tags: trunk | |
| 11:40 | Changed testalarm to use SA_RESTART check-in: d63b906e4b user: welch tags: trunk | |
| 11:40 | Nuked EINTR wrappers check-in: f80e436832 user: welch tags: trunk | |
| 10:13 | Changed the alarm test check-in: e0e242b80d user: surles tags: trunk | |
|
1998-08-05
| ||
| 20:00 | *** empty log message *** check-in: 996b947c29 user: stanton tags: trunk | |
| 19:57 | fixed bad registry code check-in: 3a70e1afcc user: stanton tags: trunk | |
|
1998-08-04
| ||
| 23:31 | *** empty log message *** check-in: a8efb0acf0 user: welch tags: trunk | |
| 23:22 | 8.0.3-5 check-in: 602ea84379 user: welch tags: trunk | |
| 23:22 | *** empty log message *** check-in: a97b9f6ca0 user: welch tags: trunk | |
| 15:43 | *** empty log message *** check-in: 56a456b066 user: welch tags: trunk | |
| 11:54 | a few more fixes, hope this is the last one! check-in: a8e8192684 user: escoffon tags: trunk | |
| 11:53 | EXPORT is now TCL_STORAGE_CLASS check-in: 173b99e4fd user: escoffon tags: trunk | |
| 11:50 | Added test that verifies the EINTR bug has been fixed. check-in: 5940cb0d63 user: surles tags: trunk | |
| 11:50 | Added the testalarm command. check-in: 71007265fa user: surles tags: trunk | |
| 11:50 | Added test that creates the REGSIGTYPE variable check-in: a6114a3952 user: surles tags: trunk | |
| 11:48 | EXPORT is now TCL_STORAGE_CLASS check-in: ac9bdcd0b9 user: escoffon tags: trunk | |
| 11:19 | oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS check-in: 534cf565cd user: escoffon tags: trunk | |
| 10:15 | deleted a spurious line after my EXPORT changes. check-in: f7cfb9b60c user: escoffon tags: trunk | |
| 09:57 | changes made to accomodate extension writers: - retain the old EXPORT(a,b) macro - rename the EXPORT... check-in: 4dcbb3f1af user: escoffon tags: trunk | |
|
1998-08-03
| ||
| 18:25 | Fixed EINTR bug check-in: 78adaaa9a3 user: surles tags: trunk | |
| 15:49 | modified the support for specifying a build directory to be consistent with the Tk makefile.vc check-in: 99855fba4a user: escoffon tags: trunk | |
|
1998-07-31
| ||
| 15:54 | remove temporary variables check-in: ec865c6971 user: stanton tags: trunk | |
| 15:43 | added EXTFLAGS hook check-in: 63fe55a5a8 user: stanton tags: trunk | |
| 15:43 | added support for getting tcl_pkgPath from the registry check-in: 56e488283d user: stanton tags: trunk | |
|
1998-07-30
| ||
| 11:56 | One more tweak for the import/export. check-in: 934dc14161 user: escoffon tags: trunk | |
|
1998-07-29
| ||
| 22:50 | Added notes about DLLIMPORT and DLLEXPORT check-in: 16e8d240a9 user: welch tags: trunk | |
| 22:24 | 8.0.3-4 check-in: e5940cb2dd user: welch tags: trunk | |
| 20:27 | rearranged the DLL import/export macros to give better default behaviour check-in: 80de6ca435 user: escoffon tags: trunk | |
| 17:41 | More fixes for DBGX check-in: 19f3678499 user: welch tags: trunk | |
| 14:16 | - added setting of EXPORT to DLLEXPORT if we are building Tcl. check-in: 5538e2fc7b user: escoffon tags: trunk | |
| 14:12 | Define EXPORT to be DLLEXPORT check-in: 82024417fa user: escoffon tags: trunk | |
| 14:02 | - added setting of EXPORT to DLLEXPORT if we are building Tcl check-in: 751e78fa94 user: escoffon tags: trunk | |
| 13:50 | - added setting of EXPORT to DLLEXPORT if we are building Tcl. check-in: 215c40995c user: escoffon tags: trunk | |
| 13:48 | added unconitional setting of EXPORT to DLLEXPORT (source files that contain an EXTERN must declare ... check-in: adfe2780f7 user: escoffon tags: trunk | |
| 13:25 | - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib. check-in: 238cbde377 user: escoffon tags: trunk | |
| 13:12 | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and parent workspace "/export/hom... check-in: 2877badc12 user: escoffon tags: trunk | |
| 12:46 | set EXPORT to DLLEXPORT unconditionally, since the declaration of Registry_Init is inside the source... check-in: bba8ed34e5 user: escoffon tags: trunk | |
| 11:43 | dropped a couple of unnecessary #defines check-in: fe5877ab2c user: escoffon tags: trunk | |
| 11:41 | make sure the EXPORT macro is reset to DLLIMPORT at the end of the file check-in: c89732ceca user: escoffon tags: trunk | |
| 11:12 | modified to support the new EXTERN macro, which has support for DLL import/export mechanisms. - Defi... check-in: 9a8d7964e9 user: escoffon tags: trunk | |
| 11:10 | use "ifdef DLL_BUILD" instead of "ifndef STATIC_BUILD" check-in: 5749fb7dc0 user: escoffon tags: trunk | |
| 11:09 | Added support for DLL import/export declarations in the EXTERN macro check-in: 0ecc56fb10 user: escoffon tags: trunk | |
| 10:30 | More DBG quoting fixes check-in: 884367dfd8 user: welch tags: trunk | |
|
1998-07-28
| ||
| 17:33 | DBGX changes check-in: 9cf4671d4a user: welch tags: trunk | |
| 17:33 | *** empty log message *** check-in: e20b1ca4ab user: welch tags: trunk | |
| 17:32 | DGBX check-in: 8eafe11cf0 user: welch tags: trunk | |
| 13:55 | Created a couple of procedures to export internal procs out of a DLL; this is needed to support prec... check-in: f52fc487ac user: escoffon tags: trunk | |
| 13:53 | Info body creates a copy of the procedure body if it is a precompiled procedure body, to avoid havin... check-in: 565f739c33 user: escoffon tags: trunk | |
| 11:21 | checks for existence of test commands check-in: f0ea7d703f user: hershey tags: trunk | |
| 11:08 | checks for existence of test commands check-in: 4f1d1c6ccd user: hershey tags: trunk | |
| 10:37 | check for test commands before running tests. check-in: e3765bec2e user: hershey tags: trunk | |
| 09:08 | cosmetic change to a comment check-in: 93805ac748 user: escoffon tags: trunk | |
| 08:56 | added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can be overridden at the comman... check-in: 1b78c86f63 user: escoffon tags: trunk | |
|
1998-07-25
| ||
| 11:33 | fixed typo check-in: 625825678a user: stanton tags: trunk | |
| 11:28 | *** empty log message *** check-in: 5c85aa2baf user: stanton tags: trunk | |
|
1998-07-24
| ||
| 22:20 | *** empty log message *** check-in: 78805dffb4 user: welch tags: trunk | |
| 18:58 | unset tclDefaultLibrary in safe mode check-in: 3c615d7afd user: stanton tags: trunk | |
| 18:47 | basically reapplied the changes for rev 1.7, modified to match the itcl 3.0 merges check-in: 57a167fa8e user: escoffon tags: trunk | |
| 15:50 | lint check-in: 272d05a416 user: stanton tags: trunk | |
| 15:38 | changed to use default value instead of "Root" changed to set tclDefaultLibrary instead of tcl_libra... check-in: 3e7affd2de user: stanton tags: trunk | |
| 15:37 | changed to set tclDefaultLibrary instead of tcl_library check-in: 0724b4c393 user: stanton tags: trunk | |
| 15:36 | Merged changes between child workspace "/home/stanton/ws/tcl8.0" and parent workspace "/export/home... check-in: f6f893d43f user: stanton tags: trunk | |