summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-01-181-0/+2
|\
| * merge core-8-branchjan.nijtmans2018-01-121-1/+1
| |\
| * \ merge core-8-branchjan.nijtmans2017-11-301-4/+4
| |\ \
| * | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-0/+2
* | | | merge 8.7dgp2017-12-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
| | |/ | |/|
* | | merge 8.7dgp2017-11-301-4/+4
|\ \ \ | |/ /
| * | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-4/+4
| |/
* | merge 8.7dgp2017-11-031-19/+23
|\ \ | |/
| * Repair Tcl_CreateEncoding(); Modernize [testencoding];dgp2017-10-251-2/+2
| * Extend Tcl_CreateEncoding() to be able to create an encoding withoutdgp2017-10-241-17/+21
| * backout initial commit; need more care.dgp2017-10-231-0/+77
| * Implementation branch for TIP 345: Kill the "identity" encoding.dgp2017-10-231-77/+0
* | merge trunkdgp2017-09-051-2/+2
|\ \ | |/
| * merge core-8-6-branchjan.nijtmans2017-09-041-2/+2
| |\
| | * Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-041-2/+2
* | | merge trunkdgp2017-09-011-31/+40
|\ \ \ | |/ /
| * | (merge-mark core-8-6-branch). jan.nijtmans2017-08-311-24/+33
| |\ \ | | |/
| * | merge core-8-6-branchjan.nijtmans2017-08-181-10/+10
| |\ \ | | |/
| | * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-10/+10
* | | merge trunkdgp2017-06-061-2/+2
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-291-2/+2
| |\ \ | | |/
| | * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-2/+2
* | | merge trunkdgp2016-12-191-6/+2
|\ \ \ | |/ /
| * | Some more internal use of size_t in stead of int. No functional change.jan.nijtmans2016-12-161-6/+2
* | | merge trunkdgp2016-11-161-11/+11
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-11/+11
* | | merge trunkdgp2016-11-141-1/+2
|\ \ \ | |/ /
| * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-1/+2
| |\ \ | | |/
| | * Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-1/+2
| | |\
| | | * Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-1/+2
* | | | Purge more direct accesses to bytes field.dgp2016-10-071-1/+1
* | | | merge trunkdgp2016-07-091-1/+1
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
* | | | Revise encodingType to use proposed routines.dgp2016-05-101-10/+26
|/ / /
* | | The DupEncodingIntRep() routine is broken. It fails to set the typePtrdgp2016-03-281-0/+1
|/ /
* | typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-1/+1
* | Some Unicode encoding fixes, only having effect if TCL_UTF_MAX > 4. Backporte...jan.nijtmans2015-08-311-2/+15
* | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1
|\ \ | |/
| * Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1
* | Support TCL_ENCODING_CHAR_LIMIT in TableToUtfProc and EscapeToUtfProc drivers.dgp2014-12-231-4/+10
* | Support TCL_ENCODING_CHAR_LIMIT in the Iso88591ToUtfProc driver.dgp2014-12-231-2/+5
* | Support TCL_ENCODING_CHAR_LIMIT in the UnicodeToUtfProc driver.dgp2014-12-231-2/+5
* | Support TCL_ENCODING_CHAR_LIMIT in the UtfToUtfProc driver.dgp2014-12-231-2/+5
* | Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver.dgp2014-12-231-0/+3
* | merge trunkdgp2014-12-231-3/+9
|\ \
| * | Revise encoding finalization so that it does a more complete job of restoringdgp2014-12-171-3/+9
* | | Add to Tcl_ExternalToUtf() a capability to impose a limit on the numberdgp2014-11-151-4/+20
* | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results.dgp2014-11-151-7/+15
|/ /
* | Simplify the core output operations of channels. Reduce duplicative and dead ...dgp2014-02-041-1/+3
|\ \ | |/