Skip to content

Commit ee3ef8f

Browse files
committed
*) Introduce debugging symbols for Win32 release builds, both .pdb
and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb flavor.) [Allen Edwards, William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98596 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7934258 commit ee3ef8f

71 files changed

Lines changed: 1164 additions & 619 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Apache.dsp

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev
22

33
[Remove entries to the current 2.0 section below, when backported]
44

5+
*) Introduce debugging symbols for Win32 release builds, both .pdb
6+
and .dbg files (older debuggers and Dr. Watson-type utilities
7+
on WinNT or Win9x don't support the newer .pdb flavor.)
8+
[Allen Edwards, William Rowe]
9+
510
*) Try to log an error if a piped log program fails. Try to
611
restart a piped log program in more failure situations. PR 15761
712
[Jeff Trawick]

Makefile.win

Lines changed: 140 additions & 190 deletions
Large diffs are not rendered by default.

libhttpd.dsp

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/aaa/mod_auth_basic.dsp

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/aaa/mod_auth_digest.dsp

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/aaa/mod_authn_anon.dsp

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/aaa/mod_authn_dbm.dsp

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)