Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "Svn19ApiReview" page has been changed by StefanFuhrmann: https://wiki.apache.org/subversion/Svn19ApiReview?action=diff&rev1=18&rev2=19 Comment: svn_types is done as well now * Comment still applies. — JAF * `svn_repos_get_fs_build_parser5` — Handling of / behavior if `use_history==FALSE`? - === svn_types.h === - * `svn_null_pointer_constant_stdarg_sentinel_t` — Should this be private? - * No; the idea is that API users can use `SVN_VA_NULL`. Note that the definition is a forward declaration of the type for the purpose of making it a pointer constant that's not trivially assignable to anything else (except `void*`), but the type itself is never defined, on purpose. — brane - === svn_wc.h === * `svn_wc_notify_move_broken` — Has a TODO left-over from 1.8 * `svn_wc_conflict_description2_t.merged_file` — Clarify the ###. @@ -43, +39 @@ . svn_client.h . svn_diff.h . svn_fs.h + . svn_types.h These headers have been reviewed by stefan2 and where issues have been found, they are already fixed. More review is welcome.
