summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann12-113/+107
2017-03-30remove type decorations on char literalsJochen Nitschke6-12/+12
2017-03-30loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-30loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini6-8/+8
2017-03-24Various loplugin warnings (clang-cl)Stephan Bergmann1-5/+5
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann1-34/+37
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-2/+0
2017-03-23Revert "Handle "POSIX" in parse_locale"Stephan Bergmann1-33/+34
2017-03-23Handle "POSIX" in parse_localeStephan Bergmann1-34/+33
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+2
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann3-66/+2
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-2/+6
2017-03-22Comment clean-up that was inadvertently missing from previous commitStephan Bergmann1-3/+5
2017-03-22Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann1-20/+6
2017-03-21Argument to parse_locale is never nullStephan Bergmann1-39/+35
2017-03-21On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann1-16/+11
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-16Fix typosAndrea Gelmini1-4/+4
2017-03-15improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard1-2/+16
2017-03-15workaround for breakpad signal handler on linuxMarkus Mohrhard1-0/+24
2017-03-15tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock1-2/+95
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-6/+0
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann31-212/+90
2017-03-04Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann2-12/+10
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann16-279/+325
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-12/+12
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini3-12/+12
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2-2/+2
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann1-108/+6
2017-02-23Silence -Werror=format-overflowStephan Bergmann1-2/+2
2017-02-23-Werror=format-truncationStephan Bergmann1-2/+7
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny2-4/+3
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann1-5/+5
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara1-1/+3
2017-02-16remove unused Exist from oslCheckMode enumNoel Grandin1-5/+0
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann10-184/+13
2017-02-10-Werror=unused-parameterStephan Bergmann1-0/+2
2017-02-09-Werror,-Wunused-macrosStephan Bergmann1-7/+1
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann1-1/+1
2017-02-09Some clean upStephan Bergmann1-21/+7
2017-02-09Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann5-36/+37
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann2-14/+14
2017-02-09Proper -Werror,-Wunused-parameter fix for C codeStephan Bergmann1-4/+8
2017-02-09-Werror,-Wunused-parameterStephan Bergmann1-4/+4
2017-02-09Implement SAL_DEBUG_BACKTRACE for LinuxStephan Bergmann3-3/+62
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann1-6/+4