Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file generic/tclUtf.c at check-in c65ae5da0deb7d8b
|
1999-04-02
| ||
| 23:44 | * generic/regc_locale.c: * generic/regcustom.h: * generic/tcl.decls: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclInt.h: * generic/tclRegexp.c: * generic/tclScan.c: * generic/tclTest.c: * generic/tclUtf.c: * win/tclWinFCmd.c: * win/tclWinFile.c: Made various Unicode utility functions public. The following functions were made public and added to the stubs table: Tcl_UtfToUniCharDString, Tcl_UniCharToUtfDString, Tcl_UniCharLen, Tcl_UniCharNcmp, Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsDigit, Tcl_UniCharIsLower, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar file: [f80e00437b] check-in: [de06484e63] user: stanton branch: core-8-1-branch-old, size: 30548 | |
|
1998-11-04
| ||
| 04:39 | Merged Henry's latest changes to add support for character ranges in cvec data type Added support for Unicode character classes in regular expressions We now support the following character classes: alnum, alpha, blank, cntrl, digit, graph, lower, print, punct, space, upper, xdigit These all follow the example set by the GNU regular expression package for Java except that "digit" only matches the ASCII '0'-'9' characters. Renamed tclUtf.h to tclUniData.c file: [e9daa1c432] check-in: [6a4b8e2ee0] user: stanton branch: core-8-1-branch-old, size: 30526 | |
|
1998-10-21
| ||
| 20:57 | fixed typo in include file: [c75a37c3d7] check-in: [078afb3c89] user: stanton branch: core-8-1-branch-old, size: 30447 | |
|
1998-10-16
| ||
| 01:16 | Added Unicode character table support: added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): added "totitle" subcommand, changed "wordend" and "wordstart" to properly handle Unicode word characters and connector punctuation file: [e7c8a7e302] check-in: [a448adffae] user: stanton branch: core-8-1-branch-old, size: 30447 | |
|
1998-10-03
| ||
| 01:56 | replaced SCCS with RCS strings file: [f4f9e2686e] check-in: [c65ae5da0d] user: stanton branch: core-8-1-branch-old, size: 30133 | |
|
1998-09-21
| ||
| 23:39 | Added: Added contents of Tcl 8.1a2 file: [988d81327c] check-in: [8c56dc8868] user: stanton branch: core-8-1-branch-old, size: 30108 | |