Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-30 | *** empty log message *** | Jim Meyering | |
2000-06-30 | *** empty log message *** | Jim Meyering | |
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | Include <string.h> or <strings.h>, as appropriate, for declaration of strcmp. | Jim Meyering | |
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | Include <stdlib.h>, for declaration of exit. | Jim Meyering | |
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | (find_bracketed_repeat): Add a cast to suppress a warning. | Jim Meyering | |
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | (enum): Remove comma from end of enumerator list. | Jim Meyering | |
From Gerhard Poul <gpoul@gnu.org | |||
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | *** empty log message *** | Jim Meyering | |
2000-06-29 | (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: | Jim Meyering | |
Avoid warning by casting result to `char *' to remove `const'. | |||
2000-06-28 | *** empty log message *** | Jim Meyering | |
2000-06-28 | Use stdlib.h, not stdio.h. The latter is not included | Jim Meyering | |
by quotearg.c, for which we perform this test. From Bruno Haible. | |||
2000-06-28 | *** empty log message *** | Jim Meyering | |
2000-06-28 | Don't copy `out' into /tmp. | Jim Meyering | |
2000-06-27 | . | Jim Meyering | |
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | (count_entry): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (copy_dir): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | (change_dir_mode): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (change_dir_owner): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | (change_dir_group): Don't set errno before | Jim Meyering | |
invoking savedir, and assume that errno is nonzero if savedir fails. | |||
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | . | Jim Meyering | |
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | (libfetish_a_SOURCES): Remove readutmp.c. | Jim Meyering | |
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or | Jim Meyering | |
<utmpx.h> exists, put readutmp.o into LIBOBJS. | |||
2000-06-27 | (_jm_DECL_HEADERS): Check for utmp.h as well. | Jim Meyering | |
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | savedir now sets errno on failure and invokes xmalloc to get memory. | Jim Meyering | |
Fix a couple of other minor bugs while we're at it. (<unistd.h>): Do not include; there's no need. (NAMLEN): Remove macro. (malloc, realloc): Remove decls. (stpcpy): Likewise. ("xalloc.h"): Include. (NAME_SIZE_DEFAULT): New macro. (savedir): Use xmalloc / xrealloc to allocate memory. Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero. Skip "" directory entries. Use strlen to calculate directory entry length, since the old method is rarely used these days and isn't worth supporting. Don't use a pointer after freeing it. Check for integer overflow when calculating allocation size. Use memcpy to copy entries, instead of stpcpy. Set errno properly when returning NULL. Check for readdir error. | |||
2000-06-27 | *** empty log message *** | Jim Meyering | |
2000-06-27 | (show_dev): Round disk usage percentage up, not to nearest value. | Jim Meyering | |
Use integer arithmetic if it's easy. Fix bug when converting twos-complement negative values to floating point. | |||
2000-06-26 | *** empty log message *** | Jim Meyering | |
2000-06-26 | *** empty log message *** | Jim Meyering | |
2000-06-26 | *** empty log message *** | Jim Meyering | |
2000-06-26 | [HAVE_STDLIB_H]: Include stdlib.h. | Jim Meyering | |
2000-06-26 | *** empty log message *** | Jim Meyering | |
2000-06-26 | `id -Gn' (invoked by groups) would fail without giving a diagnostic | Jim Meyering | |
on malconfigured systems. (print_user): Give a diagnostic if number->name lookup fails. (print_group): Likewise. | |||
2000-06-25 | *** empty log message *** | Jim Meyering | |
2000-06-25 | (xmalloc, xrealloc): Remove functions. | Jim Meyering | |
Include xalloc.h. Don't include <stdlib.h>. Don't declare malloc, realloc. | |||
2000-06-25 | *** empty log message *** | Jim Meyering | |
2000-06-25 | *** empty log message *** | Jim Meyering | |
2000-06-25 | (TESTS): Add fail-perm. | Jim Meyering | |
2000-06-25 | *** empty log message *** | Jim Meyering | |
2000-06-25 | *** empty log message *** | Jim Meyering | |
2000-06-25 | *** empty log message *** | Jim Meyering | |