aboutsummaryrefslogtreecommitdiff
path: root/pthreads/manual/ChangeLog
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-07-18 10:51:09 +0200
committermarha <marha@users.sourceforge.net>2011-07-18 10:51:09 +0200
commit3c0d2312573b81e3067bea610a58b1940c075e05 (patch)
tree3f025a27d813374f225957801226aa8ee829a33a /pthreads/manual/ChangeLog
parentba033884541714680fd7552ab9d6c8817650f7d8 (diff)
parent88101146f2ec7d53ffb793e365f05097ffd35fd3 (diff)
downloadvcxsrv-3c0d2312573b81e3067bea610a58b1940c075e05.tar.gz
vcxsrv-3c0d2312573b81e3067bea610a58b1940c075e05.tar.bz2
vcxsrv-3c0d2312573b81e3067bea610a58b1940c075e05.zip
Merge remote-tracking branch 'origin/released'
Conflicts: X11/Xfuncproto.h.in X11/configure.ac X11/keysymdef.h freetype/include/freetype/internal/pcftypes.h freetype/src/cache/ftcbasic.c freetype/src/cache/ftccmap.c mesalib/src/glsl/ir.h mesalib/src/glsl/link_functions.cpp mesalib/src/mesa/main/dlist.c mesalib/src/mesa/program/prog_optimize.c mesalib/src/mesa/state_tracker/st_program.c pthreads/Makefile
Diffstat (limited to 'pthreads/manual/ChangeLog')
-rw-r--r--pthreads/manual/ChangeLog140
1 files changed, 74 insertions, 66 deletions
diff --git a/pthreads/manual/ChangeLog b/pthreads/manual/ChangeLog
index 3b7ab307b..071b847ef 100644
--- a/pthreads/manual/ChangeLog
+++ b/pthreads/manual/ChangeLog
@@ -1,66 +1,74 @@
-2008-06-30 Ross Johnson <ross at callisto.canberra.edu.au>
-
- pthread_setschedparam.html: Fix "see also" links.
-
-2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
-
- * PortabilityIssues.html: Was nonPortableIssues.html.
- * index.html: Updated; add table of contents at top.
- * *.html: Add Pthreads-win32 header info; add link back to the
- index page 'index.html'.
-
-2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
-
- * index.html: New.
- * nonPortableIssues.html: New.
- * pthread_attr_init.html: New.
- * pthread_attr_setstackaddr.html: New.
- * pthread_attr_setstacksize.html: New.
- * pthread_barrierattr_init.html: New.
- * pthread_barrierattr_setpshared.html: New.
- * pthread_barrier_init.html: New.
- * pthread_barrier_wait.html: New.
- * pthreadCancelableWait.html: New.
- * pthread_cancel.html: New.
- * pthread_cleanup_push.html: New.
- * pthread_condattr_init.html: New.
- * pthread_condattr_setpshared.html: New.
- * pthread_cond_init.html: New.
- * pthread_create.html: New.
- * pthread_delay_np.html: New.
- * pthread_detach.html: New.
- * pthread_equal.html: New.
- * pthread_exit.html: New.
- * pthread_getw32threadhandle_np.html: New.
- * pthread_join.html: New.
- * pthread_key_create.html: New.
- * pthread_kill.html: New.
- * pthread_mutexattr_init.html: New.
- * pthread_mutexattr_setpshared.html: New.
- * pthread_mutex_init.html: New.
- * pthread_num_processors_np.html: New.
- * pthread_once.html: New.
- * pthread_rwlockattr_init.html: New.
- * pthread_rwlockattr_setpshared.html: New.
- * pthread_rwlock_init.html: New.
- * pthread_rwlock_rdlock.html: New.
- * pthread_rwlock_timedrdlock.html: New.
- * pthread_rwlock_timedwrlock.html: New.
- * pthread_rwlock_unlock.html: New.
- * pthread_rwlock_wrlock.html: New.
- * pthread_self.html: New.
- * pthread_setcancelstate.html: New.
- * pthread_setcanceltype.html: New.
- * pthread_setconcurrency.html: New.
- * pthread_setschedparam.html: New.
- * pthread_spin_init.html: New.
- * pthread_spin_lock.html: New.
- * pthread_spin_unlock.html: New.
- * pthread_timechange_handler_np.html: New.
- * pthread_win32_attach_detach_np.html: New.
- * pthread_win32_test_features_np.html: New.
- * sched_get_priority_max.html: New.
- * sched_getscheduler.html: New.
- * sched_setscheduler.html: New.
- * sched_yield.html: New.
- * sem_init.html: New.
+2011-03-26 Ross Johnson <ross at homemail dot com dot au>
+
+ * pthread_nutex_init.html (robust mutexes): Added
+ descriptions for newly implemented interface.
+ * pthread_mutexattr_init.html (robust mutexes): Likewise.
+ * pthread_getsequence_np.html: New.
+ * index.html: Updated.
+
+2008-06-30 Ross Johnson <ross at callisto.canberra.edu.au>
+
+ * pthread_setschedparam.html: Fix "see also" links.
+
+2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
+
+ * PortabilityIssues.html: Was nonPortableIssues.html.
+ * index.html: Updated; add table of contents at top.
+ * *.html: Add Pthreads-win32 header info; add link back to the
+ index page 'index.html'.
+
+2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
+
+ * index.html: New.
+ * nonPortableIssues.html: New.
+ * pthread_attr_init.html: New.
+ * pthread_attr_setstackaddr.html: New.
+ * pthread_attr_setstacksize.html: New.
+ * pthread_barrierattr_init.html: New.
+ * pthread_barrierattr_setpshared.html: New.
+ * pthread_barrier_init.html: New.
+ * pthread_barrier_wait.html: New.
+ * pthreadCancelableWait.html: New.
+ * pthread_cancel.html: New.
+ * pthread_cleanup_push.html: New.
+ * pthread_condattr_init.html: New.
+ * pthread_condattr_setpshared.html: New.
+ * pthread_cond_init.html: New.
+ * pthread_create.html: New.
+ * pthread_delay_np.html: New.
+ * pthread_detach.html: New.
+ * pthread_equal.html: New.
+ * pthread_exit.html: New.
+ * pthread_getw32threadhandle_np.html: New.
+ * pthread_join.html: New.
+ * pthread_key_create.html: New.
+ * pthread_kill.html: New.
+ * pthread_mutexattr_init.html: New.
+ * pthread_mutexattr_setpshared.html: New.
+ * pthread_mutex_init.html: New.
+ * pthread_num_processors_np.html: New.
+ * pthread_once.html: New.
+ * pthread_rwlockattr_init.html: New.
+ * pthread_rwlockattr_setpshared.html: New.
+ * pthread_rwlock_init.html: New.
+ * pthread_rwlock_rdlock.html: New.
+ * pthread_rwlock_timedrdlock.html: New.
+ * pthread_rwlock_timedwrlock.html: New.
+ * pthread_rwlock_unlock.html: New.
+ * pthread_rwlock_wrlock.html: New.
+ * pthread_self.html: New.
+ * pthread_setcancelstate.html: New.
+ * pthread_setcanceltype.html: New.
+ * pthread_setconcurrency.html: New.
+ * pthread_setschedparam.html: New.
+ * pthread_spin_init.html: New.
+ * pthread_spin_lock.html: New.
+ * pthread_spin_unlock.html: New.
+ * pthread_timechange_handler_np.html: New.
+ * pthread_win32_attach_detach_np.html: New.
+ * pthread_win32_test_features_np.html: New.
+ * sched_get_priority_max.html: New.
+ * sched_getscheduler.html: New.
+ * sched_setscheduler.html: New.
+ * sched_yield.html: New.
+ * sem_init.html: New.