(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)
commit870fb0dfb4787ff3d75da7e23d9fcb95b42f68d0
tree9bfe2d439c9f21ca3408d28fd6da1bc2b123abf8
parent39fcb4103371f5cf844e296fd3cc9d594555af6a
(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