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

Liam J. Foy liamfoy at crater.dragonflybsd.org
Wed Feb 16 12:35:57 PST 2005


liamfoy     2005/02/16 12:35:09 PST

DragonFly src repository

  Modified files:
    usr.bin/from         from.c 
  Log:
  - isupper(x) can be true for x in [128..255], but since tolower(x) is
    required to return x if it cannot be translated, we don't need the
    isupper() test. - NetBSD 1.16
  - Kill registers
  - Constify
  - Style(9)
  
  Revision  Changes    Path
  1.4       +11 -12    src/usr.bin/from/from.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/from/from.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list