Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: christos
Date: Wed May 17 20:36:50 UTC 2006
Modified Files:
src/lib/libc/gen: closedir.c directory.3 opendir.c readdir.c
rewinddir.c seekdir.c telldir.c
src/lib/libc/include: extern.h
Added Files:
src/lib/libc/gen: dirent_private.h
Log Message:
PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer of
locations per directory instead of a global hash table to avoid memory
leak issues, and incorrect results.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/gen/closedir.c
cvs rdiff -r1.24 -r1.25 src/lib/libc/gen/directory.3
cvs rdiff -r0 -r1.1 src/lib/libc/gen/dirent_private.h
cvs rdiff -r1.30 -r1.31 src/lib/libc/gen/opendir.c
cvs rdiff -r1.22 -r1.23 src/lib/libc/gen/readdir.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/gen/rewinddir.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/seekdir.c
cvs rdiff -r1.17 -r1.18 src/lib/libc/gen/telldir.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/include/extern.h
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