(quotearg_n, quotearg_n_style): Likewise.
authorJim Meyering <jim@meyering.net>
Wed, 28 Nov 2001 06:57:02 +0000 (06:57 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 Nov 2001 06:57:02 +0000 (06:57 +0000)
commit0dc8754559288ca4db87ddcc97d09c48b0b43377
treedf4d9b23a0de4cef7c04fb019e3a2614f7fa2758
parentfb66999103891a599d808c7eb155eff55c480967
(quotearg_n, quotearg_n_style): Likewise.
(SIZE_MAX, UINT_MAX): New macros.
(quotearg_n_options): Abort if N is negative.
Avoid overflow check on hosts where size_t is 64 bits and int
is 32 bits, as overflow is impossible there.
Fix off-by-one typo that caused unnecessary reallocation.
lib/quotearg.c