(mbrtowc, mbsinit):
[gnulib.git] / lib / quotearg.c
2001-02-17 Jim Meyering(mbrtowc, mbsinit):
2001-01-26 Jim MeyeringInclude stddef.h.
2000-09-09 Jim MeyeringRename ISASCII to IN_CTYPE_DOMAIN.
2000-07-31 Jim Meyering(quotearg_n_options): Don't make the initial
2000-07-31 Jim Meyering(quotearg_n_options): Preallocate a slot 0
2000-07-24 Jim MeyeringInclude <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN...
2000-07-23 Jim MeyeringStreamline by invoking multibyte code only if needed.
2000-07-23 Jim MeyeringWhen the system forces us to redefine mbstate_t, shadow...
2000-07-14 Jim Meyering(mbrtowc): Do not use HAVE_WCHAR_H in the definition.
2000-07-14 Jim Meyering(quoting_style_args, quoting_style_vals,
2000-07-09 Jim MeyeringThe old behavior of quoting `like this' doesn't look...
2000-07-06 Jim Meyering(mbrtowc): Declare returned type, since BeOS doesn't.
2000-07-06 Jim Meyering(struct quoting_options): Simplify quote_these_too...
2000-07-04 Jim MeyeringMake inclusion of <wchar.h> independent of whether
2000-07-04 Jim Meyering(mbrtowc): Assign to *pwc, and return 1 only if result...
2000-07-02 Jim Meyering(mbstate_t): Don't define here.
2000-06-23 Jim MeyeringInclude <wctype.h> after <wchar.h>,
2000-02-28 Jim Meyering(ALERT_CHAR): New macro.
2000-01-31 Jim Meyeringfix typo. sheesh
2000-01-31 Jim Meyering(ISASCII): Add #undef and move definition to follow
2000-01-22 Jim Meyering[HAVE_WCTYPE_H]: Include <wctype.h>.
2000-01-17 Jim Meyering(quotearg_buffer_restyled): Do not quote
2000-01-15 Jim MeyeringQuote multibyte characters correctly.
1999-08-10 Jim MeyeringInclude <libintl.h> if ENABLE_NLS.
1999-08-01 Jim Meyering(quotearg_buffer):
1999-01-25 Jim Meyering(quotearg_n_options): Revert type of parameter `n'
1999-01-16 Jim Meyering(quotearg_n_options): Declare n1 to be of type
1999-01-11 Jim Meyering(quotearg_buffer): Change escape_quoting_style so that...
1999-01-01 Jim Meyering(quotearg_n_options): Make `options' parameter be ...
1999-01-01 Jim Meyering(quotearg_buffer): Cast -1 to size_t before comparing.
1998-12-11 Jim Meyering(quotearg_buffer): Use `7' as the mask, not `3'.
1998-03-21 Jim MeyeringUpdate from patch-2.5.3.
1998-02-23 Jim Meyering.