diff options
author | rpj <rpj> | 2007-11-22 14:14:57 +0000 |
---|---|---|
committer | rpj <rpj> | 2007-11-22 14:14:57 +0000 |
commit | 25ffdcfc06e8a84497fd7e80aa4cef111d7dad2d (patch) | |
tree | e1a03422251b1556d6770458edf71a5475f7cf36 /ChangeLog | |
parent | b1dc8324d03053ffb427424c8de046863757d8ec (diff) |
''
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2007-11-22 Ivan Pizhenko <ivanp4 at ua dot fm> + + * 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. + +2007-07-14 Marcel Ruff <mr at marcelruff dot info> + + * errno.c (_errno): Fix test for pthread_self() success. + * need_errno.h: Remove unintentional line wrap from #if line. + +2007-07-14 Mike Romanchuk <mromanchuk at empirix dot com> + + * pthread.h (timespec): Fix tv_sec type. + 2007-01-07 Sinan Kaya <sinan.kaya at siemens dot com> * need_errno.h: Fix declaration of _errno - the local version of |