cvs commit: src/usr.bin/tr tr.c

Andrey A. Chernov ache at FreeBSD.org
Sun Aug 3 19:57:19 PDT 2003


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


More information about the cvs-src mailing list