This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Objective-C thr-posix bugs and additions.


  In message <3.0.1.32.19991008132124.009ba8f0@postal>you write:
  > I was implementing lockBeforeDate in gnustep when I noticed that the 
  > trylock code was broken in thr-posix.c.  I decided to carefully go
  > through the file since I had previously found and fixed a bug in
  > mutex deallocation.  I found that the returns were inconsistant
  > with what was returned in the other thr-* subsystems, the type
  > of thread created was not correct for how objective-c threads are 
  > used and that the thread priority functions were not implemented.
  > 
  > I quickly tested the changes and everything seems to work ok now.
Thanks.  Unfortunately, this is a significant enough of a change to require
a copyright assignment before we can use your patch.

See http://gcc.gnu.org/contribute.html for the forms and instructions.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]