]> git.ipfire.org Git - thirdparty/gettext.git/commit
test-lock: work around pthread-win32 and merge gnulib changes
authorDaiki Ueno <ueno@unixuser.org>
Mon, 17 Dec 2012 00:10:09 +0000 (09:10 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 18 Dec 2012 22:52:26 +0000 (07:52 +0900)
commit443d2b40a9a1bcdae1f10fbe3094a8cfdbc82269
treeb2f5ea737f6f4b4d310b890f1209324624f4bed4
parent0cde5e7f08515dd4f3dcd71c4546519a306a2027
test-lock: work around pthread-win32 and merge gnulib changes

test-lock: work around pthread-win32
* test-lock.c (gl_thread_self_pointer): Renamed from
gl_thread_self; all callers changed.  Work around pthread-win32.
(gl_thread_join): Add extra RETVALP argument; all callers changed.

test-lock: merge gnulib changes
2011-06-09  Bruno Haible  <bruno@clisp.org>
* test-lock.c: Use gl_thread_self_pointer instead of
gl_thread_self.

2010-03-25  Bruno Haible  <bruno@clisp.org>
Minor formatting changes.
* test-lock.c: Insert space before function argument list.
Reported by Jim Meyering.

2008-12-07  Bruno Haible  <bruno@clisp.org>
* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
(test_once): Mark functions as static.

2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
    Bruno Haible  <bruno@clisp.org>
* test-lock.c (test_lock, test_rwlock, test_recursive_lock)
(test_once): Pass an additional NULL argument to gl_thread_join.

2008-09-21  Bruno Haible  <bruno@clisp.org>
* test-lock.c (main): Tweak skip message.

2008-08-22  Eric Blake  <ebb9@byu.net>
test-lock: mention why a test is skipped
* test-lock.c (main) [!USE_*_THREADS]: Print why test is skipped.

2007-05-28  Eric Blake  <ebb9@byu.net>
Unconditionally include <config.h> in unit tests.
test-lock.c: Remove #ifdef HAVE_CONFIG_H.
gettext-runtime/tests/ChangeLog
gettext-runtime/tests/test-lock.c