mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Rename in comments from GNU Objective C Class Library to Gnustep Base Library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1454 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e35092d95
commit
8a87d785db
6 changed files with 31 additions and 28 deletions
28
BULLETIN
28
BULLETIN
|
@ -1,6 +1,6 @@
|
|||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
The GNU Objective C Class Library (libobjects) is a library of
|
||||
The Gnustep Base Library (libobjects) is a library of
|
||||
general-purpose, non-graphical Objective C objects written by
|
||||
R. Andrew McCallum and designed in the Smalltalk tradition. It
|
||||
includes collection objects for maintaining groups of objects and C
|
||||
|
@ -10,9 +10,9 @@ packet transmission, remote object messaging support, pseudo-random
|
|||
number generators, and time handling facilities.
|
||||
|
||||
|
||||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
The GNU Objective C Class Library (libobjects) is a library of
|
||||
The Gnustep Base Library (libobjects) is a library of
|
||||
general-purpose, non-graphical Objective C objects designed in the
|
||||
Smalltalk tradition. It includes collection objects for maintaining
|
||||
groups of objects and C types, byte streams for I/O to various
|
||||
|
@ -22,9 +22,9 @@ messaging support, pseudo-random number generators, and time handling
|
|||
facilities. It is being written by R. Andrew McCallum.
|
||||
|
||||
|
||||
* GNU Objective C Class Library (libobjects)
|
||||
* Gnustep Base Library (libobjects)
|
||||
|
||||
R. Andrew McCallum is writing the GNU Objective C Class Library, a
|
||||
R. Andrew McCallum is writing the Gnustep Base Library, a
|
||||
library of general-purpose, non-graphical Objective C objects designed
|
||||
in the Smalltalk tradition. It includes collection objects for
|
||||
maintaining groups of objects and C types, byte streams for I/O to
|
||||
|
@ -34,9 +34,9 @@ messaging support, pseudo-random number generators, and time handling
|
|||
facilities. It is being written by R. Andrew McCallum.
|
||||
|
||||
|
||||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
The GNU Objective C Class Library (@code{libobjects}) is a library of
|
||||
The Gnustep Base Library (@code{libobjects}) is a library of
|
||||
general-purpose, non-graphical Objective C objects written by
|
||||
R. Andrew McCallum. It includes collection objects for maintaining
|
||||
groups of objects and C types, streams for I/O to various
|
||||
|
@ -47,9 +47,9 @@ facilities. Contact @samp{mccallum@gnu.ai.mit.edu}.
|
|||
|
||||
|
||||
|
||||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
The GNU Objective C Class Library (libobjects) is a library of
|
||||
The Gnustep Base Library (libobjects) is a library of
|
||||
general-purpose, non-graphical Objective C objects written by
|
||||
R. Andrew McCallum. What `libg++' is to GNU's C++, `libobjects' is to
|
||||
GNU's Objective C.
|
||||
|
@ -104,9 +104,9 @@ see ~rms/gnuorg/status
|
|||
|
||||
Here is the simple description:
|
||||
|
||||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
The GNU Objective C Class Library (@code{libobjects}) is a library of
|
||||
The Gnustep Base Library (@code{libobjects}) is a library of
|
||||
general-purpose, non-graphical Objective C objects written by
|
||||
R. Andrew McCallum. It includes collection objects for maintaining
|
||||
groups of objects and C types, streams for I/O to various
|
||||
|
@ -121,13 +121,13 @@ RS6000. Contact the author at @samp{mccallum@gnu.ai.mit.edu}.
|
|||
|
||||
* New Library (on the Languages Tape?)
|
||||
|
||||
The GNU Objective C Class Library (@code{libobjects}) has been added.
|
||||
The Gnustep Base Library (@code{libobjects}) has been added.
|
||||
See ``GNU Software'' and ``Forthcoming GNUs'' for more information.
|
||||
|
||||
|
||||
(Forthcoming GNUs)
|
||||
|
||||
* GNU Objective C Class Library
|
||||
* Gnustep Base Library
|
||||
|
||||
Future versions will have String objects that are integrated into the
|
||||
Collection object hierarchy, a better allocation/deallocation
|
||||
|
|
19
ChangeLog
19
ChangeLog
|
@ -1,16 +1,19 @@
|
|||
Wed Apr 17 08:56:09 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
Major renaming!
|
||||
"GNU Objective C Class Library" -> "Gnustep Base Library"
|
||||
libobjects.a -> libgnustep-base.a
|
||||
libobjects.tar.gz -> gstep-base.tar.gz
|
||||
<objects/*.h> -> <gnustep/base/*.h>
|
||||
OBJECTS_* -> GNUSTEP_BASE_*
|
||||
objects_*() -> o_*()
|
||||
R. Andrew McCallum -> Andrew Kachites McCallum
|
||||
(my pre-marriage name) (my post-marriage name)
|
||||
"GNU Objective C Class Library" -> "Gnustep Base Library"
|
||||
libobjects.a -> libgnustep-base.a
|
||||
libobjects.tar.gz -> gstep-base.tar.gz
|
||||
<objects/*.h> -> <gnustep/base/*.h>
|
||||
OBJECTS_* -> GNUSTEP_BASE_*
|
||||
objects_*() -> o_*()
|
||||
R. Andrew McCallum -> Andrew Kachites McCallum
|
||||
(my pre-marriage name) (my post-marriage name)
|
||||
...and more...
|
||||
|
||||
* doc/Makefile.in (TEXI_FILES): Rename libobjects.texi to
|
||||
gnustep-base.texi.
|
||||
|
||||
* src/include/*.h: Rename all #ifndef macro names to
|
||||
...GNUSTEP_BASE_INCLUDE.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@c set the vars OBJECTS_VERSION and GCC_VERSION
|
||||
@include version.texi
|
||||
|
||||
The GNU Objective C Class Library (libobjects) is a library of
|
||||
The Gnustep Base Library (libobjects) is a library of
|
||||
general-purpose, non-graphical Objective C objects written by R. Andrew
|
||||
McCallum. What `libg++' is to GNU's C++, `libobjects' is to GNU's
|
||||
Objective C.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
@chapter GNU Objective C Class Library
|
||||
@chapter Gnustep Base Library
|
||||
|
||||
@c set the vars OBJECTS_VERSION and OBJECTS_GCC_VERSION
|
||||
@include version.texi
|
||||
|
||||
The GNU Objective C Class Library, version @value{OBJECTS_VERSION}, is now
|
||||
The Gnustep Base Library, version @value{OBJECTS_VERSION}, is now
|
||||
available.
|
||||
|
||||
@section What is the GNU Objective C Class Library?
|
||||
@section What is the Gnustep Base Library?
|
||||
|
||||
It is a library of general-purpose, non-graphical Objective C objects
|
||||
designed in the Smalltalk tradition. It includes collection objects for
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@include version.texi
|
||||
@ifset NEWS_ONLY
|
||||
@chapter News about GNU Objective C Class Library
|
||||
@chapter News about Gnustep Base Library
|
||||
|
||||
The currently released version of the library is
|
||||
@samp{@value{OBJECTS_VERSION}}.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Written by: Kresten Krab Thorup <krab@iesd.auc.dk>
|
||||
Dept. of Mathematics and Computer Science, Aalborg U., Denmark
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
This file is part of the Gnustep Base Library.
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
|
|
Loading…
Reference in a new issue