Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2001 10:24:42 -0800 (PST)
From:      Philippe Charnier <charnier@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ctags C.c ctags.1 ctags.c fortran.c print.c tree.c yacc.c
Message-ID:  <200112121824.fBCIOgT38468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
charnier    2001/12/12 10:24:42 PST

  Modified files:
    usr.bin/ctags        C.c ctags.1 ctags.c fortran.c print.c 
                         tree.c yacc.c 
  Log:
  Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em
  conversions. Sort #includes. Spelling. use errx() instead of err() when
  explicit message is given.
  
  Revision  Changes    Path
  1.6       +0 -1      src/usr.bin/ctags/C.c
  1.9       +29 -27    src/usr.bin/ctags/ctags.1
  1.12      +2 -2      src/usr.bin/ctags/ctags.c
  1.8       +0 -1      src/usr.bin/ctags/fortran.c
  1.8       +0 -2      src/usr.bin/ctags/print.c
  1.7       +1 -1      src/usr.bin/ctags/tree.c
  1.7       +1 -2      src/usr.bin/ctags/yacc.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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