mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Implemented configuration tests and stuff for using the new useful
-fconstant-string-class option of gcc >= 3.0 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
208ec2655a
commit
bff0e69dc9
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2001-06-06 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Configuration part of constant string support with gcc-3.0
|
||||
* config/config.constant-string-class.m: New config test.
|
||||
* configure.in: Added test for -fconstant-string-class option in
|
||||
compiler, by compiling and running config.constant-string-class.m.
|
||||
Output different NX_CONST_STRING_CLASS and
|
||||
NX_CONST_STRING_CPPFLAGS depending on results of this test.
|
||||
* base.make.in (CONFIG_SYSTEM_INCL): Added
|
||||
NX_CONST_STRING_CPPFLAGS.
|
||||
* Headers/gnustep/base/GSConfig.h.in: Renamed NXCONST to
|
||||
NX_CONST_STRING_CLASS.
|
||||
* configure: Updated.
|
||||
|
||||
2001-06-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSScanner.m: ([scanHexInt:]) fix for scanning number
|
||||
|
|
Loading…
Reference in a new issue