Ignore:
Timestamp:
11/24/07 09:10:41 (16 years ago)
Author:
Nicholas Riley
Message:

Pester.xcodeproj: Add Perl embedding bits; remove SoundFileManager.h.

DynaLoader.a: i386/ppc version from Tiger; Leopard's version causes
Tiger to crash.

Info-Pester.plist: Updated copyright date.

Read Me.rtfd: Remove .typeAttributes.dict, no longer used; update a
bit.

PSTimeDateEditor.m: Switch to NJRDateFormatters again.

NJRDateFormatter.[hm]: Removed old-style date formatter workarounds;
added code for using Date::Manip and trying multiple ICU-based date
formatters.

English.lproj/InfoPlist.strings: Updated copyright date.

English.lproj/MainMenu.nib: Modified date completion menu for items
Date::Manip can parse.

Manip.pm: Date::Manip 5.47, converted to UTF-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRDateFormatter.h

    r43 r360  
    1111
    1212@interface NJRDateFormatter : NSDateFormatter {
    13     NSDictionary *alteredLocale;
     13    NSArray *tryFormatters;
    1414}
    1515
    16 + (NSString *)format:(NSString *)format withoutComponent:(unichar)component;
    17 + (NSString *)localizedDateFormatIncludingWeekday:(BOOL)weekday;
    18 + (NSString *)localizedShortDateFormatIncludingWeekday:(BOOL)weekday;
    19 + (NSString *)localizedTimeFormatIncludingSeconds:(BOOL)seconds;
     16+ (BOOL)naturalLanguageParsingAvailable;
     17+ (NJRDateFormatter *)dateFormatter;
     18+ (NJRDateFormatter *)timeFormatter;
    2019
    2120@end
Note: See TracChangeset for help on using the changeset viewer.