julianfoad_at_apache.org wrote on Fri, 09 Mar 2018 11:06 +0000:
> * subversion/include/svn_opt.h,
> subversion/libsvn_subr/opt.c
> (SVN_OPT_MAX_PARAGRAPHS,
> svn_opt_subcommand_desc3_t,
> svn_opt_get_canonical_subcommand3,
> svn_opt_get_option_from_code3,
> svn_opt_subcommand_takes_option4,
> svn_opt_print_generic_help3,
> svn_opt_subcommand_help4,
> svn_opt_print_help5): New.
>
> +++ subversion/trunk/subversion/include/svn_opt.h Fri Mar 9 11:06:23
> 2018
> @@ -69,6 +69,9 @@ typedef svn_error_t *(svn_opt_subcommand
> /** The maximum number of options that can be accepted by a subcommand.
> */
> #define SVN_OPT_MAX_OPTIONS 50
>
> +/** The maximum number of paragraphs of help text a subcommand can have. */
Missing "@since New in 1.11" annotation.
> +#define SVN_OPT_MAX_PARAGRAPHS 50
> @@ -77,6 +80,37 @@ typedef svn_error_t *(svn_opt_subcommand
> /** One element of a subcommand dispatch table.
> *
> + * @since New in 1.11.
> + */
> +typedef struct svn_opt_subcommand_desc3_t
> +{
...
> +} svn_opt_subcommand_desc3_t;
> +
> +
> +/** One element of a subcommand dispatch table.
> + *
> * @since New in 1.4.
> */
Mark as deprecated? (Also other symbols in this commit)
> typedef struct svn_opt_subcommand_desc2_t
Cheers,
Daniel
Received on 2018-03-09 14:32:18 CET