summaryrefslogtreecommitdiff
AgeCommit 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-23Include xstrndup.h.Jim Meyering
(xstrndup): Remove function, now that it's been factored out into it's own file.
2003-07-23Tweak comment: Solaris2.5.1 -> Solaris 2.5.1Jim Meyering
2003-07-23Tweak comment: Solaris2.7 -> Solaris 2.7Jim 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-23Normalize 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-23include "xstrndup.h"Jim Meyering
2003-07-23Factored out of dircolors.c from coreutils.Jim Meyering
2003-07-23(libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h.Jim Meyering
2003-07-23Use `SunOS 4', not SunOS4Jim 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-22tweak commentJim 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 ofJim 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-22don't include stdboo.h. it's already included via system.hJim 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-22Don'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 toJim Meyering
determine range endpoints.
2003-07-22New test for the above fix.Jim Meyering
2003-07-22*** empty log message ***Jim Meyering
2003-07-22Begin to address this comment: What if someone wants toJim 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 beingJim 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-20Adjust to the new output widths.Jim Meyering