]> granicus.if.org Git - gc/commit
Fix pthreads-win32 name in comments and documentation
authorIvan Maidanski <ivmai@mail.ru>
Sun, 10 Aug 2014 07:47:09 +0000 (11:47 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Mar 2016 21:08:55 +0000 (00:08 +0300)
commitac583b81a17155307fbb82f1c49d257f87bc3028
treee89947836bd046da1168298c8d2b3020d85dcf5b
parent7ce7e95b41948d23cc99cafefe5aafa630d1554c
Fix pthreads-win32 name in comments and documentation
(Apply commit b41c677 from 'master' branch.)

* configure.ac (GC_WIN32_PTHREADS): Fix pthreads-win32 name.
* doc/README.macros (GC_WIN32_PTHREADS): Likewise.
* doc/README.win32: Likewise.
* include/gc.h (GC_WIN32_THREADS): Likewise.
* include/gc_config_macros.h (GC_WIN32_PTHREADS): Likewise.
* include/private/gc_locks.h (NUMERIC_THREAD_ID): Likewise.
* win32_threads.c (GC_pthread_join): Likewise.
* doc/README.win32: Add information how to build for Win32 with
pthreads-win32 using configure.
* include/private/gc_locks.h (NUMERIC_THREAD_ID): Adjust comment
(capitalize 1st word of a sentence, add dot at sentence end).
* win32_threads.c (GC_pthread_join): Join adjacent GC_WIN32_PTHREADS
checks; refine comment about pthreads-win32 id.
configure.ac
doc/README.macros
doc/README.win32
include/gc.h
include/gc_config_macros.h
include/private/gc_locks.h
win32_threads.c