Tcl Source Code

Check-in [1f393d7d01]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Document that the *Backslash parsing functions output maximum 4 bytes, 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.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 1f393d7d018350c118f58021618faf99b0312e93b33803a1214fd8d036fc1215
User & Date: jan.nijtmans 2019-08-02 13:35:21.123
Context
2019-08-02
14:34
Merge 8.6 check-in: e52b4963c3 user: jan.nijtmans tags: core-8-branch
14:26
Merge 8.7 check-in: b0fbdeb265 user: jan.nijtmans tags: trunk
14:24
Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* functions could be used... check-in: 3e89b867a2 user: jan.nijtmans tags: tip-548
13:35
Document that the *Backslash parsing functions output maximum 4 bytes, irrespectable of the TCL_UTF_... check-in: 1f393d7d01 user: jan.nijtmans tags: core-8-branch
12:47
Merge 8.6 check-in: b908a74678 user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/Utf.3.
Changes to generic/tclCmdAH.c.
Changes to generic/tclInt.h.
Changes to generic/tclParse.c.
Changes to generic/tclTest.c.
Changes to generic/tclUtf.c.
Changes to unix/tclUnixInit.c.
Changes to unix/tclUnixTime.c.