summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
Commit message (Expand)AuthorAgeFilesLines
...
* (quoting_style_args, quoting_style_vals,Jim Meyering2000-07-141-24/+23
* The old behavior of quoting `like this' doesn't look good withJim Meyering2000-07-091-6/+41
* (mbrtowc): Declare returned type, since BeOS doesn't.Jim Meyering2000-07-061-0/+1
* (struct quoting_options): Simplify quote_these_too dimension.Jim Meyering2000-07-061-2/+1
* Make inclusion of <wchar.h> independent of whetherJim Meyering2000-07-041-1/+4
* (mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.Jim Meyering2000-07-041-6/+9
* (mbstate_t): Don't define here.Jim Meyering2000-07-021-2/+0
* Include <wctype.h> after <wchar.h>,Jim Meyering2000-06-231-5/+11
* (ALERT_CHAR): New macro.Jim Meyering2000-02-281-3/+7
* fix typo. sheeshJim Meyering2000-01-311-1/+1
* (ISASCII): Add #undef and move definition to followJim Meyering2000-01-311-6/+11
* [HAVE_WCTYPE_H]: Include <wctype.h>.Jim Meyering2000-01-221-0/+4
* (quotearg_buffer_restyled): Do not quoteJim Meyering2000-01-171-6/+7
* Quote multibyte characters correctly.Jim Meyering2000-01-151-113/+250
* Include <libintl.h> if ENABLE_NLS.Jim Meyering1999-08-101-23/+55
* (quotearg_buffer):Jim Meyering1999-08-011-0/+4
* (quotearg_n_options): Revert type of parameter `n'Jim Meyering1999-01-251-3/+4
* (quotearg_n_options): Declare n1 to be of typeJim Meyering1999-01-161-1/+1
* (quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.Jim Meyering1999-01-111-5/+0
* (quotearg_n_options): Make `options' parameter be `const'.Jim Meyering1999-01-011-1/+1
* (quotearg_buffer): Cast -1 to size_t before comparing.Jim Meyering1999-01-011-8/+24
* (quotearg_buffer): Use `7' as the mask, not `3'.Jim Meyering1998-12-111-2/+2
* Update from patch-2.5.3.Jim Meyering1998-03-211-25/+34
* .Jim Meyering1998-02-231-0/+346