summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-18.Jim Meyering
2003-12-18*** empty log message ***Jim Meyering
2003-12-18(jm_PREREQ): Require AC_FUNC_GETLOADAVG, not gl_FUNC_GETLOADAVG.Jim Meyering
2003-12-18Remove now-unnecessary file.Jim Meyering
2003-12-18(AC_ISC_POSIX): Remove file/macro. No longer needed.Jim Meyering
2003-12-18*** empty log message ***Jim Meyering
2003-12-18(AC_SEARCH_LIBS): Remove file/macro, now thatJim Meyering
this replacement is no longer needed. Besides, this macro has no effect with autoconf-2.58, since its `undefine' is not honored.
2003-12-12add FIXMEJim Meyering
2003-12-12(FTS) [fts_dir_signatures]: Add comment.Jim Meyering
2003-12-12*** empty log message ***Jim Meyering
2003-12-12.Jim Meyering
2003-12-08*** empty log message ***Jim Meyering
2003-12-08(news-date-check): New rule.Jim Meyering
(alpha beta major): Depend on it.
2003-12-08add release datesJim Meyering
2003-12-08Don't assume that 'ls' output is fixed-width.Jim Meyering
2003-12-08Don't assume that 'ls' output is fixed-width.Jim Meyering
2003-12-08 * NEWS: ls -l (and similar options) now adjust all columns toJim Meyering
fit the data. Generalized from a suggestion by Leah Q for file sizes.
2003-12-08*** empty log message ***Jim Meyering
2003-12-08*** empty log message ***Jim Meyering
2003-12-08(What information is listed, chroot invocation):Jim Meyering
Adjust example 'ls' output to match new behavior with narrower output columns. (The cut command): Remove example that cut the output of 'ls -l'. The output was incorrect even with the old 'ls', and the whole idea of using 'cut' on 'ls -l' output is bogus anyway.
2003-12-08*** empty log message ***Jim Meyering
2003-12-08(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.Jim Meyering
(format_user_width, format_group_width, unsigned_file_size, format_group): New functions. (block_size_width): Renamed from block_size_size. (inode_number_width, nlink_width, owner_width, group_width, author_width, major_device_number_width, minor_device_number_width, file_size_width): New vars. (clear_files): Initialize them. (gobble_file): Set them. Don't ceiling block_size_width to 7. (print_long_file): Use them. (gobble_file): Use a new local variable 'f' to make the code smaller and more consistent with other functions. (format_user): Output to stdout, not to a buffer, so that we don't have to worry about buffer overrun. Update dired_pos. (print_long_file): Don't put owner, group, author into buffer; just print them directly. Don't assume link counts and major and minor numbers fit into unsigned long int. From Paul Eggert.
2003-12-03.Jim Meyering
2003-12-03*** empty log message ***Jim Meyering
2003-12-03.Jim Meyering
2003-12-03*** empty log message ***Jim Meyering
2003-12-03(getgroups): xmalloc takes one argument, not two.Jim Meyering
2003-12-02*** empty log message ***Jim Meyering
2003-12-02Include sha1.h (reflect renaming: sha.h -> sha1.h.Jim Meyering
2003-12-02.Jim Meyering
2003-12-02*** empty log message ***Jim Meyering
2003-12-02Use SHA1_H, not _SHA_H in #ifndef condition.Jim Meyering
2003-12-02.Jim Meyering
2003-12-02renamed to sha1.hJim Meyering
2003-12-02renamed to sha1.cJim Meyering
2003-12-02File renamed from sha.h.Jim Meyering
2003-12-02File renamed from sha.c.Jim Meyering
Include sha1.h, not sha.h.
2003-12-02Reflect sha -> sha1 renaming.Jim Meyering
2003-12-02.Jim Meyering
2003-12-02Add FSF Copyright.Jim Meyering
2003-12-02*** empty log message ***Jim Meyering
2003-12-02Correct stale references to MD5 and `16 bytes'.Jim Meyering
Patch by Ulrich Drepper. Add FSF Copyright. Remove reference to Scott Miller, since this file is now nearly identical to md5.h.
2003-12-02*** empty log message ***Jim Meyering
2003-12-02(rol) [__GNUC__ && __i386__]: Don't use `asm' code. TheseJim Meyering
days, gcc-3.x does better all by itself. Patch from Dean Gaudet: http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
2003-11-29*** empty log message ***Jim Meyering
2003-11-29Include "xalloc.h", for decl of xstrdup.Jim Meyering
2003-11-29*** empty log message ***Jim Meyering
2003-11-29(c_strtod): Save and restore original LC_NUMERIC setting,Jim Meyering
in case it was different from the environment-derived value. Patch by Paul Eggert.
2003-11-27*** empty log message ***Jim Meyering
2003-11-27.Jim Meyering