summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-02Skip this test if `.' is on a non-local file system.Jim Meyering
2002-12-02*** empty log message ***Jim Meyering
2002-12-02.Jim Meyering
2002-12-02*** empty log message ***Jim Meyering
2002-12-02(_at_replace): Do the substitution only if there's something to replace.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-12-01*** empty log message ***Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01Don't include <ctype.h>.Jim Meyering
That's already done via system.h.
2002-12-01*** empty log message ***Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01Don't include <string.h> or <ctype.h>.Jim Meyering
That's already done via system.h.
2002-12-01update from masterJim Meyering
2002-12-01*** empty log message ***Jim Meyering
2002-12-01ls is now more efficient: it no longer needs to stat each directoryJim Meyering
entry on systems with valid dirent.d_type. (print_dir): Add DT_LNK and DT_REG. (main): Make --recursive set format_needs_type, not format_needs_stat. (gobble_file): Remove a FIXME comment, now that this is fixed.
2002-12-01(gobble_file): Remove the block of code that causedJim Meyering
`ls --color -F symlink-to-dir' to list the files in `symlink-to-dir/.'. Now, it prints `symlink-to-dir@', (just like `ls -F symlink-to-dir') but with the addition of highlighting.
2002-11-30add commentJim Meyering
2002-11-30(sl-F-color, sl-dF-color): New tests for the above.Jim Meyering
2002-11-30*** empty log message ***Jim Meyering
2002-11-30*** empty log message ***Jim Meyering
2002-11-30.Jim 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.