diff options
author | rpj <rpj> | 2008-06-06 00:23:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2008-06-06 00:23:20 +0000 |
commit | c99326aa8dc2797567ec48ca18ab413ec2fd4fe5 (patch) | |
tree | 1c10d3834640ac3342de7c363c476394b9491523 /ChangeLog | |
parent | 8bee08a26f41b39ce14cae9cdab486d3265349f7 (diff) |
''
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,8 +1,19 @@ +2008-06-06 Robert Kindred <RKindred at SwRI dot edu> + + * ptw32_throw.c (ptw32_throw): Remove possible reference to NULL + pointer. (At the same time made the switch block conditionally + included only if exitCode is needed - RPJ.) + +2008-02-21 Sebastian Gottschalk <seppig_relay at gmx dot de> + + * pthread_attr_getdetachstate.c (pthread_attr_getdetachstate): + Remove potential and superfluous null pointer assignment. + 2007-11-22 Ivan Pizhenko <ivanp4 at ua dot fm> - * pthread.h (gmtime_r) gmtime returns 0 if tm represents a time + * pthread.h (gmtime_r): gmtime returns 0 if tm represents a time prior to 1/1/1970. Notice this to prevent raising an exception. - * pthread.h (localtime_r) Likewise for localtime. + * pthread.h (localtime_r): Likewise for localtime. 2007-07-14 Marcel Ruff <mr at marcelruff dot info> |