]> git.ipfire.org Git - thirdparty/squid.git/commit
Undid recent clean()-related changes that broke strListAdd() and possibly
authorrousskov <>
Thu, 24 Jan 2008 06:08:58 +0000 (06:08 +0000)
committerrousskov <>
Thu, 24 Jan 2008 06:08:58 +0000 (06:08 +0000)
commite7e1bf600918597e0e0a3656050e34f95712cfda
tree8c3562258c398419f42b7eecceb70654910d0954
parent4fbc2a54bc1c473a1dfd5db67db8eb88a322fbe5
Undid recent clean()-related changes that broke strListAdd() and possibly
other String-manipulating functions.

Separated low-level private methods from public ones. Documented and polished
some of the code. More work needed (see TODOs).

Reduced the number of double-clean() calls in the spirit of the undone changes.
src/SquidString.h
src/String.cc