]> git.wh0rd.org Git - nano.git/commit
add isblank() equivalent and use it instead of checking for (tab or
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 May 2004 17:19:54 +0000 (17:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 May 2004 17:19:54 +0000 (17:19 +0000)
commit9830d7500f9ee8d5bf1041fd74da06a641ba78aa
treeaa8ee4582c7b9ab89888db9cabe5904c941bbb01
parent71d0a1fab3a9e2dfa18911a9390662dc071b8cda
add isblank() equivalent and use it instead of checking for (tab or
space) all over the code, properly detect whether we have strcasestr()
and only use nstristr() if we don't, and bump up CVS build requirements
to account for setting _GNU_SOURCE when running the test programs for
both

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1730 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
README.CVS
configure.ac
src/files.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/utils.c