summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-133-8/+4
* Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann2017-09-131-2/+4
* Silence warning C4701: potentially uninitialized local variableStephan Bergmann2017-09-131-1/+1
* Make reading UTF-8 strictStephan Bergmann2017-09-132-53/+352
* Clean up sal/backtrace.hxxStephan Bergmann2017-09-063-6/+6
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann2017-08-291-2/+2
* Fix type of errno/WSAGetLastError()Stephan Bergmann2017-08-282-3/+3
* osl: cleanup osl_(acquire|release|close)SocketChris Sherlock2017-08-282-29/+27
* osl: rename win32 socket internal function namesChris Sherlock2017-08-271-23/+23
* osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock2017-08-272-16/+26
* osl: remove commented out reversemap functionsChris Sherlock2017-08-271-90/+0
* osl: remove extraneous comment cruft from socket.cxxChris Sherlock2017-08-271-70/+7
* ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara2017-08-251-2/+2
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-08-221-2/+2
* missing include (--disable-pch)Stephan Bergmann2017-08-181-0/+1
* Fix typosAndrea Gelmini2017-08-182-3/+3
* Fix typosAndrea Gelmini2017-08-174-11/+11
* Remove excess SAL_WARNsStephan Bergmann2017-08-171-4/+0
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-174-16/+16
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-08-172-20/+20
* Dead codeStephan Bergmann2017-08-161-2/+0
* assert on duplicate listener in SfxListenerNoel Grandin2017-08-163-0/+87
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* loplugin:unnecessaryparenStephan Bergmann2017-08-071-1/+1
* loplugin:oncevarStephan Bergmann2017-08-071-2/+3
* If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist2017-08-021-2/+3
* osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock2017-07-301-42/+3
* tell msvc our source code is written using utf-8Caolán McNamara2017-07-251-0/+11
* fix use after delete in osl::Pipe dtorCaolán McNamara2017-07-241-3/+4
* coverity#1415617 Resource leakCaolán McNamara2017-07-231-4/+4
* rtl: cleanup equality conditions in uuid.cxxChris Sherlock2017-07-231-35/+38
* rtl: cleanup uri.cxxChris Sherlock2017-07-231-28/+112
* rtl: cleanup rtl_process.cxxChris Sherlock2017-07-231-5/+8
* rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock2017-07-231-105/+58
* osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock2017-07-221-10/+13
* rtl: cleanup equality conditions in math.cxxChris Sherlock2017-07-231-153/+248
* rtl: cleanup equality conditions in locale.cxxChris Sherlock2017-07-231-2/+2
* rtl: remove comment cruft from locale.cxxChris Sherlock2017-07-231-54/+32
* rtl: cleanup equality conditions in hash.cxxChris Sherlock2017-07-231-54/+63
* rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock2017-07-232-341/+366
* rtl: cleanup cipher.cxx equality conditionsChris Sherlock2017-07-231-27/+32
* rtl: remove comment cruft from cipher.cxxChris Sherlock2017-07-231-199/+82
* followup b714ba73c - remove excessive bracesChris Sherlock2017-07-232-14/+14
* osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock2017-07-221-0/+5
* rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock2017-07-221-167/+241
* rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock2017-07-223-122/+127
* rtl: remove comment cruft from alloc filesChris Sherlock2017-07-225-631/+250
* osl: get rid of comment cruft in w32/time.cxxChris Sherlock2017-07-221-10/+0