diff options
author | Alex Graveley <alex@ximian.com> | 2001-11-08 20:00:37 +0000 |
---|---|---|
committer | Alex Graveley <orph@src.gnome.org> | 2001-11-08 20:00:37 +0000 |
commit | a68d47ba0250da437c22e2fb90e70ced9bf1cb6b (patch) | |
tree | eff288bce15850b816aaf6da3de6d80f9464f1f4 /ChangeLog | |
parent | d00299e02f8e7c7c5f732b34285b283c4a21e5b6 (diff) | |
download | libsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.tar.gz libsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.tar.bz2 libsoup-a68d47ba0250da437c22e2fb90e70ced9bf1cb6b.zip |
Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and the
2001-11-08 Alex Graveley <alex@ximian.com>
* configure.in (debug_default): Set debug default to "minimum",
which turns off G_ENABLE_DEBUG (and the ptrace magic) by default.
To turn back on for a debugging environment, use --enable-debug.
* src/libsoup/soup-socket-unix.c (SOUP_PTRACE_DETACH): Wrap
SOUP_PTRACE defines in check for G_ENABLE_DEBUG.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2001-11-08 Alex Graveley <alex@ximian.com> + * configure.in (debug_default): Set debug default to "minimum", + which turns off G_ENABLE_DEBUG (and the ptrace magic) by default. + To turn back on for a debugging environment, use --enable-debug. + + * src/libsoup/soup-socket-unix.c (SOUP_PTRACE_DETACH): Wrap + SOUP_PTRACE defines in check for G_ENABLE_DEBUG. + +2001-11-08 Alex Graveley <alex@ximian.com> + * src/libsoup/soup-socks.c (socks_data_free): Add cleanup function to avoid leaving context/address references around. (WSHORT): Use memcpy. |