diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-27 21:19:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-27 21:19:53 +0800 |
commit | 01d4432d9c051e5381aa4ebca6b945d30f1075b8 (patch) | |
tree | e3d8582dd6aee70e146deeed697b416a31a17047 /ChangeLog | |
parent | 43e470f7461e38da9ec1894df5fbe619fb65ceb2 (diff) | |
download | gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.gz gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.bz2 gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.lz gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.xz gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.tar.zst gsoc2013-epiphany-01d4432d9c051e5381aa4ebca6b945d30f1075b8.zip |
Remove the hack, and just use the libc function for it. Thanks to Crispin
2004-09-27 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/ephy-debug.c: (trap_handler), (ephy_debug_init):
Remove the hack, and just use the libc function for it.
Thanks to Crispin for suggesting this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ 2004-09-27 Christian Persch <chpe@cvs.gnome.org> * configure.ac: + * lib/ephy-debug.c: (trap_handler), (ephy_debug_init): + + Remove the hack, and just use the libc function for it. + Thanks to Crispin for suggesting this. + +2004-09-27 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: Improve configure check for DumpStackToFile to actually work. |