Skip to content

Commit 231a17e

Browse files
author
luke
committed
Add NEWS entry for CHARACTER_DATA CHARACTER_POINTER change.
git-svn-id: https://svn.r-project.org/R/trunk@89003 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 25bb77a commit 231a17e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@
216216
\code{ENCLOS}, \code{Rf_isFrame}, \code{OBJECT},
217217
\code{SET_TYPEOF}, \code{ENVFLAGS}, \code{SET_ENVFLAGS},
218218
\code{SET_FORMALS}, \code{SET_BODY}, \code{SET_CLOENV}.
219+
220+
\item The deprecated macros \code{CHARACTER_DATA} and
221+
\code{CHARACTER_POINTER} now return \code{const} pointers since using
222+
writable pointers in packages is not safe.
219223
}
220224
}
221225

0 commit comments

Comments
 (0)