Tcl Source Code

Artifact [d059c34b58]
Login

Artifact d059c34b582fa85a26acccbc97d86b0b886090a1:

Attachment "patch.txt" to ticket [414778ffff] added by davygrvy 2001-12-15 02:18:28.
*** CrtCommand.3	2001/04/24 20:59:17	1.4
--- CrtCommand.3	2001/12/14 19:12:54
***************
*** 61,67 ****
  and create a new Tcl object to hold the string result returned by the
  string-based command procedure.
  New commands should be defined using \fBTcl_CreateObjCommand\fR.
! We support \fBTcl_CreateCommand\fR for backwards compatibility.
  .PP
  The procedures \fBTcl_DeleteCommand\fR, \fBTcl_GetCommandInfo\fR,
  and \fBTcl_SetCommandInfo\fR are used in conjunction with
--- 61,70 ----
  and create a new Tcl object to hold the string result returned by the
  string-based command procedure.
  New commands should be defined using \fBTcl_CreateObjCommand\fR.
! We support \fBTcl_CreateCommand\fR for backwards compatibility.  
! \fBNote\fR that the argv[] array called to the Tcl_CmdProc will 
! be in UTF-8 rather than the system codepage as it was in Tcl 7.6
! and that this difference exists.
  .PP
  The procedures \fBTcl_DeleteCommand\fR, \fBTcl_GetCommandInfo\fR,
  and \fBTcl_SetCommandInfo\fR are used in conjunction with