• Show log

    Commit

  • Hash : 870fb0df
    Author : Jim Meyering
    Date : 2001-11-28T06:57:02

    (quotearg_n, quotearg_n_style): Likewise.
    (SIZE_MAX, UINT_MAX): New macros.
    (quotearg_n_options): Abort if N is negative.
    Avoid overflow check on hosts where size_t is 64 bits and int
    is 32 bits, as overflow is impossible there.
    Fix off-by-one typo that caused unnecessary reallocation.
    

  • README

  • The files in this directory are shared between the fileutils, sh-utils,
    and textutils packages.  Not all files are used by each package.
    The autoconf tests required for these files are in ../m4.
    
    The library name, fetish, is a permutation of the first two
    letters of each of the package names: FIleutils, TExtutils, SH-utils.