40ae658c | 13-Dec-2015 |
Damjan Jovanovic |
Use %tx to print ptrdiff_t. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1719848 13f79535-47bb-0310-9956-ffa450edef68 |
6a5321ab | 13-Dec-2015 |
Damjan Jovanovic |
Use %p to print pointers in sal backtraces instead of 0x%x + conversion to integer. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1719846 13f7
Use %p to print pointers in sal backtraces instead of 0x%x + conversion to integer. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1719846 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
83a6547a | 11-Dec-2015 |
Pedro Giffuni |
Drop useless malloc casts in C code In ANSI C these casts are unnecessary and can hide warnings. If this code is moved to C++ we may need such casts back but we may then consider re-
Drop useless malloc casts in C code In ANSI C these casts are unnecessary and can hide warnings. If this code is moved to C++ we may need such casts back but we may then consider re-writing the allocation code altogether. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1719566 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9b7ebb41 | 03-Dec-2015 |
Pedro Giffuni |
Missing Unlock Condition broadcast failed but silently try to unlock the mutex. CID: 705120 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717711 13f7953
Missing Unlock Condition broadcast failed but silently try to unlock the mutex. CID: 705120 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717711 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3f12a67e | 02-Dec-2015 |
Pedro Giffuni |
Off by one using readlink(2) CID 705623, 982797 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717642 13f79535-47bb-0310-9956-ffa450edef68 |
ab410dff | 30-Nov-2015 |
Pedro Giffuni |
Destination buffer too small CID: 706154 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717148 13f79535-47bb-0310-9956-ffa450edef68 |
54356271 | 27-Nov-2015 |
Damjan Jovanovic |
Use the ptrdiff_t printf format code for backtracing on FreeBSD. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716788 13f79535-47bb-0310-9956
Use the ptrdiff_t printf format code for backtracing on FreeBSD. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716788 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5258b990 | 26-Nov-2015 |
Damjan Jovanovic |
Implement osl_diagnose_backtrace_Impl() on FreeBSD. Also fix the value of FRAME_PTR_OFFSET in both backtrace.c and diagnose.c - it's 3 because of the EBP/RBP register's position in the jmp_bu
Implement osl_diagnose_backtrace_Impl() on FreeBSD. Also fix the value of FRAME_PTR_OFFSET in both backtrace.c and diagnose.c - it's 3 because of the EBP/RBP register's position in the jmp_buf (https://github.com/freebsd/freebsd/blob/master/lib/libc/amd64/gen/_setjmp.S and https://github.com/freebsd/freebsd/blob/master/lib/libc/i386/gen/_setjmp.S). This gets backtracing to fully work on FreeBSD. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716759 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
550d0be8 | 26-Nov-2015 |
Damjan Jovanovic |
Fix the stack frame layout for backtraces on FreeBSD. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716755 13f79535-47bb-0310-9956-ffa450edef
Fix the stack frame layout for backtraces on FreeBSD. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716755 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f9124e1e | 25-Nov-2015 |
Pedro Giffuni |
i66807 - Fix GCC warning in backtrace.c The Bugzilla issue has another fix for sparc but I have no way ot test it. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk
i66807 - Fix GCC warning in backtrace.c The Bugzilla issue has another fix for sparc but I have no way ot test it. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716553 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9717b33a | 24-Nov-2015 |
Pedro Giffuni |
Resource leak CID: 1028069 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716163 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT |
|
74ab850d | 13-Oct-2015 |
Damjan Jovanovic |
#i126586# don't break on non-Linux non-FreeBSD non-NetBSD *nix systems ... git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708483 13f79535-47bb-0310-9956-ffa450edef68 |
033c5080 | 13-Oct-2015 |
Damjan Jovanovic |
#i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thread stuck in accept(). Generalize the "#if defined(LINUX)" workarounds to the *BSDs. git-svn-id: htt
#i126586# FreeBSD automation deadlock: osl_closeSocket() doesn't wake up thread stuck in accept(). Generalize the "#if defined(LINUX)" workarounds to the *BSDs. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708477 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a6ad6d64 | 07-Oct-2015 |
Pedro Giffuni |
FreeBSD: Small cleanup and enhancement. Reviewed by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707381 13f79535-47bb-0310-9956-ffa450edef68 |
202fd1d5 | 07-Oct-2015 |
Pedro Giffuni |
Enable some code from SUN Studio that works for other compilers (GCC). Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov. git-svn-id: https://svn.apache.org/
Enable some code from SUN Studio that works for other compilers (GCC). Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707328 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0081a256 | 04-Oct-2015 |
Pedro Giffuni |
malloc + memset (0) --> calloc Drop useless casts while here. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706649 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta, AOO401, AOO400 |
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
4dbb87e9 | 08-Mar-2013 |
Herbert Dürr |
avoid expensive pthread interlocking on clang Clang handles the GCC inline assembler syntax just fine git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454390 13f7
avoid expensive pthread interlocking on clang Clang handles the GCC inline assembler syntax just fine git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454390 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
13e77a6a | 08-Mar-2013 |
Herbert Dürr |
use the canonical "error:" string in osl's module loading compilers/linkers/etc. use "error:" and other tools pick that up. Having OSL errors noticed by the same automatisms is helpful.
use the canonical "error:" string in osl's module loading compilers/linkers/etc. use "error:" and other tools pick that up. Having OSL errors noticed by the same automatisms is helpful. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1454291 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
38fa8b40 | 01-Mar-2013 |
Herbert Dürr |
quota.h should be included via generic path for our MacOSX targets git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451597 13f79535-47bb-0310-9956-ffa450edef68 |
5725d830 | 14-Jan-2013 |
Pedro Giffuni |
i121614 - SAL Unix file handling: used pread/pwrite on FreeBSD git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433129 13f79535-47bb-0310-9956-ffa450edef68 |
eb232b7a | 03-Dec-2012 |
Pedro Giffuni |
#i119252# - Solaris need #define OLD_SHADOW_API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416564 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
ca2659a9 | 03-May-2012 |
Herbert Dürr |
add convenience method for dynamic loading git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1333456 13f79535-47bb-0310-9956-ffa450edef68 |
7994814d | 21-Mar-2012 |
Herbert Dürr |
drop support for getspnam_r's ancient API git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303378 13f79535-47bb-0310-9956-ffa450edef68 |