2011-06-30 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Thu, 30 Jun 2011 15:29:25 +0000 (15:29 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:07:00 +0000 (21:07 +0400)
commit45a388771686fd791fc753fa877fc794b04d3c32
treec1c6ac0075568e9e1a65b5fc87a6275319d92c99
parentac6f0f9e72e1e723b13a2fa9e3ea78c950e8de10
2011-06-30  Ivan Maidanski <ivmai@mail.ru>

* pthread_support.c (GC_segment_is_thread_stack): Replace '&'
operator with '&&' one in conditional expressions.
* specific.c (remove_specific): Dereference "entry" local variable
only if it is non-NULL.
* include/gc.h (GC_NEW): Refine the comment (about the returned
value).
ChangeLog
include/gc.h
pthread_support.c
specific.c