comparison auto/cc/ccc @ 517:dadfa78d2270 release-0.1.33

nginx-0.1.33-RELEASE import *) Bugfix: nginx could not be built with the --without-pcre parameter; the bug had appeared in 0.1.29. *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level cause the bus fault on start up. *) Bugfix: the HTTP protocol was specified in the HTTPS redirects. *) Bugfix: if the "rewrite" directive used the captures inside the "if" directive, then the 500 error code was returned.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 May 2005 12:07:45 +0000
parents 417a087c9c4d
children d620f497c50f
comparison
equal deleted inserted replaced
516:ea9642a65514 517:dadfa78d2270
8 8
9 # warnings 9 # warnings
10 10
11 CFLAGS="$CFLAGS -msg_enable level6 -msg_fatal level6" 11 CFLAGS="$CFLAGS -msg_enable level6 -msg_fatal level6"
12 12
13 CFLAGS="$CFLAGS -msg_disable unknownmacro"
14 CFLAGS="$CFLAGS -msg_disable unusedincl"
13 CFLAGS="$CFLAGS -msg_disable unnecincl" 15 CFLAGS="$CFLAGS -msg_disable unnecincl"
14 CFLAGS="$CFLAGS -msg_disable nestincl" 16 CFLAGS="$CFLAGS -msg_disable nestincl"
15 CFLAGS="$CFLAGS -msg_disable unusedincl"
16 CFLAGS="$CFLAGS -msg_disable unknownmacro"
17 CFLAGS="$CFLAGS -msg_disable strctpadding" 17 CFLAGS="$CFLAGS -msg_disable strctpadding"
18 CFLAGS="$CFLAGS -msg_disable ansialiascast" 18 CFLAGS="$CFLAGS -msg_disable ansialiascast"
19 CFLAGS="$CFLAGS -msg_disable inlinestoclsmod" 19 CFLAGS="$CFLAGS -msg_disable inlinestoclsmod"
20 CFLAGS="$CFLAGS -msg_disable cxxkeyword" 20 CFLAGS="$CFLAGS -msg_disable cxxkeyword"
21 CFLAGS="$CFLAGS -msg_disable longlongsufx" 21 CFLAGS="$CFLAGS -msg_disable longlongsufx"
22 CFLAGS="$CFLAGS -msg_disable valuepres"
22 23
23 # STUB 24 # STUB
24 CFLAGS="$CFLAGS -msg_disable truncintcast" 25 CFLAGS="$CFLAGS -msg_disable truncintcast"
25 CFLAGS="$CFLAGS -msg_disable trunclongcast" 26 CFLAGS="$CFLAGS -msg_disable trunclongcast"
27
26 CFLAGS="$CFLAGS -msg_disable truncintasn" 28 CFLAGS="$CFLAGS -msg_disable truncintasn"
27 CFLAGS="$CFLAGS -msg_disable trunclongint" 29 CFLAGS="$CFLAGS -msg_disable trunclongint"
28 CFLAGS="$CFLAGS -msg_disable intconcastsgn" 30 CFLAGS="$CFLAGS -msg_disable intconcastsgn"
29 CFLAGS="$CFLAGS -msg_disable intconstsign" 31 CFLAGS="$CFLAGS -msg_disable intconstsign"
32 CFLAGS="$CFLAGS -msg_disable switchlong"
33 CFLAGS="$CFLAGS -msg_disable subscrbounds2"
34
30 CFLAGS="$CFLAGS -msg_disable hexoctunsign" 35 CFLAGS="$CFLAGS -msg_disable hexoctunsign"
31 CFLAGS="$CFLAGS -msg_disable switchlong" 36
32 CFLAGS="$CFLAGS -msg_disable valuepres"
33 CFLAGS="$CFLAGS -msg_disable subscrbounds2"
34 CFLAGS="$CFLAGS -msg_disable ignorecallval" 37 CFLAGS="$CFLAGS -msg_disable ignorecallval"
35 CFLAGS="$CFLAGS -msg_disable nonstandcast" 38 CFLAGS="$CFLAGS -msg_disable nonstandcast"
36 CFLAGS="$CFLAGS -msg_disable embedcomment" 39 CFLAGS="$CFLAGS -msg_disable embedcomment"
37 CFLAGS="$CFLAGS -msg_disable unreachcode" 40 CFLAGS="$CFLAGS -msg_disable unreachcode"
38 CFLAGS="$CFLAGS -msg_disable questcompare2" 41 CFLAGS="$CFLAGS -msg_disable questcompare2"
39 CFLAGS="$CFLAGS -msg_disable unusedtop" 42 CFLAGS="$CFLAGS -msg_disable unusedtop"
40 CFLAGS="$CFLAGS -msg_disable unrefdecl" 43 CFLAGS="$CFLAGS -msg_disable unrefdecl"
44
41 CFLAGS="$CFLAGS -msg_disable bitnotint" 45 CFLAGS="$CFLAGS -msg_disable bitnotint"