index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
quotearg.c
Age
Commit message (
Expand
)
Author
2000-07-31
(quotearg_n_options): Don't make the initial
Jim Meyering
2000-07-31
(quotearg_n_options): Preallocate a slot 0
Jim Meyering
2000-07-24
Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
Jim Meyering
2000-07-23
Streamline by invoking multibyte code only if needed.
Jim Meyering
2000-07-23
When 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-09
The old behavior of quoting `like this' doesn't look good with
Jim 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-04
Make inclusion of <wchar.h> independent of whether
Jim 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-23
Include <wctype.h> after <wchar.h>,
Jim Meyering
2000-02-28
(ALERT_CHAR): New macro.
Jim Meyering
2000-01-31
fix typo. sheesh
Jim Meyering
2000-01-31
(ISASCII): Add #undef and move definition to follow
Jim Meyering
2000-01-22
[HAVE_WCTYPE_H]: Include <wctype.h>.
Jim Meyering
2000-01-17
(quotearg_buffer_restyled): Do not quote
Jim Meyering
2000-01-15
Quote multibyte characters correctly.
Jim Meyering
1999-08-10
Include <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 type
Jim 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-21
Update from patch-2.5.3.
Jim Meyering
1998-02-23
.
Jim Meyering