summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann2011-10-202-2/+10
* WaE: two functions defined but not usedTor Lillqvist2011-10-191-1/+1
* WaE: passing argument discards qualifiers from pointer target typeTor Lillqvist2011-10-191-1/+3
* WaE: unused parameter 'f'Tor Lillqvist2011-10-191-0/+1
* WaE: ISO C90 forbids mixed declarations and codeDavid Tardon2011-10-115-8/+11
* Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2011-10-082-0/+63
* Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2011-10-082-60/+0
* Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann2011-10-082-0/+60
* Revert "cppcheck reduce scope of var in sal/... security.c"Norbert Thiebaud2011-10-081-1/+33
* cppcheck reduce scope of var in sal/... security.cPierre-André Jacquod2011-10-071-33/+1
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-304-0/+12
* FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann2011-09-272-71/+103
* In ChildStatusProc, calculate a meaningful status for processes killed by a s...Stephan Bergmann2011-09-211-0/+2
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-2112-199/+199
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-168-0/+11
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-168-11/+0
* Fallback to osl_getExecutableFile when dlsym("main") failsCaolán McNamara2011-09-161-0/+4
* Removed bogus assert.Stephan Bergmann2011-09-151-2/+0
* reduce the scope a bit furtherCaolán McNamara2011-09-131-2/+1
* Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca2011-09-131-1/+2
* Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always onTor Lillqvist2011-09-121-3/+6
* Work around compilation errors with MinGW and --enable-debugTor Lillqvist2011-08-302-8/+6
* We do not need to use GLIBC hereMatúš Kukan2011-08-292-33/+2
* <sys/prctl.h> is not available on kFreeBSDRene Engelhard2011-08-241-2/+2
* chmod -xTor Lillqvist2011-08-172-0/+0
* Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) buildTor Lillqvist2011-08-171-9/+9
* Fix heap corruption (malloc buffer overrun)Tor Lillqvist2011-08-161-2/+2
* osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treatedLionel Elie Mamane2011-08-081-1/+3
* Print debugging output only if OSL_DEBUG_LEVEL > 1Tor Lillqvist2011-08-051-2/+2
* We do want to use RTLD_DEFAULT and dlsym() also on iOSTor Lillqvist2011-08-011-2/+3
* Simplify osl_getTempDirURL()Francois Tigeot2011-07-161-33/+9
* Make iOS sal unit testing actually workTor Lillqvist2011-07-112-1/+3
* Do build sal unit tests for iOS, tooTor Lillqvist2011-07-101-1/+5
* iOS is much like MacOSXTor Lillqvist2011-07-102-3/+5
* iOS hacking for cppunittesterTor Lillqvist2011-07-091-1/+0
* fix indentCaolán McNamara2011-07-041-1/+1
* remove duplicate codeDavid Tardon2011-06-221-11/+0
* make pthreads osl_setThreadKeyData backend work the same on all OSesCaolán McNamara2011-06-201-7/+42
* catch by const referenceCaolán McNamara2011-06-141-1/+1
* INCLUDE_BACKTRACE is on for Intel MacOSXTor Lillqvist2011-06-091-1/+1
* First attempt at Android supportTor Lillqvist2011-06-095-10/+34
* Simplified #define OSL_FILE_TRACEChristina Rossmanith2011-06-051-2/+4
* Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))Christina Rossmanith2011-06-051-1/+1
* drop const for alternative templateCaolán McNamara2011-06-011-2/+2
* fdo#32263Takeshi Abe2011-05-311-2/+21
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+1
|\
| * sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens2011-04-271-2/+3
* | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky2011-05-275-9/+22
|\ \
| * | Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist2011-05-252-2/+5
| * | Define NO_DL_FUNCTIONS on iOSTor Lillqvist2011-05-251-0/+4