Moved 10.4+ implementation to a subclass of NSNumberFormatter.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Bidigaray 2011-02-13 22:13:04 +00:00
parent 140902a00b
commit 51b232577e
3 changed files with 903 additions and 327 deletions

View file

@ -1,3 +1,7 @@
2011-02-13 Stefan Bidigaray <stefanbidi@gmail.com>
* Source/NSNumberFormatter.m: Moved 10.4+ functionality to a subclass.
2011-02-13 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSPathUtilities.m: NSFullUserName() ... use short name if

View file

@ -138,14 +138,10 @@ typedef NSUInteger NSNumberFormatterRoundingMode;
NSDictionary *_attributesForPositiveValues;
NSDictionary *_attributesForNegativeValues;
// 10.4+ variables
// 10.4 variable
@protected
NSUInteger _behavior;
BOOL _genDecimal;
NSUInteger _style;
NSLocale *_locale;
void *_formatter;
#endif
GS_PADDING_IVAR;
}
// Format

File diff suppressed because it is too large Load diff