summaryrefslogtreecommitdiffstats
path: root/doc/Encoding.3
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7 Encoding doc fixapnadkarni2023-07-281-6/+5
|\
| * Fix transposing of TCL_OK, TCL_ERROR in Encoding docsapnadkarni2023-07-281-6/+5
| |
* | Merge 8.7jan.nijtmans2023-07-041-8/+8
|\ \ | |/
| * Use more uppercase hex in documentation and test-cases (for consistancy)jan.nijtmans2023-07-041-8/+8
| |
* | Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-091-1/+1
| | | | | | Add "-profile tcl8" for testcases which don't work in strict profile
* | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-5/+5
| |
* | Merge 8.7jan.nijtmans2023-03-241-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2023-03-181-5/+3
|\ \ | |/
| * Manpage fixesjan.nijtmans2023-03-181-6/+4
| |
* | Merge 8.7 - TIP 656 manpagesapnadkarni2023-03-181-25/+62
|\ \ | |/
| * Update manpages in anticipation of TIP 656apnadkarni2023-03-161-25/+62
| |
* | Merge 8.7jan.nijtmans2022-11-301-2/+2
|\ \ | |/
| * Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with ↵jan.nijtmans2022-11-301-3/+3
| | | | | | | | other API's. No change on 8.7
* | Merge 8.7jan.nijtmans2022-10-231-0/+6
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-10-201-1/+3
| |\
| * | Tests and docs for Tcl_GetEncodingNulLengthapnadkarni2022-10-101-0/+6
| | |
* | | Merge 8.7jan.nijtmans2022-10-111-1/+3
|\ \ \ | | |/ | |/|
| * | Document TCL_ENCODING_STRICT flagjan.nijtmans2022-10-111-1/+3
| |/
* | Merge 8.7 Fix Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to use the ↵jan.nijtmans2022-03-201-2/+2
|\ \ | |/ | | | | right flag value (TCL_ENCODING_NOCOMPLAIN) as default. Change Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to be a macro
| * TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to ↵jan.nijtmans2022-03-201-4/+4
| | | | | | | | test for errors in Tcl_UtfToExternalDStringEx/Tcl_ExternalToUtfDStringEx
* | Update documentationjan.nijtmans2022-03-171-8/+8
| |
* | Merge 8.7jan.nijtmans2022-03-171-1/+20
|\ \ | |/
| * -nothrow -> -nocomplainjan.nijtmans2022-03-051-1/+1
| |
| * Merge 8.7. Document TCL_ENCODING_NO_THROW flagjan.nijtmans2021-05-131-1/+2
| |\
| * | doc fixjan.nijtmans2021-05-071-4/+4
| | |
| * | Merge 8.7. More parse improvement, WIPjan.nijtmans2021-05-071-1/+1
| |\ \ | | |/
| * | Merge TIP #597jan.nijtmans2021-04-291-0/+11
| |\ \ | | |/
| * | Add documentation. Do a better job of counting exactly which byte/character ↵jan.nijtmans2021-03-301-1/+19
| | | | | | | | | | | | caused the encoding/decoding error
* | | merge core-8-branchdkf2021-04-261-0/+11
|\ \ \ | | |/ | |/|
| * | Documenting our reference count managementdkf2021-04-241-0/+11
| |/
* | Merge 8.7jan.nijtmans2019-09-141-14/+2
|\ \ | |/
| * Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-011-2/+2
| |\
| * | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-2/+2
| | |
| * | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵jan.nijtmans2019-06-031-6/+12
| |/ | | | | | | more flexible replacement functions
* | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-1/+1
| |
* | Remove 4 unneeded compatibility macro's, because those functions never ↵jan.nijtmans2018-07-101-3/+3
| | | | | | | | | | return -1 anyway. Change documentation to use void * in stead of ClientData
* | Remove obsolete documentation (belonging to now-removed functions). Remove ↵jan.nijtmans2018-01-171-17/+2
|/ | | | obsolete 8.4 bytecodes. And a few other (internal) macro's which are no longer in use.
* Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly ↵jan.nijtmans2017-12-281-4/+0
| | | | when sizeof(Tcl_UniChar) != 2.
* Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-33/+33
| | | | documentation updates)
* Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-021-41/+7
| | | | unsupported.
* 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.
* | 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.
| | * * 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:
* | | Improve clarity of formatting.dkf2008-10-171-1/+4
| | |
* | | Lots of very minor formatting fixes.dkf2008-10-151-1/+3
| | |
* | | 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)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |