You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2002/10/23 05:58:29 UTC

cvs commit: tcl-rivet/src TclWebapache.c

davidw      2002/10/22 20:58:29

  Modified:    .        ChangeLog
               src      TclWebapache.c
  Log:
  * src/TclWebapache.c (TclWeb_StringToUtf): One more CONST84 - now we
    pass the tests!
  
  Revision  Changes    Path
  1.76      +5 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- ChangeLog	22 Oct 2002 18:21:46 -0000	1.75
  +++ ChangeLog	23 Oct 2002 03:58:29 -0000	1.76
  @@ -1,3 +1,8 @@
  +2002-10-22  David N. Welton  <da...@dedasys.com>
  +
  +	* src/TclWebapache.c (TclWeb_StringToUtf): One more CONST84 - now
  +	we pass the tests!
  +
   2002-10-21  David N. Welton  <da...@dedasys.com>
   
   	* src/*.c: "CONST"ification.  See http://mini.net/tcl/3669 for
  
  
  
  1.35      +2 -2      tcl-rivet/src/TclWebapache.c
  
  Index: TclWebapache.c
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/TclWebapache.c,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- TclWebapache.c	22 Oct 2002 18:21:47 -0000	1.34
  +++ TclWebapache.c	23 Oct 2002 03:58:29 -0000	1.35
  @@ -438,7 +438,7 @@
       char *tmp;
       Tcl_DString dstr;
       Tcl_DStringInit(&dstr);
  -    Tcl_ExternalToUtfDString(NULL, in, (signed)strlen(in), &dstr);
  +    Tcl_ExternalToUtfDString(NULL, (CONST84 char*)in, (signed)strlen(in), &dstr);
   
       tmp = ap_pstrdup(TCLWEBPOOL, Tcl_DStringValue(&dstr));
       Tcl_DStringFree(&dstr);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org