R-1.5.1 is released

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Mon Jun 17 14:37:14 CEST 2002


Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes:

>  NOTE: I discovered late in the release process that there is still a
>  small problem with the 8.0.x tcl/tk compatibility. A fix is
>  forthcoming.

For those who need to know, the fix follows below. Sorry about the
inconvenience.

diff -u -r1.14.2.1 tcltk.c
--- src/library/tcltk/src/tcltk.c       7 Jun 2002 16:37:35 -0000       1.14.2.1
+++ src/library/tcltk/src/tcltk.c       17 Jun 2002 12:23:22 -0000
@@ -239,7 +239,7 @@
 
     PROTECT(ans = allocVector(STRSXP, count));
     for (i = 0 ; i < count ; i++)
-       SET_STRING_ELT(ans, i, mkChar(Tcl_GetString(elem[i])));
+       SET_STRING_ELT(ans, i, mkChar(Tcl_GetStringFromObj(elem[i], NULL)));
     UNPROTECT(1);
     return ans;
 }



-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-announce-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-announce mailing list