[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1826328 - in /subversion/trunk/subversion: include/svn_opt.h libsvn_subr/opt.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 09 Mar 2018 13:32:13 +0000

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.