Continue to allow to build on platforms which have ICU as old as 4.6

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39426 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-02-29 10:17:10 +00:00
parent f34325cbd0
commit f241e0785d

View file

@ -1,3 +1,12 @@
2016-02-29 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac:
* configure:
* NSCalendar.m:
Don't require recent ICU just for the method
([-components:fromDate:toDate:options:]).
Leave the method as a no-op if older versions are used.
2016-02-29 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSFileManager.m: Based on testplant patch, fix bug with
@ -160,7 +169,7 @@
2015-11-30: Niels Grewe <niels.grewe@halbordnung.de>
* Source/NSCalendar.h
* Source/NSCalendar.m:
* Headers/Foundation/NSCalendar.h:
Implement -components:fromDate:toDate:options:. (Not handling
NSWrapCalendarComponents yet.)