Library Name | Tcl |
---|---|
Version #1 | 8.5.18 |
Version #2 | 8.6.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Total Header Files | 4 |
---|---|
Total Shared Libraries | 1 |
Total Symbols / Types | 648 / 668 |
Verdict | Incompatible (2.1%) |
Severity | Count | |
---|---|---|
Added Symbols | - | 50 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 0 |
Medium | 1 | |
Low | 113 | |
Problems with Symbols | High | 0 |
Medium | 10 | |
Low | 43 | |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 477 |
Change | Effect | |
---|---|---|
1 | Type of field string has been changed from char[4] (4 bytes) to char[1] (1 byte). | This field may be incorrectly initialized or accessed by applications. |
Change | Effect | |
---|---|---|
1 | Added const qualifier to return value (has been changed from char const** to char const*const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Type of return value became const (has been changed from Tcl_Filesystem* to Tcl_Filesystem const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Type of return value became const (has been changed from Tcl_ChannelType* to Tcl_ChannelType const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Type of return value became const (has been changed from Tcl_ObjType* to Tcl_ObjType const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | The pointer level of 5th parameter clientDataPtr has been decreased from 2 to 1. | The library function will treat the parameter as the lower-dimension array and will not read all elements. This may change the behavior of applications. NOTE: if this is out-parameter then this change may cause a crash of applications. |
Change | Effect | |
---|---|---|
1 | The pointer level of 5th parameter clientDataPtr has been decreased from 2 to 1. | The library function will treat the parameter as the lower-dimension array and will not read all elements. This may change the behavior of applications. NOTE: if this is out-parameter then this change may cause a crash of applications. |
Change | Effect | |
---|---|---|
1 | The pointer level of 5th parameter clientDataPtr has been decreased from 2 to 1. | The library function will treat the parameter as the lower-dimension array and will not read all elements. This may change the behavior of applications. NOTE: if this is out-parameter then this change may cause a crash of applications. |
Change | Effect | |
---|---|---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
Change | Effect | |
---|---|---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
Change | Effect | |
---|---|---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
Change | Effect | |
---|---|---|
1 | Field typeName became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Type of field typeName has been changed from char* to char const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Base type of field fileAttrStringsProc has been changed from char const**(*)(Tcl_Obj*,Tcl_Obj**) to char const*const*(*)(Tcl_Obj*,Tcl_Obj**). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field typePtr became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Type of field typePtr has been changed from Tcl_HashKeyType* to Tcl_HashKeyType const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field errorLine has been renamed to errorLineDontUse. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field freeProc has been renamed to freeProcDontUse. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
3 | Field result has been renamed to resultDontUse. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Base type of field setTimerProc has been changed from void(*)(Tcl_Time*) to void(*)(Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field waitForEventProc has been changed from int(*)(Tcl_Time*) to int(*)(Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field typePtr became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Type of field typePtr has been changed from Tcl_ObjType* to Tcl_ObjType const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field name became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Type of field name has been changed from char* to char const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field tclIntPlatStubs became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
2 | Field tclIntStubs became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
3 | Field tclPlatStubs became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
4 | Type of field tclIntPlatStubs has been changed from struct TclIntPlatStubs* to struct TclIntPlatStubs const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
5 | Type of field tclIntStubs has been changed from struct TclIntStubs* to struct TclIntStubs const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
6 | Type of field tclPlatStubs has been changed from struct TclPlatStubs* to struct TclPlatStubs const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Base type of field tcl_ConditionWait has been changed from void(*)(Tcl_Condition*,Tcl_Mutex*,Tcl_Time*) to void(*)(Tcl_Condition*,Tcl_Mutex*,Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field tcl_ConvertToType has been changed from int(*)(Tcl_Interp*,Tcl_Obj*,Tcl_ObjType*) to int(*)(Tcl_Interp*,Tcl_Obj*,Tcl_ObjType const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field tcl_CreateChannel has been changed from Tcl_Channel(*)(Tcl_ChannelType*,char const*,ClientData,int) to Tcl_Channel(*)(Tcl_ChannelType const*,char const*,ClientData,int). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Base type of field tcl_CreateHashEntry has been changed from Tcl_HashEntry*(*)(Tcl_HashTable*,char const*,int*) to Tcl_HashEntry*(*)(Tcl_HashTable*,void const*,int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
5 | Base type of field tcl_FSData has been changed from ClientData(*)(Tcl_Filesystem*) to ClientData(*)(Tcl_Filesystem const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
6 | Base type of field tcl_FSFileAttrStrings has been changed from char const**(*)(Tcl_Obj*,Tcl_Obj**) to char const*const*(*)(Tcl_Obj*,Tcl_Obj**). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
7 | Base type of field tcl_FSGetFileSystemForPath has been changed from Tcl_Filesystem*(*)(Tcl_Obj*) to Tcl_Filesystem const*(*)(Tcl_Obj*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
8 | Base type of field tcl_FSGetInternalRep has been changed from ClientData(*)(Tcl_Obj*,Tcl_Filesystem*) to ClientData(*)(Tcl_Obj*,Tcl_Filesystem const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
9 | Base type of field tcl_FSGetNativePath has been changed from char const*(*)(Tcl_Obj*) to void const*(*)(Tcl_Obj*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
10 | Base type of field tcl_FSMountsChanged has been changed from void(*)(Tcl_Filesystem*) to void(*)(Tcl_Filesystem const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
11 | Base type of field tcl_FSNewNativePath has been changed from Tcl_Obj*(*)(Tcl_Filesystem*,ClientData) to Tcl_Obj*(*)(Tcl_Filesystem const*,ClientData). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
12 | Base type of field tcl_FSRegister has been changed from int(*)(ClientData,Tcl_Filesystem*) to int(*)(ClientData,Tcl_Filesystem const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
13 | Base type of field tcl_FSUnregister has been changed from int(*)(Tcl_Filesystem*) to int(*)(Tcl_Filesystem const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
14 | Base type of field tcl_FindHashEntry has been changed from Tcl_HashEntry*(*)(Tcl_HashTable*,char const*) to Tcl_HashEntry*(*)(Tcl_HashTable*,void const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
15 | Base type of field tcl_GetChannelType has been changed from Tcl_ChannelType*(*)(Tcl_Channel) to Tcl_ChannelType const*(*)(Tcl_Channel). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
16 | Base type of field tcl_GetIndexFromObj has been changed from int(*)(Tcl_Interp*,Tcl_Obj*,char const**,char const*,int,int*) to int(*)(Tcl_Interp*,Tcl_Obj*,char const*const*,char const*,int,int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
17 | Base type of field tcl_GetObjType has been changed from Tcl_ObjType*(*)(char const*) to Tcl_ObjType const*(*)(char const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
18 | Base type of field tcl_InitCustomHashTable has been changed from void(*)(Tcl_HashTable*,int,Tcl_HashKeyType*) to void(*)(Tcl_HashTable*,int,Tcl_HashKeyType const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
19 | Base type of field tcl_PkgPresentEx has been changed from char const*(*)(Tcl_Interp*,char const*,char const*,int,ClientData*) to char const*(*)(Tcl_Interp*,char const*,char const*,int,void*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
20 | Base type of field tcl_PkgProvideEx has been changed from int(*)(Tcl_Interp*,char const*,char const*,ClientData) to int(*)(Tcl_Interp*,char const*,char const*,void const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
21 | Base type of field tcl_PkgRequireEx has been changed from char const*(*)(Tcl_Interp*,char const*,char const*,int,ClientData*) to char const*(*)(Tcl_Interp*,char const*,char const*,int,void*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
22 | Base type of field tcl_PkgRequireProc has been changed from int(*)(Tcl_Interp*,char const*,int,Tcl_Obj*const*,ClientData*) to int(*)(Tcl_Interp*,char const*,int,Tcl_Obj*const*,void*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
23 | Base type of field tcl_RegisterConfig has been changed from void(*)(Tcl_Interp*,char const*,Tcl_Config*,char const*) to void(*)(Tcl_Interp*,char const*,Tcl_Config const*,char const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
24 | Base type of field tcl_RegisterObjType has been changed from void(*)(Tcl_ObjType*) to void(*)(Tcl_ObjType const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
25 | Base type of field tcl_SetMaxBlockTime has been changed from void(*)(Tcl_Time*) to void(*)(Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
26 | Base type of field tcl_SetTimer has been changed from void(*)(Tcl_Time*) to void(*)(Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
27 | Base type of field tcl_StackChannel has been changed from Tcl_Channel(*)(Tcl_Interp*,Tcl_ChannelType*,ClientData,int,Tcl_Channel) to Tcl_Channel(*)(Tcl_Interp*,Tcl_ChannelType const*,ClientData,int,Tcl_Channel). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
28 | Base type of field tcl_WaitForEvent has been changed from int(*)(Tcl_Time*) to int(*)(Tcl_Time const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
29 | Field hooks became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
30 | Type of field hooks has been changed from struct TclStubHooks* to struct TclStubHooks const*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
31 | Field tclUnusedStubEntry has been renamed to tcl_ZlibStreamSetCompressionDictionary. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
32 | Reserved field reserved580 has been replaced by tcl_CancelEval. | This field will not be initialized by old clients. |
33 | Reserved field reserved581 has been replaced by tcl_Canceled. | This field will not be initialized by old clients. |
34 | Reserved field reserved582 has been replaced by tcl_CreatePipe. | This field will not be initialized by old clients. |
35 | Reserved field reserved583 has been replaced by tcl_NRCreateCommand. | This field will not be initialized by old clients. |
36 | Reserved field reserved584 has been replaced by tcl_NREvalObj. | This field will not be initialized by old clients. |
37 | Reserved field reserved585 has been replaced by tcl_NREvalObjv. | This field will not be initialized by old clients. |
38 | Reserved field reserved586 has been replaced by tcl_NRCmdSwap. | This field will not be initialized by old clients. |
39 | Reserved field reserved587 has been replaced by tcl_NRAddCallback. | This field will not be initialized by old clients. |
40 | Reserved field reserved588 has been replaced by tcl_NRCallObjProc. | This field will not be initialized by old clients. |
41 | Reserved field reserved589 has been replaced by tcl_GetFSDeviceFromStat. | This field will not be initialized by old clients. |
42 | Reserved field reserved590 has been replaced by tcl_GetFSInodeFromStat. | This field will not be initialized by old clients. |
43 | Reserved field reserved591 has been replaced by tcl_GetModeFromStat. | This field will not be initialized by old clients. |
44 | Reserved field reserved592 has been replaced by tcl_GetLinkCountFromStat. | This field will not be initialized by old clients. |
45 | Reserved field reserved593 has been replaced by tcl_GetUserIdFromStat. | This field will not be initialized by old clients. |
46 | Reserved field reserved594 has been replaced by tcl_GetGroupIdFromStat. | This field will not be initialized by old clients. |
47 | Reserved field reserved595 has been replaced by tcl_GetDeviceTypeFromStat. | This field will not be initialized by old clients. |
48 | Reserved field reserved596 has been replaced by tcl_GetAccessTimeFromStat. | This field will not be initialized by old clients. |
49 | Reserved field reserved597 has been replaced by tcl_GetModificationTimeFromStat. | This field will not be initialized by old clients. |
50 | Reserved field reserved598 has been replaced by tcl_GetChangeTimeFromStat. | This field will not be initialized by old clients. |
51 | Reserved field reserved599 has been replaced by tcl_GetSizeFromStat. | This field will not be initialized by old clients. |
52 | Reserved field reserved600 has been replaced by tcl_GetBlocksFromStat. | This field will not be initialized by old clients. |
53 | Reserved field reserved601 has been replaced by tcl_GetBlockSizeFromStat. | This field will not be initialized by old clients. |
54 | Reserved field reserved602 has been replaced by tcl_SetEnsembleParameterList. | This field will not be initialized by old clients. |
55 | Reserved field reserved603 has been replaced by tcl_GetEnsembleParameterList. | This field will not be initialized by old clients. |
56 | Reserved field reserved604 has been replaced by tcl_ParseArgsObjv. | This field will not be initialized by old clients. |
57 | Reserved field reserved605 has been replaced by tcl_GetErrorLine. | This field will not be initialized by old clients. |
58 | Reserved field reserved606 has been replaced by tcl_SetErrorLine. | This field will not be initialized by old clients. |
59 | Reserved field reserved607 has been replaced by tcl_TransferResult. | This field will not be initialized by old clients. |
60 | Reserved field reserved608 has been replaced by tcl_InterpActive. | This field will not be initialized by old clients. |
61 | Reserved field reserved609 has been replaced by tcl_BackgroundException. | This field will not be initialized by old clients. |
62 | Reserved field reserved610 has been replaced by tcl_ZlibDeflate. | This field will not be initialized by old clients. |
63 | Reserved field reserved611 has been replaced by tcl_ZlibInflate. | This field will not be initialized by old clients. |
64 | Reserved field reserved612 has been replaced by tcl_ZlibCRC32. | This field will not be initialized by old clients. |
65 | Reserved field reserved613 has been replaced by tcl_ZlibAdler32. | This field will not be initialized by old clients. |
66 | Reserved field reserved614 has been replaced by tcl_ZlibStreamInit. | This field will not be initialized by old clients. |
67 | Reserved field reserved615 has been replaced by tcl_ZlibStreamGetCommandName. | This field will not be initialized by old clients. |
68 | Reserved field reserved616 has been replaced by tcl_ZlibStreamEof. | This field will not be initialized by old clients. |
69 | Reserved field reserved617 has been replaced by tcl_ZlibStreamChecksum. | This field will not be initialized by old clients. |
70 | Reserved field reserved618 has been replaced by tcl_ZlibStreamPut. | This field will not be initialized by old clients. |
71 | Reserved field reserved619 has been replaced by tcl_ZlibStreamGet. | This field will not be initialized by old clients. |
72 | Reserved field reserved620 has been replaced by tcl_ZlibStreamClose. | This field will not be initialized by old clients. |
73 | Reserved field reserved621 has been replaced by tcl_ZlibStreamReset. | This field will not be initialized by old clients. |
74 | Reserved field reserved622 has been replaced by tcl_SetStartupScript. | This field will not be initialized by old clients. |
75 | Reserved field reserved623 has been replaced by tcl_GetStartupScript. | This field will not be initialized by old clients. |
76 | Reserved field reserved624 has been replaced by tcl_CloseEx. | This field will not be initialized by old clients. |
77 | Reserved field reserved625 has been replaced by tcl_NRExprObj. | This field will not be initialized by old clients. |
78 | Reserved field reserved626 has been replaced by tcl_NRSubstObj. | This field will not be initialized by old clients. |
79 | Reserved field reserved627 has been replaced by tcl_LoadFile. | This field will not be initialized by old clients. |
80 | Reserved field reserved628 has been replaced by tcl_FindSymbol. | This field will not be initialized by old clients. |
81 | Reserved field reserved629 has been replaced by tcl_FSUnloadFile. | This field will not be initialized by old clients. |
Change | Effect | |
---|---|---|
1 | Type of field hooks has been changed from struct TclPlatStubHooks* to void*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Base type of field tclBN_mp_cmp has been changed from int(*)(mp_int*,mp_int*) to int(*)(mp_int const*,mp_int const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field tclBN_mp_cmp_d has been changed from int(*)(mp_int*,mp_digit) to int(*)(mp_int const*,mp_digit). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field tclBN_mp_cmp_mag has been changed from int(*)(mp_int*,mp_int*) to int(*)(mp_int const*,mp_int const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Base type of field tclBN_mp_cnt_lsb has been changed from int(*)(mp_int*) to int(*)(mp_int const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
5 | Base type of field tclBN_mp_copy has been changed from int(*)(mp_int*,mp_int*) to int(*)(mp_int const*,mp_int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
6 | Base type of field tclBN_mp_count_bits has been changed from int(*)(mp_int*) to int(*)(mp_int const*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
7 | Base type of field tclBN_mp_div_2d has been changed from int(*)(mp_int*,int,mp_int*,mp_int*) to int(*)(mp_int const*,int,mp_int*,mp_int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
8 | Base type of field tclBN_mp_mod_2d has been changed from int(*)(mp_int*,int,mp_int*) to int(*)(mp_int const*,int,mp_int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
9 | Base type of field tclBN_mp_mul_2d has been changed from int(*)(mp_int*,int,mp_int*) to int(*)(mp_int const*,int,mp_int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
10 | Base type of field tclBN_mp_neg has been changed from int(*)(mp_int*,mp_int*) to int(*)(mp_int const*,mp_int*). | Replacement of field base type may indicate a change in the semantic meaning of the field. |
11 | Type of field hooks has been changed from struct TclTomMathStubHooks* to void*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter timePtr has been changed from Tcl_Time* to Tcl_Time const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter typePtr has been changed from Tcl_ObjType* to Tcl_ObjType const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter typePtr has been changed from Tcl_ChannelType* to Tcl_ChannelType const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 2nd parameter key has been changed from char const* to void const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 2nd parameter key has been changed from char const* to void const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter fsPtr has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from char const** to char const*const*. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 2nd parameter fsPtr has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from char const* to void const*. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter fsPtr has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter fromFilesystem has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 2nd parameter fsPtr has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter fsPtr has been changed from Tcl_Filesystem* to Tcl_Filesystem const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from Tcl_ChannelType* to Tcl_ChannelType const*. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter tablePtr has been changed from char const** to char const*const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from Tcl_ObjType* to Tcl_ObjType const*. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter typePtr has been changed from Tcl_HashKeyType* to Tcl_HashKeyType const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 5th parameter clientDataPtr has been changed from ClientData* to void*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 4th parameter clientData has been changed from ClientData to void const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 5th parameter clientDataPtr has been changed from ClientData* to void*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 5th parameter clientDataPtr has been changed from ClientData* to void*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter configuration has been changed from Tcl_Config* to Tcl_Config const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter typePtr has been changed from Tcl_ObjType* to Tcl_ObjType const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter timePtr has been changed from Tcl_Time* to Tcl_Time const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter timePtr has been changed from Tcl_Time* to Tcl_Time const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 2nd parameter typePtr has been changed from Tcl_ChannelType* to Tcl_ChannelType const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter timePtr has been changed from Tcl_Time* to Tcl_Time const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of this global data has been changed from TclStubs* to TclStubs const*. | Replacement of data type may indicate a change in semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of this global data has been changed from TclPlatStubs* to TclPlatStubs const*. | Replacement of data type may indicate a change in semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter b has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter b has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter a has been changed from mp_int* to mp_int const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of this global data has been changed from TclTomMathStubs* to TclTomMathStubs const*. | Replacement of data type may indicate a change in semantic meaning. |
Change | Effect | |
---|---|---|
1 | The constant CLIENT_COMPRESS with value 32 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant CLIENT_INTERACTIVE with value 1024 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant INVALID_SOCKET with value -1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant MYSQL_DATA_TRUNCATED with value 101 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant MYSQL_ERRMSG_SIZE with value 512 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_library_end with value (mysqlStubs->mysql_server_endPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_library_init with value (mysqlStubs->mysql_server_initPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant MYSQL_NO_DATA with value 100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant NOT_NULL_FLAG with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SCRAMBLE_LENGTH with value 20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLSTATE_LENGTH with value 5 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PG_DIAG_MESSAGE_PRIMARY with value 'M' has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PG_DIAG_SQLSTATE with value 'C' has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ADD_DSN with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ADD_SYS_DSN with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_CONFIG_DSN with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_CONFIG_SYS_DSN with value 5 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_COMPONENT_NOT_FOUND with value 6 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_CREATE_DSN_FAILED with value 18 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_GENERAL_ERR with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_BUFF_LEN with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_DSN with value 9 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_HWND with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_INF with value 10 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_KEYWORD_VALUE with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_LOG_FILE with value 15 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_NAME with value 7 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_PARAM_SEQUENCE with value 14 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_PATH with value 12 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_REQUEST_TYPE with value 5 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_INVALID_STR with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_LOAD_LIB_FAILED with value 13 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_OUT_OF_MEM with value 21 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_OUTPUT_STRING_TRUNCATED with value 22 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_REMOVE_DSN_FAILED with value 20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_REQUEST_FAILED with value 11 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_USAGE_UPDATE_FAILED with value 17 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_USER_CANCELED with value 16 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_ERROR_WRITING_SYSINFO_FAILED with value 19 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_REMOVE_DSN with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ODBC_REMOVE_SYS_DSN with value 6 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ACCESS_MODE with value 101 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ALL_TYPES with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ATTR_ACCESS_MODE with value 101 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ATTR_CONNECTION_TIMEOUT with value 113 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ATTR_TXN_ISOLATION with value 108 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_AUTOCOMMIT with value 102 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_C_BINARY with value -2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_C_CHAR with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_C_DOUBLE with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_C_LONG with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_C_WCHAR with value -8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_COMMIT with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_DRIVER_COMPLETE_REQUIRED with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_DRIVER_NOPROMPT with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ERROR with value (-1) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_FETCH_FIRST with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_FETCH_FIRST_SYSTEM with value 32 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_FETCH_FIRST_USER with value 31 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_FETCH_NEXT with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_HANDLE_DBC with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_HANDLE_ENV with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_HANDLE_STMT with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_MAX_DSN_LENGTH with value 32 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_MAX_MESSAGE_LENGTH with value 512 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_MODE_READ_ONLY with value 1UL has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_MODE_READ_WRITE with value 0UL has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NO_DATA with value 100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NO_TOTAL with value (-4) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NULL_DATA with value (-1) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NULL_HANDLE with value ((SQLHANDLE) 0) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NULL_HENV with value ((SQLHENV) 0) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NULL_HSTMT with value ((SQLHSTMT) 0) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_NULLABLE_UNKNOWN with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_OV_ODBC3 with value 3UL has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_PARAM_INPUT with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_ROLLBACK with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_SIGNED_OFFSET with value (-20) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_SUCCESS with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_SUCCESS_WITH_INFO with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_TXN_ISOLATION with value 108 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_TXN_READ_COMMITTED with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_TXN_READ_UNCOMMITTED with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_TXN_REPEATABLE_READ with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQL_TXN_SERIALIZABLE with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_DEFAULT_PROTECT with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_NAMESPACE with value "::itcl" has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_PRIVATE with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_PROTECTED with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_PUBLIC with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AppendList with value (itclStubsPtr->itcl_AppendList) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AppendListElem with value (itclStubsPtr->itcl_AppendListElem) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateListElem with value (itclStubsPtr->itcl_CreateListElem) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteList with value (itclStubsPtr->itcl_DeleteList) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteListElem with value (itclStubsPtr->itcl_DeleteListElem) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteStack with value (itclStubsPtr->itcl_DeleteStack) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DiscardInterpState with value (itclStubsPtr->itcl_DiscardInterpState) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EventuallyFree with value (itclStubsPtr->itcl_EventuallyFree) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindC with value (itclStubsPtr->itcl_FindC) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetStackValue with value (itclStubsPtr->itcl_GetStackValue) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InitList with value (itclStubsPtr->itcl_InitList) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InitStack with value (itclStubsPtr->itcl_InitStack) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InsertList with value (itclStubsPtr->itcl_InsertList) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InsertListElem with value (itclStubsPtr->itcl_InsertListElem) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PeekStack with value (itclStubsPtr->itcl_PeekStack) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PopStack with value (itclStubsPtr->itcl_PopStack) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PreserveData with value (itclStubsPtr->itcl_PreserveData) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PushStack with value (itclStubsPtr->itcl_PushStack) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_RegisterC with value (itclStubsPtr->itcl_RegisterC) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_RegisterObjC with value (itclStubsPtr->itcl_RegisterObjC) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ReleaseData with value (itclStubsPtr->itcl_ReleaseData) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_RestoreInterpState with value (itclStubsPtr->itcl_RestoreInterpState) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_SaveInterpState with value (itclStubsPtr->itcl_SaveInterpState) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_SetListValue with value (itclStubsPtr->itcl_SetListValue) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_STUBS_EPOCH with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ALLOC_CHUNK with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant CMD_TYPE_METHOD with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant CMD_TYPE_PROC with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant DEBUG with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_ARG_SPEC with value 0x080 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_BODY_SPEC with value 0x100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_BUILTIN with value 0x400 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS with value 0x1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_CONSTRUCT_ERROR with value 0x200000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_DERIVED_RELEASED with value 0x20000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_DESTRUCTOR_CALLED with value 0x400000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_IS_DELETED with value 0x1000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_IS_DESTROYED with value 0x2000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_IS_FREED with value 0x10000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_IS_RENAMED with value 0x8000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_NO_VARNS_DELETE with value 0x80000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_NS_IS_DESTROYED with value 0x4000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_NS_TEARDOWN with value 0x40000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CLASS_SHOULD_VARNS_DELETE with value 0x100000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMMANDS_NAMESPACE with value "::itcl::internal::commands" has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMMON with value 0x010 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMPONENT with value 0x800 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMPONENT_INHERIT with value 0x01 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMPONENT_PUBLIC with value 0x02 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_COMPONENT_VAR with value 0x800 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CONINIT with value 0x200 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_CONSTRUCTOR with value 0x020 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_DESTRUCTOR with value 0x040 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_ECLASS with value 0x10 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_HULL_VAR with value 0x1000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IGNORE_ERRS with value 0x002 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IMPLEMENT_ARGCMD with value 0x004 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IMPLEMENT_C with value 0x00c has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IMPLEMENT_NONE with value 0x001 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IMPLEMENT_OBJCMD with value 0x008 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_IMPLEMENT_TCL with value 0x002 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_INTERP_DATA with value "itcl_data" has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_METHOD with value 0x2000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_NWIDGET with value 0x20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_CLASS_DESTRUCTED with value 0x10 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_DESTRUCT_ERROR with value 0x40 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_IS_DELETED with value 0x01 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_IS_DESTROYED with value 0x04 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_IS_DESTRUCTED with value 0x02 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_IS_RENAMED with value 0x08 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OBJECT_SHOULD_VARNS_DELETE with value 0x80 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OPTION_READONLY with value 0x2000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_OPTIONS_VAR with value 0x40 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_RESOLVE_CLASS with value 0x01 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_RESOLVE_OBJECT with value 0x02 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_SELF_VAR with value 0x100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_SELFNS_VAR with value 0x200 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TCLOO_OBJECT_IS_DELETED with value 0x20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_THIS_VAR with value 0x20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TRACE_CLASS with value 0x01 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TRACE_OBJECT with value 0x02 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TYPE with value 0x2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TYPE_METHOD with value 0x1000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TYPE_VAR with value 0x80 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_TYPE_VARIABLE with value 0x8000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_VARIABLE with value 0x4000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_VARIABLES_NAMESPACE with value "::itcl::internal::variables" has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET with value 0x4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_FRAME with value 0x40 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_LABEL_FRAME with value 0x80 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_TOPLEVEL with value 0x100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_TTK_FRAME with value 0x200 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_TTK_LABEL_FRAME with value 0x400 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGET_TTK_TOPLEVEL with value 0x800 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIDGETADAPTOR with value 0x8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCL_WIN_VAR with value 0x400 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant VAR_TYPE_COMMON with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant VAR_TYPE_VARIABLE with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ActivateCallFrame with value (itclIntStubsPtr->itcl_ActivateCallFrame) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AddComponentCmd with value (itclIntStubsPtr->itcl_AddComponentCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AddEnsemblePart with value (itclIntStubsPtr->itcl_AddEnsemblePart) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AddOptionCmd with value (itclIntStubsPtr->itcl_AddOptionCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_AdvanceHierIter with value (itclIntStubsPtr->itcl_AdvanceHierIter) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_Assert with value (itclIntStubsPtr->itcl_Assert) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiCgetCmd with value (itclIntStubsPtr->itcl_BiCgetCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiChainCmd with value (itclIntStubsPtr->itcl_BiChainCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiConfigureCmd with value (itclIntStubsPtr->itcl_BiConfigureCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoArgsCmd with value (itclIntStubsPtr->itcl_BiInfoArgsCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoBodyCmd with value (itclIntStubsPtr->itcl_BiInfoBodyCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoClassCmd with value (itclIntStubsPtr->itcl_BiInfoClassCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoCmd with value (itclIntStubsPtr->itcl_BiInfoCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoComponentCmd with value (itclIntStubsPtr->itcl_BiInfoComponentCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoFunctionCmd with value (itclIntStubsPtr->itcl_BiInfoFunctionCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoHeritageCmd with value (itclIntStubsPtr->itcl_BiInfoHeritageCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoInheritCmd with value (itclIntStubsPtr->itcl_BiInfoInheritCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoOptionCmd with value (itclIntStubsPtr->itcl_BiInfoOptionCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoUnknownCmd with value (itclIntStubsPtr->itcl_BiInfoUnknownCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoVariableCmd with value (itclIntStubsPtr->itcl_BiInfoVariableCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInfoVarsCmd with value (itclIntStubsPtr->itcl_BiInfoVarsCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiInit with value (itclIntStubsPtr->itcl_BiInit) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BiIsaCmd with value (itclIntStubsPtr->itcl_BiIsaCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BodyCmd with value (itclIntStubsPtr->itcl_BodyCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_BuildVirtualTables with value (itclIntStubsPtr->itcl_BuildVirtualTables) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CanAccess with value (itclIntStubsPtr->itcl_CanAccess) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CanAccess2 with value (itclIntStubsPtr->itcl_CanAccess2) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CanAccessFunc with value (itclIntStubsPtr->itcl_CanAccessFunc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ChangeMemberFunc with value (itclIntStubsPtr->itcl_ChangeMemberFunc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassCmd with value (itclIntStubsPtr->itcl_ClassCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassCommonCmd with value (itclIntStubsPtr->itcl_ClassCommonCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassConstructorCmd with value (itclIntStubsPtr->itcl_ClassConstructorCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassDestructorCmd with value (itclIntStubsPtr->itcl_ClassDestructorCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassInheritCmd with value (itclIntStubsPtr->itcl_ClassInheritCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassMethodCmd with value (itclIntStubsPtr->itcl_ClassMethodCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassProcCmd with value (itclIntStubsPtr->itcl_ClassProcCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassProtectionCmd with value (itclIntStubsPtr->itcl_ClassProtectionCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ClassVariableCmd with value (itclIntStubsPtr->itcl_ClassVariableCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CodeCmd with value (itclIntStubsPtr->itcl_CodeCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ConfigBodyCmd with value (itclIntStubsPtr->itcl_ConfigBodyCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ConstructBase with value (itclIntStubsPtr->itcl_ConstructBase) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateArgs with value (itclIntStubsPtr->itcl_CreateArgs) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateClass with value (itclIntStubsPtr->itcl_CreateClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateEnsemble with value (itclIntStubsPtr->itcl_CreateEnsemble) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateMemberCode with value (itclIntStubsPtr->itcl_CreateMemberCode) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateMemberFunc with value (itclIntStubsPtr->itcl_CreateMemberFunc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateMethod with value (itclIntStubsPtr->itcl_CreateMethod) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateProc with value (itclIntStubsPtr->itcl_CreateProc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_CreateVariable with value (itclIntStubsPtr->itcl_CreateVariable) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DecodeScopedCommand with value (itclIntStubsPtr->itcl_DecodeScopedCommand) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DefaultInfoCmd with value (itclIntStubsPtr->itcl_DefaultInfoCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DelClassCmd with value (itclIntStubsPtr->itcl_DelClassCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteClass with value (itclIntStubsPtr->itcl_DeleteClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteHierIter with value (itclIntStubsPtr->itcl_DeleteHierIter) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteMemberCode with value (itclIntStubsPtr->itcl_DeleteMemberCode) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteMemberFunc with value (itclIntStubsPtr->itcl_DeleteMemberFunc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteObject with value (itclIntStubsPtr->itcl_DeleteObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DeleteVariable with value (itclIntStubsPtr->itcl_DeleteVariable) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DelObjectCmd with value (itclIntStubsPtr->itcl_DelObjectCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_DestructObject with value (itclIntStubsPtr->itcl_DestructObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EnsembleCmd with value (itclIntStubsPtr->itcl_EnsembleCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EnsembleErrorCmd with value (itclIntStubsPtr->itcl_EnsembleErrorCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EnsembleInit with value (itclIntStubsPtr->itcl_EnsembleInit) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EnsPartCmd with value (itclIntStubsPtr->itcl_EnsPartCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EvalArgs with value (itclIntStubsPtr->itcl_EvalArgs) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_EvalMemberCode with value (itclIntStubsPtr->itcl_EvalMemberCode) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ExecMethod with value (itclIntStubsPtr->itcl_ExecMethod) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ExecProc with value (itclIntStubsPtr->itcl_ExecProc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FilterAddCmd with value (itclIntStubsPtr->itcl_FilterAddCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FilterDeleteCmd with value (itclIntStubsPtr->itcl_FilterDeleteCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindClass with value (itclIntStubsPtr->itcl_FindClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindClassesCmd with value (itclIntStubsPtr->itcl_FindClassesCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindClassNamespace with value (itclIntStubsPtr->itcl_FindClassNamespace) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindObject with value (itclIntStubsPtr->itcl_FindObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_FindObjectsCmd with value (itclIntStubsPtr->itcl_FindObjectsCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ForwardAddCmd with value (itclIntStubsPtr->itcl_ForwardAddCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ForwardDeleteCmd with value (itclIntStubsPtr->itcl_ForwardDeleteCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetCallFrameClientData with value (itclIntStubsPtr->itcl_GetCallFrameClientData) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetCallFrameObjc with value (itclIntStubsPtr->itcl_GetCallFrameObjc) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetCallFrameObjv with value (itclIntStubsPtr->itcl_GetCallFrameObjv) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetCommonVar with value (itclIntStubsPtr->itcl_GetCommonVar) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetContext with value (itclIntStubsPtr->itcl_GetContext) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetEnsemblePart with value (itclIntStubsPtr->itcl_GetEnsemblePart) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetEnsembleUsage with value (itclIntStubsPtr->itcl_GetEnsembleUsage) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetEnsembleUsageForObj with value (itclIntStubsPtr->itcl_GetEnsembleUsageForObj) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetInstanceVar with value (itclIntStubsPtr->itcl_GetInstanceVar) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetMemberCode with value (itclIntStubsPtr->itcl_GetMemberCode) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetMemberFuncUsage with value (itclIntStubsPtr->itcl_GetMemberFuncUsage) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetUplevelCallFrame with value (itclIntStubsPtr->itcl_GetUplevelCallFrame) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_GetUplevelNamespace with value (itclIntStubsPtr->itcl_GetUplevelNamespace) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_HandleClass with value (itclIntStubsPtr->itcl_HandleClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InitHierIter with value (itclIntStubsPtr->itcl_InitHierIter) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InstallBiMethods with value (itclIntStubsPtr->itcl_InstallBiMethods) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_InvokeMethodIfExists with value (itclIntStubsPtr->itcl_InvokeMethodIfExists) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsClass with value (itclIntStubsPtr->itcl_IsClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsClassCmd with value (itclIntStubsPtr->itcl_IsClassCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsClassNamespace with value (itclIntStubsPtr->itcl_IsClassNamespace) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsEnsemble with value (itclIntStubsPtr->itcl_IsEnsemble) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsObject with value (itclIntStubsPtr->itcl_IsObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsObjectCmd with value (itclIntStubsPtr->itcl_IsObjectCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_IsStub with value (itclIntStubsPtr->itcl_IsStub) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_MixinAddCmd with value (itclIntStubsPtr->itcl_MixinAddCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_MixinDeleteCmd with value (itclIntStubsPtr->itcl_MixinDeleteCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_NWidgetCmd with value (itclIntStubsPtr->itcl_NWidgetCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ObjectIsa with value (itclIntStubsPtr->itcl_ObjectIsa) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ParseInit with value (itclIntStubsPtr->itcl_ParseInit) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ParseNamespPath with value (itclIntStubsPtr->itcl_ParseNamespPath) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ParseVarResolver with value (itclIntStubsPtr->itcl_ParseVarResolver) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PopCallFrame with value (itclIntStubsPtr->itcl_PopCallFrame) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_Protection with value (itclIntStubsPtr->itcl_Protection) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ProtectionStr with value (itclIntStubsPtr->itcl_ProtectionStr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_PushCallFrame with value (itclIntStubsPtr->itcl_PushCallFrame) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_RenameCommand with value (itclIntStubsPtr->itcl_RenameCommand) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ReportFuncErrors with value (itclIntStubsPtr->itcl_ReportFuncErrors) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_ScopeCmd with value (itclIntStubsPtr->itcl_ScopeCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_SetCallFrameNamespace with value (itclIntStubsPtr->itcl_SetCallFrameNamespace) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_SetCallFrameResolver with value (itclIntStubsPtr->itcl_SetCallFrameResolver) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_StubCreateCmd with value (itclIntStubsPtr->itcl_StubCreateCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Itcl_StubExistsCmd with value (itclIntStubsPtr->itcl_StubExistsCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ItclEnsembleSubCmd with value (itclIntStubsPtr->itclEnsembleSubCmd) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ITCLINT_STUBS_EPOCH with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant _TCL_PROC_DEFINED with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant _TCL_RESOLVE_DEFINED with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant FRAME_HAS_RESOLVER with value 0x100 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_affected_rows with value (mysqlStubs->mysql_affected_rowsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_autocommit with value (mysqlStubs->mysql_autocommitPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_change_user with value (mysqlStubs->mysql_change_userPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_close with value (mysqlStubs->mysql_closePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_commit with value (mysqlStubs->mysql_commitPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_errno with value (mysqlStubs->mysql_errnoPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_error with value (mysqlStubs->mysql_errorPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_fetch_fields with value (mysqlStubs->mysql_fetch_fieldsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_fetch_lengths with value (mysqlStubs->mysql_fetch_lengthsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_fetch_row with value (mysqlStubs->mysql_fetch_rowPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_field_count with value (mysqlStubs->mysql_field_countPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_free_result with value (mysqlStubs->mysql_free_resultPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_init with value (mysqlStubs->mysql_initPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_list_fields with value (mysqlStubs->mysql_list_fieldsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_list_tables with value (mysqlStubs->mysql_list_tablesPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_num_fields with value (mysqlStubs->mysql_num_fieldsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_options with value (mysqlStubs->mysql_optionsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_query with value (mysqlStubs->mysql_queryPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_real_connect with value (mysqlStubs->mysql_real_connectPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_rollback with value (mysqlStubs->mysql_rollbackPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_select_db with value (mysqlStubs->mysql_select_dbPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_server_end with value (mysqlStubs->mysql_server_endPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_server_init with value (mysqlStubs->mysql_server_initPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_sqlstate with value (mysqlStubs->mysql_sqlstatePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_ssl_set with value (mysqlStubs->mysql_ssl_setPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_affected_rows with value (mysqlStubs->mysql_stmt_affected_rowsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_bind_param with value (mysqlStubs->mysql_stmt_bind_paramPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_bind_result with value (mysqlStubs->mysql_stmt_bind_resultPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_close with value (mysqlStubs->mysql_stmt_closePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_errno with value (mysqlStubs->mysql_stmt_errnoPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_error with value (mysqlStubs->mysql_stmt_errorPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_execute with value (mysqlStubs->mysql_stmt_executePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_fetch with value (mysqlStubs->mysql_stmt_fetchPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_fetch_column with value (mysqlStubs->mysql_stmt_fetch_columnPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_init with value (mysqlStubs->mysql_stmt_initPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_prepare with value (mysqlStubs->mysql_stmt_preparePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_result_metadata with value (mysqlStubs->mysql_stmt_result_metadataPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_sqlstate with value (mysqlStubs->mysql_stmt_sqlstatePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_stmt_store_result with value (mysqlStubs->mysql_stmt_store_resultPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant mysql_store_result with value (mysqlStubs->mysql_store_resultPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLAllocHandle with value (odbcStubs->SQLAllocHandlePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLBindParameter with value (odbcStubs->SQLBindParameterPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLCloseCursor with value (odbcStubs->SQLCloseCursorPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLColumnsW with value (odbcStubs->SQLColumnsWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDataSourcesW with value (odbcStubs->SQLDataSourcesWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDescribeColW with value (odbcStubs->SQLDescribeColWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDescribeParam with value (odbcStubs->SQLDescribeParamPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDisconnect with value (odbcStubs->SQLDisconnectPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDriverConnectW with value (odbcStubs->SQLDriverConnectWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLDriversW with value (odbcStubs->SQLDriversWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLEndTran with value (odbcStubs->SQLEndTranPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLExecute with value (odbcStubs->SQLExecutePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLFetch with value (odbcStubs->SQLFetchPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLForeignKeysW with value (odbcStubs->SQLForeignKeysWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLFreeHandle with value (odbcStubs->SQLFreeHandlePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLGetConnectAttr with value (odbcStubs->SQLGetConnectAttrPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLGetData with value (odbcStubs->SQLGetDataPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLGetDiagFieldA with value (odbcStubs->SQLGetDiagFieldAPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLGetDiagRecW with value (odbcStubs->SQLGetDiagRecWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLGetTypeInfo with value (odbcStubs->SQLGetTypeInfoPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLMoreResults with value (odbcStubs->SQLMoreResultsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLNumParams with value (odbcStubs->SQLNumParamsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLNumResultCols with value (odbcStubs->SQLNumResultColsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLPrepareW with value (odbcStubs->SQLPrepareWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLPrimaryKeysW with value (odbcStubs->SQLPrimaryKeysWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLRowCount with value (odbcStubs->SQLRowCountPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLSetConnectAttr with value (odbcStubs->SQLSetConnectAttrPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLSetConnectOption with value (odbcStubs->SQLSetConnectOptionPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLSetEnvAttr with value (odbcStubs->SQLSetEnvAttrPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant SQLTablesW with value (odbcStubs->SQLTablesWPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant pg_encoding_to_char with value (pqStubs->pg_encoding_to_charPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQclear with value (pqStubs->PQclearPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQclientEncoding with value (pqStubs->PQclientEncodingPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQcmdTuples with value (pqStubs->PQcmdTuplesPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQconnectdb with value (pqStubs->PQconnectdbPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQdb with value (pqStubs->PQdbPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQdescribePrepared with value (pqStubs->PQdescribePreparedPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQerrorMessage with value (pqStubs->PQerrorMessagePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQexec with value (pqStubs->PQexecPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQexecPrepared with value (pqStubs->PQexecPreparedPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQfinish with value (pqStubs->PQfinishPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQfname with value (pqStubs->PQfnamePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQfnumber with value (pqStubs->PQfnumberPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQftype with value (pqStubs->PQftypePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQgetisnull with value (pqStubs->PQgetisnullPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQgetlength with value (pqStubs->PQgetlengthPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQgetvalue with value (pqStubs->PQgetvaluePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQhost with value (pqStubs->PQhostPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQnfields with value (pqStubs->PQnfieldsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQnparams with value (pqStubs->PQnparamsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQntuples with value (pqStubs->PQntuplesPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQoptions with value (pqStubs->PQoptionsPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQparamtype with value (pqStubs->PQparamtypePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQpass with value (pqStubs->PQpassPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQport with value (pqStubs->PQportPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQprepare with value (pqStubs->PQpreparePtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQresultErrorField with value (pqStubs->PQresultErrorFieldPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQresultStatus with value (pqStubs->PQresultStatusPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQsetClientEncoding with value (pqStubs->PQsetClientEncodingPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQsetNoticeProcessor with value (pqStubs->PQsetNoticeProcessorPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQstatus with value (pqStubs->PQstatusPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQtty with value (pqStubs->PQttyPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant PQuser with value (pqStubs->PQuserPtr) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_CONSTANT with value 15 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_END with value 23 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_FLOAT with value 19 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_FUNC with value 20 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_GENFUNC with value 21 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_HELP with value 22 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_INT with value 16 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_REST with value 18 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ARGV_STRING with value 17 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_CANCEL_UNWIND with value 0x100000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_EVAL_NOERR with value 0x200000 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_LOAD_GLOBAL with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_LOAD_LAZY with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_COMPRESS_BEST with value 9 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_COMPRESS_DEFAULT with value (-1) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_COMPRESS_FAST with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_COMPRESS_NONE with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FINALIZE with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FLUSH with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FORMAT_AUTO with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FORMAT_GZIP with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FORMAT_RAW with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FORMAT_ZLIB with value 2 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_FULLFLUSH with value 3 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_NO_FLUSH with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_STREAM_DEFLATE with value 16 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TCL_ZLIB_STREAM_INFLATE with value 32 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ClassGetMetadata with value (tclOOStubsPtr->tcl_ClassGetMetadata) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ClassSetConstructor with value (tclOOStubsPtr->tcl_ClassSetConstructor) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ClassSetDestructor with value (tclOOStubsPtr->tcl_ClassSetDestructor) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ClassSetMetadata with value (tclOOStubsPtr->tcl_ClassSetMetadata) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_CopyObjectInstance with value (tclOOStubsPtr->tcl_CopyObjectInstance) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetClassAsObject with value (tclOOStubsPtr->tcl_GetClassAsObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetObjectAsClass with value (tclOOStubsPtr->tcl_GetObjectAsClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetObjectCommand with value (tclOOStubsPtr->tcl_GetObjectCommand) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetObjectFromObj with value (tclOOStubsPtr->tcl_GetObjectFromObj) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetObjectName with value (tclOOStubsPtr->tcl_GetObjectName) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_GetObjectNamespace with value (tclOOStubsPtr->tcl_GetObjectNamespace) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_MethodDeclarerClass with value (tclOOStubsPtr->tcl_MethodDeclarerClass) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_MethodDeclarerObject with value (tclOOStubsPtr->tcl_MethodDeclarerObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_MethodIsPublic with value (tclOOStubsPtr->tcl_MethodIsPublic) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_MethodIsType with value (tclOOStubsPtr->tcl_MethodIsType) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_MethodName with value (tclOOStubsPtr->tcl_MethodName) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_NewInstanceMethod with value (tclOOStubsPtr->tcl_NewInstanceMethod) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_NewMethod with value (tclOOStubsPtr->tcl_NewMethod) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_NewObjectInstance with value (tclOOStubsPtr->tcl_NewObjectInstance) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectContextInvokeNext with value (tclOOStubsPtr->tcl_ObjectContextInvokeNext) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectContextIsFiltering with value (tclOOStubsPtr->tcl_ObjectContextIsFiltering) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectContextMethod with value (tclOOStubsPtr->tcl_ObjectContextMethod) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectContextObject with value (tclOOStubsPtr->tcl_ObjectContextObject) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectContextSkippedArgs with value (tclOOStubsPtr->tcl_ObjectContextSkippedArgs) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectDeleted with value (tclOOStubsPtr->tcl_ObjectDeleted) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectGetMetadata with value (tclOOStubsPtr->tcl_ObjectGetMetadata) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectGetMethodNameMapper with value (tclOOStubsPtr->tcl_ObjectGetMethodNameMapper) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectSetMetadata with value (tclOOStubsPtr->tcl_ObjectSetMetadata) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tcl_ObjectSetMethodNameMapper with value (tclOOStubsPtr->tcl_ObjectSetMethodNameMapper) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TDBC_H_INCLUDED with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tdbc_Init_ with value (tdbcStubsPtr->tdbc_Init_) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tdbc_MapSqlState with value (tdbcStubsPtr->tdbc_MapSqlState) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TDBC_STUBS_EPOCH with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant Tdbc_TokenizeSql with value (tdbcStubsPtr->tdbc_TokenizeSql) has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant TDBCINT_H_INCLUDED with value 1 has been added. | No effect. |