Commit Graph

12 Commits

Author SHA1 Message Date
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
8751e49d93 Applied changes from Jonathan Rentzsch and Stephane Corthesy, although
the complicated sections in class-dump.m and ObjcClass.m are still
commented out.
2003-09-06 21:17:56 +00:00
Steve Nygard
97c336ac9c Changed email address from 'nygard@omnigroup.com' to 'class-dump at
codethecode.com'.
2003-09-05 20:30:26 +00:00
Steve Nygard
eb9f4d5c71 Applying coding standards -- don't use _ in ivar names. 2002-12-19 06:28:47 +00:00
Steve Nygard
ad79988647 Updated some Objective-C style: no space after method types, use (id)
for init method return types, end methods with ; in implementation.
2002-12-19 06:13:19 +00:00
Steve Nygard
4a088c9000 Only import the superclass header file in header files, not the entire
Foundation.h header.
2002-12-19 05:59:38 +00:00
Steve Nygard
c713df2bd4 Purging pre-Mac OS X support. 2002-12-19 05:45:52 +00:00
Steve Nygard
6b599b8c1e Updated copyrights. 2000-10-15 01:22:18 +00:00
Steve Nygard
14b56dfd79 Merged changes from Carl Lindberg to make this work on Mac OS X Public
Beta.  These changes work a little better than the previous changes
for DP4.  It's better about backward compatibility with old binaries
that still work on Public Beta.  It also fixes most of the syntax
errors it was getting parsing types -- I guess the unions in methods
can optionally have names, just like for ivars.
2000-10-15 01:17:54 +00:00
Steve Nygard
925bfc7c6d Updated email address. 1999-08-09 07:45:04 +00:00
Steve Nygard
01ed14f79a Changed preprocessor conditions so that the correct headers get included
on MacOS X Server (and still on Openstep and Nextstep).

Included changes to MappedFile.h, MappedFile.m, and class-dump.m to handle
the odd framework install paths that the Omni frameworks use.  This worked
under DR2, but doesn't seem to do the trick on MacOS X Server, so I need
to look into that.
1999-08-09 06:52:26 +00:00
Steve Nygard
af02f41bd0 Initial revision. 1999-07-31 03:32:25 +00:00