mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
970638b746
commit
d00afefed0
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:
|
* Headers/Foundation/NSFileManager.h:
|
||||||
* Source/NSFileManager.m:
|
* Source/NSFileManager.m:
|
||||||
* Tests/base/NSFileManager/general.m:
|
* Tests/base/NSFileManager/general.m:
|
||||||
Implement methods forcoping/moving file URLs
|
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:])
|
* Source/NSFileManager.m: Fix for ([-contentsEqualAtPath:andPath:])
|
||||||
compare contents of regular files in subdirectories.
|
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:
|
* Source/NSFileManager.m:
|
||||||
* Headers/Foundation/NSFileManager.h:
|
* Headers/Foundation/NSFileManager.h:
|
||||||
|
@ -19,14 +23,14 @@
|
||||||
Also, for OSX compatibility, RFM 'fixed' the ...error: methods to
|
Also, for OSX compatibility, RFM 'fixed' the ...error: methods to
|
||||||
leave the error value unmodified in the case where no error occurs.
|
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/NSKeyValueObserving.m
|
||||||
* Source/NSXMLParser.m
|
* Source/NSXMLParser.m
|
||||||
char is unsigned on macppc, so don't compare it
|
char is unsigned on macppc, so don't compare it
|
||||||
against negative values
|
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.
|
* Version ... bump subminor number in preparation for next release.
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
#import <Foundation/NSError.h>
|
#import <Foundation/NSError.h>
|
||||||
#import <Foundation/NSURL.h>
|
#import <Foundation/NSURL.h>
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue