nano/src
David Lawrence Ramsey a62e8e3de9 when reading color syntax names or sorting filenames, use mbstrcasecmp()
instead of strcasecmp() to compare them, in case they're UTF-8


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2734 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2005-06-19 21:10:48 +00:00
..
.cvsignore Major package reorganization: 2003-09-07 00:44:12 +00:00
chars.c n is ignored in the mbstowcs() call, so it can be 0 instead of 2005-06-18 05:15:08 +00:00
color.c when reading color syntax names or sorting filenames, use mbstrcasecmp() 2005-06-19 21:10:48 +00:00
cut.c update the Free Software Foundation's mailing address in various 2005-05-15 19:57:17 +00:00
files.c when reading color syntax names or sorting filenames, use mbstrcasecmp() 2005-06-19 21:10:48 +00:00
global.c in toggle_init(), reorder the toggles to put more toggles with similar 2005-06-18 03:37:56 +00:00
Makefile.am in src/Makefile.am, if we're installing and the "rnano" symlink already 2005-01-14 18:47:42 +00:00
move.c change the SMOOTHSCROLL flag to the SMOOTH_SCROLL flag 2005-06-16 02:13:10 +00:00
nano.c comment and indentation fixes 2005-06-18 22:33:55 +00:00
nano.h comment fix 2005-06-18 20:47:41 +00:00
proto.h in read_line(), rename variable len to buf_len, for consistency 2005-06-19 19:57:13 +00:00
rcfile.c rename the CONSTUPDATE flag to CONST_UPDATE, and clarify its description 2005-06-17 21:08:13 +00:00
search.c various #ifdef fixes 2005-06-16 20:58:19 +00:00
utils.c formatting fixes 2005-06-18 17:20:54 +00:00
winio.c comment and indentation fixes 2005-06-18 22:33:55 +00:00