Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 1997 15:23:37 -0800 (PST)
From:      Chris Timmons <cwt@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG
Subject:   cvs commit: src/contrib/global/btreeop btreeop.c err.c src/contrib/global/gctags C.c ctags.h err.c src/contrib/global/global global.c global.pl src/contrib/global/gtags gtags.c gtags.pl ...
Message-ID:  <199712152323.PAA20698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cwt         1997/12/15 15:23:37 PST

  Modified files:
    contrib/global/btreeop btreeop.c 
    contrib/global/gctags C.c ctags.h 
    contrib/global/global global.c 
    contrib/global/gtags gtags.c 
    contrib/global/lib   dbio.c dbio.h find.c find.h getdbpath.c 
                         gtagsopen.c locatestring.c lookup.c 
                         lookup.h mgets.c strop.c strop.h tab.c 
                         tag.c tag.h test.c 
  Removed files:
    contrib/global/btreeop err.c 
    contrib/global/gctags err.c 
    contrib/global/global global.pl 
    contrib/global/gtags gtags.pl 
    contrib/global/include ansi.h cdefs.h err.h 
  Log:
  Resolve -Wall issues and be stylistic about #include directives.
  
  Revision  Changes    Path
  1.4       +8 -2      src/contrib/global/btreeop/btreeop.c
  1.2       +89 -43    src/contrib/global/gctags/C.c
  1.2       +12 -6     src/contrib/global/gctags/ctags.h
  1.2       +18 -13    src/contrib/global/global/global.c
  1.2       +14 -11    src/contrib/global/gtags/gtags.c
  1.2       +7 -1      src/contrib/global/lib/dbio.c
  1.2       +1 -1      src/contrib/global/lib/dbio.h
  1.2       +3 -3      src/contrib/global/lib/find.c
  1.2       +2 -2      src/contrib/global/lib/find.h
  1.2       +9 -4      src/contrib/global/lib/getdbpath.c
  1.2       +8 -3      src/contrib/global/lib/gtagsopen.c
  1.2       +4 -0      src/contrib/global/lib/locatestring.c
  1.2       +1 -1      src/contrib/global/lib/lookup.c
  1.2       +1 -1      src/contrib/global/lib/lookup.h
  1.2       +2 -0      src/contrib/global/lib/mgets.c
  1.2       +7 -3      src/contrib/global/lib/strop.c
  1.2       +2 -2      src/contrib/global/lib/strop.h
  1.2       +2 -0      src/contrib/global/lib/tab.c
  1.2       +7 -2      src/contrib/global/lib/tag.c
  1.2       +1 -1      src/contrib/global/lib/tag.h
  1.2       +7 -3      src/contrib/global/lib/test.c



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