mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Further copyright/license updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28391ae470
commit
2b9ed0e196
149 changed files with 773 additions and 137 deletions
38
ChangeLog
38
ChangeLog
|
@ -1,3 +1,35 @@
|
||||||
|
2005-07-15 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* ChangeLog, ChangeLog.1, ChangeLog.2, GNUmakefile, Makefile,
|
||||||
|
Makefile.postamble, config.mak.in, configure.ac,
|
||||||
|
Documentation/Base.gsdoc, Documentation/BaseAdditions.gsdoc,
|
||||||
|
Documentation/Functions.gsdoc, Documentation/GNUmakefile,
|
||||||
|
Documentation/Makefile.postamble, Documentation/ReleaseNotes.gsdoc,
|
||||||
|
Documentation/TypesAndConstants.gsdoc, Documentation/announce.texi,
|
||||||
|
Documentation/gnustep-base.texi, Documentation/install.texi,
|
||||||
|
Documentation/news.texi, Documentation/readme.texi,
|
||||||
|
Documentation/General/Debugging.gsdoc,
|
||||||
|
Documentation/General/GNUmakefile,
|
||||||
|
Documentation/General/OpenStepCompliance.gsdoc,
|
||||||
|
Documentation/HtmlNav/docs-web.html, Documentation/HtmlNav/index.html,
|
||||||
|
Documentation/manual/GNUmakefile, Documentation/manual/index.html,
|
||||||
|
Examples/GNUmakefile, Examples/Makefile.postamble,
|
||||||
|
Examples/Makefile.preamble, Examples/custom-zone.m,
|
||||||
|
Examples/dictionary.m,
|
||||||
|
Headers/Additions/GNUstepBase/unicode/*,
|
||||||
|
Source/dld-load.h, Source/hpux-load.h, Source/null-load.h,
|
||||||
|
Source/simple-load.h, Source/win32-load.h,
|
||||||
|
Testing/*,
|
||||||
|
Tools/BaseTools.gsdoc, Tools/DocMakefile, Tools/GNUmakefile,
|
||||||
|
Tools/Makefile.postamble, Tools/Makefile.preamble, Tools/autogsdoc.1,
|
||||||
|
Tools/cvtenc.1, Tools/defaults.1, Tools/gdnc.1, Tools/gdnc.h,
|
||||||
|
Tools/gdomap.c, Tools/gdomap.gsdoc, Tools/gsdoc.gsdoc, Tools/pl.m,
|
||||||
|
Tools/pldes.1, Tools/sfparse.1, Tools/xmlparse.1,
|
||||||
|
Tools/make_strings/GNUmakefile,
|
||||||
|
Tools/make_strings/GNUmakefile.preamble,
|
||||||
|
Tools/make_strings/README, Tools/make_strings/Using.txt,
|
||||||
|
config/*: Further copyright/license updates.
|
||||||
|
|
||||||
2005-07-15 Richard Frith-Macdonald <rfm@gnu.org>
|
2005-07-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSProcessInfo.m: ([+initialize]) always check to see if
|
* Source/NSProcessInfo.m: ([+initialize]) always check to see if
|
||||||
|
@ -1043,3 +1075,9 @@
|
||||||
* Source/NSTimeZone.m (+abbreviationDictionary): Retain dictionary
|
* Source/NSTimeZone.m (+abbreviationDictionary): Retain dictionary
|
||||||
(Fixes bug #11516).
|
(Fixes bug #11516).
|
||||||
|
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
|
|
|
@ -10863,3 +10863,9 @@ Fri May 21 18:52:03 1993 Andrew McCallum (mccallum@vein.cs.rochester.edu)
|
||||||
|
|
||||||
* First alpha release announced on gnu-objc@prep.ai.mit.edu
|
* First alpha release announced on gnu-objc@prep.ai.mit.edu
|
||||||
|
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
|
|
|
@ -16192,3 +16192,10 @@ Tue Mar 10 17:05:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
decopding of archived objects correctly.
|
decopding of archived objects correctly.
|
||||||
|
|
||||||
* src/include/NSValue.h: Added ([-isEqualToValue:])
|
* src/include/NSValue.h: Added ([-isEqualToValue:])
|
||||||
|
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="Base">
|
<gsdoc base="Base">
|
||||||
<head>
|
<head>
|
||||||
<title>GNUstep Base</title>
|
<title>GNUstep Base</title>
|
||||||
|
@ -7,9 +12,9 @@
|
||||||
<email address="rfm@gnu.org"/>
|
<email address="rfm@gnu.org"/>
|
||||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||||
</author>
|
</author>
|
||||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
|
||||||
<version>$Revision$</version>
|
<version>$Revision$</version>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<chapter>
|
<chapter>
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="BaseAdditions">
|
<gsdoc base="BaseAdditions">
|
||||||
<head>
|
<head>
|
||||||
<title>GNUstep Base Additions</title>
|
<title>GNUstep Base Additions</title>
|
||||||
|
@ -7,9 +12,9 @@
|
||||||
<email address="rfm@gnu.org"/>
|
<email address="rfm@gnu.org"/>
|
||||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||||
</author>
|
</author>
|
||||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
|
||||||
<version>$Revision$</version>
|
<version>$Revision$</version>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<chapter>
|
<chapter>
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="Functions" up="Base">
|
<gsdoc base="Functions" up="Base">
|
||||||
<head>
|
<head>
|
||||||
<title>Functions</title>
|
<title>Functions</title>
|
||||||
|
|
|
@ -7,16 +7,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
|
@ -39,9 +39,9 @@ SUBPROJECTS = manual General
|
||||||
|
|
||||||
# The text documents to be generated
|
# The text documents to be generated
|
||||||
DOCUMENT_TEXT_NAME = \
|
DOCUMENT_TEXT_NAME = \
|
||||||
INSTALL NEWS CODING-STANDARDS README ANNOUNCE BUGS
|
INSTALL NEWS CODING-STANDARDS README ANNOUNCE
|
||||||
|
|
||||||
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE BUGS
|
TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE
|
||||||
|
|
||||||
gnustep-base_TEXI_FILES = \
|
gnustep-base_TEXI_FILES = \
|
||||||
version.texi \
|
version.texi \
|
||||||
|
@ -53,10 +53,6 @@ coding-standards_TEXI_FILES = \
|
||||||
coding-standards.texi
|
coding-standards.texi
|
||||||
coding-standards_DOC_INSTALL_DIR = Developer/CodingStandards
|
coding-standards_DOC_INSTALL_DIR = Developer/CodingStandards
|
||||||
|
|
||||||
BUGS_TEXI_FILES = version.texi
|
|
||||||
BUGS_TEXT_MAIN = todo.texi
|
|
||||||
BUGS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
|
||||||
|
|
||||||
INSTALL_TEXI_FILES = version.texi
|
INSTALL_TEXI_FILES = version.texi
|
||||||
INSTALL_TEXT_MAIN = install.texi
|
INSTALL_TEXT_MAIN = install.texi
|
||||||
INSTALL_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
INSTALL_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="Debugging" up="Tools">
|
<gsdoc base="Debugging" up="Tools">
|
||||||
<head>
|
<head>
|
||||||
<title>Debugging with GDB</title>
|
<title>Debugging with GDB</title>
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="OpenStepCompliance" up="Base">
|
<gsdoc base="OpenStepCompliance" up="Base">
|
||||||
<head>
|
<head>
|
||||||
<title>OpenStep Compliance</title>
|
<title>OpenStep Compliance</title>
|
||||||
<author name="Adam Fedor"></author>
|
<author name="Adam Fedor"></author>
|
||||||
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<chapter>
|
<chapter>
|
||||||
|
|
|
@ -2,6 +2,13 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2005, Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<head>
|
<head>
|
||||||
<title>GNUstep.org</title>
|
<title>GNUstep.org</title>
|
||||||
<link rel="stylesheet" href="../gnustep-main.css" type="text/css">
|
<link rel="stylesheet" href="../gnustep-main.css" type="text/css">
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dli"><html xmlns="http://www.w3.org/1999/xhtml">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dli"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2005, Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>GNUstep System Documentation</title>
|
<title>GNUstep System Documentation</title>
|
||||||
|
|
|
@ -8,19 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# If you are interested in a warranty or support for this source code,
|
# You should have received a copy of the GNU General Public
|
||||||
# contact Scott Christley at scottc@net-community.com
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Library General Public
|
|
||||||
# License along with this library; see the file COPYING.LIB.
|
# License along with this library; see the file COPYING.LIB.
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="ReleaseNotes">
|
<gsdoc base="ReleaseNotes">
|
||||||
<head>
|
<head>
|
||||||
<title>GNUstep Base Release Notes</title>
|
<title>GNUstep Base Release Notes</title>
|
||||||
|
@ -7,9 +12,9 @@
|
||||||
<email address="fedor@gnu.org"/>
|
<email address="fedor@gnu.org"/>
|
||||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||||
</author>
|
</author>
|
||||||
<copy>2005 Free Software Foundation, Inc.</copy>
|
|
||||||
<version>$Revision$</version>
|
<version>$Revision$</version>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<chapter>
|
<chapter>
|
||||||
|
@ -40,7 +45,7 @@
|
||||||
classes and class variables have also occurred (detailed
|
classes and class variables have also occurred (detailed
|
||||||
below).
|
below).
|
||||||
</desc>
|
</desc>
|
||||||
<term>Path/Startup configuration</term
|
<term>Path/Startup configuration</term>
|
||||||
<desc>
|
<desc>
|
||||||
At the startup of any application or tool, GNUstep used to
|
At the startup of any application or tool, GNUstep used to
|
||||||
look at various environment variables in order to find
|
look at various environment variables in order to find
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||||
|
<!--
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
-->
|
||||||
<gsdoc base="TypesAndConstants" up="Base">
|
<gsdoc base="TypesAndConstants" up="Base">
|
||||||
<head>
|
<head>
|
||||||
<title>Types and Constants</title>
|
<title>Types and Constants</title>
|
||||||
|
|
|
@ -36,3 +36,12 @@ been placed at @url{ftp://@value{GNUSTEP-BASE-FTP-MACHINE}/@value{GNUSTEP-BASE-F
|
||||||
Please log bug reports on the GNUstep project page
|
Please log bug reports on the GNUstep project page
|
||||||
@url{http://savannah.gnu.org/bugs/?group=gnustep} or send bug
|
@url{http://savannah.gnu.org/bugs/?group=gnustep} or send bug
|
||||||
reports to @email{bug-gnustep@@gnu.org}.
|
reports to @email{bug-gnustep@@gnu.org}.
|
||||||
|
|
||||||
|
@ifinfo
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
@end ifinfo
|
||||||
|
|
||||||
|
|
|
@ -33,13 +33,13 @@ are preserved on all copies.
|
||||||
|
|
||||||
Permission is granted to copy and distribute modified versions of this
|
Permission is granted to copy and distribute modified versions of this
|
||||||
manual under the conditions for verbatim copying, provided also that the
|
manual under the conditions for verbatim copying, provided also that the
|
||||||
section entitled ``GNU Library General Public License'' is included exactly as
|
section entitled ``GNU General Public License'' is included exactly as
|
||||||
in the original, and provided that the entire resulting derived work is
|
in the original, and provided that the entire resulting derived work is
|
||||||
distributed under the terms of a permission notice identical to this one.
|
distributed under the terms of a permission notice identical to this one.
|
||||||
|
|
||||||
Permission is granted to copy and distribute translations of this manual
|
Permission is granted to copy and distribute translations of this manual
|
||||||
into another language, under the above conditions for modified versions,
|
into another language, under the above conditions for modified versions,
|
||||||
except that the section entitled ``GNU Library General Public License'' and
|
except that the section entitled ``GNU General Public License'' and
|
||||||
this permission notice may be included in translations approved by the
|
this permission notice may be included in translations approved by the
|
||||||
Free Software Foundation instead of in the original English.
|
Free Software Foundation instead of in the original English.
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
|
@ -188,4 +188,12 @@ library. See the gstep-make package for more information on these options.
|
||||||
If you can't install gstep-base as root, be sure to edit the
|
If you can't install gstep-base as root, be sure to edit the
|
||||||
@file{Tools/gdomap.h} file and uncomment the last line.
|
@file{Tools/gdomap.h} file and uncomment the last line.
|
||||||
|
|
||||||
|
@ifinfo
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
@end ifinfo
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
# Copyright (C) 2005 Free Software Foundation, Inc.
|
# Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; see the file COPYING.LIB.
|
# License along with this library.
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2005, Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
This document is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
-->
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
||||||
|
|
|
@ -947,3 +947,12 @@ Also see the @samp{ChangeLog} file for more detail.
|
||||||
|
|
||||||
@end ifclear
|
@end ifclear
|
||||||
@c end ifclear ANNOUNCE_ONLY
|
@c end ifclear ANNOUNCE_ONLY
|
||||||
|
|
||||||
|
@ifinfo
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
@end ifinfo
|
||||||
|
|
||||||
|
|
|
@ -21,17 +21,23 @@ gives instructions for installing the library.
|
||||||
|
|
||||||
@section License
|
@section License
|
||||||
|
|
||||||
The GNUstep libraries are covered under the GNU Lesser Public License.
|
The GNUstep libraries and library resources are covered under the
|
||||||
|
GNU Lesser Public License.
|
||||||
This means you can use these libraries in any program (even non-free
|
This means you can use these libraries in any program (even non-free
|
||||||
programs). If you distribute the libraries along with your program,
|
programs). If you distribute the libraries along with your program,
|
||||||
you must make the improvements you have made
|
you must make the improvements you have made
|
||||||
to the libraries freely available. You should read the COPYING.LIB file
|
to the libraries freely available. You should read the COPYING.LIB file
|
||||||
for more information.
|
for more information. All files in the @file{Source}, @file{Headers}
|
||||||
|
@file{NSCharacterSets}, @file{NSTimeZones}, @file{Resources}, and @file{SSL}
|
||||||
|
directories and subdirectories under this are covered under the GLPL.
|
||||||
|
|
||||||
GNUstep tools, test programs, and other files are covered under the
|
GNUstep tools, test programs, and other files are covered under the
|
||||||
GNU Public License. This means if you make changes to these programs,
|
GNU Public License. This means if you make changes to these programs,
|
||||||
you cannot charge a fee, other than distribution fees, for others to
|
you cannot charge a fee, other than distribution fees, for others to
|
||||||
use the program. You should read the COPYING file for more information.
|
use the program. You should read the COPYING file for more information.
|
||||||
|
All files in the @file{Documentation}, @file{Examples}, @file{Testing},
|
||||||
|
@file{Tools}, @file{config}, and @file{macosx} directories are covered
|
||||||
|
under the GPL.
|
||||||
|
|
||||||
With GNUstep-Base, we strongly recommend the use of the ffcall
|
With GNUstep-Base, we strongly recommend the use of the ffcall
|
||||||
libraries, which provides stack frame handling for NSInvocation and
|
libraries, which provides stack frame handling for NSInvocation and
|
||||||
|
@ -56,3 +62,12 @@ reports to @email{bug-gnustep@@gnu.org}.
|
||||||
@example
|
@example
|
||||||
Happy hacking!
|
Happy hacking!
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@ifinfo
|
||||||
|
Copyright @copyright{} 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
@end ifinfo
|
||||||
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
@c -*-texinfo-*-
|
|
||||||
@ifclear GLOBAL-TODO
|
|
||||||
@chapter TODO
|
|
||||||
|
|
||||||
@ifset TEXT-ONLY
|
|
||||||
@include version.texi
|
|
||||||
@end ifset
|
|
||||||
|
|
||||||
@end ifclear
|
|
||||||
|
|
||||||
@itemize @bullet
|
|
||||||
|
|
||||||
@item Some people have reported NSZone memory allocation problems.
|
|
||||||
If you encounter a problem with NSZones, switch to using the
|
|
||||||
default zone instead of creating one. Or better yet, fix the problem and
|
|
||||||
submit a patch.
|
|
||||||
|
|
||||||
@end itemize
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,19 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# If you are interested in a warranty or support for this source code,
|
# You should have received a copy of the GNU General Public
|
||||||
# contact Scott Christley at scottc@net-community.com
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Library General Public
|
|
||||||
# License along with this library; see the file COPYING.LIB.
|
# License along with this library; see the file COPYING.LIB.
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
/* Example implementation of a custom zone.
|
/* Example implementation of a custom zone.
|
||||||
|
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
by Yoo C. Chung <wacko@power1.snu.ac.kr>
|
by Yoo C. Chung <wacko@power1.snu.ac.kr>
|
||||||
|
|
||||||
WARNING: Very little testing has been done, so there is no
|
WARNING: Very little testing has been done, so there is no
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
/* A simple demonstration of the NSDictionary object.
|
/* A simple demonstration of the NSDictionary object.
|
||||||
|
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
In this example the NSDictionary holds int's which are keyed by strings. */
|
In this example the NSDictionary holds int's which are keyed by strings. */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
#ifndef __caseconv_h_GNUSTEP_BASE_INCLUDE
|
#ifndef __caseconv_h_GNUSTEP_BASE_INCLUDE
|
||||||
#define __caseconv_h_GNUSTEP_BASE_INCLUDE
|
#define __caseconv_h_GNUSTEP_BASE_INCLUDE
|
||||||
|
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
unichar gs_casemap_empty_table[] = {
|
unichar gs_casemap_empty_table[] = {
|
||||||
0x0,
|
0x0,
|
||||||
0x0,
|
0x0,
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* COP table */
|
/* COP table */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
struct _cop_ {unichar code; unsigned char cop;};
|
struct _cop_ {unichar code; unsigned char cop;};
|
||||||
const unsigned int uni_cop_table_size = 355;
|
const unsigned int uni_cop_table_size = 355;
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
// ISO_8859-5,1988 to Unicode maping
|
// ISO_8859-5,1988 to Unicode maping
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
const unsigned int Cyrillic_conv_base = 0x80;
|
const unsigned int Cyrillic_conv_base = 0x80;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* decomposition table */
|
/* decomposition table */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
struct _dec_ {unichar code; unichar decomp[5];};
|
struct _dec_ {unichar code; unichar decomp[5];};
|
||||||
const unsigned int uni_dec_table_size = 1052;
|
const unsigned int uni_dec_table_size = 1052;
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* Created by Richard Frith-Macdonald <rfm@gnu.org> on 2002 Jan 24 */
|
/* Created by Richard Frith-Macdonald <rfm@gnu.org> on 2002 Jan 24 */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// GSM0338 to Unicode maping
|
// GSM0338 to Unicode maping
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* Created by Stefan Urbanek <urbane@decef.elf.stuba.sk> on 2000 Apr 6 */
|
/* Created by Stefan Urbanek <urbane@decef.elf.stuba.sk> on 2000 Apr 6 */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// ISO_8859-2 to Unicode maping
|
// ISO_8859-2 to Unicode maping
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* Created by Stefan Urbanek <urbane@decef.elf.stuba.sk> on 2000 Apr 6 */
|
/* Created by Stefan Urbanek <urbane@decef.elf.stuba.sk> on 2000 Apr 6 */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// ISO_8859-15 to Unicode maping
|
// ISO_8859-15 to Unicode maping
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
// Next to Unicode maping
|
// Next to Unicode maping
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
const unsigned int Next_conv_base = 0x80;
|
const unsigned int Next_conv_base = 0x80;
|
||||||
unichar Next_char_to_uni_table[] =
|
unichar Next_char_to_uni_table[] =
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
/* ISO_8859-11 to Unicode maping */
|
/* ISO_8859-11 to Unicode maping */
|
||||||
|
/*
|
||||||
|
Copyright (C) 2005 Free Software Foundation
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
const unsigned int Thai_conv_base = 0xA0;
|
const unsigned int Thai_conv_base = 0xA0;
|
||||||
|
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,19 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# If you are interested in a warranty or support for this source code,
|
# You should have received a copy of the GNU General Public
|
||||||
# contact Scott Christley at scottc@net-community.com
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Library General Public
|
|
||||||
# License along with this library; see the file COPYING.LIB.
|
# License along with this library; see the file COPYING.LIB.
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
|
@ -3,6 +3,18 @@
|
||||||
|
|
||||||
Copyright (C) 1995, Free Software Foundation.
|
Copyright (C) 1995, Free Software Foundation.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Library General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or (at
|
||||||
|
your option) any later version. This program is distributed in the
|
||||||
|
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the GNU Library General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
- object files loaded by dld must be loaded with 'ld -r' rather
|
- object files loaded by dld must be loaded with 'ld -r' rather
|
||||||
than 'gcc -nostdlib', because dld can't handle multiple symbols
|
than 'gcc -nostdlib', because dld can't handle multiple symbols
|
||||||
|
|
|
@ -3,6 +3,18 @@
|
||||||
|
|
||||||
Copyright (C) 1995, Free Software Foundation
|
Copyright (C) 1995, Free Software Foundation
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Library General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or (at
|
||||||
|
your option) any later version. This program is distributed in the
|
||||||
|
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the GNU Library General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __hpux_load_h_INCLUDE
|
#ifndef __hpux_load_h_INCLUDE
|
||||||
|
|
|
@ -3,6 +3,18 @@
|
||||||
|
|
||||||
Copyright (C) 1995, Free Software Foundation, Inc.
|
Copyright (C) 1995, Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Library General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or (at
|
||||||
|
your option) any later version. This program is distributed in the
|
||||||
|
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the GNU Library General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __null_load_h_INCLUDE
|
#ifndef __null_load_h_INCLUDE
|
||||||
|
|
|
@ -4,6 +4,18 @@
|
||||||
|
|
||||||
Copyright (C) 1995, Free Software Foundation
|
Copyright (C) 1995, Free Software Foundation
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Library General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or (at
|
||||||
|
your option) any later version. This program is distributed in the
|
||||||
|
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the GNU Library General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
- In SunOS 4.1, dlopen will only resolve references into the main
|
- In SunOS 4.1, dlopen will only resolve references into the main
|
||||||
module and not into other modules loaded earlier. dlopen will exit
|
module and not into other modules loaded earlier. dlopen will exit
|
||||||
|
|
|
@ -4,6 +4,18 @@
|
||||||
|
|
||||||
Copyright (C) 1998, Free Software Foundation
|
Copyright (C) 1998, Free Software Foundation
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Library General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or (at
|
||||||
|
your option) any later version. This program is distributed in the
|
||||||
|
hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
||||||
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the GNU Library General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __win32_load_h_INCLUDE
|
#ifndef __win32_load_h_INCLUDE
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA.
|
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Class for NSBundle.
|
/* Test Class for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Class for NSBundle.
|
/* Test Class for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -8,19 +8,19 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# If you are interested in a warranty or support for this source code,
|
# If you are interested in a warranty or support for this source code,
|
||||||
# contact Scott Christley at scottc@net-community.com
|
# contact Scott Christley at scottc@net-community.com
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; see the file COPYING.LIB.
|
# License along with this library; see the file COPYING.LIB.
|
||||||
# If not, write to the Free Software Foundation,
|
# If not, write to the Free Software Foundation,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
# This file is part of the GNUstep Base Library.
|
# This file is part of the GNUstep Base Library.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Library General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2 of the License, or (at your option) any later version.
|
# version 2 of the License, or (at your option) any later version.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Library General Public License for more details.
|
# General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Library General Public
|
# You should have received a copy of the GNU General Public
|
||||||
# License along with this library; if not, write to the Free
|
# License along with this library; if not, write to the Free
|
||||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Category for NSBundle.
|
/* Test Category for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Category for NSBundle.
|
/* Test Category for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Class for NSBundle.
|
/* Test Class for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test Class for NSBundle.
|
/* Test Class for NSBundle.
|
||||||
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* Test use of -awakeAfterUsingCoder:
|
/* Test use of -awakeAfterUsingCoder:
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -8,16 +8,16 @@
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
Date: Jun 2002
|
Date: Jun 2002
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* A demonstration of writing and reading GNU Objective C objects to a file. */
|
/* A demonstration of writing and reading GNU Objective C objects to a file. */
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -12,19 +12,16 @@
|
||||||
This file is part of the GNUstep Application Kit Library.
|
This file is part of the GNUstep Application Kit Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
If you are interested in a warranty or support for this source code,
|
You should have received a copy of the GNU General Public
|
||||||
contact Scott Christley <scottc@net-community.com> for more information.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* Test NSArchiver on encoding of self-referential forward references. */
|
/* Test NSArchiver on encoding of self-referential forward references. */
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* Test Heap class. */
|
/* Test Heap class. */
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* A demonstration of writing and reading with NSArchiver */
|
/* A demonstration of writing and reading with NSArchiver */
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -11,19 +11,16 @@
|
||||||
This file is part of ...
|
This file is part of ...
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
If you are interested in a warranty or support for this source code,
|
You should have received a copy of the GNU General Public
|
||||||
contact Scott Christley <scottc@net-community.com> for more information.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
/* nsbundle - Program to test out dynamic linking via NSBundle.
|
/* nsbundle - Program to test out dynamic linking via NSBundle.
|
||||||
Copyright (C) 1993,1994,1995, 1996 Free Software Foundation, Inc.
|
Copyright (C) 1993,1994,1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||||
Date: Jul 1995
|
Date: Jul 1995
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSCharacterSet.h>
|
#include <Foundation/NSCharacterSet.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#define STRICT_OPENSTEP 1
|
#define STRICT_OPENSTEP 1
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSDate.h>
|
#include <Foundation/NSDate.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSDictionary.h>
|
#include <Foundation/NSDictionary.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
// Fri Oct 23 03:02:52 MET DST 1998 dave@turbocat.de
|
// Fri Oct 23 03:02:52 MET DST 1998 dave@turbocat.de
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSMethodSignature.h>
|
#include <Foundation/NSMethodSignature.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -6,16 +6,16 @@
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
Library General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* The simplest of tests for the NSNotification and NSNotificationCenter
|
/* The simplest of tests for the NSNotification and NSNotificationCenter
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* TESTING: NSPathUtilities.h ************************************************
|
/* TESTING: NSPathUtilities.h ************************************************
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSProcessInfo.h>
|
#include <Foundation/NSProcessInfo.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSSet.h>
|
#include <Foundation/NSSet.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/NSRunLoop.h>
|
#include <Foundation/NSRunLoop.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* Test time zone code. */
|
/* Test time zone code. */
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
/* Test NXStringTable class. */
|
/* Test NXStringTable class. */
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved.
|
||||||
|
|
||||||
This file is part of the GNUstep Base Library.
|
This file is part of the GNUstep Base Library.
|
||||||
*/
|
*/
|
||||||
#ifndef _server_h
|
#ifndef _server_h
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue