diff options
author | Neal H. Walfield <neal@gnu.org> | 2002-04-02 02:07:17 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2002-04-02 02:07:17 +0000 |
commit | 79767981153b8bbf418ffad8ffc86f03bf469cfb (patch) | |
tree | 08fd185c39eebb46dc8adcc8c0acd8c532d56c7c /libpager | |
parent | 7f0f4a829b4ec0c5917f3d5e7b7f2af88149b138 (diff) |
ChangeLog
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/ChangeLog | 5 | ||||
-rw-r--r-- | libpager/demuxer.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog index 11199cba..65fe7613 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,8 @@ +2002-04-01 Neal H Walfield <neal@cs.uml.edu> + + * data-request.c (_pager_seqnos_memory_object_data_request): Must + hold P->interlock when calling _pager_allow_termination. + 2002-01-19 Roland McGrath <roland@frob.com> * demuxer.c (pager_demuxer): Fix last change so it works. Add comment. diff --git a/libpager/demuxer.c b/libpager/demuxer.c index 87a640ee..67d59fac 100644 --- a/libpager/demuxer.c +++ b/libpager/demuxer.c @@ -4,7 +4,6 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at - your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |