summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-12-02(EINTR): Define.Jim Meyering
(safe_read): Rewrite to loop IFF read fails with EINTR.
2002-12-01*** empty log message ***Jim Meyering
2002-12-01(safe_read): Also exit the loop when read returns zero.Jim Meyering
2002-12-01comment tweakJim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.Jim Meyering
2002-12-01Merge from gnulib.Jim Meyering
2002-12-01from gnulibJim Meyering
2002-12-01(libfetish_a_SOURCES): Add safe-write.c and safe-write.h.Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01Update from gnulib (trivial changes).Jim Meyering
2002-12-01Update from gnulib (trivial changes).Jim Meyering
2002-12-01Add Copyright comment.Jim Meyering
2002-12-01Add Copyright comment.Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01Update from gnulib (trivial changes).Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01Update from gnulib (trivial changes).Jim Meyering
2002-12-01Update from gnulib (trivial changes).Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01update from gnulibJim Meyering
2002-11-28*** empty log message ***Jim Meyering
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