summaryrefslogtreecommitdiffstats
path: root/doc/DString.3
Commit message (Collapse)AuthorAgeFilesLines
* More small bits of doc polishingdkf2024-01-211-0/+1
|
* Merge 8.7 - update for missing TIP 548 function docsapnadkarni2023-07-171-1/+1
|\
| * Fix missing TIP 548 function docs. Some copy editing of doc prototypes for ↵apnadkarni2023-07-171-1/+1
| | | | | | | | clarity (sez he).
* | Minor doc correctionsapnadkarni2023-04-191-10/+11
| |
* | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-4/+4
| |
* | Merge 8.7jan.nijtmans2022-11-201-0/+17
|\ \ | |/
| * TIP 651 implementationapnadkarni2022-11-171-0/+17
| |
* | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-1/+1
|\ \ | |/
* | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵jan.nijtmans2018-11-181-1/+1
| | | | | | | | | | | | code and documentation more readable. Shifted to feature branch as a temporary measure since it doesn't build.
* | code/doc cleanupjan.nijtmans2018-09-281-1/+1
| |
* | Merge 8.7. Modify various other functions to use size_t in stead of int ↵jan.nijtmans2018-05-271-3/+3
| | | | | | | | arguments
* | Now really remove Tcl_EvalTokens/Tcl_Backslash as promised in the TIP.jan.nijtmans2018-01-191-1/+1
| | | | | | | | And remove library/tzdata/SystemV/* which contains non-standard timezones. See: [d3c5f2eb2ff63f10] They were originally gone since the tzdata2014f update, but it's unwise to do that in a patch release. Some documentation updates.
* | Remove obsolete documentation (belonging to now-removed functions). Remove ↵jan.nijtmans2018-01-171-6/+0
|/ | | | obsolete 8.4 bytecodes. And a few other (internal) macro's which are no longer in use.
* Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-1/+1
| | | | documentation updates)
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | and possibly others.
* 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.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-5/+7
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-5/+3
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-3/+5
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Environment.3: public C API to avoid conflict/confusion with * doc/Eval.3: the std::string of C++. * doc/ExprLong.3, doc/ExprLongObj.3, doc/GetInt.3, doc/GetOpnFl.3: * doc/ParseCmd.3, doc/RegExp.3, doc/SetResult.3, doc/StrMatch.3: * doc/Utf.3, generic/tcl.decls, generic/tclBasic.c, generic/tclEnv.c: * generic/tclGet.c, generic/tclParse.c, generic/tclParseExpr.c: * generic/tclRegexp.c, generic/tclResult.c, generic/tclUtf.c: * generic/tclUtil.c, unix/tclUnixChan.c: * generic/tclDecls.h: `make genstubs`
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-2/+2
| |
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
|/
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-3/+3
| | | | | | | | | | | | | restored to return (char *): Tcl_DStringAppend, Tcl_DStringAppendElement, Tcl_JoinPath, Tcl_TranslateFileName, Tcl_ExternalToUtfDString, Tcl_UtfToExternalDString, Tcl_UniCharToUtfDString, Tcl_GetCwd, Tcl_WinTCharToUtf. Also restored Tcl_WinUtfToTChar to return (TCHAR *) and Tcl_UtfToUniCharDString to return (Tcl_UniChar *). Modified some callers. This change recognizes that Tcl_DStrings are de-facto white-box objects. * generic/tclCmdMZ.c: corrected use of C++-style comment.
* doc correctiondgp2002-01-171-2/+2
|
* * Several typo and formatting corrections discovereddgp2001-12-101-2/+2
| | | | during conversion to TMML. Thanks to Joe English. [Patch 490514]
* * Updated APIs indgp2001-09-241-3/+3
| | | | | generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553]
* * doc/AppInit.3:hobbs2000-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * doc/CrtMathFnc.3: * doc/DString.3: * doc/Eval.3: * doc/ExprLong.3: * doc/GetInt.3: * doc/GetOpnFl.3: * doc/Interp.3: * doc/LinkVar.3: * doc/OpenFileChnl.3: * doc/OpenTcp.3: * doc/PkgRequire.3: * doc/RecordEval.3: * doc/SetResult.3: * doc/SplitList.3: * doc/StaticPkg.3: * doc/TraceVar.3: * doc/Translate.3: * doc/UpVar.3: * doc/load.n: removed or updated references to interp->result use.
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* added Tcl_DStringTrunc to DString.3hershey1999-04-161-1/+7
| | | | | | added mention of Tcl_ThreadQueueEvent, Tcl_ThreadAlert to Notifier.3 added Tcl_ThreadQueueEvent, Tcl_ThreadAlert, and Tcl_GetCurrentThread to Thread.3
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+145