re-added .lclintrc and .cvsignore files from CVS

This commit is contained in:
Дмитрий Левин 2002-03-25 20:27:37 +00:00
parent 82a4763c66
commit c15b8e601d
24 changed files with 538 additions and 0 deletions

34
.cvsignore Normal file
View File

@ -0,0 +1,34 @@
.deps
.depend
.depend-done
.libs
Doxyfile
Makefile
Makefile.in
apidocs
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
doxygen
find-requires
find-provides
lib-rpmrc
libtool
ltconfig
ltmain.sh
macros
platform
rpm
rpm[a-z]
rpm2cpio
rpmconvert
rpmpopt
rpmrc
stamp-h
stamp-h.in
rpm-*.tar.gz

129
.lclintrc Normal file
View File

@ -0,0 +1,129 @@
-I. -I./build -I./lib -I./rpmdb -I./rpmio -I./popt -DHAVE_CONFIG_H -D_GNU_SOURCE
#+partial
#+forcehints
-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
#-deepbreak # shortcut 485 occurences
+checks # lclint level
# --- splint is pickier yet
-compdestroy
-mustdefine
-shiftimplementation # <ctype.h> pain
# --- lclint-3.0.0.15 is pickier than lclint-2.5r
#-formatconst
#-compdef
#-nullstate
-usedef # 296 occurences wtfo?
#-unsignedcompare
#-compmempass
#-multithreaded
#-nullderef # 6 occurences in getdate.y
#-nullpass
#-unrecog
#-portability
#-readonlytrans # 128 occurences in getdate.y
#-noparams
-usereleased # 3 occurences wtfo?
#-firstcase
#-shadow
#-bufferoverflowhigh
#-superuser
#-retvalint
#-incondefs
#-nullptrarith
#-fcnuse
-fielduse # noisy in 3.0.0.15
#-varuse
#-exportlocal
#-exportheadervar
# --- not-yet at strict level
#+ptrarith
#+bitwisesigned
#+strictops
#+sizeoftype
#+mod-uncon # shortcut alloca is painful
#+mod-nomods # 927 occurences
+modglobsnomods
+modstrictglobsnomods
#+mod-uncon-nomods # ~118 occurences
#+mod-internal-strict
#+mod-file-sys # 153 occurences
#+globnoglobs # 1 occurence
#+internalglobs # 38 occurences
#+internalglobnoglobs # ???
#+modglobsunchecked # 73 occurences
+warnmissingglobs
#+warnmissingglobsnomods # ???
#+impcheckedstrictglobs # 358 occurences
#+impcheckedstrictstatics # 1057 occurences
#+strictusereleas
#+strictbranchstate
#+strictdestroy
#+modobserveruncon # 192 occurences
+macroempty
#+ansi-reserved-internal
#+evalorderuncon # 32 occurences
#+elseifcomplete # 95 occurences
#+loopswitchbreak # 286 occurences
#+switchswitchbreak # 32 occurences
#+looploopcontinue # 86 occurences
+forempty
#+whileblock
#+forblock
#+ifblock
#+noeffectuncon # 228 occurences
+topuse
#+unusedspecial
+oldstyle
#+sys-dir-errors # 749
#controlnestdepth 15
#stringliterallen 509
#numstructfields 127
#numenummembers 127
# --- not-yet at checks level
-predboolptr # 773 occurences
+enumint # 93 occurences
-allglobs # 131 occurrences
-ansi-reserved # goofy
-infloopsuncon # goofy
-proto-param-match # 59 occurences
# don't-bother-me-yet parameters
-branchstate # painful
-mustfree # alloca is painful
# --- not-yet at standard level
-boolops # w->n
-predboolint # w->n
-type #
# -weak paramaters
#+boolint
#-boolops
#+ignorequals
#+ignoresigns
#-mustfree
#+longintegral
#+matchanyintegral
#-nullpass
#-observertrans
#-predboolint
#-predboolothers
#-retvalint
#-retvalother
#-shiftsigned

7
build/.cvsignore Normal file
View File

