Fix a few signed vs. unsigned and differently-sized integer problems
commit3bd6a01525b5288faa6d7ff4e62d9ba178e0c642
authorColomban Wendling <ban@herbesfolles.org>
Fri, 17 Jun 2011 22:52:17 +0000 (17 22:52 +0000)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 17 Jun 2011 22:52:17 +0000 (17 22:52 +0000)
tree40f89308bc1d2e6757e2f4aff6d81f1342775f0c
parent254007f22c8172d4e90d00be40ca30a7c1f0b05a
Fix a few signed vs. unsigned and differently-sized integer problems

Most notably, utils_get_line_endings() and document_open_file_list()
don't support -1 as the size anymore.  If the size should be computed
from null-terminated data, the caller code must take care of doing so.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5855 ea778897-0a13-0410-b9d1-a72fbfd435f5
ChangeLog
plugins/classbuilder.c
plugins/htmlchars.c
src/dialogs.c
src/document.c
src/document.h
src/editor.c
src/utils.c
src/utils.h