I was noticing some wording changes to section 5.6 for C++11. (I'm looking at the draft C++ standard N3242, dated 2011-02-28.) The new (draft) standard includes the sentence:
"For integral operands the / operator yields the algebraic quotient with any fractional part discarded;"
This statement is not in 5.6 of the 03 standard (ISO-IEC-14882-2003), but I don't think this is a change, is it? This is how C and C++ has worked for years unless I've lost my mind (which may have happened anyway).