Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | add release dates | Jim Meyering | |
2003-12-08 | Don't assume that 'ls' output is fixed-width. | Jim Meyering | |
2003-12-08 | Don't assume that 'ls' output is fixed-width. | Jim Meyering | |
2003-12-08 | * NEWS: ls -l (and similar options) now adjust all columns to | Jim 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-02 | Include 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-02 | Use SHA1_H, not _SHA_H in #ifndef condition. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | renamed to sha1.h | Jim Meyering | |
2003-12-02 | renamed to sha1.c | Jim Meyering | |
2003-12-02 | File renamed from sha.h. | Jim Meyering | |
2003-12-02 | File renamed from sha.c. | Jim Meyering | |
Include sha1.h, not sha.h. | |||
2003-12-02 | Reflect sha -> sha1 renaming. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | Add FSF Copyright. | Jim Meyering | |
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | Correct 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. These | Jim 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-29 | Include "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 | |
2003-11-27 | Remove new temp file, h-$i. | Jim Meyering | |
2003-11-27 | (syntax-check-rules): Remove sc_xalloc_h_in_src from here, too. | Jim Meyering | |
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(parse_options): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(main): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(scan_double_arg): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Remove decls of strtod, strtol, strtoul; no longer | Jim Meyering | |
needed now that we assume C89. Include "c-strtod.h". (xstrtod): Call c_strtod, not strtod. | |||
2003-11-27 | . | Jim Meyering | |