gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnustep-cvs] gnustep/core/base ChangeLog Headers/Foundation/...


From: Stefan Urbanek
Subject: Re: [Gnustep-cvs] gnustep/core/base ChangeLog Headers/Foundation/...
Date: Tue, 15 Mar 2005 09:26:46 +0100
User-agent: Internet Messaging Program (IMP) 3.2.2

Hi,

In GSFindNamedFile you use:

      file_name = [NSString stringWithFormat: @"address@hidden@", aName, 
anExtension];

should not that be rather:

      file_name = [aName stringByAppendingPathExtension:anExtension];

?

Stefan

Citát Richard Frith-Macdonald <address@hidden>:

> CVSROOT:      /cvsroot/gnustep
> Module name:  gnustep
> Branch:       
> Changes by:   Richard Frith-Macdonald <address@hidden>        05/03/15 
> 08:11:04
> 
> Modified files:
>       core/base      : ChangeLog 
>       core/base/Headers/Foundation: NSPathUtilities.h 
>       core/base/Source: DocMakefile GNUmakefile NSPathUtilities.m 
>       core/base/Source/Additions: GNUmakefile 
> Added files:
>       core/base/Headers/Additions/GNUstepBase: GSFunctions.h 
>       core/base/Source/Additions: GSFunctions.m 
> 
> Log message:
>       Add new files to separate extension functions from main base library.
> 
> CVSWeb URLs:
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/ChangeLog.diff?tr1=1.2480&tr2=1.2481&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Headers/Additions/GNUstepBase/GSFunctions.h?rev=1.1
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Headers/Foundation/NSPathUtilities.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/DocMakefile.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/GNUmakefile.diff?tr1=1.151&tr2=1.152&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/NSPathUtilities.m.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/Additions/GSFunctions.m?rev=1.1
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/Additions/GNUmakefile.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
> 
> 
> 
> 


Stefan Urbanek
--
http://stefan.agentfarms.net

First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]