Remove ConstantString item.

Add URL for volunteers-gnustep.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-03 03:15:32 +00:00
parent 88eb44c511
commit c065216a51

View file

@ -7,23 +7,13 @@
@section Projects Looking for Volunteers
If you think you can do one of these projects, please let me know. Your
help is greatly appreciated! Send email to
help is greatly appreciated. Send email to
@samp{mccallum@@gnu.ai.mit.edu}.
@itemize
@item Make the GNU Objective C runtime properly initialize the class
pointer of statically-created string objects (i.e. the string objects
created with the syntax @samp{@@"This is a constant string object"}).
See the relevant comments in gcc/objc-act.c. Once we get this working
I'll release the suite of String classes that I've already written.
Please! Someone? I want to do this soon so that we can get the ensuing
interface changes done before too many people write code based on the
current deprecated char-pointer interfaces.
@item Make the GNU Objective C runtime thread-safe. (Again, someone?
We really need this.)
We really need this.) [This might be claimed.]
@item Write a test-suite for the library. Use dejagnu.
@ -58,6 +48,10 @@ classes, and think about replacing the @samp{Random} class with
something more like these. How about Poisson and Gaussian distributions
also?
@item See
http://www.cs.rochester.edu/u/mccallum/libobjects/volunteers-gnustep for
a list of the claimed and unclaimed GNUStep classes.
@end itemize