haiku/headers/os/support
Adrien Destugues d05f9e2d3d BDateTime: Time_T functions return or take a time_t
* They used an unsigned int, which led to overflows when trying to set
them to a time before January 1st, 1970 (local time)
 * Some things use January 1st, 1970, GMT (or UTC) as a reference point.
In my timezone this leads to such a negative date. An example is cookie
expiration dates which are set to this date to expire them immediately.
Spotted by Opera testsuite.
 * This makes the method unuseable for dates after 2036 (signed 32-bit
time_t will overflow then. This gives us just 33 years to switch to a
64-bit time_t. In te meantime, please try using other methods to set the
date and time for BDateTime objects if you need to go this far.
2013-10-11 08:32:26 +02:00
..
Archivable.h <Archivable.h>: Fix conflict with BPackageKit::BPrivate 2013-04-21 12:29:41 +02:00
Autolock.h
Beep.h
BlockCache.h
BufferedDataIO.h Added unimplemented copy constructor. 2011-11-21 23:57:19 +01:00
BufferIO.h
ByteOrder.h
ClassInfo.h
DataIO.h
DateTime.h BDateTime: Time_T functions return or take a time_t 2013-10-11 08:32:26 +02:00
Debug.h Some build fixes for DEBUG=1. 2012-12-20 19:22:16 +00:00
Errors.h
Flattenable.h
List.h
Locker.h
ObjectList.h Add MoveItem method to easily move a item within a list. Fix line limit. 2011-07-24 23:49:30 +00:00
parsedate.h
StopWatch.h
String.h BString::SetToFormat(): Add printf format function attribute 2013-09-11 04:43:05 +02:00
StringList.h BStringList: Declare Join() const 2013-05-25 01:12:36 +02:00
SupportDefs.h added B_PRIxOFF 2013-05-04 15:31:04 +02:00
TLS.h
TypeConstants.h Make BStringList derive from BFlattenable. The implementation is more or less copied from the mail version to stay compatible. Fix IndexOf which 2011-12-15 19:45:06 +13:00
UTF8.h Make Windows-1250 encoding consistent with other 2013-04-14 21:39:13 +02:00