diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2003-02-06 22:54:55 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2003-02-06 22:54:55 +0000 |
commit | d19f4118c46faf52e2310ac938e4fdbd71e02ff0 (patch) | |
tree | bfe36e837acfe5a720b1f63fcd03f21e3ad58329 /CHANGES | |
parent | 784c380610b92a49934703a267eb35f86cc8f088 (diff) | |
download | libapr-d19f4118c46faf52e2310ac938e4fdbd71e02ff0.tar.gz |
*) Introduce Release mode debugging symbols for Win32 builds of apr.
All library builds gain /Zi for debug symbols (which are discarded
at link time if some flavor of the /debug flag isn't passed to link)
and .dll builds gain both .pdb and .dbg files (older debuggers and
Dr. Watson-type utilities on WinNT or Win9x don't support the newer
.pdb symbol files.) Documentation on how-to-use these symbol files
will be forthcoming. [Allen Edwards, William Rowe]
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Changes with APR 0.9.2 + *) Introduce Release mode debugging symbols for Win32 builds of apr. + All library builds gain /Zi for debug symbols (which are discarded + at link time if some flavor of the /debug flag isn't passed to link) + and .dll builds gain both .pdb and .dbg files (older debuggers and + Dr. Watson-type utilities on WinNT or Win9x don't support the newer + .pdb symbol files.) Documentation on how-to-use these symbol files + will be forthcoming. [Allen Edwards, William Rowe] + *) Allow apr_proc_create() to call an app-provided error reporting function when apr_proc_create() fails in the new child process after fork(). The app-provided error reporting function will only |