#
050ad934 |
| 27-Aug-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* Automatic whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32739 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4b80900d |
| 18-Apr-2008 |
Michael Lotz <mmlr@mlotz.ch> |
Remove the at least questionable b_sqrt() function and replace it with the normal sqrt(). The stated goal of the function was to avoid a dependency to the math library, which in our case does not app
Remove the at least questionable b_sqrt() function and replace it with the normal sqrt(). The stated goal of the function was to avoid a dependency to the math library, which in our case does not apply anyway. This removes one case of broken strict aliasing rules...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25034 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
51b87278 |
| 19-Nov-2007 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Apparently the calculations used to distribute the load don't work correctly under vmware, and the star count could become negative. At least we check that and set it to 0 in that case. Fixes bug #
Apparently the calculations used to distribute the load don't work correctly under vmware, and the star count could become negative. At least we check that and set it to 0 in that case. Fixes bug #89
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22961 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
448641c5 |
| 04-Jan-2006 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Fixed all the warnings in Chart. This app is still VERY font-insensitive and it doesn't do ANY error checking, but I won't fix it. At least, not now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/tr
Fixed all the warnings in Chart. This app is still VERY font-insensitive and it doesn't do ANY error checking, but I won't fix it. At least, not now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15841 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
be51f21d |
| 02-Jan-2006 |
Stefano Ceccherini <stefano.ceccherini@gmail.com> |
Added chart demo
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|