summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2011-08-05Print debugging output only if OSL_DEBUG_LEVEL > 1Tor Lillqvist
2011-08-01We do want to use RTLD_DEFAULT and dlsym() also on iOSTor Lillqvist
2011-07-16Simplify osl_getTempDirURL()Francois Tigeot
2011-07-11Make iOS sal unit testing actually workTor Lillqvist
2011-07-10Do build sal unit tests for iOS, tooTor Lillqvist
2011-07-10iOS is much like MacOSXTor Lillqvist
2011-07-09iOS hacking for cppunittesterTor Lillqvist
2011-07-04fix indentCaolán McNamara
2011-06-22remove duplicate codeDavid Tardon
2011-06-20make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara
2011-06-14catch by const referenceCaolán McNamara
2011-06-09INCLUDE_BACKTRACE is on for Intel MacOSXTor Lillqvist
2011-06-09First attempt at Android supportTor Lillqvist
2011-06-05Simplified #define OSL_FILE_TRACEChristina Rossmanith
2011-06-05Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith
2011-06-01drop const for alternative templateCaolán McNamara
2011-05-31fdo#32263Takeshi Abe
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-25Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist
2011-05-25Define NO_DL_FUNCTIONS on iOSTor Lillqvist
2011-05-25Compilation fix for iOSTor Lillqvist
2011-05-25Fix compilation errors when NO_DL_FUNCTIONS is definedTor Lillqvist
2011-05-25Use the dummy floppy API implementations on iOS, tooTor Lillqvist
2011-05-24Add iOSTor Lillqvist
2011-05-22Fix compilation errors with recet mingw-w64Tor Lillqvist
2011-05-20fix this to be the same as original implementationCaolán McNamara
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb
2011-05-18Do not include quota.hFrancois Tigeot
2011-05-18Do not include #include <ufs/ufs/quota.h> on NetBSD.Thomas Klausner
2011-05-16make this more robustDavid Tardon
2011-05-15fix typoTakeshi Abe
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix
2011-04-30Simple warnings correctedJulien Nabet
2011-04-27sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens
2011-04-26Migrated oslDoCopyFile to using the read/write helpers.Julien Chaffraix
2011-04-26Introduced safeRead.Julien Chaffraix
2011-04-26Switched a write to safeWrite in profile.c.Julien Chaffraix
2011-04-26Refactored the safeWrite method in a new file.Julien Chaffraix
2011-04-22It seems there was an extra semi colon hereJulien Nabet
2011-04-22make backtrace from OSL_ASSERT disabled by defaultLuboš Luňák
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-04-19Fixed write(2) usage in process.cJulien Chaffraix
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-15fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293fNorbert Thiebaud
2011-04-15Fixed LANG setting in the _imp_setProcessLocale() function.Christian Dywan
2011-04-14No need to check out execv return value.Julien Chaffraix