comparison src/ChangeLog @ 10336:1603dfe72933

obsolete fstat, handle the functionality by stat
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 19 Feb 2010 06:58:13 +0100
parents 9dd04a06410e
children 21dd58bd683c
comparison
equal deleted inserted replaced
10335:9dd04a06410e 10336:1603dfe72933
1 2010-02-18 Jaroslav Hajek <highegg@gmail.com>
2
3 * syscalls.cc (mk_stat_result): New helper function.
4 (Flstat): Call it here.
5 (Fstat): Also here. Handle also the fstat case here.
6
1 2010-02-18 Thorsten Meyer <thorsten.meyier@gmx.de> 7 2010-02-18 Thorsten Meyer <thorsten.meyier@gmx.de>
2 8
3 * dirfns.cc (Fglob): Document globbing patterns, add test. 9 * dirfns.cc (Fglob): Document globbing patterns, add test.
4 10
5 2010-02-18 Jaroslav Hajek <highegg@gmail.com> 11 2010-02-18 Jaroslav Hajek <highegg@gmail.com>