mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-23 20:39:39 +00:00
Fixed typo in all of those copyright comments I just added.
This commit is contained in:
parent
798817f58a
commit
54320d6f60
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDClassDump.h,v 1.21 2004/01/06 01:51:52 nygard Exp $
|
// $Id: CDClassDump.h,v 1.22 2004/01/06 02:31:40 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -13,7 +13,7 @@
|
|||||||
#import "CDType.h"
|
#import "CDType.h"
|
||||||
#import "CDTypeFormatter.h"
|
#import "CDTypeFormatter.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDClassDump.m,v 1.32 2004/01/06 02:26:33 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDClassDump.m,v 1.33 2004/01/06 02:31:40 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDClassDump2
|
@implementation CDClassDump2
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDDylibCommand.h,v 1.2 2004/01/06 01:51:53 nygard Exp $
|
// $Id: CDDylibCommand.h,v 1.3 2004/01/06 02:31:40 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#import "rcsid.h"
|
#import "rcsid.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDDylibCommand.m,v 1.3 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDDylibCommand.m,v 1.4 2004/01/06 02:31:40 nygard Exp $");
|
||||||
|
|
||||||
// Does this work with different endianness?
|
// Does this work with different endianness?
|
||||||
static NSString *CDDylibVersionString(unsigned long version)
|
static NSString *CDDylibVersionString(unsigned long version)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDLoadCommand.h,v 1.3 2004/01/06 01:51:53 nygard Exp $
|
// $Id: CDLoadCommand.h,v 1.4 2004/01/06 02:31:40 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#import "CDSegmentCommand.h"
|
#import "CDSegmentCommand.h"
|
||||||
#import "CDDylibCommand.h"
|
#import "CDDylibCommand.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDLoadCommand.m,v 1.4 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDLoadCommand.m,v 1.5 2004/01/06 02:31:40 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDLoadCommand
|
@implementation CDLoadCommand
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDMachOFile.h,v 1.4 2004/01/06 01:51:53 nygard Exp $
|
// $Id: CDMachOFile.h,v 1.5 2004/01/06 02:31:41 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
#import "CDLoadCommand.h"
|
#import "CDLoadCommand.h"
|
||||||
#import "CDSegmentCommand.h"
|
#import "CDSegmentCommand.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMachOFile.m,v 1.7 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMachOFile.m,v 1.8 2004/01/06 02:31:41 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDMachOFile
|
@implementation CDMachOFile
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDMethodType.h,v 1.2 2004/01/06 01:51:53 nygard Exp $
|
// $Id: CDMethodType.h,v 1.3 2004/01/06 02:31:41 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "CDType.h"
|
#import "CDType.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMethodType.m,v 1.3 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMethodType.m,v 1.4 2004/01/06 02:31:41 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDMethodType
|
@implementation CDMethodType
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCCategory.h,v 1.4 2004/01/06 01:51:53 nygard Exp $
|
// $Id: CDOCCategory.h,v 1.5 2004/01/06 02:31:41 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
#import "CDOCMethod.h"
|
#import "CDOCMethod.h"
|
||||||
#import "NSArray-Extensions.h"
|
#import "NSArray-Extensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCCategory.m,v 1.5 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCCategory.m,v 1.6 2004/01/06 02:31:41 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCCategory
|
@implementation CDOCCategory
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCClass.h,v 1.9 2004/01/06 01:51:54 nygard Exp $
|
// $Id: CDOCClass.h,v 1.10 2004/01/06 02:31:41 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
#import "CDType.h"
|
#import "CDType.h"
|
||||||
#import "CDTypeParser.h"
|
#import "CDTypeParser.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCClass.m,v 1.16 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCClass.m,v 1.17 2004/01/06 02:31:41 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCClass
|
@implementation CDOCClass
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCIvar.h,v 1.6 2004/01/06 01:51:54 nygard Exp $
|
// $Id: CDOCIvar.h,v 1.7 2004/01/06 02:31:41 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#import "CDClassDump.h"
|
#import "CDClassDump.h"
|
||||||
#import "CDTypeFormatter.h"
|
#import "CDTypeFormatter.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCIvar.m,v 1.15 2004/01/06 02:18:18 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCIvar.m,v 1.16 2004/01/06 02:31:41 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCIvar
|
@implementation CDOCIvar
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCMethod.h,v 1.6 2004/01/06 01:51:54 nygard Exp $
|
// $Id: CDOCMethod.h,v 1.7 2004/01/06 02:31:42 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#import "CDClassDump.h"
|
#import "CDClassDump.h"
|
||||||
#import "CDTypeFormatter.h"
|
#import "CDTypeFormatter.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCMethod.m,v 1.14 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCMethod.m,v 1.15 2004/01/06 02:31:42 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCMethod
|
@implementation CDOCMethod
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCModule.h,v 1.7 2004/01/06 01:51:54 nygard Exp $
|
// $Id: CDOCModule.h,v 1.8 2004/01/06 02:31:42 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#import "CDObjCSegmentProcessor.h"
|
#import "CDObjCSegmentProcessor.h"
|
||||||
#import "CDOCSymtab.h"
|
#import "CDOCSymtab.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCModule.m,v 1.8 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCModule.m,v 1.9 2004/01/06 02:31:42 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCModule
|
@implementation CDOCModule
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCProtocol.h,v 1.9 2004/01/06 01:51:54 nygard Exp $
|
// $Id: CDOCProtocol.h,v 1.10 2004/01/06 02:31:42 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -11,7 +11,7 @@
|
|||||||
#import "CDOCSymtab.h"
|
#import "CDOCSymtab.h"
|
||||||
#import "CDTypeParser.h"
|
#import "CDTypeParser.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCProtocol.m,v 1.11 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCProtocol.m,v 1.12 2004/01/06 02:31:42 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCProtocol
|
@implementation CDOCProtocol
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDOCSymtab.h,v 1.6 2004/01/06 01:51:55 nygard Exp $
|
// $Id: CDOCSymtab.h,v 1.7 2004/01/06 02:31:42 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#import "rcsid.h"
|
#import "rcsid.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCSymtab.m,v 1.8 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCSymtab.m,v 1.9 2004/01/06 02:31:42 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDOCSymtab
|
@implementation CDOCSymtab
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDObjCSegmentProcessor-Private.h,v 1.2 2004/01/06 01:51:55 nygard Exp $
|
// $Id: CDObjCSegmentProcessor-Private.h,v 1.3 2004/01/06 02:31:42 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
#import "CDSegmentCommand.h"
|
#import "CDSegmentCommand.h"
|
||||||
#import "NSArray-Extensions.h"
|
#import "NSArray-Extensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor-Private.m,v 1.5 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor-Private.m,v 1.6 2004/01/06 02:31:42 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDObjCSegmentProcessor (Private)
|
@implementation CDObjCSegmentProcessor (Private)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDObjCSegmentProcessor.h,v 1.7 2004/01/06 01:51:55 nygard Exp $
|
// $Id: CDObjCSegmentProcessor.h,v 1.8 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -19,7 +19,7 @@
|
|||||||
#import "NSArray-Extensions.h"
|
#import "NSArray-Extensions.h"
|
||||||
#import "CDObjCSegmentProcessor-Private.h"
|
#import "CDObjCSegmentProcessor-Private.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor.m,v 1.8 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor.m,v 1.9 2004/01/06 02:31:43 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDObjCSegmentProcessor
|
@implementation CDObjCSegmentProcessor
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDSection.h,v 1.2 2004/01/06 01:51:56 nygard Exp $
|
// $Id: CDSection.h,v 1.3 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -9,7 +9,7 @@
|
|||||||
#import "CDMachOFile.h"
|
#import "CDMachOFile.h"
|
||||||
#import "CDSegmentCommand.h"
|
#import "CDSegmentCommand.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSection.m,v 1.3 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSection.m,v 1.4 2004/01/06 02:31:43 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDSection
|
@implementation CDSection
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDSegmentCommand.h,v 1.2 2004/01/06 01:51:56 nygard Exp $
|
// $Id: CDSegmentCommand.h,v 1.3 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "CDSection.h"
|
#import "CDSection.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSegmentCommand.m,v 1.3 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSegmentCommand.m,v 1.4 2004/01/06 02:31:43 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDSegmentCommand
|
@implementation CDSegmentCommand
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDStructRegistrationProtocol.h,v 1.4 2004/01/06 01:51:56 nygard Exp $
|
// $Id: CDStructRegistrationProtocol.h,v 1.5 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTopoSortNode.h,v 1.2 2004/01/06 01:51:56 nygard Exp $
|
// $Id: CDTopoSortNode.h,v 1.3 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "NSObject-CDExtensions.h"
|
#import "NSObject-CDExtensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTopoSortNode.m,v 1.3 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTopoSortNode.m,v 1.4 2004/01/06 02:31:43 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDTopoSortNode
|
@implementation CDTopoSortNode
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTopologicalSortProtocol.h,v 1.2 2004/01/06 01:51:57 nygard Exp $
|
// $Id: CDTopologicalSortProtocol.h,v 1.3 2004/01/06 02:31:43 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
4
CDType.h
4
CDType.h
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDType.h,v 1.8 2004/01/06 01:51:57 nygard Exp $
|
// $Id: CDType.h,v 1.9 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
4
CDType.m
4
CDType.m
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
#import "CDTypeLexer.h" // For T_NAMED_OBJECT
|
#import "CDTypeLexer.h" // For T_NAMED_OBJECT
|
||||||
#import "CDTypeFormatter.h"
|
#import "CDTypeFormatter.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDType.m,v 1.14 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDType.m,v 1.15 2004/01/06 02:31:44 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDType
|
@implementation CDType
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTypeFormatter.h,v 1.8 2004/01/06 01:51:57 nygard Exp $
|
// $Id: CDTypeFormatter.h,v 1.9 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
#import "CDType.h"
|
#import "CDType.h"
|
||||||
#import "CDTypeParser.h"
|
#import "CDTypeParser.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeFormatter.m,v 1.15 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeFormatter.m,v 1.16 2004/01/06 02:31:44 nygard Exp $");
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTypeLexer.h,v 1.6 2004/01/06 01:51:57 nygard Exp $
|
// $Id: CDTypeLexer.h,v 1.7 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "NSScanner-Extensions.h"
|
#import "NSScanner-Extensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeLexer.m,v 1.8 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeLexer.m,v 1.9 2004/01/06 02:31:44 nygard Exp $");
|
||||||
|
|
||||||
@implementation CDTypeLexer
|
@implementation CDTypeLexer
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTypeParser.h,v 1.13 2004/01/06 02:03:38 nygard Exp $
|
// $Id: CDTypeParser.h,v 1.14 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
#import "CDTypeLexer.h"
|
#import "CDTypeLexer.h"
|
||||||
#import "NSString-Extensions.h"
|
#import "NSString-Extensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeParser.m,v 1.21 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeParser.m,v 1.22 2004/01/06 02:31:44 nygard Exp $");
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: NSArray-Extensions.h,v 1.3 2004/01/06 01:51:58 nygard Exp $
|
// $Id: NSArray-Extensions.h,v 1.4 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#import "rcsid.h"
|
#import "rcsid.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSArray-Extensions.m,v 1.4 2004/01/06 02:18:19 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSArray-Extensions.m,v 1.5 2004/01/06 02:31:44 nygard Exp $");
|
||||||
|
|
||||||
@implementation NSArray (CDExtensions)
|
@implementation NSArray (CDExtensions)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: NSObject-CDExtensions.h,v 1.2 2004/01/06 01:51:58 nygard Exp $
|
// $Id: NSObject-CDExtensions.h,v 1.3 2004/01/06 02:31:44 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#import "rcsid.h"
|
#import "rcsid.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSObject-CDExtensions.m,v 1.3 2004/01/06 02:18:20 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSObject-CDExtensions.m,v 1.4 2004/01/06 02:31:45 nygard Exp $");
|
||||||
|
|
||||||
@implementation NSObject (CDExtensions)
|
@implementation NSObject (CDExtensions)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: NSScanner-Extensions.h,v 1.4 2004/01/06 01:51:58 nygard Exp $
|
// $Id: NSScanner-Extensions.h,v 1.5 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "NSString-Extensions.h"
|
#import "NSString-Extensions.h"
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSScanner-Extensions.m,v 1.5 2004/01/06 02:18:20 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSScanner-Extensions.m,v 1.6 2004/01/06 02:31:45 nygard Exp $");
|
||||||
|
|
||||||
@implementation NSScanner (CDExtensions)
|
@implementation NSScanner (CDExtensions)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: NSString-Extensions.h,v 1.5 2004/01/06 01:51:58 nygard Exp $
|
// $Id: NSString-Extensions.h,v 1.6 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#import "rcsid.h"
|
#import "rcsid.h"
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSString-Extensions.m,v 1.6 2004/01/06 02:18:20 nygard Exp $");
|
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSString-Extensions.m,v 1.7 2004/01/06 02:31:45 nygard Exp $");
|
||||||
|
|
||||||
@implementation NSString (CDExtensions)
|
@implementation NSString (CDExtensions)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDStructHandlingUnitTest.h,v 1.4 2004/01/06 01:52:00 nygard Exp $
|
// $Id: CDStructHandlingUnitTest.h,v 1.5 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDStructHandlingUnitTest.m,v 1.4 2004/01/06 01:52:00 nygard Exp $
|
// $Id: CDStructHandlingUnitTest.m,v 1.5 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTypeFormatterUnitTest.h,v 1.7 2004/01/06 01:52:00 nygard Exp $
|
// $Id: CDTypeFormatterUnitTest.h,v 1.8 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
//
|
//
|
||||||
// $Id: CDTypeFormatterUnitTest.m,v 1.11 2004/01/06 01:52:00 nygard Exp $
|
// $Id: CDTypeFormatterUnitTest.m,v 1.12 2004/01/06 02:31:45 nygard Exp $
|
||||||
//
|
//
|
||||||
|
|
||||||
// This file is part of class-dump, a utility for exmaing the
|
// This file is part of class-dump, a utility for examining the
|
||||||
// Objective-C segment of Mach-O files.
|
// Objective-C segment of Mach-O files.
|
||||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user