gecko-dev/string/public
2000-05-20 18:22:05 +00:00
..
nsAReadableString.h fixed a problem with cut and advancing past the end of a string with an iterator r=waterson 2000-05-16 10:13:23 +00:00
nsAWritableString.h Checking in patch from Jim Dunn to fix platform bustage on HPUX. In fact, this is the way the code should have been written in the first place due to the C++ standard section 14.6.2(3). Members of the template base class just aren't visible without explicit scoping of some form, typically |this->|. r=scc 2000-05-20 18:19:27 +00:00
nsCharTraits.h Fixing platform bustage only caught by SunOS Workshop. Need a |const| in a cast to avoid casting away |const|-ness. r=jdunn 2000-05-20 18:22:05 +00:00
nsFragmentedString.h changed some comments 2000-05-12 05:20:21 +00:00
nsSharedString.h fixed macro-based comparison operators to help with our type-unification problems 2000-05-13 21:39:37 +00:00