| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/quotearg.c: Include <wctype.h> early, before the definition of | Paul Eggert | 2007-03-15 | 1 | -2/+1 |
* | * modules/fnmatch (Depends-on): Depend on wchar. | Eric Blake | 2007-01-16 | 1 | -10/+2 |
* | * MODULES.html.sh: New module wctype. | Paul Eggert | 2006-12-22 | 1 | -8/+1 |
* | * lib/quotearg.h (quotearg_free): New decl. | Paul Eggert | 2006-11-08 | 1 | -6/+28 |
* | Avoid some C++ diagnostics reported by Bruno Haible. | Paul Eggert | 2006-10-31 | 1 | -20/+21 |
* | * quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int. | Paul Eggert | 2006-10-03 | 1 | -0/+2 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -3/+1 |
* | * quotearg.c (quotearg_buffer_restyled): Add "default: break;" | Paul Eggert | 2006-01-22 | 1 | -2/+8 |
* | Sync from coreutils. | Paul Eggert | 2005-09-23 | 1 | -1/+6 |
* | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
* | Add translator comment suggested by Bruno Haible, with a minor change. | Paul Eggert | 2005-07-15 | 1 | -3/+8 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | (struct quoting_options): Use unsigned int for quote_these_too, so | Paul Eggert | 2004-11-11 | 1 | -2/+3 |
* | Merge from coreutils. | Paul Eggert | 2004-08-07 | 1 | -12/+13 |
* | New function quotearg_alloc. Treat { } = as special sometimes. | Paul Eggert | 2004-02-05 | 1 | -7/+49 |
* | Revamp xalloc_oversized so that its count arg need not fit into size_t. | Paul Eggert | 2003-10-30 | 1 | -1/+1 |
* | (quotearg_n_options): Use free/xmalloc rather than xrealloc. | Paul Eggert | 2003-10-29 | 1 | -5/+5 |
* | Include quotearg.h immediately after config.h. | Paul Eggert | 2002-11-23 | 1 | -60/+36 |
* | Include gettext.h instead of <libintl.h> with #ifdefs. | Bruno Haible | 2002-11-05 | 1 | -7/+3 |
* | (quotearg_buffer_restyled): | Jim Meyering | 2002-01-22 | 1 | -11/+38 |
* | (quotearg_n, quotearg_n_style): Likewise. | Jim Meyering | 2001-11-28 | 1 | -10/+23 |
* | BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared. | Jim Meyering | 2001-08-31 | 1 | -0/+5 |
* | (mbrtowc, mbsinit): | Jim Meyering | 2001-02-17 | 1 | -7/+1 |
* | Include stddef.h. | Jim Meyering | 2001-01-26 | 1 | -1/+4 |
* | Rename ISASCII to IN_CTYPE_DOMAIN. | Jim Meyering | 2000-09-09 | 1 | -5/+4 |
* | (quotearg_n_options): Don't make the initial | Jim Meyering | 2000-07-31 | 1 | -2/+2 |
* | (quotearg_n_options): Preallocate a slot 0 | Jim Meyering | 2000-07-31 | 1 | -4/+14 |
* | Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), | Jim Meyering | 2000-07-24 | 1 | -4/+5 |
* | Streamline by invoking multibyte code only if needed. | Jim Meyering | 2000-07-23 | 1 | -47/+54 |
* | When the system forces us to redefine mbstate_t, shadow its mbsinit function. | Jim Meyering | 2000-07-23 | 1 | -0/+1 |
* | (mbrtowc): Do not use HAVE_WCHAR_H in the definition. | Jim Meyering | 2000-07-14 | 1 | -2/+2 |
* | (quoting_style_args, quoting_style_vals, | Jim Meyering | 2000-07-14 | 1 | -24/+23 |
* | The old behavior of quoting `like this' doesn't look good with | Jim Meyering | 2000-07-09 | 1 | -6/+41 |
* | (mbrtowc): Declare returned type, since BeOS doesn't. | Jim Meyering | 2000-07-06 | 1 | -0/+1 |
* | (struct quoting_options): Simplify quote_these_too dimension. | Jim Meyering | 2000-07-06 | 1 | -2/+1 |
* | Make inclusion of <wchar.h> independent of whether | Jim Meyering | 2000-07-04 | 1 | -1/+4 |
* | (mbrtowc): Assign to *pwc, and return 1 only if result is nonzero. | Jim Meyering | 2000-07-04 | 1 | -6/+9 |
* | (mbstate_t): Don't define here. | Jim Meyering | 2000-07-02 | 1 | -2/+0 |
* | Include <wctype.h> after <wchar.h>, | Jim Meyering | 2000-06-23 | 1 | -5/+11 |
* | (ALERT_CHAR): New macro. | Jim Meyering | 2000-02-28 | 1 | -3/+7 |
* | fix typo. sheesh | Jim Meyering | 2000-01-31 | 1 | -1/+1 |
* | (ISASCII): Add #undef and move definition to follow | Jim Meyering | 2000-01-31 | 1 | -6/+11 |
* | [HAVE_WCTYPE_H]: Include <wctype.h>. | Jim Meyering | 2000-01-22 | 1 | -0/+4 |
* | (quotearg_buffer_restyled): Do not quote | Jim Meyering | 2000-01-17 | 1 | -6/+7 |
* | Quote multibyte characters correctly. | Jim Meyering | 2000-01-15 | 1 | -113/+250 |
* | Include <libintl.h> if ENABLE_NLS. | Jim Meyering | 1999-08-10 | 1 | -23/+55 |
* | (quotearg_buffer): | Jim Meyering | 1999-08-01 | 1 | -0/+4 |
* | (quotearg_n_options): Revert type of parameter `n' | Jim Meyering | 1999-01-25 | 1 | -3/+4 |
* | (quotearg_n_options): Declare n1 to be of type | Jim Meyering | 1999-01-16 | 1 | -1/+1 |
* | (quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '. | Jim Meyering | 1999-01-11 | 1 | -5/+0 |