]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Gcc-3.3 tidyups.
authorrobertc <>
Thu, 19 Jun 2003 19:11:59 +0000 (19:11 +0000)
committerrobertc <>
Thu, 19 Jun 2003 19:11:59 +0000 (19:11 +0000)
commitb6012c1a778704fd220c5cc06542d774d3586ae2
treec06abc540b939e680870ce894aeddd49c2f59754
parent761249b953417a67cd53ea671eee8c7979918d49
Summary: Gcc-3.3 tidyups.
Keywords:

* Gave lib/ the same AM CXX and CFLAGS as src/
* In mempool, extract method on the free cache cleanup, and use a more correct type for Free, to avoid a warning on our use of 'type punned' pointers.
* Make squid_rn_inithead typesafe, and adjust usage throughout.
* rfc1738_do_escape needed adjustment for the use of char comparison with 0xFF.
* Make ACL Request/Reply HeaderStrategy singleton instance variable a pointer rather than instance to allow for stricter scoping rules.
* VectorMap<Key,Value>::indexUsed (unsigned char const index) had a tautology assert.
doc/release-notes/release-3.0.sgml
include/radix.h
lib/Makefile.am
lib/MemPool.c
lib/radix.c
lib/rfc1738.c
src/ACLReplyHeaderStrategy.h
src/ACLRequestHeaderStrategy.h
src/HttpHdrRange.cc
src/asn.cc
src/delay_pools.cc