summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a s...Stephan Bergmann
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-16Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara
2011-09-15Removed bogus assert.Stephan Bergmann
2011-09-13reduce the scope a bit furtherCaolán McNamara
2011-09-13Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca
2011-09-12Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always onTor Lillqvist
2011-08-30Work around compilation errors with MinGW and --enable-debugTor Lillqvist
2011-08-29We do not need to use GLIBC hereMatúš Kukan
2011-08-24<sys/prctl.h> is not available on kFreeBSDRene Engelhard
2011-08-17chmod -xTor Lillqvist
2011-08-17Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) buildTor Lillqvist
2011-08-16Fix heap corruption (malloc buffer overrun)Tor Lillqvist
2011-08-08osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treatedLionel Elie Mamane
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