| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2022-10-11 | 1 | -1/+3 |
|\ |
|
| * | Document TCL_ENCODING_STRICT flag | jan.nijtmans | 2022-10-11 | 1 | -1/+3 |
|
|
* | | Merge 8.7 Fix Tcl_UtfToExternalDString/Tcl_ExternalToUtfDString to use the ri... | jan.nijtmans | 2022-03-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t... | jan.nijtmans | 2022-03-20 | 1 | -4/+4 |
|
|
* | | Update documentation | jan.nijtmans | 2022-03-17 | 1 | -8/+8 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-03-17 | 1 | -1/+20 |
|\ \
| |/ |
|
| * | -nothrow -> -nocomplain | jan.nijtmans | 2022-03-05 | 1 | -1/+1 |
|
|
| * | Merge 8.7. Document TCL_ENCODING_NO_THROW flag | jan.nijtmans | 2021-05-13 | 1 | -1/+2 |
| |\ |
|
| * | | doc fix | jan.nijtmans | 2021-05-07 | 1 | -4/+4 |
|
|
| * | | Merge 8.7. More parse improvement, WIP | jan.nijtmans | 2021-05-07 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Merge TIP #597 | jan.nijtmans | 2021-04-29 | 1 | -0/+11 |
| |\ \
| | |/ |
|
| * | | Add documentation. Do a better job of counting exactly which byte/character c... | jan.nijtmans | 2021-03-30 | 1 | -1/+19 |
|
|
* | | | merge core-8-branch | dkf | 2021-04-26 | 1 | -0/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | Documenting our reference count management | dkf | 2021-04-24 | 1 | -0/+11 |
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -14/+2 |
|\ \
| |/ |
|
| * | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -2/+2 |
| |\ |
|
| * | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|
|
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -6/+12 |
| |/ |
|
* | | Use more TCL_AUTO_LENGTH, when appropriate | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|
|
* | | Remove 4 unneeded compatibility macro's, because those functions never return... | jan.nijtmans | 2018-07-10 | 1 | -3/+3 |
|
|
* | | Remove obsolete documentation (belonging to now-removed functions). Remove ob... | jan.nijtmans | 2018-01-17 | 1 | -17/+2 |
|/ |
|
* | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -4/+0 |
|
|
* | Remove unnecessary end-of-line spacing (preparing for some further documentat... | jan.nijtmans | 2015-09-04 | 1 | -33/+33 |
|
|
* | Deleted Win95/98-specific documentation as those platforms have long been uns... | ashok | 2015-03-02 | 1 | -41/+7 |
|
|
* | 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 |
|
|
| | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -3/+3 |
|
|
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+4 |
|
|
* | | | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -1/+3 |
|
|
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -30/+10 |
|/ / |
|
* | | 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 | -19/+32 |
|
|
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -12/+6 |
|
|
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -6/+12 |
|
|
* | | * doc/Encoding.3: Missing doc updates (mostly Table of | dgp | 2006-10-18 | 1 | -2/+2 |
|
|
* | | TIP 27 changes for Tcl_CreateEncoding | Kevin B Kenny | 2006-09-26 | 1 | -3/+3 |
|
|
* | | typo | dgp | 2006-02-08 | 1 | -2/+2 |
|
|
* | | Updates post-review | dkf | 2006-02-08 | 1 | -23/+13 |
|
|
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -6/+90 |
|
|
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -9/+9 |
|
|
* | | Convert (most) tabs to spaces because they're printed more reliably | dkf | 2004-10-07 | 1 | -12/+12 |
|
|
* | | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -20/+20 |
|
|
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -7/+7 |
|
|
* | | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -6/+6 |
|
|
* | | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 1 | -3/+3 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -2/+2 |
|
|
* | | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 1 | -3/+3 |
|
|