*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6906 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-07-16 17:04:29 +00:00
parent 21d9f77acb
commit 9ef5d9d754

View file

@ -1,3 +1,16 @@
2000-07-16 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/base/NSDecimal.h:
* Headers/gnustep/base/NSDecimalNumber.h:
Included missing functions and changed type definition.
* Source/NSDecimal.m:
Basic implementation of NSDecimal. An implementation using GMP
will follow.
* Source/NSDecimalNumber.m:
Use the NSDecimal functions for this class
* Source/GNUMakefile:
Add NSDecimal and NSDecimalNumber
2000-07-07 Jonathan Gapen <jagapen@home.com>
* Source/NSString.m: (-initWithFormat:), (-initWithFormat:locale:),