ChangeLog 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 2011-03-26 Ross Johnson <ross at homemail dot com dot au>
  2. * pthread_nutex_init.html (robust mutexes): Added
  3. descriptions for newly implemented interface.
  4. * pthread_mutexattr_init.html (robust mutexes): Likewise.
  5. * pthread_getsequence_np.html: New.
  6. * index.html: Updated.
  7. 2008-06-30 Ross Johnson <ross at callisto.canberra.edu.au>
  8. * pthread_setschedparam.html: Fix "see also" links.
  9. 2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
  10. * PortabilityIssues.html: Was nonPortableIssues.html.
  11. * index.html: Updated; add table of contents at top.
  12. * *.html: Add Pthreads-win32 header info; add link back to the
  13. index page 'index.html'.
  14. 2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au>
  15. * index.html: New.
  16. * nonPortableIssues.html: New.
  17. * pthread_attr_init.html: New.
  18. * pthread_attr_setstackaddr.html: New.
  19. * pthread_attr_setstacksize.html: New.
  20. * pthread_barrierattr_init.html: New.
  21. * pthread_barrierattr_setpshared.html: New.
  22. * pthread_barrier_init.html: New.
  23. * pthread_barrier_wait.html: New.
  24. * pthreadCancelableWait.html: New.
  25. * pthread_cancel.html: New.
  26. * pthread_cleanup_push.html: New.
  27. * pthread_condattr_init.html: New.
  28. * pthread_condattr_setpshared.html: New.
  29. * pthread_cond_init.html: New.
  30. * pthread_create.html: New.
  31. * pthread_delay_np.html: New.
  32. * pthread_detach.html: New.
  33. * pthread_equal.html: New.
  34. * pthread_exit.html: New.
  35. * pthread_getw32threadhandle_np.html: New.
  36. * pthread_join.html: New.
  37. * pthread_key_create.html: New.
  38. * pthread_kill.html: New.
  39. * pthread_mutexattr_init.html: New.
  40. * pthread_mutexattr_setpshared.html: New.
  41. * pthread_mutex_init.html: New.
  42. * pthread_num_processors_np.html: New.
  43. * pthread_once.html: New.
  44. * pthread_rwlockattr_init.html: New.
  45. * pthread_rwlockattr_setpshared.html: New.
  46. * pthread_rwlock_init.html: New.
  47. * pthread_rwlock_rdlock.html: New.
  48. * pthread_rwlock_timedrdlock.html: New.
  49. * pthread_rwlock_timedwrlock.html: New.
  50. * pthread_rwlock_unlock.html: New.
  51. * pthread_rwlock_wrlock.html: New.
  52. * pthread_self.html: New.
  53. * pthread_setcancelstate.html: New.
  54. * pthread_setcanceltype.html: New.
  55. * pthread_setconcurrency.html: New.
  56. * pthread_setschedparam.html: New.
  57. * pthread_spin_init.html: New.
  58. * pthread_spin_lock.html: New.
  59. * pthread_spin_unlock.html: New.
  60. * pthread_timechange_handler_np.html: New.
  61. * pthread_win32_attach_detach_np.html: New.
  62. * pthread_win32_test_features_np.html: New.
  63. * sched_get_priority_max.html: New.
  64. * sched_getscheduler.html: New.
  65. * sched_setscheduler.html: New.
  66. * sched_yield.html: New.
  67. * sem_init.html: New.