Add missing return values to main() function. |
|
More...
|
about 11 years ago
|
Remove empty test file PointTest.cpp. |
|
More...
|
about 11 years ago
|
Add missing return values to main() function. |
|
More...
|
about 11 years ago
|
Likwise check if we are using GCC or not... |
|
More...
|
about 11 years ago
|
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash |
|
More...
|
about 11 years ago
|
Check if we are using GNU LD or not before setting GNU LD-specific flags. |
|
More...
|
about 11 years ago
|
Add misc-mtasc.all/level87.as:75 timing issue. |
|
More...
|
about 11 years ago
|
Output swfdec traces and logs as well. |
|
More...
|
about 11 years ago
|
Add misc-mtasc/level87.as:59 timing issue. |
|
More...
|
about 11 years ago
|
Add verbose mode to display testrun.log files on failure. |
|
More...
|
about 11 years ago
|
The new C++ introducing shared_ptr can not be distinguished from this one from boost. Type its namespace hard. |
|
More...
|
about 11 years ago
|
Change from <iostream> to more lightweight <ios> on baastian's suggestion. |
|
More...
|
about 11 years ago
|
Avoid having hard-coded -lboost_system... Me myself use lboost_system-mt. |
|
More...
|
about 11 years ago
|
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash |
|
More...
|
about 11 years ago
|
Rework how we invoke setlocale. Intl + gettext will fix this by a wrapper and std::setlocale will not be sufficient. |
|
More...
|
about 11 years ago
|
Use same indentation as the surounding code. |
|
More...
|
about 11 years ago
|
log_error() only want 1 and only 1 string. Now it builds. |
|
More...
|
about 11 years ago
|
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash |
|
More...
|
about 11 years ago
|
Updated nb translation from <URL: http://translate.sugarlabs.org/export/upstream_POT/nb/reduced-gnash.po >. |
|
More...
|
about 11 years ago
|
std:setlocale went cocobahia with intl and gettext. Only 'setlocale' worked though... |
|
More...
|
about 11 years ago
|
Since we don't included <iostream> Apple GCC started to complain and bail out with errors. |
|
More...
|
about 11 years ago
|
Updated copyright year. |
|
More...
|
about 11 years ago
|
During all these years the include-search was fundamentally broken... Now we use the prefix-includedir instead of hard-coded /usr/include. |
|
More...
|
about 11 years ago
|
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash |
|
More...
|
about 11 years ago
|
Check if compiling on Darwin, IFF then assume it is Apple's ld. |
|
More...
|
about 11 years ago
|
Avoid test that is always true on platforms where char is unsigned, by storing the result from getopt() in an int. |
|
More...
|
about 11 years ago
|
Explain in the code why the return value of unload() is ignored. |
|
More...
|
about 11 years ago
|
Savannah #39989: Don't assert for empty morph shapes. |
|
More...
|
about 11 years ago
|
Silence Coverity 1149098 by making explicit the lack of need to check the return value of unload, because the only way to handle an unload failure is to call destroy, which is already done. |
|
More...
|
about 11 years ago
|
Don't keep SOL files around if there was a problem writing them. |
|
More...
|
about 11 years ago
|