summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-27(argmatch): Clarify comment: null-terminated -> NULL-terminated.Jim Meyering
2005-03-27*** empty log message ***Jim Meyering
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-26Clarify NUL vs null byte vs null character.Paul Eggert
2005-03-26Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert
2005-03-26one's complement -> ones' complementPaul Eggert
2005-03-26one's complement -> ones' complementPaul Eggert
2005-03-26Fix comment nits in intprops.h.Paul Eggert
2005-03-26Fix comment nits.Paul Eggert
2005-03-26Simplify dcgen and dircolors.c.Paul Eggert
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*** empty log message ***Jim Meyering
2005-03-26(usage): Document usage of LS_COLORS.Jim Meyering
2005-03-26* src/dircolors.hin: Add "TERM cygin".Paul Eggert
2005-03-26Add "TERM cygwin".Paul Eggert
2005-03-25*** empty log message ***Jim Meyering
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-23*** empty log message ***Jim Meyering
2005-03-23Remove duplicate `#include "stat-macros.h"'.Jim Meyering
2005-03-22*** empty log message ***Jim Meyering
2005-03-22Reflect renaming: config -> build-aux.Jim Meyering
2005-03-22.Jim Meyering
2005-03-22Reflect renaming: config -> build-aux.Jim Meyering
2005-03-22Reflect renaming: config -> build-aux.Jim Meyering
2005-03-22Reflect renaming: config -> build-aux.Jim Meyering
2005-03-22moved to ../build-auxJim Meyering
2005-03-22*** empty log message ***Jim Meyering
2005-03-22Reflect renaming: config -> build-aux.Jim Meyering
2005-03-22.Jim Meyering
2005-03-22*** empty log message ***Jim Meyering
2005-03-22(get_funky_string): Use '\a', rather than 7, for portability to EBCDIC hosts.Jim Meyering
2005-03-21Regenerate.Paul Eggert
2005-03-21* Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,Paul Eggert
as they are now done by Autoconf macros.
2005-03-21(libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,Paul Eggert
as they are now done by Autoconf macros.
2005-03-21Import a few more changes from gnulib.Paul Eggert
2005-03-21(gl_XSTRTOL): Add xstrtoul.c to AC_LIBSOURCES.Paul Eggert
Add xstrtoul to AC_LIBOBJ.
2005-03-21Add stat-macros.h to AC_LIBSOURCES.Paul Eggert
2005-03-21Regenerate.Paul Eggert
2005-03-21Replace onceonly.m4 with onceonly_2_57.m4 to shrink "configure".Paul Eggert
2005-03-21Import memcasecmp.m4 change from gnulib.Paul Eggert
2005-03-21gl_FUNC_MEMCASECMP -> gl_MEMCASECMPPaul Eggert
2005-03-21Another change imported from gnulib.Paul Eggert
(gl_MEMCASECMP): Renamed from gl_FUNC_MEMCASECMP. All uses changed. Require AC_HEADER_STDC instead of invoking it. Remove check for stddef.h, size_t, const, since we now assume C89 or better.
2005-03-21.Jim Meyering
2005-03-21Sync from gnulib.Paul Eggert
2005-03-20*** empty log message ***Jim Meyering