Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / longlong.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-28  Vadim ZeitlinFix wxULongLongNative::ToDouble() compilation with...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-08-22  Michael WetherellUse string.h instead of memory.h, since some system...
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Vadim Zeitlinadded wxLongLong::ToDouble()
2005-07-28  Vadim Zeitlinfix for wxLongLong division test (patch 1233771)
2005-05-04  Vadim Zeitlininclude iostream headers before using iostream classes...
2005-02-28  Vadim Zeitlinfixed last commit to not break ToString() for negative...
2005-02-27  Vadim Zeitlinfixed ToString() for negative long longs (bug 1101426)
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-01-18  Vadim Zeitlinmore fixes to dllexport/import stuff for operator<...
2005-01-12  Włodzimierz SkibaShared build fix.
2004-12-27  Włodzimierz SkibawxLongLong to wxString operators.
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-30  Włodzimierz SkibaFixed old FIXME about unsigned result of sunstraction...
2004-10-04  Włodzimierz SkibaWarning fixes to most detailed warning output of OpenWa...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2001-12-07  Václav Slavíkcompilation fix for wxULongLongWx::Divide (Vadim, is...
2001-12-01  Ron Leeoops, still missed one.
2001-12-01  Ron LeeAdded 2 extra macros to handle all the flavours of...
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-08-28  Vadim Zeitlinanother compilation fix for whitespace-averse compilers
2001-08-28  Vadim Zeitlincompilation fix: ifdef instead of if
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-24  Vadim Zeitlinremoved extra wxSTD
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2000-02-21  Vadim Zeitlincompile fix for wxUSE_STD_IOSTREAM case
2000-01-24  Robert Roebling Applied some of the SGI fixes. Don't know about the
2000-01-08  Vadim ZeitlinwxLongLongWx::Assign(double) works - thanks Guillermo
2000-01-07  Vadim Zeitlinadded test mode to wxLongLongWx which allowed to find...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-28  Julian SmartSome BC++ issues
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-24  Vadim Zeitlinimplemented wxLongLong division - seems to work
1999-12-23  Vadim Zeitlintried to implement division of wxLongLongs - doesn...
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-06-28  Vadim Zeitlinwhy cvs thinks that I modified these files?
1999-06-22  Robert Roebling Makefiles without dependencies
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class