Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-25 | Version 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-2 | Petr Mladek | 0 | -0/+0 | |
2011-07-19 | Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2 | Petr Mladek | 0 | -0/+0 | |
2011-07-12 | Branch libreoffice-3-4-2 | Petr Mladek | 0 | -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-12 | Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1 | Petr Mladek | 0 | -0/+0 | |
2011-07-08 | fix for fdo 37880 | Markus Mohrhard | 2 | -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-14 | Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1 | Petr Mladek | 0 | -0/+0 | |
2011-05-17 | Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)libreoffice-3.4.0.1 | Petr Mladek | 0 | -0/+0 | |
2011-05-10 | Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)libreoffice-3.3.99.5 | Petr Mladek | 0 | -0/+0 | |
2011-05-09 | add new uno interface for sheet local anonymous db data | Markus Mohrhard | 2 | -0/+79 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2011-05-09 | Fix osl_Security::getHomeDir test under fakeroot | Miklos Vajna | 1 | -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-03 | Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)libreoffice-3.3.99.4 | Petr Mladek | 0 | -0/+0 | |
2011-04-27 | sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACE | Thorsten Behrens | 1 | -2/+3 | |
allow to disable backtrace when defined the environment variable DISABLE_SAL_BACKTRACE | |||||
2011-04-26 | Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)libreoffice-3.3.99.3 | Petr Mladek | 0 | -0/+0 | |
2011-04-19 | Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)libreoffice-3.3.99.2 | Petr Mladek | 0 | -0/+0 | |
2011-04-15 | fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293f | Norbert Thiebaud | 1 | -5/+1 | |
it is presumed here that Supported Unix platform are also Posix compliant. | |||||
2011-04-15 | Fixed LANG setting in the _imp_setProcessLocale() function. | Christian Dywan | 1 | -24/+16 | |
2011-04-14 | No need to check out execv return value. | Julien Chaffraix | 1 | -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-14 | Fixed some false positives 'dead assignments' seen in CLang++ | Julien Chaffraix | 2 | -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-14 | Fixed a potential null-dereferencing error in osl_closeProfile | Julien Chaffraix | 1 | -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-14 | Added handling for the write errors in receiveFdPipe. | Julien Chaffraix | 1 | -0/+10 | |
Fixed a dead assignment in process.c reported by CLang++ | |||||
2011-04-14 | Added error handling for pthread_mutexattr_settype. | Julien Chaffraix | 1 | -3/+3 | |
This fixes a dead assignment reported by CLang++. | |||||
2011-04-13 | fix for fdo#35108 allow dot net clients to bootstrap libreoffice | Noel Power | 1 | -1/+1 | |
2011-04-11 | Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)libreoffice-3.3.99.1 | Petr Mladek | 0 | -0/+0 | |
2011-04-11 | define for older systems | Fridrich Štrba | 1 | -0/+3 | |
2011-04-07 | i#20348: made the ordinal suffixe autocorrection internationalized | Cédric Bosdonnat | 1 | -10/+12 | |
2011-04-05 | Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 | Petr Mladek | 1 | -0/+9 | |
Conflicts: pyuno/demo/pyunoenv.tcsh sal/osl/unx/interlck.c | |||||
2011-04-05 | prefer gcc __sync functions over pthread | Jani Monoses | 1 | -0/+9 | |
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | |||||
2011-04-01 | Branch libreoffice-3-4 | Petr Mladek | 0 | -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-01 | jvmfwk-gij-paths.diff: more gij/libgcj paths | Rene Engelhard | 1 | -1/+21 | |
2011-04-01 | %s, not %c | Caolán McNamara | 1 | -1/+1 | |
2011-03-31 | sync names with scp2, and fix macosx copy/link | Caolán McNamara | 3 | -9/+5 | |
2011-03-30 | tiny clean up; removed unwanted comma in array intialization | Petr Mladek | 1 | -1/+1 | |
2011-03-30 | warning-return-values-registry.diff: avoid warning (i#58979) | Petr Mladek | 1 | -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-30 | fix uninitialized bits | Caolán McNamara | 1 | -2/+3 | |
2011-03-30 | jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619) | Petr Mladek | 1 | -6/+1 | |
select the java automatically when the system javavendors.xml is modified do not force to do it the user manually | |||||
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | 36 | -0/+0 | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | 9 | -0/+0 | |
2011-03-29 | WaE: unused nError | Caolán McNamara | 1 | -1/+0 | |
2011-03-28 | add ; | Caolán McNamara | 1 | -1/+1 | |
2011-03-28 | add PartialWeakComponentImplHelperX for overloaded-virtual | Caolán McNamara | 12 | -0/+397 | |
2011-03-28 | migrate sal subsequenttests to gbuild | Bjoern Michaelsen | 18 | -342/+250 | |
2011-03-27 | Strip include guards in idl files. Some include in ifndef were still present | Julien Nabet | 10 | -26/+0 | |
2011-03-26 | Strip include guards in idl files in ure/udkapi | Julien Nabet | 327 | -1452/+12 | |
2011-03-26 | Add global guard to prepare the work of "Strip include guards in idl files" | Julien Nabet | 7 | -23/+22 | |
2011-03-25 | Fix yet another windows breakage | Fridrich Štrba | 1 | -0/+3 | |
2011-03-25 | fix windows build | Caolán McNamara | 1 | -0/+1 | |
2011-03-25 | Wholesale prewin.h/postwin.h removal | Fridrich Štrba | 9 | -19/+1 | |
2011-03-25 | Don't use "uno_" prefix for libraries on Windows | Fridrich Štrba | 2 | -1/+5 | |
2011-03-25 | WaE: consts the wrong way around | Caolán McNamara | 1 | -5/+5 | |
2011-03-25 | Deliver new sal_textenc lib for Mac, too | Thorsten Behrens | 1 | -0/+2 | |
Fixes 497f6489ed496ccd53df7a470aad3e9d4f7ff1f8, which was delivering only the *nix version of this lib. |