summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-01-29 17:15:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-01-29 17:15:41 +0000
commit56eb04fc67cae694ef3d52c9f1f4edb2b645fa3d (patch)
treeb597a08477d39a80cbfc23400e029286d85eb7fa /CHANGES
parentb7be6fb47e88e0d39a1ba3513dbb5ea69dd98935 (diff)
Incorporate run-time check and initialization of recursive mutexes.
This adds support for system-supplied recursive mutexes on OS's other than Linux (not all define the _NP static initializer) while making sure that the mutex we do use works as we expect (STR #1575) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5648 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 4548ba08e..9993037e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
CHANGES IN FLTK 1.1.8
- Fl::awake() could block on X11 and OSX (STR #1537)
- - Dropped "native" recursive POSIX mutex support since the kernel's
- underlying implementation may not support it even if the C
- library does (STR #1575)
+ - Updated recursive mutex code to run on platforms other
+ than Linux and to do a run-time check to determine
+ whether they are supported by the kernel (STR #1575)
- WIN32 did check callbacks after the event processing instead of
before as documented (STR #1535)
- Fl_File_Chooser now hides the window before doing a callback