diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 09:08:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-06 09:08:45 (GMT) |
commit | fd1b1c60fca593ad72c1252b595e3cda424d4400 (patch) | |
tree | 32faf77621298d0071ac25390cde2f2cb3ec8003 /doc | |
parent | d3c1612587ff8f7f288fa96a2daddfdcd0cbff32 (diff) | |
download | tcl-fd1b1c60fca593ad72c1252b595e3cda424d4400.zip tcl-fd1b1c60fca593ad72c1252b595e3cda424d4400.tar.gz tcl-fd1b1c60fca593ad72c1252b595e3cda424d4400.tar.bz2 |
Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned 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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ The length of the Unicode string in characters. Must be greater than or equal to 0. .AP "Tcl_DString" *dsPtr in/out A pointer to a previously initialized \fBTcl_DString\fR. -.AP "unsigned long" numChars in +.AP "size_t" numChars in The number of characters to compare. .AP "const char" *start in Pointer to the beginning of a UTF-8 string. |