haiku/src/kits/support
Oliver Tappe 559cf371bc * fix oversight that gmtime() and localtime() may return NULL, which would lead
to a crash


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-16 14:52:37 +00:00
..
Archivable.cpp Update BView to call debugger when passed a NULL archive for its archive constructor. This means there is no need to check for a NULL archive in BSeparatorView. Also update BUnarchiver and friends to be NULL safe. Pointed out by Adrien, fixes CID 1754. 2010-08-12 14:50:57 +00:00
ArchivingManagers.cpp Patch by Alex Wilson (minor changes by myself) related to the new archiving 2010-07-16 16:49:42 +00:00
ArchivingManagers.h Update BView to call debugger when passed a NULL archive for its archive constructor. This means there is no need to check for a NULL archive in BSeparatorView. Also update BUnarchiver and friends to be NULL safe. Pointed out by Adrien, fixes CID 1754. 2010-08-12 14:50:57 +00:00
Beep.cpp * Forgot to check in Beep.cpp. Sorry! 2009-12-09 19:06:24 +00:00
BlockCache.cpp better handling of low memory situations inside constructor 2003-09-08 19:47:29 +00:00
BufferIO.cpp * Don't store a possibly negative return value in an unsigned size_t, which 2010-03-24 16:48:33 +00:00
ByteOrder.cpp * Changed swap_data() to behave like the R5 version 2007-08-12 10:42:40 +00:00
DataIO.cpp Strip API documentation from these files: they are in separate dox files now. 2007-04-02 11:25:43 +00:00
DateTime.cpp * fix oversight that gmtime() and localtime() may return NULL, which would lead 2010-08-16 14:52:37 +00:00
Flattenable.cpp Minor tweaks to be able to declare this one done. :) 2005-06-06 19:29:04 +00:00
Jamfile Patch by Alex Wilson (compilation fixes by myself): Extended the archiving/ 2010-07-08 14:54:25 +00:00
List.cpp * Code and header indentation cleanup 2009-12-06 12:44:38 +00:00
Locker.cpp * Minor cleanup. 2009-08-27 14:36:31 +00:00
PointerList.cpp * Removed the non-STL version of the code. 2009-04-21 11:45:19 +00:00
Referenceable.cpp * Made BReferenceable the class implementation and BPrivate::Referenceable the 2009-11-04 15:08:53 +00:00
StopWatch.cpp fix BStopWatch::Resume() 2005-09-20 11:34:22 +00:00
String.cpp The withLength variable wasn't initialized properly. 2010-02-25 01:50:29 +00:00
Url.cpp * Fixed debug build. 2009-06-04 09:57:31 +00:00