]> git.ipfire.org Git - thirdparty/squid.git/commit - src/base/CharacterSet.h
Implemented CharacterSet's operator + and addRange, fixed bug in interface of operato...
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 29 Dec 2013 22:59:39 +0000 (23:59 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 29 Dec 2013 22:59:39 +0000 (23:59 +0100)
commit18538c139d3c0e3a37ae6c1f812f8234b9a49653
tree57c91ad4a0390ddca95f8c01aa6c93eb11f18088
parent504fa70a24382a9b431e23ebc913aa53231b201e
Implemented CharacterSet's operator + and addRange, fixed bug in interface of operator+=, added some common CharacterSets, initial unit tests
src/base/CharacterSet.cc
src/base/CharacterSet.h
src/base/Makefile.am
src/base/testCharacterSet.cc [new file with mode: 0644]
src/base/testCharacterSet.h [new file with mode: 0644]