From: Chris Allegretta Date: Mon, 4 Dec 2000 05:31:34 +0000 (+0000) Subject: Added anyexists and realexists documentation X-Git-Tag: v0.9.23~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=928a7f535cb3eb7f127968339408ec7168b0b7ba;p=nano.git Added anyexists and realexists documentation git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@384 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 6a157173..8e8e3662 100644 --- 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).