haiku/src
Philippe Saint-Pierre 8d779aa8df DiskUsage :
* add two missing break; (CID 3301, 3302)
  * replace strcpy, strcat and sprintf by strlcpy, strlcat and snprintf
    (CID 6804, 6805, 6806, 6807, 6808, 8962, 8963)
  * remove a PrintToStream (left by accident for debugging purposes)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40631 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-23 01:08:25 +00:00
..
add-ons cleanup, header inclusion should be revisited. 2011-02-22 17:39:09 +00:00
apps DiskUsage : 2011-02-23 01:08:25 +00:00
bin Unsafe use of strncpy replaced by strlcpy. CID 2254. 2011-02-23 01:06:58 +00:00
build Part of fixing #7226: 2011-02-16 10:13:12 +00:00
data * Make sure the image super type has Width, Height, Rating, Comment and Year. 2011-02-07 23:29:26 +00:00
documentation Fixed "Haiku Operating System" reference. 2011-01-10 18:25:38 +00:00
kits Unsafe use of strncpy replaced by strlcpy. CID 2259. 2011-02-23 00:08:41 +00:00
libs merged freetype 2.4.4 2011-02-16 17:55:28 +00:00
preferences Yet another localization fix in Data Translators. 2011-02-20 12:15:28 +00:00
servers IMAP commands are serialized using the BLooper message queue. MarkMessageAsRead used the direct way to access the protocol and so interfered with ongoing requests. 2011-02-22 00:42:02 +00:00
system Check if the name is already used in add_debugger_command*() and reject 2011-02-22 11:56:57 +00:00
tests when loading addons, put them in a map so we can access them later easily; use addon instances stored in map and call Save/Revert for each through dynamic addon osmosis; little style cleanup 2011-02-21 18:59:58 +00:00
tools Second (and last) part of fixing #7226: 2011-02-16 10:53:46 +00:00
Jamfile