summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Intermediate Android commitTor Lillqvist2011-11-111-3/+17
* Release strings after useTor Lillqvist2011-11-111-0/+5
* TypoTor Lillqvist2011-11-111-2/+2
* More baby steps for AndroidTor Lillqvist2011-11-1112-0/+597
* Deliver the Android libuno_sal.soTor Lillqvist2011-11-101-0/+1
* First baby steps of proper Android "native" program supportTor Lillqvist2011-11-071-0/+48
* Remove obsolete IsWin95A functionJesús Corrius2011-11-071-20/+1
* Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann2011-11-043-0/+82
* Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0111-51/+104
* Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0110-124/+91
* Removed some obsolete register annotations.Stephan Bergmann2011-11-015-30/+30
* Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0112-110/+188
* Removed obsolete rtl/tres stuff.Stephan Bergmann2011-11-015-912/+0
* Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann2011-11-011-21/+33
* adapt naming schemeCaolán McNamara2011-11-011-4/+3
* add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara2011-11-011-0/+24
* add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara2011-11-011-0/+28
* Fix previous commit for non-Valgrind builds.Stephan Bergmann2011-10-253-5/+7
* Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann2011-10-242-5/+5
* misc trivial tweaks, and documentation additionMichael Meeks2011-10-211-0/+20
* String->OUString, with accompanying testsAugust Sodora2011-10-211-1/+6
* 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
* Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-va...Stephan Bergmann2011-10-181-1/+1
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann2011-10-181-2/+1
* sal: workaround warnings in valgrind macrosMichael Stahl2011-10-181-0/+7
* get TestResult dtor before osl::Module dtorCaolán McNamara2011-10-151-1/+1
* WaE: ISO C90 forbids mixed declarations and codeDavid Tardon2011-10-115-8/+11
* WaE: -Wsign-promoCaolán McNamara2011-10-101-0/+19
* Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2011-10-084-0/+92
* Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2011-10-084-85/+0
* Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann2011-10-084-0/+85
* Revert "cppcheck reduce scope of var in sal/... security.c"Norbert Thiebaud2011-10-081-1/+33
* cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxxPierre-André Jacquod2011-10-072-4/+2
* cppcheck reduce scope of var in sal/...cbcpytest.cxxPierre-André Jacquod2011-10-071-19/+1
* cppcheck reduce scope in sal/...osl_Pipe.cxxPierre-André Jacquod2011-10-071-112/+1
* cppcheck reduce scope of var in sal/... security.cPierre-André Jacquod2011-10-071-33/+1
* Drop test that require tmp with exec rights.Tomas Chvatal2011-10-051-45/+0
* Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.Stephan Bergmann2011-10-054-26/+38
* WaE: unreachable codeTor Lillqvist2011-10-031-1/+0
* easier to find leaks if the test harness doesn't leakCaolán McNamara2011-10-011-2/+4
* -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann2011-09-301-1/+1
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-309-0/+27
* Make this cross-platform.Jan Holesovsky2011-09-292-26/+14
* next test -> unotest changeMarkus Mohrhard2011-09-292-2/+2
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-59/+118
* FullTextEncodingDataSingleton must not call itself recursively.Stephan Bergmann2011-09-275-81/+144
* make sure these are safe wrt embedded NULLsCaolán McNamara2011-09-262-2/+8