summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
AgeCommit message (Expand)Author
2005-09-22Sync from gnulib.Paul Eggert
2005-08-31(quotearg_n_options): Change code to be suboptimal, inJim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2004-11-11Sync from gnulib.Paul Eggert
2004-08-02Include stdbool.h.Paul Eggert
2004-04-13Remove trailing blanks.Jim Meyering
2004-04-04Sync from gnulib.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2002-11-23Include quotearg.h immediately after config.h.Jim Meyering
2002-11-21Use `"'s when including quotearg.h and xalloc.h, not the `<...>' notation.Jim Meyering
2002-11-21(quotearg_buffer_restyled): If mbrtowc returnsJim Meyering
2002-01-22(quotearg_buffer_restyled):Jim Meyering
2001-11-28(quotearg_n, quotearg_n_style): Likewise.Jim Meyering
2001-08-31BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.Jim Meyering
2001-02-17(mbrtowc, mbsinit):Jim Meyering
2001-01-26Include stddef.h.Jim Meyering
2000-09-09Rename ISASCII to IN_CTYPE_DOMAIN.Jim Meyering
2000-07-31(quotearg_n_options): Don't make the initialJim Meyering
2000-07-31(quotearg_n_options): Preallocate a slot 0Jim Meyering
2000-07-24Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),Jim Meyering
2000-07-23Streamline by invoking multibyte code only if needed.Jim Meyering
2000-07-23When the system forces us to redefine mbstate_t, shadow its mbsinit function.Jim Meyering
2000-07-14(mbrtowc): Do not use HAVE_WCHAR_H in the definition.Jim Meyering
2000-07-14(quoting_style_args, quoting_style_vals,Jim Meyering
2000-07-09The old behavior of quoting `like this' doesn't look good withJim Meyering
2000-07-06(mbrtowc): Declare returned type, since BeOS doesn't.Jim Meyering
2000-07-06(struct quoting_options): Simplify quote_these_too dimension.Jim Meyering
2000-07-04Make inclusion of <wchar.h> independent of whetherJim Meyering
2000-07-04(mbrtowc): Assign to *pwc, and return 1 only if result is nonzero.Jim Meyering
2000-07-02(mbstate_t): Don't define here.Jim Meyering
2000-06-23Include <wctype.h> after <wchar.h>,Jim Meyering
2000-02-28(ALERT_CHAR): New macro.Jim Meyering
2000-01-31fix typo. sheeshJim Meyering
2000-01-31(ISASCII): Add #undef and move definition to followJim Meyering
2000-01-22[HAVE_WCTYPE_H]: Include <wctype.h>.Jim Meyering
2000-01-17(quotearg_buffer_restyled): Do not quoteJim Meyering
2000-01-15Quote multibyte characters correctly.Jim Meyering
1999-08-10Include <libintl.h> if ENABLE_NLS.Jim Meyering
1999-08-01(quotearg_buffer):Jim Meyering
1999-01-25(quotearg_n_options): Revert type of parameter `n'Jim Meyering
1999-01-16(quotearg_n_options): Declare n1 to be of typeJim Meyering
1999-01-11(quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.Jim Meyering
1999-01-01(quotearg_n_options): Make `options' parameter be `const'.Jim Meyering
1999-01-01(quotearg_buffer): Cast -1 to size_t before comparing.Jim Meyering
1998-12-11(quotearg_buffer): Use `7' as the mask, not `3'.Jim Meyering
1998-03-21Update from patch-2.5.3.Jim Meyering
1998-02-23.Jim Meyering