History log of /aoo42x/main/sal/ (Results 176 - 200 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4dbb87e908-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 ...

13e77a6a08-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 ...

38fa8b4001-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

a067bd6514-Feb-2013 Rob Weir

Revert of r1444110

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1446344 13f79535-47bb-0310-9956-ffa450edef68

63b47d7f08-Feb-2013 Pedro Giffuni

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This
is also done by the standard C99 libc pow() function.

In mathematical terms the value is an indeterminate form and
in strict mathematical sense such value should at least be
considered with caution.

OpenFormula permits implementation defined values of 0, 1
or error in this case. We shall now return NaN.

Clean some headers while here.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444110 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7659be9a21-Jan-2013 Herbert Dürr

standalone semicolon is deprecated as toplevel declaration

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436370 13f79535-47bb-0310-9956-ffa450edef68

5725d83014-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

eb232b7a03-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
54f0139e14-Aug-2012 Yuri Dario

i118923 - OS/2 port: fix reporting of error message.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372791 13f79535-47bb-0310-9956-ffa450edef68

84f846ff18-Jul-2012 Yuri Dario

i118923 - OS/2 port: use linux way to detect real numbers.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363136 13f79535-47bb-0310-9956-ffa450edef68

abfc902326-Jun-2012 Yuri Dario

i118923 - OS/2 port: reference debug_printf() also in release builds, so linker does not strip it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1354048 13f79535-47bb-0310

i118923 - OS/2 port: reference debug_printf() also in release builds, so linker does not strip it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1354048 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1102d25110-Jun-2012 Jian Fang Zhang

#119939, memory leak in api OpenDirectory() of sal module

Patch by, zhangjf


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348543 13f79535-47bb-0310-9956-ffa

#119939, memory leak in api OpenDirectory() of sal module

Patch by, zhangjf


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348543 13f79535-47bb-0310-9956-ffa450edef68

show more ...

bd6bc7d004-Jun-2012 Jian Fang Zhang

fix sal/makefile.mk file format problem, whcih cause build break on Mac 10.5

Suggested by: Jianfang Zhang
Review by: Jianfang Zhang
Patch by: chao huang


git-svn-id: htt

fix sal/makefile.mk file format problem, whcih cause build break on Mac 10.5

Suggested by: Jianfang Zhang
Review by: Jianfang Zhang
Patch by: chao huang


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1345870 13f79535-47bb-0310-9956-ffa450edef68

show more ...

80036c2005-May-2012 Herbert Dürr

fix missing return value (thanks ericb)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334368 13f79535-47bb-0310-9956-ffa450edef68

ca2659a903-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

184e05d203-Apr-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309156 13f79535-47bb-0310-9956-ffa450edef68

45ef6fe131-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307723 13f79535-47bb-0310-9956-ffa450edef68

58d7008031-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307668 13f79535-47bb-0310-9956-ffa450edef68

9f22d7c229-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68

760cb77f29-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306682 13f79535-47bb-0310-9956-ffa450edef68

bb113e6329-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306680 13f79535-47bb-0310-9956-ffa450edef68

d71964d529-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306679 13f79535-47bb-0310-9956-ffa450edef68

5b501c9229-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

21651e5a28-Mar-2012 Herbert Dürr

#i119141# remove ISCII converter for now

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306246 13f79535-47bb-0310-9956-ffa450edef68

1a6da4ce27-Mar-2012 Yuri Dario

i119097: remove OS/2 exception handling and menu hilite code due to incorrect licensing (code will be reworked soon).

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305868

i119097: remove OS/2 exception handling and menu hilite code due to incorrect licensing (code will be reworked soon).

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305868 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345678910