summaryrefslogtreecommitdiffstats
path: root/doc/ObjectType.3
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.dkf2008-12-181-2/+2
|
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-4/+4
| | | | | | | | | | | | | | | * doc/ObjectType.3 Tcl_ObjType which all are supposed * generic/tcl.decls to be a constant, but this was not * generic/tcl.h reflected in the API: * generic/tclDecls.h Tcl_ConvertToType * generic/tclObj.c Tcl_GetObjType * generic/tclCompCmds.c Tcl_RegisterObjType * generic/tclOOMethod.c Introduced a CONST86_RETURN, so extensions which * generic/tclTestobj.c use Tcl_ObjType directly can be modified to compile against both Tcl 8.5 and Tcl 8.6 tclDecls.h is re-generated with "make genstubs" This change complies with TIP #24 ***POTENTIAL INCOMPATIBILITY***
* typodgp2008-06-301-2/+2
|
* Clean up typedef formattingdkf2008-06-301-7/+11
|
* * doc/ObjectType.3: Updated documentation of the Tcl_ObjTypedgp2008-06-301-36/+74
| | | | struct to match expectations of Tcl 8.5 [Bug 1917650].
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-2/+2
| | | | generation works
* Remove over-wide lines from nroff output.dkf2007-07-041-11/+24
|
* two minor doc fixesnijtmans2006-08-031-2/+2
|
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-2/+2
|
* Convert (most) tabs to spaces because they're printed more reliablydkf2004-10-071-6/+6
|
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
|
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-6/+5
|
* Added note about not touching bytes during freeIntRepProc running.dkf2004-06-181-1/+4
|
* Added documentation note to remind authors of object type implementations todkf2002-08-161-1/+3
| | | | keep their objects with valid interpretations...
* * doc/Alloc.3:hobbs2002-02-261-3/+3
| | | | | | | | | | * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * doc/TCL_MEM_DEBUG.3: Updated documentation to describe the ckalloc, ckfree, ckrealloc, attemptckalloc, and attemptckrealloc macros, and to accurately describe when and how they are used. [Bug #497459] (dgp)
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-2/+2
| | | | | | | * [Patch 506818] Updated interfaces of generic/tclHash.c (TIP 27). * [Patch 506807] Updated interfaces of generic/tclObj.c (TIP 27). * [Patch 507304] Updated interfaces of win/tclWin32.c (TIP 27). * Update all callers.
* * doc/ObjectType.3: Minor documentation fix, reported by Davidandreas_kupries2001-10-221-2/+2
| | | | N. Welton <davidw@users.sourceforge.net> directly to me.
* Spelling fix.dgp2001-02-021-2/+2
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+198