summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-11-28Merge from gnulib/libc, for a slightly uglier solution.Jim Meyering
2002-11-28.Jim Meyering
2002-11-28(STATIC): Remvoe definitions.Jim Meyering
2002-11-28Merge some more, in preparation for merge back into libc.Jim Meyering
(_): Define only if not already defined. Move definition to follow all #include directives. Include unlocked-io.h only if !_LIBC.
2002-11-28*** empty log message ***Jim Meyering
2002-11-28Merge in changes from libc.Jim Meyering
[_LIBC]: Include <libio/libioP.h>. [USE_IN_LIBIO]: Include <libio/iolibio.h> (fflush): Tweak definition to use INTUSE. (putc): Define.
2002-11-24Remove 2002 from copyright line,Jim Meyering
to sync with gnulib.
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2002-11-23Update from gnulib.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Include gettext.h instead of <libintl.h>.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23From gnulib, by Bruno HaibleJim Meyering
Include gettext.h instead of <libintl.h>.
2002-11-23From gnulib, by Bruno HaibleJim Meyering
* closeout.c: Include gettext.h instead of <libintl.h>.
2002-11-23.Jim Meyering
2002-11-23Update from gnulib.Jim Meyering
2002-11-23*** empty log message ***Jim Meyering
2002-11-23Allow multiple inclusion by surrounding withJim Meyering
"#ifndef QUOTEARG_H_". Include <stddef.h>, for size_t, so that we can be included first. (PARAMS): Remove; we now assume C89 or later. All uses removed.
2002-11-23Include quotearg.h immediately after config.h.Jim Meyering
No need to include stddef.h or sys/types.h any more. Surround local include files with "", not "<>". Assume HAVE_LIMITS_H unconditionally, as we assume C89. Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX, HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS. (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC. (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT. (ISPRINT): Remove; no longer needed now that we assume C89. (clone_quoting_options, quotearg_buffer, quotearg_n_options): Preserve errno. (quotearg_buffer_restyled, quotearg_n, quotearg_n_style, quotearg_char): Use SIZE_MAX rather than (size_t) -1 when we are talking about "infinity". (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
2002-11-22*** empty log message ***Jim Meyering
2002-11-22From gnulib:Jim Meyering
Don't include <sys/types.h>. It's unnecessary.
2002-11-22fix typo in commentJim Meyering
2002-11-22*** empty log message ***Jim Meyering
2002-11-22*** empty log message ***Jim Meyering
2002-11-22Remove case insensitive option matching.Jim Meyering
(argcasematch): Remove declaration. (ARGCASEMATCH): Remove macro. (__xargmatch_internal): Remove case_sensitive argument. (XARGMATCH): Update. (XARGCASEMATCH): Remove macro.
2002-11-22Include gettext.h instead of <locale.h> and <libintl.h>.Jim Meyering
Remove case insensitive option matching. (argmatch): Renamed from __argmatch_internal. Remove case_sensitive argument. (argcasematch): Remove function. (__xargmatch_internal): Remove case_sensitive argument. (main): Use XARGMATCH instead of XARGCASEMATCH.
2002-11-22*** empty log message ***Jim Meyering
2002-11-22Change compile-time error message. Add comment aboutJim Meyering
required autoconf version. Include gettext.h instead of <libintl.h>. (textdomain): Remove definition.
2002-11-21*** empty log message ***Jim Meyering
2002-11-21(strdup): Merge in changes from gnulib; mainly toJim Meyering
use memcpy rather than strcpy.
2002-11-21*** empty log message ***Jim Meyering
2002-11-21Update from gnulib.Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21(str2signum): Use unsigned, not size_t.Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21Use `"'s when including quotearg.h and xalloc.h, not the `<...>' notation.Jim Meyering
Include <errno.h> and declare errno if necessary.
2002-11-21*** empty log message ***Jim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21update copyright dateJim Meyering
2002-11-21*** empty log message ***Jim Meyering
2002-11-21Merge argmatch cleanups from Bison. Assume C89.Jim Meyering
Do not include <config.h> or <sys/types.h>. Include <stddef.h> instead, since it's all we need for size_t. (PARAMS): Remove. All uses removed. (ARRAY_CARDINALITY): Do not bother to #undef. (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg, ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): Remove unnecessary parentheses. (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): Insert necessary parentheses. (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros. (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
2002-11-21Merge argmatch cleanups from Bison. Assume C89.Jim Meyering
Include config.h here, not in argmatch.h. Include stdlib.h, for EXIT_FAILURE. Always include <string.h>, since we assume C89. (EXIT_FAILURE): Remove pre-C89 bug workaround.