office-gobmx/tools
Eike Rathke 2b2f6abfcc introduced Date::IsValidDate() and Date::Normalize()
+ IsValidDate() checks only day and month regarding the year, not Gregorian
  cut-off date as now does IsValidAndGregorian().
+ Normalize() carries over invalid day and month values to next months and
  years.
* All methods that return or internally use a day count now internally
  normalize the date values, without modifying the actual Date instance. So,
  if the date is not valid you may get unexpected results.
  * Previously, a date with month>12 would had accessed the days-of-month
    array out of bounds on all such methods. So you would had gotten
    unexpected results anyway..
  * Affected methods are:
    GetDayOfYear()
    GetWeekOfYear()
    GetDaysInMonth()
    static DateToDays()
2011-11-30 02:46:55 +01:00
..
bootstrp ByteString->rtl::OString[Buffer] 2011-11-28 09:55:02 +00:00
inc introduced Date::IsValidDate() and Date::Normalize() 2011-11-30 02:46:55 +01:00
prj
qa remove include of pch header from tools 2011-11-27 13:25:56 -06:00
source introduced Date::IsValidDate() and Date::Normalize() 2011-11-30 02:05:23 +01:00
test remove include of pch header from tools 2011-11-27 13:25:56 -06:00
unx/source/dll remove include of pch header from tools 2011-11-27 13:25:56 -06:00
win remove include of pch header from tools 2011-11-27 13:25:56 -06:00
workben remove include of pch header from tools 2011-11-27 13:25:56 -06:00
CppunitTest_tools_test.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Executable_bestreversemap.mk
Executable_mkunroll.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Executable_rscdep.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Executable_so_checksum.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Executable_tools_cppunittester_all.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Library_tl.mk remove pch from the include list 2011-11-27 15:24:45 -06:00
Makefile move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Module_tools.mk
Package_inc.mk
Package_reversemap.mk
StaticLibrary_ooopathutils.mk