summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)libreoffice-3.4.2.3libreoffice-3.4.2-finallibreoffice-3-4-2Petr Mladek0-0/+0
2011-07-19Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2Petr Mladek0-0/+0
2011-07-12Branch libreoffice-3-4-2Petr Mladek0-0/+0
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-08fix for fdo 37880Markus Mohrhard2-0/+54
we need to save the information if we have a global range name or a local range name in the uno api too Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-05-17Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)libreoffice-3.4.0.1Petr Mladek0-0/+0
2011-05-10Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)libreoffice-3.3.99.5Petr Mladek0-0/+0
2011-05-09add new uno interface for sheet local anonymous db dataMarkus Mohrhard2-0/+79
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will not return the correct home directory. If we are under fakeroot, the HOME environment variable can be used to do so. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-03Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)libreoffice-3.3.99.4Petr Mladek0-0/+0
2011-04-27sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens1-2/+3
allow to disable backtrace when defined the environment variable DISABLE_SAL_BACKTRACE
2011-04-26Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)libreoffice-3.3.99.3Petr Mladek0-0/+0
2011-04-19Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)libreoffice-3.3.99.2Petr Mladek0-0/+0
2011-04-15fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293fNorbert Thiebaud1-5/+1
it is presumed here that Supported Unix platform are also Posix compliant.
2011-04-15Fixed LANG setting in the _imp_setProcessLocale() function.Christian Dywan1-24/+16
2011-04-14No need to check out execv return value.Julien Chaffraix1-2/+3
If we ever return from execv, it is an error and the code already handle that. This fixes a dead assignment warning under CLang++.
2011-04-14Fixed some false positives 'dead assignments' seen in CLang++Julien Chaffraix2-12/+4
We removed the OSL_DEBUG_LEVEL > 1 code and replace them with OSL_TRACE. This should provide the same coverage and remove CLang++ complains.
2011-04-14Fixed a potential null-dereferencing error in osl_closeProfileJulien Chaffraix1-5/+8
Store the new profile in a temporary variable and assign it to the old profile after we have checked if it is null. Seen with CLang++.
2011-04-14Added handling for the write errors in receiveFdPipe.Julien Chaffraix1-0/+10
Fixed a dead assignment in process.c reported by CLang++
2011-04-14Added error handling for pthread_mutexattr_settype.Julien Chaffraix1-3/+3
This fixes a dead assignment reported by CLang++.
2011-04-13fix for fdo#35108 allow dot net clients to bootstrap libreofficeNoel Power1-1/+1
2011-04-11Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)libreoffice-3.3.99.1Petr Mladek0-0/+0
2011-04-11define for older systemsFridrich Štrba1-0/+3
2011-04-07i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat1-10/+12
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek1-0/+9
Conflicts: pyuno/demo/pyunoenv.tcsh sal/osl/unx/interlck.c
2011-04-05prefer gcc __sync functions over pthreadJani Monoses1-0/+9
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-04-01Branch libreoffice-3-4Petr Mladek0-0/+0
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases + only bug fixes are allowed + no approval needed during beta phase (two weeks after branch) + 1 approval needed during rc phase and for bugfix releases + 2 approvals with different/no affiliation needed for late features + regularly merged into master by a selected person when living Please watch http://wiki.documentfoundation.org/ReleasePlan and read announces on libreoffice@lists.freedesktop.org If you want to build something cool, unstable, and risky, use master.
2011-04-01jvmfwk-gij-paths.diff: more gij/libgcj pathsRene Engelhard1-1/+21
2011-04-01%s, not %cCaolán McNamara1-1/+1
2011-03-31sync names with scp2, and fix macosx copy/linkCaolán McNamara3-9/+5
2011-03-30tiny clean up; removed unwanted comma in array intializationPetr Mladek1-1/+1
2011-03-30warning-return-values-registry.diff: avoid warning (i#58979)Petr Mladek1-0/+4
the code was correct; it was wrongly detected by some gcc versions; the warning was considered as an error in openSUSE build service; the change does not cause any harm;
2011-03-30fix uninitialized bitsCaolán McNamara1-2/+3
2011-03-30jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619)Petr Mladek1-6/+1
select the java automatically when the system javavendors.xml is modified do not force to do it the user manually
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito36-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito9-0/+0
2011-03-29WaE: unused nErrorCaolán McNamara1-1/+0
2011-03-28add ;Caolán McNamara1-1/+1
2011-03-28add PartialWeakComponentImplHelperX for overloaded-virtualCaolán McNamara12-0/+397
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen18-342/+250
2011-03-27Strip include guards in idl files. Some include in ifndef were still presentJulien Nabet10-26/+0
2011-03-26Strip include guards in idl files in ure/udkapiJulien Nabet327-1452/+12
2011-03-26Add global guard to prepare the work of "Strip include guards in idl files"Julien Nabet7-23/+22
2011-03-25Fix yet another windows breakageFridrich Štrba1-0/+3
2011-03-25fix windows buildCaolán McNamara1-0/+1
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba9-19/+1
2011-03-25Don't use "uno_" prefix for libraries on WindowsFridrich Štrba2-1/+5
2011-03-25WaE: consts the wrong way aroundCaolán McNamara1-5/+5
2011-03-25Deliver new sal_textenc lib for Mac, tooThorsten Behrens1-0/+2
Fixes 497f6489ed496ccd53df7a470aad3e9d4f7ff1f8, which was delivering only the *nix version of this lib.