(merge from 20020320)
Final comments.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/PATCHES_APPLIED b/PATCHES_APPLIED
index 888baff..9887b27 100644
--- a/PATCHES_APPLIED
+++ b/PATCHES_APPLIED
@@ -390,3 +390,36 @@
    Experimental feature: allow clients to set/check memory range
    permissions.  Read documentation pertaining to the --client-perms
    flag.
+
+----------------------------- 19 Mar 02 -------------------------------
+
+Harri Porten <porten@trolltech.com>
+   Syscalls fchown (95), fchown32 (207)
+
+Ulrich Drepper <drepper@redhat.com>
+   Syscall ftruncate64 (194)
+
+<hansen> (?? on irc; can't remember)
+   Syscall chown32 (212)
+
+Me
+   Modify implementation of "sahf" insn, so that the instrumenter
+   creates code which checks the definedness of just %AH rather than 
+   all of %EAX.  Fixes a spurious warning reported by Daniel
+   Veillard <veillard@redhat.com>.
+
+----------------------------- 20 Mar 02 -------------------------------
+
+Me
+   Allow suppressions with a single top-stack-frame spec, to help folks
+   who have to suppress errors in libraries compiled with
+   -fomit-frame-pointer.
+
+   Implement x86 "das" insn.  Stranger than strange.
+
+Adam Gundy <arg@cyberscience.com>
+   ioctls TCSETA, TCGETA.
+
+----------------------------- 24 Mar 02 -------------------------------
+
+Move to putting stuff in ChangeLog.  This file finishes here.