Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-19 | tweak for better exit | Jim Meyering | |
2002-07-19 | . | Jim Meyering | |
2002-07-18 | update from master | Jim Meyering | |
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-18 | (main): Test sysctl(...) >= 0, not == 0, since | Jim Meyering | |
on NetBSD the return value may well be positive. Use one-line aggregate initializations. Use tightly scoped static buffers to avoid warnings about unused variables on some systems. | |||
2002-07-18 | (UNAME_HARDWARE_PLATFORM, UNAME_PROCESSOR): New macros. | Jim Meyering | |
(main): Use them, along with sysctl, to support uname -i and uname -p on BSD hosts. | |||
2002-07-18 | . | Jim Meyering | |
2002-07-18 | (Makefile): Also depend on LINGUAS. | Jim Meyering | |
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-18 | Add the following to the list of colorizable | Jim Meyering | |
TERM names: dtterm xterm-color Eterm. New archive suffix: .jar New image suffixes: .jpeg .pbm .pgm .tiff .mpeg .xcf .xwd Audio suffixes: .ogg .mp3 | |||
2002-07-17 | *** empty log message *** | Jim Meyering | |
2002-07-17 | (print_uptime): Restore use of (equivalent, but | Jim Meyering | |
more readable) `>=' from Bruno's patch. | |||
2002-07-17 | . | Jim Meyering | |
2002-07-17 | Use GNULIB_BOOT_TIME. | Jim Meyering | |
2002-07-17 | New file. Extracted from sh-utils' configure.ac | Jim Meyering | |
and extended to work also with *BSD systems. | |||
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-16 | use $(PERL), not @PERL@ | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-16 | (print_it): Use memcpy and a little pointer arithmetic, rather than stpncpy. | Jim Meyering | |
2002-07-16 | . | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-16 | help font-lock-mode | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-15 | *** empty log message *** | Jim Meyering | |
2002-07-15 | Include sys/sysctl.h. | Jim Meyering | |
(print_uptime): Add support for determining the boot time on FreeBSD. | |||
2002-07-15 | *** empty log message *** | Jim Meyering | |
2002-07-15 | (jm_MACROS): Check for the sysctl function. | Jim Meyering | |
(jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h. | |||
2002-07-15 | *** empty log message *** | Jim Meyering | |
2002-07-15 | (print_uptime): Use STREQ in place of !strcmp. | Jim Meyering | |
2002-07-15 | Remove unnecessary uses of `defined' when | Jim Meyering | |
operating on `HAVE_...' symbols. Remove unnecessary parentheses. | |||
2002-07-15 | *** empty log message *** | Jim Meyering | |
2002-07-15 | #undef MNT_IGNORE before defining it, to avoid warning on FreeBSD. | Jim Meyering | |
2002-07-15 | Include <string.h>. | Jim Meyering | |
2002-07-14 | *** empty log message *** | Jim Meyering | |
2002-07-14 | *** empty log message *** | Jim Meyering | |
2002-07-14 | Under some circumstances, rm would fail due to a lack of | Jim Meyering | |
permissions, but give a misleading diagnostic like this: rm: cannot chdir from `.' to `foo': Not a directory (remove_dir): Detect the case in which unlinking a non-directory fails with EPERM, and give an appropriate diagnostic. | |||
2002-07-13 | (TESTS): Add fail-eperm. | Jim Meyering | |
2002-07-13 | (print_it): Use xstrdup, not strdup. | Jim Meyering | |
Use strspn to avoid an explicit loop. Use fputc rather than printf "\n". Include quote.h. (print_stat): Use xreadlink, rather than using readlink directly. Use the quote function rather than hard-coded double quotes. Use error, not perror. | |||
2002-07-10 | *** empty log message *** | Jim Meyering | |
2002-07-10 | (show_dev): Make the `Use%' column align with | Jim Meyering | |
its heading, even when -P is used with -h or -H. | |||
2002-07-10 | update copyright | Jim Meyering | |
2002-07-10 | *** empty log message *** | Jim Meyering | |
2002-07-10 | (du invocation): s/PAT/PATTERN/. | Jim Meyering | |
2002-07-10 | Add a brief description of --exclude. | Jim Meyering | |
2002-07-10 | (usage) [--exclude]: Use PATTERN rather than PAT. | Jim Meyering | |
2002-07-10 | *** empty log message *** | Jim Meyering | |