| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 01 May 2005; Brian Harring <ferringb@gentoo.org> libsandbox.c: |
|
|
6 | killed off _init and _fini in favor of |
|
|
7 | void __attribute__ ((constructor)) init_func and |
|
|
8 | void __attribute__ ((destructor)) closing_func. _(init|func) were deprecated. |
| 4 | |
9 | |
| 5 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
10 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
| 6 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
11 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
| 7 | having the hick-ups. |
12 | having the hick-ups. |
| 8 | |
13 | |