summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann3-6/+6
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann1-2/+2
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann2-3/+3
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock2-29/+27
2017-08-27osl: rename win32 socket internal function namesChris Sherlock1-23/+23
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock2-16/+26
2017-08-27osl: remove commented out reversemap functionsChris Sherlock1-90/+0
2017-08-27osl: remove extraneous comment cruft from socket.cxxChris Sherlock1-70/+7
2017-08-25ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara1-2/+2
2017-08-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-08-18missing include (--disable-pch)Stephan Bergmann1-0/+1
2017-08-18Fix typosAndrea Gelmini2-3/+3
2017-08-17Fix typosAndrea Gelmini4-11/+11
2017-08-17Remove excess SAL_WARNsStephan Bergmann1-4/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin4-16/+16
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2-20/+20
2017-08-16Dead codeStephan Bergmann1-2/+0
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin3-0/+87
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-08-07loplugin:oncevarStephan Bergmann1-2/+3
2017-08-02If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist1-2/+3
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock1-42/+3
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara1-0/+11
2017-07-24fix use after delete in osl::Pipe dtorCaolán McNamara1-3/+4
2017-07-23coverity#1415617 Resource leakCaolán McNamara1-4/+4
2017-07-23rtl: cleanup equality conditions in uuid.cxxChris Sherlock1-35/+38
2017-07-23rtl: cleanup uri.cxxChris Sherlock1-28/+112
2017-07-23rtl: cleanup rtl_process.cxxChris Sherlock1-5/+8
2017-07-23rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock1-105/+58
2017-07-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-10/+13
2017-07-23rtl: cleanup equality conditions in math.cxxChris Sherlock1-153/+248
2017-07-23rtl: cleanup equality conditions in locale.cxxChris Sherlock1-2/+2
2017-07-23rtl: remove comment cruft from locale.cxxChris Sherlock1-54/+32
2017-07-23rtl: cleanup equality conditions in hash.cxxChris Sherlock1-54/+63
2017-07-23rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock2-341/+366
2017-07-23rtl: cleanup cipher.cxx equality conditionsChris Sherlock1-27/+32
2017-07-23rtl: remove comment cruft from cipher.cxxChris Sherlock1-199/+82
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock2-14/+14
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock1-0/+5
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock1-167/+241
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock3-122/+127
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock5-631/+250
2017-07-22osl: get rid of comment cruft in w32/time.cxxChris Sherlock1-10/+0
2017-07-22osl: get rid of comment cruft in w32/sockimpl.hxxChris Sherlock1-3/+0
2017-07-22osl: get rid of comment cruft in w32/socket.cxxChris Sherlock1-235/+19
2017-07-22osl: get rid of comment cruft in w32/security.cxxChris Sherlock1-48/+33
2017-07-22osl: remove sig in commentChris Sherlock1-1/+1