mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
140902a00b
commit
51b232577e
3 changed files with 903 additions and 327 deletions
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue