]> git.wh0rd.org Git - nano.git/commit
port over DB's overhaul of safe_tempnam() and his changes to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Feb 2005 20:09:11 +0000 (20:09 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 11 Feb 2005 20:09:11 +0000 (20:09 +0000)
commit1b9d3f989803ec893bd13d4b8ef5734f4a369bb1
treee73960ae03f62fb6168e37ef22151da1a50ec17a
parent2724c88717b260e05dd32233a654099f95c8db46
port over DB's overhaul of safe_tempnam() and his changes to
check_operating_dir() to make it use boolean values (plus a few more
boolean-related tweaks of mine); also stop wrapping the bad_chr
parameter of parse_mbchar() in #ifdefs for cleanliness, as the
allow_tabcomp parameter of check_operating_dir() isn't wrapped in
#ifdefs, and don't set bad_chr to TRUE when we get a null byte in a
multibyte string, as it's not an invalid multibyte character

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2316 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/chars.c
src/files.c
src/nano.c
src/proto.h
src/winio.c