Remove uneeded files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-08-06 17:27:25 +00:00
parent c6fdd98296
commit 4014caa86e
5 changed files with 5 additions and 115 deletions

View file

@ -10,6 +10,9 @@
@itemize @bullet
@item Fix NSZoneFromPointer (when given a pointer to malloced memory), and
NSRecycleZone (to tramsfer 'live' objects to the default zone). [4] (980805).
@item Implement Formatter classes (NSDateFormatter, etc) [5] (980722).
@item Check that every class implements coding (correctly). [2, NSCoder] (980721).

View file

@ -1,52 +0,0 @@
To: mccallum@cs.rochester.edu
Subject: Re: Connection, Proxy Classes
In-reply-to: Your message of "Fri, 04 Nov 1994 15:22:27 CDT."
<199411042022.PAA13085@slate.cs.rochester.edu>
Date: Tue, 08 Nov 1994 12:44:07 +1100
From: Masahiro Takatsuka <masa@judasa2.eng.monash.edu.au>
Hello Andrew,
I got libobjects and installed on DEC(Ultrix).
A problem was that when I tried to compile checks/server.m, I
got a error from "as0". After delete -g switch for compiling
server.m, I successfully compiled it.
I'd like to say "Thank you" for your work!!!
Regards,
Masa
============================================================================
Masahiro Takatsuka (MASA)
e-mail: Masahiro.Takatsuka@eng.monash.edu.au(non-NeXTmail)
----------------------------------------------------------------------------
Intelligent Robotics Research Center :OzNeXT :xxxxxx
Eng. Building 36, Room No. G04 :NeXus :92-00226
Department of Electrical & :CompuServe :71661,1331
Computer Systems Engineering :Nifty-serve :MGG1331
Monash University :
Wellington Rd., Clayton :Tel.+61-3-905-5705
Victoria 3168, AUSTRALIA :Fax.+61-3-905-3454
============================================================================
Date: Mon, 9 Jan 1995 14:03:21 -0700 (MST)
From: Adam Fedor <fedor@mode.Colorado.EDU>
Subject: Re: libobjects porting volunteers needed
To: mccallum@cs.rochester.edu
In-Reply-To: <199501092051.PAA06062@slate.cs.rochester.edu>
Message-Id: <Pine.3.89.9501091354.C20349-0100000@mode.Colorado.EDU>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Mon, 9 Jan 1995 mccallum@cs.rochester.edu wrote:
>
> Did you look at README.ULTRIX in 0.1.2?
>
Yes. I also forgot to say that deleting the -g switch didn't help me,
but deleting the -O switch did. Without this, I get the error:
as0: Internal: server.m, line 1: scNil to scNil

View file

@ -1,26 +0,0 @@
This is a snapshot distribution of the GNUstep Base Library.
It is a totally untested "snapshot" of the source tree made on the
date indicated by the filename.
This release is not intended for casual users of GNUstep---it is meant
for GNUstep developers.
IMPORTANT:
This means that naive users should *not* send me email complaining
that something in this snapshot doesn't work. Preferred responses
to problems with this snapshot are:
1) Fix the problem yourself and email me a patch. (See the message
about the preferred format for patches in admin/HOWTO-patches.)
2) Find the problem and email a detailed description to the author of
the relevant file.
3) Don't use this snapshot; switch to the officially released version
of libobjects at ftp://prep.ai.mit.edu/pub/gnu.
Andrew McCallum
mccallum@gnu.ai.mit.edu

View file

@ -1,31 +0,0 @@
Date: Fri, 3 May 96 11:10:16 +0200
From: Wolfgang Baron <wbaron@ixpoint.de>
To: Adam Fedor <fedor@mode.colorado.edu>
Subject: Re: NSAutoreleasePool and NSException problem
>
> I get:
>
> ...
> test[10] = 100.
> error: NSGCString (instance)
> in characterAtIndex:, index out of range
> Abort
>
> But when I change the count to 10 (at line 119 of the program), it works
> fine. I don't see anything wrong with the program either.
AAARGH!!!! I don't believe this. The problem was the following line,
with which I compiled the program:
gcc NSExceptionTest.m -L/usr/local/lib -lobjects -lobjc -L/usr/ucblib -lucb -lm
Apparently, there are some serious bugs in the ucblib files. I
changed the line to
gcc NSExceptionTest.m -L/usr/local/lib -lobjects -lobjc -lm -lnsl
And now it works just like under NeXTSTEP (even the rangecheck works)!
Great! Maybe there should be some hint in a README file about linking
code with libobjects.

View file

@ -99,12 +99,8 @@ gnustep/base: FORCE
(cd srcdir-include/gnustep; $(LN_S) ../../$(srcdir)/include ./base) ; \
(cd srcdir-include; $(LN_S) ../$(srcdir)/include ./Foundation) ; \
fi
# This deletion is necessary, because the CVS repository contains
# an emtpy `Foundation' directory that used to hold the OpenStep headers.
Foundation: FORCE
if [ -d Foundation ]; then \
rm -rf Foundation; \
fi
Foundation:
$(LN_S) $(srcdir)/include Foundation
# Creation of NSValue and NSNumber concrete classes from templates