The R Project SVN R

Rev

Rev 90303 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90303 Rev 90309
Line 247... Line 247...
247
 
247
 
248
      \item Fix for \PR{19100}: \code{seq.int} was not handling
248
      \item Fix for \PR{19100}: \code{seq.int} was not handling
249
      non-vector \code{along.width} arguments properly. Thanks to
249
      non-vector \code{along.width} arguments properly. Thanks to
250
      \I{Mitchell O'Hara-Wild}.
250
      \I{Mitchell O'Hara-Wild}.
251
 
251
 
252
      \item Wrappers now duplicate even a wrapped object that might be
252
      \item Wrapper objects make sure data pointers remain once obtained
253
      shared before returning a read-only pointer. This prevents cached
253
      remain valid as long as a wrapper object is reachable. Reported by
254
      read-only pointers from becoming invalid. Reported by \I{Ivan Krylov}.
254
      \I{Ivan Krylov}.
255
    }
255
    }
256
  }
256
  }
257
}
257
}
258
 
258
 
259
\section{\Rlogo Changes in R 4.6.1}{
259
\section{\Rlogo Changes in R 4.6.1}{