Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | (parse_tabstops): Detect overflow in tabstop sizes. | Jim Meyering | |
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | Include xstrndup.h. | Jim Meyering | |
(xstrndup): Remove function, now that it's been factored out into it's own file. | |||
2003-07-23 | Tweak comment: Solaris2.5.1 -> Solaris 2.5.1 | Jim Meyering | |
2003-07-23 | Tweak comment: Solaris2.7 -> Solaris 2.7 | Jim Meyering | |
2003-07-23 | Normalize naming of Sun operating systems in comments, e.g., SunOS4 -> SunOS 4, | Jim Meyering | |
Solaris5.9 -> Solaris 9. From Paul Eggert. | |||
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | Normalize naming of Sun operating systems, e.g., SunOS4 -> SunOS 4, | Jim Meyering | |
Solaris5.9 -> Solaris 9. From Paul Eggert. | |||
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | . | Jim Meyering | |
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | include "xstrndup.h" | Jim Meyering | |
2003-07-23 | Factored out of dircolors.c from coreutils. | Jim Meyering | |
2003-07-23 | (libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h. | Jim Meyering | |
2003-07-23 | Use `SunOS 4', not SunOS4 | Jim Meyering | |
Solaris 2.6, not Solaris 5.6, etc. From Paul Eggert. | |||
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | (wc): Fix typo in computation of file from file_x, | Jim Meyering | |
which caused the former to be used uninitialized if file_x was nonzero. | |||
2003-07-23 | *** empty log message *** | Jim Meyering | |
2003-07-23 | (XCALLOC, XREALLOC, CCLONE): Fix under- and over-parenthesization in macros. | Jim Meyering | |
2003-07-22 | tweak comment | Jim Meyering | |
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | (set_fields): Use xcalloc in place of xmalloc+memset. | Jim Meyering | |
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | (.x.1): Substitute 's,$t/$*,$*,' on output of | Jim Meyering | |
help2man, to avoid having `rm.td/rm' appear in rm.1. Reported by Thomas Luzat. See http://bugs.debian.org/202413 for details. | |||
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | don't include stdboo.h. it's already included via system.h | Jim Meyering | |
2003-07-22 | . | Jim Meyering | |
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | (main) [lint]: Initialize spec_list_string to avoid warning. | Jim Meyering | |
2003-07-22 | Don't include <unistd.h>. system.h already does that. | Jim Meyering | |
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | (set_fields): Mark all selected indices before trying to | Jim Meyering | |
determine range endpoints. | |||
2003-07-22 | New test for the above fix. | Jim Meyering | |
2003-07-22 | *** empty log message *** | Jim Meyering | |
2003-07-22 | Begin to address this comment: What if someone wants to | Jim Meyering | |
extract the 1,000,000-th field of some huge input file? The first step is to rearrange things so that the values in the printable_field array are all 0/1 rather than 0/1/2. (RANGE_START_SENTINEL): Remove. Store range-start indices in a hash table, rather than overloading the `printable_field' array. (range_start_ht): New global. (hash_int, hash_compare_ints, is_range_start_index): New functions. (print_kth): Use is_range_start_index; don't test printable_field. (set_fields): Detect overflow. (set_fields): Insert each range-start index into range_start_ht. (main): Call set_fields only once, and only after output_delimiter_specified and (if required) range_start_ht have been defined. | |||
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | (get_input_fstatus): Fix typo: `stat' was being | Jim Meyering | |
invoked with a null pointer when there were no file arguments. | |||
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | (sc_changelog): Add another nit-picky check. | Jim Meyering | |
2003-07-20 | . | Jim Meyering | |
2003-07-20 | . | Jim Meyering | |
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | (write_counts): Add a comment. | Jim Meyering | |
(wc): Rename `file' parameter. Set new local, `file', to be the file name, or (when it's NULL) _("standard output") so that all uses of `file' use the proper value. Use STREQ, not strcmp. | |||
2003-07-20 | *** empty log message *** | Jim Meyering | |
2003-07-20 | Adjust to the new output widths. | Jim Meyering | |