Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2003 19:57:18 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tr tr.c
Message-ID:  <200308040257.h742vIw1065832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2003/08/03 19:57:18 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/tr           tr.c 
  Log:
  Special fix just for
          tr -[cC]s '[:upper:]' '[:lower:]'
  case (or vice versa):
  chars taken from s2 can be different this time
  due to lack of complex upper/lower processing,
  so fill string2 again to not miss some.
  
  Revision  Changes    Path
  1.21      +7 -0      src/usr.bin/tr/tr.c



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