Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-14 | Add defines for iOS | Tor Lillqvist | |
2011-05-14 | When cross-compiling, use what configure script figured out | Tor Lillqvist | |
2011-05-11 | Remove the ::osl::Security getHomeDir() check | Francois Tigeot | |
It serves no useful purpose and breaks the build under some packaging systems such as pkgsrc. | |||
2011-05-11 | Remove an implementation of getpwnam_r for old versions of NetBSD. | Francois Tigeot | |
NetBSD 2.x and previous releases are long gone. | |||
2011-05-09 | Fix osl_Security::getHomeDir test under fakeroot | Miklos Vajna | |
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. | |||
2011-05-03 | Properly advance the data / buffer pointer. | Julien Chaffraix | |
Spotted by Michael Meeks. | |||
2011-05-03 | Handled EINTR in safeWrite. | Julien Chaffraix | |
This makes us match safeRead's behavior. Spotted by Michael Meeks. | |||
2011-05-01 | remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure) | Christina Rossmanith | |
2011-04-30 | Simple warnings corrected | Julien Nabet | |
2011-04-26 | Migrated oslDoCopyFile to using the read/write helpers. | Julien Chaffraix | |
2011-04-26 | Introduced safeRead. | Julien Chaffraix | |
Same function as safeWrite. Converted some methods in process.c to use it. This usually simplifies the code and add better error checking. | |||
2011-04-26 | Switched a write to safeWrite in profile.c. | Julien Chaffraix | |
Cleaned up some code related to a now unneeded assertion. | |||
2011-04-26 | Refactored the safeWrite method in a new file. | Julien Chaffraix | |
This enables other files to use it, which will be added in a follow-up step. | |||
2011-04-23 | Remove support for the obsolete BORLANDC compiler. | Francois Tigeot | |
2011-04-22 | It seems there was an extra semi colon here | Julien Nabet | |
2011-04-22 | make backtrace from OSL_ASSERT disabled by default | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2011-April/010724.html | |||
2011-04-21 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) | Christina Rossmanith | |
2011-04-19 | Fixed write(2) usage in process.c | Julien Chaffraix | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | |
2011-04-14 | Kill Pos_XXX in favour of osl_Pos_XXX | Michael Lefevre | |
2011-04-12 | remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX | Michael Lefevre | |
2011-04-11 | define for older systems | Fridrich Štrba | |
2011-04-06 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Petr Mladek | |
2011-04-06 | breaks windows, backout for now | Caolán McNamara | |
2011-04-05 | Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 | Petr Mladek | |
Conflicts: pyuno/demo/pyunoenv.tcsh sal/osl/unx/interlck.c | |||
2011-04-05 | prefer gcc __sync functions over pthread | Jani Monoses | |
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | |||
2011-04-05 | put the deprecated rtl_Locale stuff in here too | Caolán McNamara | |
2011-04-05 | remove ADAPT_EXT_STL | Caolán McNamara | |
2011-04-05 | helgrind: Related: rhbz#655686 get order of shutdown correct | Caolán McNamara | |
2011-04-05 | valgrind: fix leak | Caolán McNamara | |
2011-04-04 | valgrind: fix mem leak | Caolán McNamara | |
2011-04-04 | valgrind: fix mem leak | Caolán McNamara | |
2011-04-04 | shouldn't double-acquire | Caolán McNamara | |
2011-04-04 | the SAL_ALLOW_LINKOO_SYMLINKS hack breaks this test | Caolán McNamara | |
2011-04-04 | helgrind: join threads before reading values | Caolán McNamara | |
2011-04-04 | WaE: unreachable return | Caolán McNamara | |
2011-04-03 | use rtl::Static where double-locked pattern used | Caolán McNamara | |
2011-04-03 | use simpler local statics for gcc | Caolán McNamara | |
a) gcc's -fthreadsafe-static is apparently sufficient so removes an extra layer of locking b) and this helps out helgrind to better analyze thread-safety | |||
2011-03-31 | sync names with scp2, and fix macosx copy/link | Caolán McNamara | |
2011-03-30 | fix uninitialized bits | Caolán McNamara | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | |
2011-03-29 | WaE: unused nError | Caolán McNamara | |
2011-03-28 | migrate sal subsequenttests to gbuild | Bjoern Michaelsen | |
2011-03-25 | Fix yet another windows breakage | Fridrich Štrba | |
2011-03-25 | fix windows build | Caolán McNamara | |
2011-03-25 | Wholesale prewin.h/postwin.h removal | Fridrich Štrba | |
2011-03-25 | Don't use "uno_" prefix for libraries on Windows | Fridrich Štrba | |