|
From: Donal K. F. <dk...@us...> - 2002-05-29 10:35:45
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17567 Modified Files: ChangeLog Log Message: Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()is probably optimized far in excess of anything we could do! Little-endian just use the old code... |