]> git.wh0rd.org Git - nano.git/commitdiff
Added anyexists and realexists documentation
authorChris Allegretta <chrisa@asty.org>
Mon, 4 Dec 2000 05:31:34 +0000 (05:31 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 4 Dec 2000 05:31:34 +0000 (05:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@384 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 6a1571737a19606e869dce81d7ae2718df47f76f..8e8e366226679e6424461727ccf79d4b863a67d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ CVS code -
        - Added tmp check to TMP_OPT section (how apropriate).
        - Added new consistency checking code from securityfocus 
          article by Oliver Friedrichs, and use O_EXCL if tmp == 1.
+       - We now run check on result of lstat(), not stat(), to be
+         safer.  New variable anyexists, we use still use realexists
+         later in the program.
 - winio.c:
   edit_add()
        - Off by one display error (fix by Rocco Corsi).