Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -8/+32 |
|\ | |||||
| * | 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. | ||||
| * \ | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -7/+23 |
| |\ \ | |||||
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -3/+3 |
| | | | | |||||
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵ | jan.nijtmans | 2019-06-03 | 1 | -11/+18 |
| |/ / | | | | | | | | | | more flexible replacement functions | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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. | ||||
* | | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since ↵ | jan.nijtmans | 2019-03-31 | 1 | -1/+1 |
| | | | | | | | | it's too useful. | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-03-18 | 1 | -3/+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 | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2019-02-19 | 1 | -1/+1 |
| |\ | |||||
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵ | jan.nijtmans | 2018-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | code and documentation more readable. Shifted to feature branch as a temporary measure since it doesn't build. | ||||
* | | | Merge trunk | jan.nijtmans | 2018-07-05 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Handle TclCopyAndCollapse, *Trace* et al | ||||
* | | | merge trunk | jan.nijtmans | 2018-06-27 | 1 | -11/+13 |
|\ \ \ | |/ / | |||||
| * | | 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 trunk | jan.nijtmans | 2018-05-23 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | 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. | ||||
* | | | doc fixes | jan.nijtmans | 2017-12-06 | 1 | -4/+4 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2017-12-01 | 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. | ||||
* | | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More ↵ | jan.nijtmans | 2017-11-16 | 1 | -3/+3 |
| | | | | | | | | field fixes. | ||||
* | | merge novem | jan.nijtmans | 2017-06-09 | 1 | -10/+8 |
| | | |||||
* | | merge trunk | jan.nijtmans | 2015-09-22 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Remove unnecessary end-of-line spacing (preparing for some further ↵ | jan.nijtmans | 2015-09-04 | 1 | -7/+7 |
| | | | | | | | | documentation updates) | ||||
* | | merge trunk | 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 [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix | jan.nijtmans | 2015-08-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge trunk (order of man.macros inclusion). | jan.nijtmans | 2013-11-08 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Simplify TCLAPI definition: Since there are extern "C" guards around all TCLAPI usage, the definition itself doesn't need special C++ handling any more. | ||||
| * | | 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. | ||||
* | | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ↵ | jan.nijtmans | 2013-05-06 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | long. This is potentially binary incompatible on win64, but not on any other platform. It eliminates the need for special stub-wrappers on Cygwin64 for those functions. "novem" doesn't promise binary compatibility anyway. | ||||
* | | 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 |
| | | |||||
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -20/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Environment.3: public C API to avoid conflict/confusion with * doc/Eval.3: the std::string of C++. * doc/ExprLong.3, doc/ExprLongObj.3, doc/GetInt.3, doc/GetOpnFl.3: * doc/ParseCmd.3, doc/RegExp.3, doc/SetResult.3, doc/StrMatch.3: * doc/Utf.3, generic/tcl.decls, generic/tclBasic.c, generic/tclEnv.c: * generic/tclGet.c, generic/tclParse.c, generic/tclParseExpr.c: * generic/tclRegexp.c, generic/tclResult.c, generic/tclUtf.c: * generic/tclUtil.c, unix/tclUnixChan.c: * generic/tclDecls.h: `make genstubs` | ||||
* | | 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 |
| | |