]> git.wh0rd.org Git - nano.git/commit
per DB's patch, overhaul the rcfile and history file reading and writing
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Aug 2004 05:23:38 +0000 (05:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Aug 2004 05:23:38 +0000 (05:23 +0000)
commita27bd650572f1ca13494963edf86bf69a82e5ff5
treed56cf114e75199f24a8ac1bf163fb894699e9138
parentbb50b305d5eb2404779ca3190dadd17e7c743365
per DB's patch, overhaul the rcfile and history file reading and writing
routines to fix a few fundamental problems and limitations; also add
getline() and getdelim() equivalents adapted from GNU mailutils 0.5 (and
tweaked to better integrate with nano), since the patch uses getline()

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