----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105387/ -----------------------------------------------------------
Review request for kdelibs. Description ------- kjs: Mark Date Infinity as invalid we currently accept Infinity as a valid date, but its not, we even calc with it, which may or may not lead to a result, but always to the wrong result. The correct way it to just report it as invalid, as we do by remembering it as NaN. Diffs ----- kjs/date_object.cpp 8a1fc2c Diff: http://git.reviewboard.kde.org/r/105387/diff/ Testing ------- Thanks, Bernd Buschinski
