importing messaging-2008 branch to trunk, going on.
[mono.git] / mcs / class / Mono.Options / Mono.Options / ChangeLog
1 2008-10-23  Jonathan Pryor  <jpryor@novell.com>
2
3         * Options.cs: Options.cs: Use the underlying target type in the error 
4           message, because "Could not convert string `' to type Nullable`1..." 
5           is not nearly as helpful as "Could not convert string `' to type 
6           Int32...".
7
8 2008-10-22  Jonathan Pryor  <jpryor@novell.com>
9
10         * Option.cs: Add support for nullable types to Options.Parse<T>().
11           Namespace "harmonization" with NDesk.Options so that the same source 
12           file can be used in each project.
13
14 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
15
16         * ChangeLog: Started.
17         * Options.cs: Added; Command line option parser.  A (renamed) copy of
18           NDesk.Options 0.2.1 (see git repo for prior history).
19