| 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 | |
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. |
|
|
9 | |
|
|
10 | 06 Dec 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, libsandbox.c, |
|
|
11 | canonicalize.c, getcwd.c: Fixed compilation *again*. Hopefully cvs is done |
|
|
12 | having the hick-ups. |
|
|
13 | |
|
|
14 | 04 Dec 2004; Brian Harring <ferringb@gentoo.org> libsandbox.c, getcwd.c, |
|
|
15 | Makefile.am: Fixed compilation. |
|
|
16 | |
|
|
17 | 01 Dec 2004; Brian Harring <ferringb@gentoo.org> aclocal.m4: |
|
|
18 | Gutted the bugger so it stops checking for a c++ and fortran compiler. |
|
|
19 | Do *not* regenerate aclocal.m4 for making a release until a better |
|
|
20 | solution is created. |
|
|
21 | |
|
|
22 | 20 Nov 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, sandbox_futils.c: |
|
|
23 | Removal of more hardcoded paths. |
|
|
24 | |
|
|
25 | 20 Nov 2004; Brian Harring <ferringb@gentoo.org> Makefile.am, configure.in, |
|
|
26 | sandbox_futils.c: tweaks to install sandbox.bashrc, and use it. |
|
|
27 | |
| 5 | 19 Nov 2004; Brian harring <ferringb@gentoo.org>: |
28 | 19 Nov 2004; Brian Harring <ferringb@gentoo.org>: |
| 6 | Sandbox is now autotooled, create-localdecls needs to be killed and the code |
29 | Sandbox is now autotooled, create-localdecls needs to be killed and the code |
| 7 | shifted into configure.in. Currently builds *one* libsandbox.so- if multiple |
30 | shifted into configure.in. Currently builds *one* libsandbox.so- if multiple |
| 8 | are desired (-m64 and -m32 for amd64), the ebuild should do it (imo). |
31 | are desired (-m64 and -m32 for amd64), the ebuild should do it (imo). |
| 9 | To get to a point of testing, automake && autoconf; created requisite files w/ |
32 | To get to a point of testing, automake && autoconf; created requisite files w/ |
| 10 | a(utomake|clocal)-1.8, and autoconf 2.59. Installs to /usr/, instead of |
33 | a(utomake|clocal)-1.8, and autoconf 2.59. Installs to /usr/, instead of |