summaryrefslogtreecommitdiffstats
path: root/doc/ByteArrObj.3
Commit message (Expand)AuthorAgeFilesLines
* Fix a few function signatures in manpages for TIP 660.apnadkarni2023-04-191-3/+3
* Document the freedom to provide space of either type int or size_t.dgp2021-11-071-0/+8
* More accurately describe the string rep invalidation performeddgp2021-11-071-2/+3
* typodgp2021-11-061-1/+1
* Eliminate unused variables/function-argumentsjan.nijtmans2021-11-061-5/+5
* Adapt documentation of the *ByteArray* routines to better match Tcldgp2021-11-051-43/+105
* Revise the interface routines for byte arrays to use "numBytes" rather thandgp2021-11-021-25/+26
* Work in progress updating the documentation to modern perspectives.dgp2021-08-271-29/+35
* merge 8.7dgp2021-04-261-0/+12
|\
| * Documenting our reference count managementdkf2021-04-241-0/+12
* | merge 8.7dgp2021-01-251-1/+2
|\ \ | |/
| * Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-1/+2
| * Document that Tcl_GetByteArrayFromObj accepts a size_t *lengthPtr as well (TI...jan.nijtmans2021-01-191-1/+1
* | Make Tcl_GetBytesFromObj work with size_t length parameter (just as Tcl_GetBy...jan.nijtmans2021-01-181-3/+12
|/
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-4/+4
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and...jan.nijtmans2013-11-051-1/+1
|\
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and...jan.nijtmans2013-11-051-1/+1
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-23/+23
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | | patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-5/+7
|/ /
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-3/+3
* | 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-2/+2
|/
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-2/+2
* * unix/Makefile.in:stanton1999-03-031-0/+91