I (Julian Foad) wrote: > Yup, "const" would be better. But in order to do that we need to > constify the various functions in this part of the API, such as > svn_rangelist_dup(). > > I'll do a big sweeping change, constifying all apr_array_header_t *'s > that appear as inputs (i.e. logically const) in public and private APIs. > (Note that we are allowed to constify public APIs - and have done so > before - because that is a backward-compatible API change, and does not > change the ABI.)
r922239. - Julian