| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | jan.nijtmans | 2019-03-18 | 1 | -3/+4 |
|
|
* | 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 |
|
|
* | | Merge 8.6. And add more documentation and test-cases regarding the behavior o... | jan.nijtmans | 2018-06-18 | 1 | -6/+6 |
|\ \
| |/ |
|
* | | Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when TCL_... | jan.nijtmans | 2017-11-29 | 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 |
|
|
* | | Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See [https:/... | jan.nijtmans | 2017-11-29 | 1 | -0/+3 |
|
|
* | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX... | jan.nijtmans | 2017-11-17 | 1 | -1/+1 |
|
|
* | | Somewhat simplified implementation of TIP #389, in which the "string length" ... | jan.nijtmans | 2017-11-07 | 1 | -1/+1 |
|/ |
|
* | Remove unnecessary end-of-line spacing (preparing for some further documentat... | jan.nijtmans | 2015-09-04 | 1 | -7/+7 |
|
|
* | 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 and... | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and... | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | 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 |
|
|
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -2/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | First stage of doing GOOBE improvements to documentation now that the html ge... | dkf | 2007-10-28 | 1 | -3/+4 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -20/+29 |
|
|
* | | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -13/+1 |
|
|
* | | Reduce the number of warnings given by nroff... | dkf | 2004-10-07 | 1 | -2/+2 |
|
|
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -11/+11 |
|
|
* | | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -2/+2 |
|
|
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -5/+5 |
|
|
* | | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -8/+8 |
|
|
* | | 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 |
|/ |
|
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -4/+4 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -3/+3 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -8/+14 |
|
|
* | * Several typo and formatting corrections discovered | dgp | 2001-12-10 | 1 | -2/+2 |
|
|
* | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 1 | -2/+2 |
|
|
* | * doc/Utf.3: | hobbs | 2000-05-08 | 1 | -10/+32 |
|
|
* | * doc/Utf.3: clarified docs for Tcl_(UniChar|Utf)AtIndex | hobbs | 2000-04-25 | 1 | -3/+4 |
|
|
* | * doc/Utf.3: | redman | 1999-07-22 | 1 | -2/+2 |
|
|
* | merged doc changes from 8.1.0 | stanton | 1999-05-06 | 1 | -1/+1 |
|
|
* | * doc/Utf.3: | stanton | 1999-05-06 | 1 | -2/+22 |
|
|
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -3/+54 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+160 |
|
|