2005-07-07 Ben Maurer <bmaurer@ximian.com>
authorBen Maurer <benm@mono-cvs.ximian.com>
Thu, 7 Jul 2005 05:39:38 +0000 (05:39 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Thu, 7 Jul 2005 05:39:38 +0000 (05:39 -0000)
commite20a58b246c6a89f2a1d9b8d90e86ff7121ca154
treee9e514834387a18d95826dbcef680c355704a92e
parentbdf5975c96b4bafe832270f5546d0797a2c8ecc0
2005-07-07  Ben Maurer  <bmaurer@ximian.com>

* outline.cs:
   - Print out static for fields (how the hell did I let myself
   not put this in earlier!!!!!)
   - To print out const fields, we might need to quote
   things. This logic is not complete yet (for example, a string
   with \n will have a literal new line)
   - Try some smarter logic to get less verbosity by printing out
   fewer namespaces
   - Do a nicer sorting for methods. It sorts things by param
   type, then from fewest params to most. This makes overloads
   get sorted out cleanly.

svn path=/trunk/mcs/; revision=47025
mcs/tools/monop/ChangeLog
mcs/tools/monop/outline.cs