mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
2951bd442b
commit
04caa0b2c8
1 changed files with 6 additions and 12 deletions
|
@ -7,23 +7,13 @@
|
||||||
@section Projects Looking for Volunteers
|
@section Projects Looking for Volunteers
|
||||||
|
|
||||||
If you think you can do one of these projects, please let me know. Your
|
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}.
|
@samp{mccallum@@gnu.ai.mit.edu}.
|
||||||
|
|
||||||
@itemize
|
@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?
|
@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.
|
@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
|
something more like these. How about Poisson and Gaussian distributions
|
||||||
also?
|
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
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue