mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
remove snucked in header
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36317 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e15c981429
commit
ee46fb66d7
2 changed files with 9 additions and 8 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,16 +1,20 @@
|
|||
2012-03-08 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
2013-03-09 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Tests/base/NSFileManager/general.m
|
||||
remove accidently snucked in header
|
||||
|
||||
2013-03-08 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
* Headers/Foundation/NSFileManager.h:
|
||||
* Source/NSFileManager.m:
|
||||
* Tests/base/NSFileManager/general.m:
|
||||
Implement methods forcoping/moving file URLs
|
||||
|
||||
2012-03-05 Larry Campbell <lcampbel@akamai.com>
|
||||
2013-03-05 Larry Campbell <lcampbel@akamai.com>
|
||||
|
||||
* Source/NSFileManager.m: Fix for ([-contentsEqualAtPath:andPath:])
|
||||
compare contents of regular files in subdirectories.
|
||||
|
||||
2012-03-05 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
2013-03-05 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
* Source/NSFileManager.m:
|
||||
* Headers/Foundation/NSFileManager.h:
|
||||
|
@ -19,14 +23,14 @@
|
|||
Also, for OSX compatibility, RFM 'fixed' the ...error: methods to
|
||||
leave the error value unmodified in the case where no error occurs.
|
||||
|
||||
2012-03-03 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
2013-03-03 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
* Source/NSKeyValueObserving.m
|
||||
* Source/NSXMLParser.m
|
||||
char is unsigned on macppc, so don't compare it
|
||||
against negative values
|
||||
|
||||
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2013-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Version ... bump subminor number in preparation for next release.
|
||||
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
#import <Foundation/NSError.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
|
|
Loading…
Reference in a new issue