diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-11-09 12:28:12 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-11-09 12:28:12 +0000 |
commit | c46b9f34e4ac5f0b869fe6077973336d5e1cead8 (patch) | |
tree | 26f3e774b6d07577c974940c22e0ed7f730d3452 /ChangeLog.pre-2-4 | |
parent | 14c4da8cdd8b76b765370048fb45fa741b899dad (diff) |
Don't take threads with other priorities into account as changing the
2000-11-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthreadpool.c: Don't take threads with other priorities into
account as changing the priority is highly unportable. (Actually
using it at all already is unportable, but even sometimes where
that works, changing priority is not possible).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index dec95dba0..57964146d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2000-11-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * gthreadpool.c: Don't take other threads with other priorities + into account as changing the priority is highly + unportable. (Actually using it at all already is unportable, but + even sometimes where that works, changing priority is not + possible). + 2000-11-05 Havoc Pennington <hp@pobox.com> * gmarkup.h: rename G_MARKUP_FOO to |