]> git.wh0rd.org Git - nano.git/commit
add DB's overhaul of the file loading code to increase efficiency,
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 5 Sep 2004 21:40:31 +0000 (21:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 5 Sep 2004 21:40:31 +0000 (21:40 +0000)
commit02517e0a0f9bce6fc7da61151e7673f00991bd28
tree1837b196f0eda6aa160bdefbf1d0a9440b031733
parent8bf08097ee44e71531f8670b3fdbdf91f374765c
add DB's overhaul of the file loading code to increase efficiency,
remove ugly workarounds for most cases of edittop's or current's being
NULL (as those cases no longer occur due to the overhaul), and remove
detection of binary files (since it wasn't always accurate and will only
cause problems when UTF-8 support is added); also add a few minor fixes
of mine

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