Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   kleink
Date:           Tue Mar 22 20:13:42 UTC 2005

Modified Files:
        src/include: search.h
        src/lib/libc/stdlib: tfind.c tsearch.3

Log Message:
* Add restrict qualifiers to tdelete() function arguments.
* Const-poison tfind()'s rootp argument, per SVID Issue 1 and later.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/include/search.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/stdlib/tfind.c
cvs rdiff -r1.6 -r1.7 src/lib/libc/stdlib/tsearch.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index