[Chapel Merge] Move CPtr from modules/internal to modules/standar

Branch: refs/heads/master
Revision: a8f9d55
Author: bradcray
Log Message:

Merge pull request #16481 from bradcray/cptr-to-standard

Move CPtr from modules/internal to modules/standard

[reviewed by @dlongnecke-cray]

This moves the CPtr module from the internal modules directory to the standard modules directory. Updates include getting the docs to build correctly, a few minor test changes due to the file’s new placement and change from an internal module to a standard one, and error message changes due to stack unwinding working differently for standard vs. internal modules.

Resolves #16389

Modified Files:
A modules/standard/CPtr.chpl
A test/types/records/lydia/recordOffset-badField.prediff
R modules/internal/CPtr.chpl
M modules/Makefile
M modules/internal/fixInternalDocs.sh
M test/modules/bradc/printModStuff/foo.good
M test/types/records/lydia/recordOffset-badField.good

Compare: https://github.com/chapel-lang/chapel/compare/f66857d9ea09...a8f9d559a928