| 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> getcwd.c: |
|
|
6 | Use generic getcwd() implementation from uclibc - should be more portable |
|
|
7 | and looks a bit cleaner. |
| 4 | |
8 | |
| 5 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c, libsandbox.c: |
9 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c, libsandbox.c: |
| 6 | Make sure our true_* pointers are initialized to NULL, and that we check for |
10 | Make sure our true_* pointers are initialized to NULL, and that we check for |
| 7 | all references that they are valid. |
11 | all references that they are valid. |
| 8 | |
12 | |