Commit Graph

16 Commits

Author SHA1 Message Date
Steve Nygard
7d16ae3e45 Added mode line to header files. 2007-11-02 09:49:29 +00:00
Steve Nygard
c6500e9177 Updated copyrights. 2007-03-14 10:07:33 +00:00
Steve Nygard
e6493deb8e We can kinda show the header. Format field widths don't work for %@ types. :-( 2007-01-19 01:10:16 +00:00
Steve Nygard
38ccc0f3d3 Updated copyrights. 2006-10-14 03:17:54 +00:00
Steve Nygard
d4f7e3eb3f Updated copyrights again, reformatting the description into one line, and making sure all
the copyrights are the same.
2005-08-13 20:32:02 +00:00
Steve Nygard
c7aae04f11 Updated copyrights. 2005-08-13 20:20:58 +00:00
Steve Nygard
6cf7b3d976 Removed RCS IDs, now that we're in the brave new world of Subversion. 2004-07-08 00:31:49 +00:00
Steve Nygard
6aba61e09d Cleaning up code a bit. 2004-02-11 01:35:22 +00:00
Steve Nygard
a596f9c6db My previous change to CDTypeLexer wasn't necessarily correct, so I
switched it back.

Moved the identifier scanning code into a method in an NSScanner
category so that I can use it in -peekIdentifier.  Added that method
so that I can check the first letter (instead of the first character)
for uppercase in the heuristics, which started breaking in one case
now that the members are named.

Added more info (remaining string) when we catch a parsing exception.
2004-01-29 22:37:33 +00:00
Steve Nygard
26803d3d8a Moved some methods for adjusting a user supplied path from the old
MappedFile class to CDClassDump.
2004-01-16 23:17:26 +00:00
Steve Nygard
54320d6f60 Fixed typo in all of those copyright comments I just added. 2004-01-06 02:31:45 +00:00
Steve Nygard
275d9c622a Updated copyrights. 2004-01-06 01:52:00 +00:00
Steve Nygard
a293fdd979 Trying to clean up some code. 2003-12-16 07:30:16 +00:00
Steve Nygard
c8a9f70282 Disabled yacc grammar for parsing types. Replace with CDTypeParser
and CDTypeLexer.  Disable a couple entry points into the old parsed
that were being called by the obsolete ObjcIvar and ObjcMethod
classes.  Switched to using NSStrings throughout datatypes.

Foundation instance variables get formatted pretty well, but it's
crashing on AppKit.
2003-12-11 05:54:27 +00:00
Steve Nygard
66e39ae219 Working on replacing yacc grammar with recursive descent parser, and
making it return an NSString instead of printing to stdout.

Added test option for formating types listed in file.
2003-09-09 22:51:07 +00:00
Steve Nygard
8d62449297 Created class for section info to remove arbitrary limitation of the
number of sections this can process.
2003-02-21 06:04:15 +00:00