Wed Jun 18 12:49:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / Mono.GetOptions / ChangeLog
1 2003-06-16  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
2     * OptionDetails.cs :
3                 - Now handles correctly options specifiying maxOccurs != 1 (that was preventing mbas from being useable)
4                 - Now indicates if option parsing consumed a parameter or not (also checks if it is available first)
5                 - Now multivalued options can either be given as many pairs option/parameter and also as a pair option/comma-separated-list, and both
6                         Example: -r System.Data -r System.Xml  or /r System.Data,System.Xml
7                 - Now it is more lax in the form matching: -r /r -reference --reference /reference are valid for a ('r',"reference") option
8         * Options.cs : new BreakSingleDashManyLettersIntoManyOptions field to make more GNUish parsing of single letter options.
9                         Makes -zxf become -z -x -f if set to true
10
11 2003-01-30  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
12
13     * OptionDetails.cs : now handle composite arguments '/option:suboption'
14
15 2003-01-20  Duncan Mak  <duncan@ximian.com>
16
17     * list.unix: Remove the extra reference to ArgumentProcessorAttribute.cs
18       
19 2002-09-03  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
20
21         * added AboutAttribute.cs, AuthorAttribute.cs, OptionAttribute.cs, 
22                 UsageComplementAttribute.cs, OptionDetails.cs, Options.cs. 
23         Now reflection is used to drive the options processing.
24
25         * added GetOptTest test subproject
26
27 2002-08-30  Juli Mallett  <jmallett@FreeBSD.org>
28
29         * list.unix, makefile.gnu: Added build glue for UNIX.