@ -0,0 +1,7 @@
.deps
.depend
Makefile
Makefile.in
.libs
*.la
*.lo

66
build/.lclintrc Normal file
View File

@ -0,0 +1,66 @@
-I. -I.. -I../lib -I../rpmdb -I../rpmio -I../beecrypt -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
+forcehints
-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
-includenest 16 # getting deep, sigh
# --- +partial artifacts
-declundef
-exportheadervar
-exportlocal
-enummemuse
-fcnuse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # pita
-elseifcomplete # 95 occurences
-exportconst # 839 occurences
-exportfcn
-exporttype
-exportvar
-fielduse # 1 occurence <bits/sigset.h>
-forblock # tedious
-ifblock # tedious
-incondefs # <bits/{ipc,pthreadtypes}.h> heartburn
-matchfields # <bits/ipc.h> heartburn
-namechecks # tedious ANSI compliance checks
-numenummembers 1024 # RPMTAG has 138 members
-numstructfields 256 # Java jni.h has 229 fields
-ptrarith # tedious
-compdestroy
-mustdefine
-shiftimplementation
#-shiftnegative
-strictops
-strictusereleased
-stringliterallen 4096 # redhat*PubKey's are big
-whileblock # tedious
# --- not-yet at checks level
-ansi-reserved
+enumint
-mustfree
-predboolptr
-usedef
# --- not-yet at standard level
-boolops
-predboolint
+boolint
+charint
+ignorequals
+matchanyintegral

2
doc/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
doc/ja/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
doc/manual/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
doc/pl/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
doc/ru/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

2
doc/sk/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

9
lib/.cvsignore Normal file
View File

@ -0,0 +1,9 @@
.deps
.depend
Makefile
Makefile.in
getdate.c
tagtable.c
.libs
*.la
*.lo

46
lib/.lclintrc Normal file
View File

@ -0,0 +1,46 @@
-I. -I.. -I../build -I../rpmdb -I../rpmio -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
-warnunixlib
-warnposix
+unixlib
# XXX ignore doxygen markings
-unrecogcomments
#+mustmod # segfault in psm.c:597
+proto-param-match
#-cpp-names
#-declundef # db3 is noisy
#-deepbreak # 485 cases
#-export-local
#-export-header
#-export-header-var
# don't-bother-me-yet parameters
-branchstate # ~140 painful
-mustfree # ~588 alloca is painful
# not-yet normal parameters
-boolops # ~831 w->n
-predboolint # ~574 w->n
-type # ~872
# -weak paramaters
#+boolint
#-boolops
#+ignorequals
#+ignoresigns
#-mustfree
#+longintegral
#+matchanyintegral
#-nullpass
#-observertrans
#-predboolint
#-predboolothers
#-retvalint
#-retvalother
#-shiftsigned

7
misc/.cvsignore Normal file
View File

@ -0,0 +1,7 @@
.deps
.depend
Makefile
Makefile.in
.libs
*.la
*.lo

7
po/.cvsignore Normal file
View File

@ -0,0 +1,7 @@
Makefile
Makefile.in
POTFILES
stamp-cat-id
cat-id-tbl.c
*.mo
*.gmo

7
python/.cvsignore Normal file
View File

@ -0,0 +1,7 @@
.deps
Makefile
Makefile.in
config.h.in
.libs
*.la
*.lo

36
python/.lclintrc Normal file
View File

@ -0,0 +1,36 @@
-I. -I.. -I../lib -I../rpmdb -I../rpmio -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
-warnunixlib
-warnposix
+unixlib
# XXX ignore doxygen markings
-unrecogcomments
# don't-bother-me-yet parameters
-branchstate # ~39
-mustfree # ~325
# not-yet normal parameters
-boolops # ~351 w->n
-predboolint # ~200 w->n
-type # ~271
# -weak paramaters
#+boolint
#-boolops
#+ignorequals
#+ignoresigns
#-mustfree
#+longintegral
#+matchanyintegral
#-nullpass
#-observertrans
#-predboolint
#-predboolothers
#-retvalint
#-retvalother
#-shiftsigned

9
rpmdb/.cvsignore Normal file
View File

@ -0,0 +1,9 @@
.deps
.depend
.created
Makefile
Makefile.in
.libs
db3lobjs
*.la
*.lo

66
rpmdb/.lclintrc Normal file
View File

@ -0,0 +1,66 @@
-I. -I.. -I../build -I../lib -I../rpmio -I../beecrypt -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
+forcehints
-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
-includenest 16 # getting deep, sigh
# --- +partial artifacts
-declundef
-exportheadervar
-exportlocal
-enummemuse
-fcnuse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # pita
-elseifcomplete # 95 occurences
-exportconst # 839 occurences
-exportfcn
-exporttype
-exportvar
-fielduse # 1 occurence <bits/sigset.h>
-forblock # tedious
-ifblock # tedious
-incondefs # <bits/{ipc,pthreadtypes}.h> heartburn
-matchfields # <bits/ipc.h> heartburn
-namechecks # tedious ANSI compliance checks
-numenummembers 1024 # RPMTAG has 138 members
-numstructfields 256 # Java jni.h has 229 fields
-ptrarith # tedious
-compdestroy
-mustdefine
-shiftimplementation
#-shiftnegative
-strictops
-strictusereleased
-stringliterallen 4096 # redhat*PubKey's are big
-whileblock # tedious
# --- not-yet at checks level
-ansi-reserved
+enumint
-mustfree
-predboolptr
-usedef
# --- not-yet at standard level
-boolops
-predboolint
+boolint
+charint
+ignorequals
+matchanyintegral

11
rpmio/.cvsignore Normal file
View File

@ -0,0 +1,11 @@
.created
.deps
.depend
Makefile
Makefile.in
.libs
*.la
*.lo
tdigest
tkey
trpmio

65
rpmio/.lclintrc Normal file
View File

@ -0,0 +1,65 @@
-I. -I.. -I../popt -DHAVE_CONFIG_H -D_GNU_SOURCE
+partial
+forcehints
-warnunixlib
-warnposix
+unixlib
-unrecogcomments # XXX ignore doxygen markings
+strict # lclint level
# --- +partial artifacts
-declundef
-exportheadervar
-exportlocal
-enummemuse
-fcnuse
-typeuse
-varuse
# --- not-yet at strict level
-bitwisesigned # pita
-elseifcomplete # 95 occurences
-exportconst # 839 occurences
-exportfcn
-exporttype
-exportvar
-fielduse # 1 occurence <bits/sigset.h>
-forblock # tedious
-ifblock # tedious
-incondefs # <bits/{ipc,pthreadtypes}.h> heartburn
-matchfields # <bits/ipc.h> heartburn
-namechecks # tedious ANSI compliance checks
-numenummembers 1024 # RPMTAG has 138 members
-numstructfields 256 # Java jni.h has 229 fields
-ptrarith # tedious
-compdestroy
-mustdefine
-shiftimplementation
#-shiftnegative
-strictops
-strictusereleased
-stringliterallen 4096 # redhat*PubKey's are big
-whileblock # tedious
# --- not-yet at checks level
-ansi-reserved
+enumint
-mustfree
-predboolptr
-usedef
# --- not-yet at standard level
-boolops
-predboolint
+boolint
+charint
+ignorequals
+matchanyintegral

3
scripts/.cvsignore Normal file
View File

@ -0,0 +1,3 @@
Makefile
Makefile.in
brp-redhat

7
tests/.cvsignore Normal file
View File

@ -0,0 +1,7 @@
Makefile
Makefile.in
rpmrc
macros
usr
bin
var

View File

@ -0,0 +1,3 @@
Makefile
Makefile.in
*.out

14
tools/.cvsignore Normal file
View File

@ -0,0 +1,14 @@
.deps
.depend
.libs
Makefile
Makefile.in
dump
dumpdb
javadeps
rpmarchive
rpmheader
rpminject
rpmlead
rpmsort
rpmsignature