mc/lib/strutil
Andrew Borodin bdb81cd482 Sync with gnulib 6ed53f13bc39d9a0252549e98a2a59441fb2351f.
lib/strutil/xstrtol.c: prohibit monstrosities like "1bB".

Problem reported by Young Mo Kang in: http://bugs.gnu.org/23388.

(xstrtoumax): Allow trailing second suffixes like "B" only if the first
suffix needs a base.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2016-05-07 16:28:47 +03:00
..
Makefile.am Add functions to transform string to unsigned integer: 2013-07-05 09:09:03 +04:00
replace.c Update copyright years. 2016-01-01 11:48:10 +03:00
strescape.c Update copyright years. 2016-01-01 11:48:10 +03:00
strutil8bit.c Remove min() and max() macros. Use MIN() and MAX() macros from GLib. 2016-05-07 16:19:02 +03:00
strutil.c Update copyright years. 2016-01-01 11:48:10 +03:00
strutilascii.c Remove min() and max() macros. Use MIN() and MAX() macros from GLib. 2016-05-07 16:19:02 +03:00
strutilutf8.c Remove min() and max() macros. Use MIN() and MAX() macros from GLib. 2016-05-07 16:19:02 +03:00
strverscmp.c Update copyright years. 2016-01-01 11:48:10 +03:00
xstrtol.c Sync with gnulib 6ed53f13bc39d9a0252549e98a2a59441fb2351f. 2016-05-07 16:28:47 +03:00