summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Collapse)Author
2011-05-14Add defines for iOSTor Lillqvist
2011-05-14When cross-compiling, use what configure script figured outTor Lillqvist
2011-05-11Remove the ::osl::Security getHomeDir() checkFrancois Tigeot
It serves no useful purpose and breaks the build under some packaging systems such as pkgsrc.
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot
NetBSD 2.x and previous releases are long gone.
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos 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-03Properly advance the data / buffer pointer.Julien Chaffraix
Spotted by Michael Meeks.
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix
This makes us match safeRead's behavior. Spotted by Michael Meeks.
2011-05-01remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)Christina Rossmanith
2011-04-30Simple warnings correctedJulien Nabet
2011-04-26Migrated oslDoCopyFile to using the read/write helpers.Julien Chaffraix
2011-04-26Introduced 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-26Switched a write to safeWrite in profile.c.Julien Chaffraix
Cleaned up some code related to a now unneeded assertion.
2011-04-26Refactored 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-23Remove support for the obsolete BORLANDC compiler.Francois Tigeot
2011-04-22It seems there was an extra semi colon hereJulien Nabet
2011-04-22make backtrace from OSL_ASSERT disabled by defaultLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-April/010724.html
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-04-19Fixed write(2) usage in process.cJulien Chaffraix
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre
2011-04-12remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXXMichael Lefevre
2011-04-11define for older systemsFridrich Štrba
2011-04-06Merge remote-tracking branch 'origin/libreoffice-3-4'Petr Mladek
2011-04-06breaks windows, backout for nowCaolán McNamara
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek
Conflicts: pyuno/demo/pyunoenv.tcsh sal/osl/unx/interlck.c
2011-04-05prefer gcc __sync functions over pthreadJani Monoses
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-04-05put the deprecated rtl_Locale stuff in here tooCaolán McNamara
2011-04-05remove ADAPT_EXT_STLCaolán McNamara
2011-04-05helgrind: Related: rhbz#655686 get order of shutdown correctCaolán McNamara
2011-04-05valgrind: fix leakCaolán McNamara
2011-04-04valgrind: fix mem leakCaolán McNamara
2011-04-04valgrind: fix mem leakCaolán McNamara
2011-04-04shouldn't double-acquireCaolán McNamara
2011-04-04the SAL_ALLOW_LINKOO_SYMLINKS hack breaks this testCaolán McNamara
2011-04-04helgrind: join threads before reading valuesCaolán McNamara
2011-04-04WaE: unreachable returnCaolán McNamara
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara
2011-04-03use simpler local statics for gccCaolá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-31sync names with scp2, and fix macosx copy/linkCaolán McNamara
2011-03-30fix uninitialized bitsCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-29WaE: unused nErrorCaolán McNamara
2011-03-28migrate sal subsequenttests to gbuildBjoern Michaelsen
2011-03-25Fix yet another windows breakageFridrich Štrba
2011-03-25fix windows buildCaolán McNamara
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba
2011-03-25Don't use "uno_" prefix for libraries on WindowsFridrich Štrba