Tcl Source Code

Check-in [23b23af342]
Login

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

Overview
Comment: Merged String and Unicode object types. Added new functions to the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 23b23af342a570dab211294eff79a331869224c5
User & Date: hershey 1999-06-15 01:16:21.000
Context
1999-06-15
03:14
Improved the appendObj functions (uncomented the optimized code that was present in the Unicode obj)... check-in: 6a28946962 user: hershey tags: trunk
01:16
Merged String and Unicode object types. Added new functions to the puplic API: Tcl_NewUnicodeObj... check-in: 23b23af342 user: hershey tags: trunk
1999-06-11
02:06
Continued work on configure and make scripts check-in: 35a6cd6205 user: surles tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to doc/StringObj.3.
Changes to generic/tcl.decls.
Changes to generic/tclCmdMZ.c.
Changes to generic/tclDecls.h.
Changes to generic/tclInt.h.
Changes to generic/tclObj.c.
Changes to generic/tclRegexp.c.
Changes to generic/tclStringObj.c.
Changes to generic/tclStubInit.c.
Deleted generic/tclUnicodeObj.c.
Changes to tests/stringObj.test.
Deleted tests/unicode.test.
Changes to unix/Makefile.in.
Changes to win/Makefile.in.
Changes to win/makefile.vc.