Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
|\ | | | | | | | See: [81242a48c8] | ||||
| * | Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵ | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| |\ | | | | | | | | | | See: [81242a48c8] | ||||
| | * | Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵ | jan.nijtmans | 2020-05-12 | 1 | -5/+7 |
| | |\ | | | | | | | | | | | | | documentation. | ||||
| | * | | Demonstration for documentation bug, and suggestion for improved wording. ↵ | jan.nijtmans | 2020-05-10 | 1 | -1/+3 |
| | |/ | | | | | | | | | | More explanation will follow in the ticket. | ||||
| | * | Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵ | jan.nijtmans | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | adapted to the needs of TIPs 389/542. | ||||
| | * | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -7/+21 |
| | |\ | |||||
| | * | | Little doc tweak | jan.nijtmans | 2019-12-12 | 1 | -6/+5 |
| | | | | |||||
| | * | | Merge tip-548 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * \ | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵ | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | functions could be used in Win32 extensions. | ||||
| | | | * | | Document that the *Backslash parsing functions output maximum 4 bytes, ↵ | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places. | ||||
| | * | | | | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -6/+19 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -7/+23 |
| | | |\ \ \ | | | | |/ / | |||||
| | * | | | | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -4/+4 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Merge tip-548 branch. | jan.nijtmans | 2019-06-03 | 1 | -1/+0 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵ | jan.nijtmans | 2019-06-03 | 1 | -11/+18 |
| | | |/ / | | | | | | | | | | | | | | | | more flexible replacement functions | ||||
| | * | | | More WIP: eliminate all usage of (platform-specific) ↵ | jan.nijtmans | 2019-05-22 | 1 | -20/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to its proposed portable replacements: Tcl_Utf16ToUtfDString()/Tcl_UtfToUtf16DString() This allows for Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to be declared deprecated. | ||||
| | * | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -4/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ↵ | jan.nijtmans | 2019-03-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | Add type cast in tclUtf.c, making actual check clearer | ||||
| | * | | | Add 4 new encodings, and add documentation. | jan.nijtmans | 2019-03-18 | 1 | -6/+43 |
| | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ↵ | jan.nijtmans | 2018-06-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also add test-cases for those situations. Various typo's in comments. | ||||
| | * | | | Merge 8.6. And add more documentation and test-cases regarding the behavior ↵ | jan.nijtmans | 2018-06-18 | 1 | -6/+6 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | of Tcl_UniCharToUtf() | ||||
| | * | | | Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when ↵ | jan.nijtmans | 2017-11-29 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | TCL_UTF_MAX>4. | ||||
| | * | | | Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See ↵ | jan.nijtmans | 2017-11-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | [https://en.wikipedia.org/wiki/UTF-8]. To be added to TIP #389 | ||||
| | * | | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case ↵ | jan.nijtmans | 2017-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | TCL_UTF_MAX == 4 | ||||
| | * | | | Somewhat simplified implementation of TIP #389, in which the "string length" ↵ | jan.nijtmans | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | if characters > U+FFFF is considered to be 2, not 1. | ||||
| * | | | | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be ↵ | jan.nijtmans | 2020-04-18 | 1 | -23/+14 |
| | | | | | | | | | | | | | | | | | | | | updated later, when implementation is ready and agreed upon. | ||||
* | | | | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how ↵ | jan.nijtmans | 2020-04-22 | 1 | -15/+6 |
| | | | | | | | | | | | | | | | | | | | | it was. Will be updated later, when implementation is ready and agreed upon. | ||||
* | | | | | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -5/+14 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Improve the docs for Tcl_UtfNext. | dgp | 2020-04-16 | 1 | -5/+14 |
| | | | | |||||
* | | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -7/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Improve the precision of the Tcl_UtfPrev documentation. | dgp | 2020-04-13 | 1 | -7/+21 |
| | | | | |||||
* | | | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | Unicode tables. Not used in 8.6 yet. | ||||
| * | | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵ | jan.nijtmans | 2017-11-29 | 1 | -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. | ||||
* | | Remove unnecessary end-of-line spacing (preparing for some further ↵ | jan.nijtmans | 2015-09-04 | 1 | -7/+7 |
| | | | | | | | | documentation updates) | ||||
* | | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix | jan.nijtmans | 2015-08-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix | jan.nijtmans | 2015-08-06 | 1 | -1/+1 |
| | | |||||
* | | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] | dkf | 2003-07-18 | 1 | -5/+8 |
| | | | |||||
| | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -2/+2 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -3/+4 |
| | | | | | | | | generation works | ||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | |