summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-03-30(short_pinky): Adjust to read_utmp signature change.Paul Eggert
2005-03-29(ptr_align): Declare `ptr' parameter to be aJim Meyering
`const' pointer, since this function never writes through it.
2005-03-29Remove #if-0'd-out code.Jim Meyering
2005-03-29Indent cpp directives.Jim Meyering
2005-03-28.Jim Meyering
2005-03-28(print_sep_string):Jim Meyering
Add `void' to make this an ANSI-style function declaration.
2005-03-28(ds_init): Add `void' to make this an ANSI-style function declaration.Jim Meyering
2005-03-28(get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]:Jim Meyering
Add `void' to make this an ANSI-style function declaration.
2005-03-28(sc_tight_scope): Adjust to catch anyJim Meyering
new declarations like that of stty.c's `speeds'.
2005-03-28(speeds): Declare this array to be static.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(follow_mode_string): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(docolon): Use NULL, not `0'.Jim Meyering
2005-03-28(print_user): Use NULL, not `0'.Jim Meyering
2005-03-28(print_uptime): Use NULL, not `0'.Jim Meyering
2005-03-28(delimit_method_string): Use NULL, not `0'.Jim Meyering
2005-03-28(longopts, time_args): Use NULL, not `0'.Jim Meyering
2005-03-28(main): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options, mergefps): Use NULL, not `0'.Jim Meyering
2005-03-28(longopts): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options, format_args): Use NULL, not `0'.Jim Meyering
2005-03-28(print_entry): Use NULL, not `0'.Jim Meyering
2005-03-28(longopts): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(time_style_args, indicator_style_args, long_options)Jim Meyering
(format_args, sort_args, time_args, decode_switches) (gobble_file): Use NULL, not `0'.
2005-03-28(longopts): Use NULL, not `0'.Jim Meyering
2005-03-28(time_spec_string): Use NULL, not `0'.Jim Meyering
2005-03-28(find_mount_point, show_point): Use NULL, not `0'.Jim Meyering
2005-03-28(extract_regexp): Use NULL, not `0'.Jim Meyering
2005-03-28(copy_reg): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(chopt_init): Use NULL, not `0'.Jim Meyering
2005-03-28(reply_args): Use NULL, not `0'.Jim Meyering
2005-03-28(sparse_type_string, reply_args, decode_preserve_arg): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering
2005-03-28(GETOPT_HELP_OPTION_DECL): Use NULL, not `0'.Jim Meyering
(GETOPT_VERSION_OPTION_DECL): Likewise.
2005-03-27Use the same global destructor as dcgen.Jim Meyering
2005-03-27Simplify further, clean up. Require perl-5.002.Jim Meyering
Add a standard-output-closing global destructor.
2005-03-26(parse_line): Use char *, not unsigned char *. This avoids casts.Paul Eggert
(dc_parse_stream, main): Avoid casts. Adjust to simpler data structure generated by new dcgen.
2005-03-26Squeeze multiple blanks into one. Output a simplePaul Eggert
array of adjacent strings rather than a more complicated data structure; this saves space in the dircolors executable.
2005-03-26(usage): Document usage of LS_COLORS.Jim Meyering
2005-03-26Add "TERM cygwin".Paul Eggert
2005-03-25(main): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering
2005-03-25(parse_tab_stops, main): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering
2005-03-25(set_fields): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering
2005-03-25(DECIMAL_DIGIT_ACCUMULATE): Reverse the sense ofJim Meyering
the return value, and update callers:
2005-03-22.Jim Meyering