]> git.wh0rd.org Git - nano.git/commit
* src/*: Retire iso_me_harder_funcmap based on suggestion by <bernd.spaeth...
authorChris Allegretta <chrisa@asty.org>
Mon, 7 Feb 2011 14:45:56 +0000 (14:45 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 7 Feb 2011 14:45:56 +0000 (14:45 +0000)
commit637daa85c5694c95f4816e87acfc524360ee2c3d
tree14403c0b37559fb7534319c78a607f5a5fabf88d
parent3d411188f6dcc5ab18cd2218de566e0fdd593a55
    * src/*: Retire iso_me_harder_funcmap based on suggestion by <bernd.spaeth@gmx.net>
          This does add 20KB to nano's executable size but it gets rid of a lot of indirection
          that makes people stomach turn.  There are several new stub functions and need of more
          tidying as a result of this.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4527 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
13 files changed:
ChangeLog
src/browser.c
src/files.c
src/global.c
src/help.c
src/nano.c
src/nano.h
src/prompt.c
src/proto.h
src/rcfile.c
src/search.c
src/text.c
src/winio.c