summaryrefslogtreecommitdiffstats
path: root/doc/Encoding.3
Commit message (Collapse)AuthorAgeFilesLines
* Improve clarity of formatting.dkf2008-10-171-1/+4
| | | FossilOrigin-Name: 71edbde46a8f75eec71181b2238ccd0b3c7c7849
* Lots of very minor formatting fixes.dkf2008-10-151-1/+3
| | | FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-30/+10
| | | | | | typedefs, add a few missing bits) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-19/+32
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* * changes: Updated for 8.5b2 release.core-8-5-b2dgp2007-10-261-12/+6
| | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: b67e3f215e5ed2c3abc44b48bd54a2c3a7ad948a
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-6/+12
| | | FossilOrigin-Name: bf4174f4b149b58ef4659cd259cdb2f02daafb3f
* * doc/Encoding.3: Missing doc updates (mostly Table ofdgp2006-10-181-2/+2
| | | | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3: FossilOrigin-Name: 6daee4f0e44806bd545d5df27dd1205215cb5a1b
* TIP 27 changes for Tcl_CreateEncodingkennykb2006-09-261-3/+3
| | | FossilOrigin-Name: 36d41f9c70134edfa4abbba5724c161a9a2dbc6b
* typodgp2006-02-081-2/+2
| | | FossilOrigin-Name: 64ead18760084c51a7868039fd99020f00e59b97
* Updates post-reviewdkf2006-02-081-23/+13
| | | FossilOrigin-Name: a7f57f3411abd4442a52e3c6b62ab3f1fb28ef6a
* TIP#258 IMPLEMENTATIONdgp2006-02-081-6/+90
| | | | | | | | | | | | | | | | | | | | | | | * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: FossilOrigin-Name: aea60299f7c1bd5109302de603d9770706d76d4d
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-9/+9
| | | FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
* Convert (most) tabs to spaces because they're printed more reliablydkf2004-10-071-12/+12
| | | FossilOrigin-Name: 9a6f35d2a813f9e74fe24d14106fb22d1efe4dd3
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-20/+20
| | | FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-7/+7
| | | | | | of symbols like TCL_OK, TCL_ERROR, etc. FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-6/+6
| | | FossilOrigin-Name: 3e34564c9e6923a1da22c3eeaa4769978d5163d8
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-3/+3
| | | | | | | | | | | | | | | | * generic/tclInterp.c (Tcl_Init): Stopped setting the tcl_libPath variable. [tclInit] can get all its directories without it. * tests/unixInit.test: Modified test code that made use of tcl_libPath variable. * unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable, execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration we should seek some way to make use of the TIP 59 facilities and get rid of that usage of tclDefaultLibrary as well. FossilOrigin-Name: 82f0fc8f01fa951f8126201f4d4b92f0a10cd620
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-2/+2
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-3/+3
| | | | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3: FossilOrigin-Name: a15f50a932b66bb4ca93f919ffbe477ff00a6af2
* Fixed type error.patthoyts2003-05-231-2/+2
| | | FossilOrigin-Name: 1e13c36e906e26b82e04e760a91b891e70154bbd
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
| | | FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-5/+5
| | | | | | | | | | | | | | | 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. FossilOrigin-Name: bb1a244cde9f05a5477cf5dd8e8ab44cd978459f
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-3/+3
| | | | | | | | | * [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. FossilOrigin-Name: 375ac8d641fa53159537f27eb1f836c043495c3b
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-6/+6
| | | | | | | | | | | | | 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. FossilOrigin-Name: fceed15544ad472b748cdf463c3b4005e83b5e8f
* * doc/Encoding.3: corrected docshobbs1999-10-131-5/+6
| | | FossilOrigin-Name: 175164594bc80d64b8c8aa4ccd5840836da9adbb
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
| | | | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
* * unix/mkLinks.tcl: Applied patch to avoid linking pack.n toredman1999-07-291-7/+2
| | | | | | | | | pack-old.n. Patch from Don Porter. [Bug: 2469] * doc/Encoding.n: Applied patch to fix typo in .SH NAME line. Patch from Don Porter. [Bug: 2451] FossilOrigin-Name: 11860a3bdfe560b2514f8fa7751c142a86099b70
* merged doc changes from 8.1.0stanton1999-05-061-1/+1
| | | FossilOrigin-Name: f1b3babf61ee215cee5407ee5c8dc5c9bd578fd6
* * Merged changes from 8.1.0 branchstanton1999-04-301-11/+53
| | | FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+484
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9