Revision tags: AOO420-Dev5-m5 |
|
658bed37 | 14-Nov-2023 |
John Bampton |
misc: fix spelling (#182) Thank you very much for your contribution! (cherry picked from commit 402c6fde746b160d73dd806e2d51c38830f54a1e) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA |
|
8ebeb3bf | 03-Dec-2020 |
Jim Jagielski |
Just copy over the smallest number of bytes. |
0d22dc06 | 03-Dec-2020 |
Jim Jagielski |
Don't force core... leftover nit from debugging (cherry picked from commit b159c1ed05c00f3fcdcd399b9581a4d9ed168fb0) |
c56f8ff5 | 03-Dec-2020 |
Jim Jagielski |
Use of strcpy is problematic esp when we don't check bounds. Ugg. Instead use memmove(); Increase buffer sizes due to larger requirements. |
Revision tags: AOO418-GA |
|
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415 |
|
d32879a4 | 07-Mar-2018 |
Damjan Jovanovic |
Update the main/soltools javadep tool to deal with Java 9 (possibily 7 and 8 too, when using invokedynamic). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/
Update the main/soltools javadep tool to deal with Java 9 (possibily 7 and 8 too, when using invokedynamic). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1826078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414, AOO413 |
|
99e66e07 | 23-Dec-2016 |
pfg |
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no eff
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no effect on the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775849 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7b4f4066 | 22-Dec-2016 |
pfg |
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/mi
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/minor.mk main/vcl/unx/kde4/KDEXLib.cxx The latter are important as they keep release information and we want to maintain such references when new versions are bumped. While here, update the information for KDE. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775751 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
509a48ff | 10-Apr-2016 |
pfg |
Replace 0 with NULL for pointers. Only applied to C code: common syntax for C++ is different (nullptr). Found with coccinelle: http://coccinelle.lip6.fr/ git-svn-id:
Replace 0 with NULL for pointers. Only applied to C code: common syntax for C++ is different (nullptr). Found with coccinelle: http://coccinelle.lip6.fr/ git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738404 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
26d9e9dd | 10-Apr-2016 |
pfg |
Drop redundant semicolons. Found with coccinelle: http://coccinelle.lip6.fr/ Currently only applied to C code. git-svn-id: https://svn.apache.org/repos/asf/openoffice
Drop redundant semicolons. Found with coccinelle: http://coccinelle.lip6.fr/ Currently only applied to C code. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1738403 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
001da7d5 | 27-Nov-2015 |
Pedro Giffuni |
Resource leak overwrite_var: Overwriting "args" in "args = tap" leaks the storage that "args" points to CID: 983184 git-svn-id: https://svn.apache.org/repos/asf
Resource leak overwrite_var: Overwriting "args" in "args = tap" leaks the storage that "args" points to CID: 983184 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716892 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta, AOO401, AOO400 |
|
23f1be86 | 06-Jun-2013 |
Herbert Dürr |
#i122378# fix the dbgutil-enabled build on Windows crt-debug libraries use different structure layouts than their regular counterparts so mixing causes binary incompatibilities which
#i122378# fix the dbgutil-enabled build on Windows crt-debug libraries use different structure layouts than their regular counterparts so mixing causes binary incompatibilities which must be avoided. Always using the regular libs achieves this. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490324 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fad8820f | 02-May-2013 |
Herbert Dürr |
avoid overriding clang intrinsic memmove function git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1478346 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
7ee1d29c | 10-Jun-2012 |
Ariel Constenla-Haile |
GCC 4.7 build breakers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348595 13f79535-47bb-0310-9956-ffa450edef68 |
c966c276 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307006 13f79535-47bb-0310-9956-ffa450edef68 |
5b501c92 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306677 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
e4af8f11 | 24-Jan-2012 |
Pedro Giffuni |
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different place. When possible /bin/sh should be used but if bash extensions are required "#!/bin/env bash" is considered more portable. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235297 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7e90fac2 | 18-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232676 13f79535-47bb-0310-9956-ffa450edef68 |
e6b7d829 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229816 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
7ce20373 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208552 13f79535-47bb-0310-9956-ffa450edef68 |
38268e38 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198479 13f79535-47bb-0310-9956-ffa450edef68 |
7a4715d3 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198296 13f79535-47bb-0310-9956-ffa450edef68 |