summaryrefslogtreecommitdiffstats
path: root/doc/SplitPath.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵nijtmans@users.sourceforge.net2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵nijtmans@users.sourceforge.net2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Updated the language of the documentation so that "object" refers to an OOdonal.k.fellows@manchester.ac.uk2012-11-081-1/+1
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | A number of small spelling and wording fixes in the docs.donal.k.fellows@manchester.ac.uk2012-03-111-1/+1
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-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 causedgp@users.sourceforge.net2011-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 causedgp@users.sourceforge.net2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | Lots of very minor formatting fixes.donal.k.fellows@manchester.ac.uk2008-10-151-1/+4
|/ /
* | Convert CONST to const, VOID to void so we document how we want the API used.donal.k.fellows@manchester.ac.uk2004-10-071-5/+5
| |
* | Update the .AS macro definition and take advantage of it's new-found power.donal.k.fellows@manchester.ac.uk2004-10-071-3/+3
|/
* Formatting error in .AP macrodgp@users.sourceforge.net2002-03-091-2/+2
|
* * Partial TIP 27 rollback. Following routinesdgp@users.sourceforge.net2002-02-081-2/+2
| | | | | | | | | | | | | 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.
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp@users.sourceforge.net2002-01-251-5/+5
| | | | | | | | | | | generic/tclIOUtil.c, generic/tclPipe.c, generic/tclResult.c, generic/tclUtil.c, generic/tclVar.c and mac/tclMacResource.c according to TIP 27. Tcl_TranslateFileName rewritten as wrapper around VFS-aware version. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes source incompatibilities: argv arguments of Tcl_Concat, Tcl_JoinPath, Tcl_OpenCommandChannel, Tcl_Merge; argvPtr arguments of Tcl_SplitList and Tcl_SplitPath.
* * Vince Darley reports the 2001-09-24 TIP 27 changes left the windgp@users.sourceforge.net2001-09-271-2/+2
| | | | directory CONST poisoned. These changes should fix that.
* fs updatevincentdarley2001-08-231-1/+4
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+93