summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-12-02*** empty log message ***Jim Meyering
2002-12-02.Jim Meyering
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.