Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

249 check-ins using file doc/CrtObjCmd.3 version a875831ade

1998-09-08
17:03
*** empty log message *** check-in: 4cb47efa64 user: stanton tags: trunk
1998-08-31
16:31
Initial revision check-in: deb7dc0068 user: stanton tags: trunk
1998-08-21
10:44
removed version number from help file check-in: 02becd2346 user: stanton tags: trunk
1998-08-17
11:56
Updates for Jim check-in: 8f4a7201bd user: welch tags: trunk
1998-08-13
13:43
Restored attribution check-in: 1542863a11 user: welch tags: trunk
1998-08-12
17:29
UnixWare patches check-in: 8c6a399b27 user: welch tags: trunk
16:37
Fixes for trimming . out of library names check-in: 7263649ca2 user: welch tags: trunk
1998-08-10
17:21
updated copyright info & sccs ids check-in: bbaf63a188 user: rjohnson tags: trunk
17:18
fixed a few code style issues check-in: 61ff31d3cf user: rjohnson tags: trunk
17:18
fixed style problems check-in: b6eae0328a user: rjohnson tags: trunk
16:00
import bug fix check-in: 6a6ece2548 user: welch tags: trunk
15:52
Added test for namespace import fix check-in: 1f87329247 user: welch tags: trunk
15:44
Moved shared typedef here check-in: 4fcaaf497f user: welch tags: trunk
15:43
Moved data struct to tclInt.h check-in: b10c324b57 user: welch tags: trunk
15:43
Fixed to handle import links when redefining commands check-in: 6a8ca7a404 user: welch tags: trunk
1998-08-07
18:25
*** empty log message *** check-in: 83ef632269 user: stanton tags: trunk
14:28
release note check-in: 47aff34e56 user: welch tags: trunk
12:02
Removed DOS-EOLs. check-in: 3809e151f2 user: suresh tags: trunk
11:58
Merged changes between child workspace "/home/stanton/ws/tcl8.0" and parent workspace "/ws/tcl8.0".... check-in: dde1e5f407 user: stanton tags: trunk
11:48
changed isArg/isTemp to flags made resolver api more object oriented check-in: 77de8694e6 user: stanton tags: trunk
11:48
replaced isArg/isTemp with flags check-in: d454b6c53d user: stanton tags: trunk
11:47
changed resolver epoch so it only invalidates the resolver cache rather than forcing a complete reco... check-in: 077569609d user: stanton tags: trunk
11:46
added TclInitCompiledLocals deferred resolver caching code to procedure invocation time check-in: 50346b7568 user: stanton tags: trunk
11:41
changed isArg and isTemp fields to us flags field in CompiledLocal structure check-in: 4001e2ab5b user: stanton tags: trunk
11:03
Make AlarmHandler static check-in: dbbf552b3c user: welch tags: trunk
11:02
Nuked / from file paths check-in: b093be41bf user: welch tags: trunk
1998-08-06
15:49
added tcl_findLibrary check-in: 198555fc47 user: welch tags: trunk
15:25
Added tcl_findLibrary check-in: 2f898592ae user: welch tags: trunk
15:22
Added unix/arch possibility to library search path check-in: 923be9ccef user: welch tags: trunk
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
15:06
*** empty log message *** check-in: d67d0919a7 user: welch tags: trunk
14:54
Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and parent workspace "/export/home... check-in: b3b8cd7df1 user: welch tags: trunk
14:48
*** empty log message *** check-in: 2f7fe11e94 user: welch tags: trunk
14:31
Initial revision check-in: 3b7782d095 user: welch tags: trunk
14:30
*** empty log message *** check-in: f5e43062ff user: welch tags: trunk
13:52
Removed changed from version 1.9 check-in: 8108580007 user: surles tags: trunk
13:49
Updated core w/ Micheals latest changes. check-in: dff1740f40 user: surles tags: trunk
11:12
fixed bug in socket-9.3 {testing EOF stickyness} check-in: 69e0f0ff56 user: hershey tags: trunk
1998-07-22
13:39
Added support for specifying warning flags for the compiler, with checks for gcc and appropriate def... check-in: 34f16c0564 user: escoffon tags: trunk
1998-07-21
16:13
Initial revision check-in: 1161adc954 user: rjohnson tags: trunk
15:58
Removed unreferenced vars check-in: 3e6902b2dd user: surles tags: trunk
15:25
Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and parent workspace "/export/hom... check-in: be2f73988c user: escoffon tags: trunk
15:22
added the TCL_LIB_FLAG variable check-in: ac3138947c user: escoffon tags: trunk
1998-07-20
16:54
8.0.3-3 check-in: 5725db2619 user: welch tags: trunk
16:52
*** empty log message *** check-in: b6ef7a4a20 user: welch tags: trunk
16:43
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: 882a7640a4 user: welch tags: trunk
16:24
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: 888dc57b64 user: welch tags: trunk
16:23
*** empty log message *** check-in: 6fc98ea957 user: welch tags: trunk
1998-07-15
11:08
Added check for precompiled ByteCodes, to avoid recompilation if the epoch has changed in the interp... check-in: dcf1220ab8 user: escoffon tags: trunk
1998-07-14
14:49
fixed a typo in the name of the -verbose flag check-in: 2d83613c95 user: escoffon tags: trunk
10:34
rolled back the check for compiled procs in Tcl_ProcObjCmd, do the unsharing even for compiled procs... check-in: a3578ade10 user: escoffon tags: trunk
1998-07-13
17:53
- added the -verbose flag, to show progress - make sure that namespaces are not imported more than o... check-in: b4be47286c user: escoffon tags: trunk
14:17
Minor comment fixups. check-in: d715e2c1c1 user: suresh tags: trunk
14:04
Implemented tests for the internal C routines: TclInsertAccessProc(), TclDeleteAccessProc(), TclIn... check-in: 6316339b31 user: suresh tags: trunk
13:43
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: 43e9e33d72 user: welch tags: trunk
1998-07-11
13:07
Fixed pkg_mkIndex check-in: 36c6efdc51 user: welch tags: trunk
13:06
*** empty log message *** check-in: 32f64ba48e user: welch tags: trunk
1998-07-10
14:48
Initial revision check-in: 191c98d1f8 user: welch tags: trunk
12:26
Updated check-in: aa49561bd7 user: welch tags: trunk
1998-07-09
19:02
added STATIC_BUILD test around DllMain, etc. check-in: c86ad816b9 user: stanton tags: trunk
13:47
Moved the variable 'tclPreInitScript' to generic/tclInitScript.h. check-in: ec637b038f user: suresh tags: trunk
13:46
Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h check-in: 8fd9d077fb user: suresh tags: trunk
13:46
Fixed a bug in the Tcl init script that did not have a "global env" and thus setting the TCL_LIBRA... check-in: 6169c80e13 user: suresh tags: trunk
13:41
Removed the extern delcaration of the variable 'tclPreInitScript'. Added prototype for the routine "... check-in: bb3b0a4727 user: suresh tags: trunk
09:55
added install targets check-in: 88d4915517 user: escoffon tags: trunk
1998-07-07
17:23
Initial revision check-in: 2c4857b6d1 user: welch tags: trunk
1998-07-06
22:55
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: b8020a79db user: welch tags: trunk
22:53
*** empty log message *** check-in: 3ab90cec96 user: welch tags: trunk
22:51
Cleaned up PlatformInitExitHandler check-in: e22cd8e589 user: welch tags: trunk
22:37
*** empty log message *** check-in: 82474df128 user: welch tags: trunk
22:21
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: 2643bb0120 user: welch tags: trunk
22:14
Updated for 8.0.3-2 check-in: 515656137f user: welch tags: trunk
22:13
Updated for 8.0.3 check-in: 3d3137ff8c user: welch tags: trunk
22:13
Undid the change to Tcl_EvalObj check-in: c11bb30172 user: welch tags: trunk
22:11
Updated for 8.0.3-2 check-in: 3c6992401f user: welch tags: trunk
14:54
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: 0b7608a07e user: welch tags: trunk
14:38
replaced the SCCS id string with %% keywords check-in: 2810a77101 user: escoffon tags: trunk
14:37
Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc, for use by the TclPro c... check-in: 76bc4707cf user: escoffon tags: trunk
14:37
replaced the SCCS id string with %% keywords check-in: d2eae41ebb user: escoffon tags: trunk
14:36
Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc from tclProc.c, for use ... check-in: a39e0413a6 user: escoffon tags: trunk
1998-07-02
17:54
- merged in the pkg_MkIndex changes check-in: 30aeb51d4a user: escoffon tags: trunk
17:52
Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and parent workspace "/ws/tcl8.0"... check-in: 27c196fae4 user: escoffon tags: trunk
1998-07-01
19:08
Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and parent workspace "/ws/tcl8.0"... check-in: 8be93cc284 user: escoffon tags: trunk
18:52
*** empty log message *** check-in: 9dd88a45fa user: rjohnson tags: trunk
18:38
changed TclFindProc & TclIsProc to understand aliased commands check-in: b1d308ebe1 user: rjohnson tags: trunk
18:37
*** empty log message *** check-in: a41ba80a2e user: rjohnson tags: trunk
18:08
- added SCCS id check-in: 3363077b91 user: escoffon tags: trunk
18:08
- added SCCS id string - fixed a logic bug check-in: 293e810c46 user: escoffon tags: trunk
18:04
Initial revision check-in: 3e6f54583a user: escoffon tags: trunk
18:03
- dropped the .\ from temp dir name - .pch file is now generated in temp dir, not in . check-in: 825f498d10 user: escoffon tags: trunk
18:01
- added support for configuration of debug/nodebug in configure script. - also added a atring to app... check-in: 56d396154c user: escoffon tags: trunk
17:57
- modified to use the AuxDataType setup. check-in: 69db8ef3c8 user: escoffon tags: trunk
17:57
- added the AuxDataType stuff check-in: 27f862d2d4 user: escoffon tags: trunk
15:45
Changed variable name "tclAlternateInitScript" to "tclPreInitScript". Added error-checking for pre-i... check-in: d6a0499853 user: suresh tags: trunk
15:45
Changed variable name "tclAlternateInitScript" to "tclPreInitScript". Added error checking in in Tcl... check-in: fdac034c86 user: suresh tags: trunk
15:44
Changed variable name "tclAlternateInitScript" to "tclPreInitScript". check-in: cc2be10058 user: suresh tags: trunk
14:54
Added definition of variable "tclAlternateInitScript" which is a globabl var- iable and if set to ... check-in: a2052492c0 user: suresh tags: trunk
14:53
Added extern definition of variable 'tclAlternateInitScript' which is defined in the file(s) "<pla... check-in: d9efe3ecd5 user: suresh tags: trunk
1998-06-29
22:57
Added preface check-in: 9d3b402f5c user: welch tags: trunk
18:11
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and parent workspace "/home/welch... check-in: cffb0c127c user: welch tags: trunk
18:08
Updated for 8.0.3 check-in: df6c6e24cb user: welch tags: trunk
18:08
Added Scriptics check-in: a41b08f256 user: welch tags: trunk
18:06
Jans compatibility patch check-in: 4f0460390a user: welch tags: trunk
17:46
Changed patchlevel to 8.0.3 check-in: 26acc479a9 user: welch tags: trunk
17:32
Added Jans compatibility patch check-in: faa1669a1f user: welch tags: trunk
16:41
Fixed IsLocalScalar check-in: cc18b55815 user: welch tags: trunk
15:30
expr bracing check-in: f7dcbdd291 user: welch tags: trunk
15:29
Fixed bug in testfindexecutable check-in: 02c5be7655 user: welch tags: trunk
1998-06-28
21:41
Initial revision check-in: 75c34d06e8 user: welch tags: trunk
21:38
incr tcl updtaes check-in: 040109896d user: welch tags: trunk
14:11
Initial revision check-in: 04d0c8ef15 user: welch tags: trunk
1998-06-27
22:11
Initial revision check-in: 03212445ac user: welch tags: trunk
18:09
plugin updates check-in: 594ce53543 user: welch tags: trunk
1998-06-25
16:12
*** empty log message *** check-in: 0cabb12481 user: stanton tags: trunk
16:12
catch didn't compile non-local variables correctly check-in: e80ff7bcb2 user: stanton tags: trunk
16:11
lint check-in: 397fdc3b99 user: stanton tags: trunk
1998-06-23
17:02
Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to all other locations for... check-in: 7c17f18f00 user: suresh tags: trunk
1998-06-22
14:42
Typo fix check-in: 0ccdbb6f08 user: surles tags: trunk
1998-06-18
19:59
put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than in win. check-in: 48a2601a47 user: escoffon tags: trunk
19:56
Added changes to support builds of different configurations in parallel: - the NODEBUG flag controls... check-in: 9bad961237 user: escoffon tags: trunk
18:32
*** empty log message *** check-in: 74c9fe798d user: stanton tags: trunk
18:26
fixed bad array bounds checks added performance boost for small values check-in: 1206c61a6d user: stanton tags: trunk
18:25
*** empty log message *** check-in: 1d4fda1f1e user: stanton tags: trunk
18:25
remove tmp file check-in: 503fd8a608 user: stanton tags: trunk
18:25
fixed behavior of "array set" on initialization with an emtpy list removed memory leak check-in: 78dd628362 user: stanton tags: trunk
18:24
removed dead code check-in: 01429b464a user: stanton tags: trunk
18:24
added fix for foreach compile proc so it handles non-local names correctly fixed compile procs so th... check-in: 9691867ba6 user: stanton tags: trunk
18:21
fixed "info vars" and "info locals" to not report compiled temporary variables changed dictionary so... check-in: 9756aba52f user: stanton tags: trunk
18:07
changed size of static buffers in tclUnixInit to ensure that they are large enough for any TCL_LIBRA... check-in: 88ca5c55fd user: stanton tags: trunk
18:04
minor HPUX tweak check-in: 15f2954d74 user: stanton tags: trunk
18:04
added SHLIB_PATH to test targets check-in: d0e6684f34 user: stanton tags: trunk
1998-06-17
18:19
*** empty log message *** check-in: 8ca464d4aa user: stanton tags: trunk
18:19
fixed behavior of Tcl_FindExecutable on null path elements check-in: b783c6266c user: stanton tags: trunk
18:16
Initial revision check-in: be70c6f816 user: stanton tags: trunk
1998-06-15
19:09
added code to handle null arguments check-in: c8726fcfba user: stanton tags: trunk
19:08
*** empty log message *** check-in: a0565a7ccd user: stanton tags: trunk
12:33
Cleaned up prototype for 'Tcl_GetNameOfExecutable'. check-in: baba7f9c5f user: suresh tags: trunk
1998-06-12
16:49
Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'. check-in: e10b050958 user: suresh tags: trunk
16:49
Moved the definition of "char *tclExecutableName" to this file. Added implementation for the new pub... check-in: 21d0cf46bc user: suresh tags: trunk
16:48
Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c' and revised the routine ... check-in: 08e21d459e user: suresh tags: trunk
16:46
Added documentation for the C API "Tcl_GetNameOfExecutable" which simply returns a pointer to the ... check-in: 536c7b21c3 user: suresh tags: trunk
11:26
Added some ^L page breaks. check-in: 976c5d9497 user: suresh tags: trunk
11:00
Some code clean up to removed unnecesary pointer definitions. Comments and "@@@" To-Do symbols remov... check-in: 98a8737951 user: suresh tags: trunk
1998-06-10
12:36
added cleanup of .pdb and .pch files in the clean target check-in: 0535628a63 user: escoffon tags: trunk
12:34
turn off check for shared source string in Tcl_ProcObjCmd if the body is a PRECOMPILED ByteCode obje... check-in: 9a8b21b620 user: escoffon tags: trunk
12:32
- Added the flags field in a ByteCode struct, and added one flag: TCL_BYTECODE_PRECOMPILED to mark... check-in: 005852f8ee user: escoffon tags: trunk
12:30
Restored the SCCS id string back to id strings check-in: 454e4f34b1 user: escoffon tags: trunk
12:22
Added the definition of the EXPORT macro, used to declare that some symbols are to be exported from ... check-in: 015003f030 user: escoffon tags: trunk
12:12
- Added initialization of the flags field in ByteCode - Added the TclGetInstructionTable procedure s... check-in: 89bd94d5cb user: escoffon tags: trunk
12:06
replaced the SCCS id string in header to display ids check-in: 1b6ffa090e user: escoffon tags: trunk
11:29
modified the check for no source string in Tcl_EvalObj to account for check-in: cd5f788d00 user: escoffon tags: trunk
1998-06-09
13:47
*** empty log message *** check-in: 6f391e122f user: stanton tags: trunk
13:09
changed so server sockets can't be trashed by fileevent check-in: 1313bb5e38 user: stanton tags: trunk
13:08
*** empty log message *** check-in: c2fdb10e8e user: stanton tags: trunk
13:08
fixed bug that caused file events to not be reported on buffered data check-in: 0ceb0a9460 user: stanton tags: trunk
1998-06-04
13:11
Added function prototypes for 'TclAccess', 'TclStat', 'TclAccessInsertProc', 'TclAccessDeleteProc'... check-in: 1b9f91c0e6 user: suresh tags: trunk
13:07
Added routiens to support testing of new routines ('TclStatInsertProc', 'TclAccessInsertProc', 'Tc... check-in: 1676df29e6 user: suresh tags: trunk
13:04
Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' to 'TclAccess(...)'. Adde... check-in: 1b2c9733c7 user: suresh tags: trunk
12:44
Initial revision check-in: d17fedb1b9 user: suresh tags: trunk
1998-06-03
09:37
Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to 'TclpAccess(...)'. Removed m... check-in: 8d7c1ef2d0 user: suresh tags: trunk
09:33
Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to 'TclpAccess(...)'. Added 'Tc... check-in: 30375c0e1e user: suresh tags: trunk
09:32
Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to 'TclpAccess(...)'. check-in: 098e9fa0dd user: suresh tags: trunk
09:14
Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. check-in: 332c13ef17 user: suresh tags: trunk
1998-05-28
16:44
Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' to 'TclpAccess(...)'. Removed m... check-in: 1f1887431a user: suresh tags: trunk
15:18
Added macro ti simply map 'TclpStat(...)' to 'stat(...)'. Added macro to simply map 'TclpAccess(...)... check-in: 90c953146c user: suresh tags: trunk
1998-05-27
18:47
*** empty log message *** check-in: fdcf467286 user: stanton tags: trunk
18:25
added test for windows bug check-in: 0f90d50961 user: stanton tags: trunk
18:10
fixed bug in socket code: use of FIONREAD is not supported on Windows changed to completely drain th... check-in: f8f2215a8f user: stanton tags: trunk
1998-05-20
17:37
Changed call ref's of 'stat(...)' to 'TclStat(...)'. check-in: 9033acfa23 user: suresh tags: trunk
17:33
Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' to 'TclAccess(...)'. check-in: 8b6899e9e3 user: suresh tags: trunk
17:10
Changed call ref's from 'access(...)' to 'TclAccess(...)'. check-in: df4ef24b51 user: suresh tags: trunk
16:57
Changed call ref's from 'stat(...)' to 'TclStat(...)'. check-in: 734111e244 user: suresh tags: trunk
16:53
Changed call ref's of 'stat(...)' to 'TclStat(...)' & 'access(...)' to 'TclAccess(...)'. check-in: 84f6846fe1 user: suresh tags: trunk
1998-05-16
11:51
Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. check-in: 361e3a0b00 user: suresh tags: trunk
1998-04-29
17:10
*** empty log message *** check-in: a28b6847b7 user: stanton tags: trunk
17:10
added TclWinInit and TclpFinalize check-in: b9d8955be1 user: stanton tags: trunk
17:09
*** empty log message *** check-in: 765797e09f user: stanton tags: trunk
17:09
Created branch core-8-0-2-synthetic Closed-Leaf check-in: 8ff5cdf418 user: cvs2fossil tags: core-8-0-2-synthetic, core-8-0-2
17:09
added call to TclpFinalize check-in: fd32610091 user: stanton tags: trunk
1998-04-28
18:53
Initial revision check-in: a027dd039f user: stanton tags: trunk
1998-03-26
14:56
Initial revision check-in: f86c34e38d user: rjohnson tags: trunk
14:45
Initial revision check-in: cacdd0f329 user: rjohnson tags: trunk