summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-06-19fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann
2012-05-18gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan
2012-04-04don't skip first cmdline argumentLuboš Luňák
2012-04-04fix crude command line arguments handlingLuboš Luňák
2012-04-04fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák
2012-01-30Avoid accidental linking with GetShortPathNameW from uwinapi.dllFridrich Štrba
2012-01-26NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot
2012-01-19Make older Duden Korrektor work with LO (fdo#37561)Fridrich Štrba
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar
2012-01-06gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-14fix crash for std::numeric_limits<int>::min() in our math lib implMarkus Mohrhard
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07|| -> &&Caolán McNamara
2011-12-07Don't replace getpid on Linux when the system version is correctArnaud Versini
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen
2011-12-05ChildStatusProc needs to be extern "C".Stephan Bergmann
2011-12-02Improve ChildStatusProc diagnostics.Stephan Bergmann
2011-12-02Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.Stephan Bergmann
2011-12-02Revert "Remove charAt/setCharAt once and for all"Stephan Bergmann
2011-12-01Remove charAt/setCharAt once and for allAugust Sodora
2011-12-01Add back setCharAt/charAt for nowAugust Sodora
2011-12-01remove unused string constantsAndras Timar
2011-12-01WaE: unused variablesAugust Sodora
2011-12-01fdo#41474: remove setCharAt and charAt from O[U]StringBufferAugust Sodora
2011-12-01Remove uses of charAtAugust Sodora
2011-11-30Fix build breaker thinkoTor Lillqvist
2011-11-30Android code refactorig and hackingTor Lillqvist
2011-11-30OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist
2011-11-29Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-26The lo_main() thing on Android works fine, remove superfluous loggingTor Lillqvist
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25Add lo_get_javavm() to get the JavaVM we are runnning inTor Lillqvist
2011-11-24Replace also the std::type_info::before() in libgnustl_shared.soTor Lillqvist
2011-11-24Reduce logging verbosity and tune levelsTor Lillqvist
2011-11-24Binary patch the mmapped libgnustl_shared.so from NDK r7Tor Lillqvist
2011-11-24Add "clean" targetTor Lillqvist
2011-11-24ditch dbg_dumpCaolán McNamara
2011-11-23Call getResult with fully qualified name.Stephan Bergmann
2011-11-23Silence bogus MSC "must return a value" errors.Stephan Bergmann
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky