]> andersk Git - splint.git/commit
- library fixes:
authorevans1629 <evans1629>
Mon, 8 Jul 2002 18:10:24 +0000 (18:10 +0000)
committerevans1629 <evans1629>
Mon, 8 Jul 2002 18:10:24 +0000 (18:10 +0000)
commitf9264521e093e570a8831d5238ccc3bc20e01119
tree934b947ecaf6f055c4c340f58fe4d47353def338
parent74738c0fa6a63f888fa6fb0758c9ad438d47a700
- library fixes:

<b>getgrgid, getgrnam, getpwnam</b>
<blockquote>
These functions from grp.h in the Posix and Unix libraries should be
declared to return /*@observer@*/ references.  Reported by Enrico
Scholz.  Fixed in CVS (2002-07-08), will be in 3.0.1.7.
</blockquote>

<b>sys/resource.h</b>
<blockquote>
The sys/resource.h segment of the Unix library was not updated to
SUSv3.  The type of rlim_t, struct rlimit and struct rusage have been
updated.  Reported by Enrico Scholz.  Fixed in CVS (2002-07-08), will be
in 3.0.1.7.
</blockquote>

<b>Standard library missing snprintf</b>
<blockquote>
snprintf is in the unix library, but not the standard library.  It was
added to ISO C99, so should be in the standard library.  Reported by
Olivier L'Heureux.  Fixed in CVS (2002-07-08), will be in 3.0.1.7.
</blockquote>

- parsing support for restrict pointers

- showloadloc to control printing line number for load files
56 files changed:
lib/Makefile.am
lib/Makefile.in
lib/posix.h
lib/standard.h
lib/stdio.h
lib/unix.h
src/Headers/basic.h
src/Headers/cgrammar_tokens.h
src/Headers/forwardTypes.h
src/Headers/lclTypeSpecNode.h
src/Headers/lctype.h
src/Headers/llgrammar_gen.h
src/Headers/llgrammar_gen2.h
src/Headers/mtgrammar_tokens.h
src/Headers/qtype.h
src/Headers/qual.h
src/Headers/qualList.h
src/Headers/sort.h
src/Makefile.am
src/Makefile.in
src/abstract.c
src/cgrammar.c.der
src/cgrammar.y
src/cpplib.c
src/cscanner.l
src/ctype.c
src/fileloc.c
src/flags.c
src/flags.def
src/general.c
src/llgrammar.c.der
src/llgrammar.y
src/llmain.c
src/message.c
src/mtgrammar.c
src/mtgrammar.c.der
src/mtgrammar.y
src/mtscanner.c
src/qtype.c
src/qual.c
src/qualList.c
src/sort.c
src/usymtab_interface.c
test/Makefile.am
test/Makefile.in
test/ansireserved.expect
test/db1.expect
test/db1/Makefile
test/db2/Makefile
test/db3.expect
test/db3/Makefile
test/external.expect
test/libs.expect
test/tainted.expect
test/tainted/Makefile
test/tests2.2.expect
This page took 0.069369 seconds and 5 git commands to generate.