summaryrefslogtreecommitdiffstats
path: root/doc/ByteArrObj.3
Commit message (Collapse)AuthorAgeFilesLines
* Another round of small fixes, especially spelling errors...dkf2024-01-251-2/+2
|
* More small bits of doc polishingdkf2024-01-211-1/+1
|
* Documentation updatejan.nijtmans2023-12-051-1/+1
|
* Rebase to 9.0. Document the TCL_8_API flag.jan.nijtmans2023-11-131-4/+4
|\
* | TIP #664: Enable compiler warnings for missing int → Tcl_Size conversionsjan.nijtmans2023-11-121-2/+5
|/
* Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-4/+4
|
* More logical-or markup fixes in documentationjan.nijtmans2022-09-141-1/+1
|
* Document the flexibility of numBytesPtr to point to int or size_t space.dgp2021-11-071-0/+12
|
* Updates to TIP 568 implementation for Tcl 9:dgp2021-11-071-58/+118
| | | | | Use the argument numBytes instead of length. Update the docs to the TIP spec. Clarify and simplify the code.
* merge core-8-branchdkf2021-04-261-0/+12
|\
| * Documenting our reference count managementdkf2021-04-241-0/+12
| |
* | Merge 8.7jan.nijtmans2021-01-251-1/+2
|\ \ | |/
| * Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-1/+2
| |
* | Merge 8.7jan.nijtmans2021-01-201-1/+1
|\ \ | |/
| * Document that Tcl_GetByteArrayFromObj accepts a size_t *lengthPtr as well ↵jan.nijtmans2021-01-191-1/+1
| | | | | | | | (TIP #481)
* | Merge 8.7. Modify various other functions to use size_t in stead of int ↵jan.nijtmans2018-05-271-2/+2
|/ | | | arguments
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-4/+4
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-23/+23
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-5/+7
|/ / | | | | | | | | Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit.
* | 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
| | | | in place of simple "char*". (kennykb) [Patch #404026]
* * unix/Makefile.in:stanton1999-03-031-0/+91
* unix/configure.in: * unix/ldAix: Enhanced AIX shared library support. * win/tclWinSock.c: Removed a bunch of extraneous PASCAL FAR attributes from internal functions. * win/tclWinReg.c: Changed registry package to use stubs mechanism so it no longer depends on the specific version of Tcl. * doc/AddErrInfo.3: * doc/Eval.3: * doc/PkgRequire.3: * doc/SetResult.3: * doc/StringObj.3: * generic/tcl.h: * generic/tclBasic.c: * generic/tclPanic.c: * generic/tclStringObj.c: * generic/tclUtil.c: * unix/mkLinks: Added va_list versions of all VARARGS functions so they can be invoked from the stub functions. * doc/package.n: * doc/PkgRequire.3: * generic/tclPkg.c: Added Tcl_PkgProvideEx, Tcl_RequireEx, Tcl_PresentEx, and Tcl_PkgPresent. Added "package present" command. * generic/tclFileName.c: * mac/tclMacFile.c: * mac/tclMacShLib.exp: * unix/tclUnixFile.c: * win/tclWinFile.c: Changed so TclGetUserHome is defined on all platforms, even though it is currently a noop on mac and windows, and renamed it to TclpGetUserHome. * generic/tclCkalloc.c: Added stub versions of memory checking functions when compiling without TCL_MEM_DEBUG. * doc/ByteArrObj.3: * generic/tcl.h: * generic/tclBinary.c: * generic/tclObj.c: Ported the 8.1 ByteArray type back to 8.0. * generic/tcl.decls: * generic/tcl.h: * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclIntPlatStubs.c: * generic/tclIntStubs.c: * generic/tclPlatDecls.h: * generic/tclPlatStubs.c: * generic/tclStubInit.c: * generic/tclStubLib.c: * generic/tclStubs.c: * tools/genStubs.tcl: * unix/configure.in: * unix/Makefile.in: * unix/tclConfig.sh.in: * win/makefile.vc: * win/tclWinPort.h: Added Tcl stubs implementation. There are now two new macros USE_TCL_STUBS and USE_TCL_STUB_PROCS that enable use of stubs and disable stub macros respectively. All of the public and private function declarations from tcl.h and tclInt.h have moved into the *.decls files and the *Stubs.c and *Decls.h files are generated using the genStubs.tcl script. * generic/tclPanic.c: * generic/panic.c: renamed panic to Tcl_Panic, added macro for backwards compatibility, renamed file to tclPanic.c