summaryrefslogtreecommitdiffstats
path: root/doc/ToUpper.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect comment. jan.nijtmans2019-03-211-6/+0
|\ | | | | Simplify handling of last bytes in Tcl_UniCharToUtfDString(), since TclUtfToUniChar() already turns out to handle cp1252 fall-back correctly.
| * Fix outdated commentjan.nijtmans2019-03-211-3/+4
| |
* | Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when ↵jan.nijtmans2017-11-291-1/+1
|\ \ | |/ | | | | TCL_UTF_MAX>4.
| * Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵jan.nijtmans2017-11-291-1/+1
| | | | | | | | | | == 4. Also update documentation to distinguish better between "Tcl_UniChar" and "Unicode character": Those are not necessary the same when TCL_UTF_MAX == 4. No change when TCL_UTF_MAX == 4 or TCL_UTF_MAX == 6.
* | merge core-8-branch. Fix some Tcl_UniChar initialization, in case ↵jan.nijtmans2017-11-171-3/+3
| | | | | | | | TCL_UTF_MAX == 4
* | Somewhat simplified implementation of TIP #389, in which the "string length" ↵jan.nijtmans2017-11-071-1/+1
|/ | | | if characters > U+FFFF is considered to be 2, not 1.
* 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.
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-2/+2
|/
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+90