Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2006 16:47:22 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls ls.c
Message-ID:  <200603241647.k2OGlMxZ002839@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-03-24 16:47:22 UTC

  FreeBSD src repository

  Modified files:
    bin/ls               ls.c 
  Log:
  Fix a bug such that if you enabled sorting by size (-S) and enabled a
  flag to use a time other than modtime (-c, -u, or -U), the output would
  actually be sorted by the specified time rather than size.  This does
  alter the behavior in the case where both -S and -t are specified.  Now,
  -S is always preferred.  Previously, -t was preferred if one of -c, -u, or
  -U was specified, and -S was preferred otherwise.  Perhaps -S and -t should
  override each other (last one specified wins).
  
  Revision  Changes    Path
  1.84      +4 -4      src/bin/ls/ls.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603241647.k2OGlMxZ002839>