| 323c3501 | 26-Aug-2015 |
Damjan Jovanovic |
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoff
#i112383# CLng("&HFFFFFFFF") fails on 64-bits rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697984 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c7723a22 | 26-Aug-2015 |
Damjan Jovanovic |
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets
#i117989# Basic functions Day(), Hour(), Minute(), and Second() return wrong results for dates <1900-1-1 Also extended our spreadsheeet test to search through more columns, open spreadsheets with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(), Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions. Found-by: villeroy Patch-by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697807 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 29092756 | 24-Aug-2015 |
Kay Schenk |
#i126476# Patch by: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697501 13f79535-47bb-0310-9956-ffa450edef68 |
| e46be83f | 24-Aug-2015 |
Damjan Jovanovic |
Fix further basegfx test build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697470 13f79535-47bb-0310-9956-ffa450edef68 |
| 270675dc | 24-Aug-2015 |
Damjan Jovanovic |
Fix a mistyped comma in a basegfx test commited in 1536730. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697461 13f79535-47bb-0310-9956-ffa450edef68 |
| c86fe57e | 24-Aug-2015 |
Damjan Jovanovic |
Fix all remaining javadoc errors that break the build with Java 8. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697312 13f79535-47bb-0310-9956-ffa450edef68 |
| cf2d5436 | 24-Aug-2015 |
Damjan Jovanovic |
Fix all xmerge javadoc errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697306 13f79535-47bb-0310-9956-ffa450edef68 |
| 7523a2c4 | 23-Aug-2015 |
Damjan Jovanovic |
Fix bad @return javadocs in main/xmerge. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697247 13f79535-47bb-0310-9956-ffa450edef68 |
| e0f9f944 | 23-Aug-2015 |
Damjan Jovanovic |
More javadoc fixes for building with Java 8. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697237 13f79535-47bb-0310-9956-ffa450edef68 |
| 2f57578e | 23-Aug-2015 |
Damjan Jovanovic |
Fix some of the many javadoc 8 errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1697228 13f79535-47bb-0310-9956-ffa450edef68 |
| d7b348a9 | 14-Aug-2015 |
Damjan Jovanovic |
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash because the read-only column list was not kept in sync with the
#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash because the read-only column list was not kept in sync with the column list. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695962 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| e46ca662 | 13-Aug-2015 |
Damjan Jovanovic |
Fix a compilation failure caused by missing include when debugging is enabled. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695735 13f79535-47bb-0310-9956-ffa450e
Fix a compilation failure caused by missing include when debugging is enabled. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1695735 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| a84fbf33 | 07-Aug-2015 |
Pedro Giffuni |
FreeBSD: Work around clang-3.4 issues. It is well known that clang-3.4 doesn't build all AOO correctly. Workaround the issue for FreeBSD 10 which ships with clang-3.4. The workaround
FreeBSD: Work around clang-3.4 issues. It is well known that clang-3.4 doesn't build all AOO correctly. Workaround the issue for FreeBSD 10 which ships with clang-3.4. The workaround may still be needed for other clang based platforms. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694701 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c25219e0 | 05-Aug-2015 |
Pedro Giffuni |
FreeBSD build fixes. This allows out the box builds with gcc and to simplify the build with clang and also the FreeBSD port. From Don Lewis (FreeBSD port maintainer): B
FreeBSD build fixes. This allows out the box builds with gcc and to simplify the build with clang and also the FreeBSD port. From Don Lewis (FreeBSD port maintainer): Because we need to use different CFLAGS for gcc and clang, I had to add some compiler detection logic. On most platforms, the value of $(COM) is either set statically by set_soenv, or set_soenv parses the compiler name to figure out which compiler is being used and then set $(COM) appropriately. The latter doesn't work for FreeBSD because cc could either be gcc or clang. For FreeBSD, I added the compiler detection logic to configure, which then passes that to set_soenv, in a somewhat hackish manner. When building with ports gcc on FreeBSD, we need to pass the rpath for the gcc runtime to the linker. The FreeBSD port attempts to to this by adding this information to LDFLAGS, which the openoffice configure script then steps on, and in any case, this does not help the out of the box build. My solution is to add some logic to configure to generate the necessary linker flags, which it then passes to set_soenv for inclusion in FreeBSD*Env.Set.sh. On FreeBSD, the out of the box build needs to pass $LIBINTL_PREFIX in the environment to the build phase. I added some code to configure to figure out the value of this variable and to pass it to set_soenv for inclusion in FreeBSD*Env.Set.sh so that this does not need to be done as a extra step in the build. Changing $(COM) from GCC to CLANG for clang builds caused a number regressions elsewhere in the build framework. These were mostly caused by the framework checking for $(COM) == GCC and $(OS) == FREEBSD, with $(COM) == CLANG case unhandled. The fix was generally to just ignore the value of $(COM) and only test the value of $(OS). One special case was the bridgetest regression test, which started dumping core on INTEL 32-bit when built with clang. It turns out that this entire test is was skipped for $(COM) == gcc, $(OS) == FREEBSD, and $(CPU) == I. Rather than also skipping this test when building with clang, I tracked down the failure to a particular subtest involving polymorphic structures that also fails on OS/2 and tweaked the code to also skip that subtest on FREEBSD INTEL (32-bit). Now bridgetest is run and passes on FreeBSD with both gcc and clang, on both i386 and amd64. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694132 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c712fec4 | 05-Aug-2015 |
Pedro Giffuni |
Cleanup to fix the build with MacOS X (a commercial FreeBSD derivative) The problem is that clang defines __GNUC__, and __MACH__ is defined on the Mac. Apparently clang on the Mac likes
Cleanup to fix the build with MacOS X (a commercial FreeBSD derivative) The problem is that clang defines __GNUC__, and __MACH__ is defined on the Mac. Apparently clang on the Mac likes both the typeof(SIG_DFL) and __decltype(SIG_DFL)__ (the latter is what the lastest CoinMP uses on the Mac), but the with the previous version of the patch, both flavors of typedef were defined on the Mac. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694131 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 81c1f7b8 | 24-Jul-2015 |
Andrea Pescetti |
#i122712# Split PDF Export dialog in columns for better compatibility with small screens. Patch by: hanya git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1692551 13f79
#i122712# Split PDF Export dialog in columns for better compatibility with small screens. Patch by: hanya git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1692551 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 86c91c64 | 14-Jul-2015 |
Pedro Giffuni |
Fix nss build on the FreeBSD buildbot. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690992 13f79535-47bb-0310-9956-ffa450edef68 |
| 27ffd50d | 14-Jul-2015 |
Regina Henschel |
Add rat excludes Patch by: Gavin McDonald <gmcdonald@apache.org> see dev@openoffice.apache.org 'Rat Patch take 2' git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@169094
Add rat excludes Patch by: Gavin McDonald <gmcdonald@apache.org> see dev@openoffice.apache.org 'Rat Patch take 2' git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690942 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c57dbac1 | 14-Jul-2015 |
Pedro Giffuni |
Really fix the FreeBSD buildbot. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690854 13f79535-47bb-0310-9956-ffa450edef68 |
| 14b41278 | 13-Jul-2015 |
Kay Schenk |
#i126401# Add ASF license headers Patch by: Gavin McDonald git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690820 13f79535-47bb-0310-9956-ffa450edef68 |
| 568334c1 | 13-Jul-2015 |
Kay Schenk |
#i126401# Add ASF license headers Patch by: Gavin McDonald git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690819 13f79535-47bb-0310-9956-ffa450edef68 |
| 5b008382 | 13-Jul-2015 |
Kay Schenk |
#i126401# Add ASF license headers Patch by: Gavin McDonald git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690818 13f79535-47bb-0310-9956-ffa450edef68 |
| adc711e0 | 13-Jul-2015 |
Kay Schenk |
#i126401# Add ASF license headers Patch by: Gavin McDonald git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690817 13f79535-47bb-0310-9956-ffa450edef68 |
| 08917196 | 13-Jul-2015 |
Pedro Giffuni |
revert r1690740 and try again. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690755 13f79535-47bb-0310-9956-ffa450edef68 |
| ff09c5d9 | 13-Jul-2015 |
Pedro Giffuni |
Attempt to fix the FreeBSD buildbot git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690740 13f79535-47bb-0310-9956-ffa450edef68 |