#
1e9cdb0b |
| 24-Jun-2020 |
Murai Takashi <tmurai01@gmail.com> |
bin/setversion: Fix if condition
Fix str = "gm" could not be checked. Pointed out by cppcheck.
Change-Id: I433a98cef851e07be0905eee2f5100a02fa6a32b Reviewed-on: https://review.haiku-os.org/c/haiku/
bin/setversion: Fix if condition
Fix str = "gm" could not be checked. Pointed out by cppcheck.
Change-Id: I433a98cef851e07be0905eee2f5100a02fa6a32b Reviewed-on: https://review.haiku-os.org/c/haiku/+/2949 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
d113c00b |
| 23-Nov-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
Remove more HOST_PLATFORM_SUNOS cruft.
|
#
a309b7c3 |
| 19-Jun-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
bin: Clang warning fixes.
* Functions that call exit() should return void * char* -> const char* * main returns int, not bool.
|
#
4d121ec0 |
| 09-Aug-2008 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Patch by Andreas Faerber with changes by myself: Work towards Solaris build platform support.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26899 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
8c31a369 |
| 05-Feb-2007 |
Axel Dörfler <axeld@pinc-software.de> |
Now sets the "other" unchanged version info to {0} if it doesn't exist yet - this should work around bug #681 on R5. Please test.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20076 a95241bf-
Now sets the "other" unchanged version info to {0} if it doesn't exist yet - this should work around bug #681 on R5. Please test.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20076 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8eff0073 |
| 13-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Did not initialize the version info, so if they were only partially changed, it would leave some junk in there. * No more usage info on file errors. * Simplified and improved error handling quite
* Did not initialize the version info, so if they were only partially changed, it would leave some junk in there. * No more usage info on file errors. * Simplified and improved error handling quite a bit (better and more correct error messages in case of file errors). * Cleaned up a lot, it now fits our coding style guide.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17827 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
338b8dc3 |
| 29-Oct-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merged changes from branch build_system_redesign at revision 14573.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
17049c45 |
| 19-Mar-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Moved bin/ directory out of apps/.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11909 a95241bf-73f2-0310-859d-f6bbb57e9c96
|