2008-10-23 Jonathan Pryor * Options.cs: Options.cs: Use the underlying target type in the error message, because "Could not convert string `' to type Nullable`1..." is not nearly as helpful as "Could not convert string `' to type Int32...". 2008-10-22 Jonathan Pryor * Option.cs: Add support for nullable types to Options.Parse(). Namespace "harmonization" with NDesk.Options so that the same source file can be used in each project. 2008-10-13 Jonathan Pryor * ChangeLog: Started. * Options.cs: Added; Command line option parser. A (renamed) copy of NDesk.Options 0.2.1 (see git repo for prior history).