| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> symbols.in, libsandbox.c: |
|
|
6 | Add wrapper for access() function, bug #85413. |
| 4 | |
7 | |
| 5 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c: |
8 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c: |
| 6 | Use generic getcwd() implementation from uclibc - should be more portable |
9 | Use generic getcwd() implementation from uclibc - should be more portable |
| 7 | and looks a bit cleaner. |
10 | and looks a bit cleaner. |
| 8 | |
11 | |