summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2017-07-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-10/+13
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock1-0/+5
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
2017-07-22osl: remove dead code from w32/salinit.cxxChris Sherlock1-4/+0
2017-07-22osl: get rid of comment cruft in w32 profile.cxxChris Sherlock1-32/+14
2017-07-22osl: small cosmetic change to make comment more readableChris Sherlock1-6/+6
2017-07-22osl: get rid of comment cruft in w32 path_helper.hxxChris Sherlock1-22/+10
2017-07-22osl: get rid of comment cruft in w32 path_helper.cxxChris Sherlock1-20/+0
2017-07-22osl: get rid of comment cruft in w32 nlsupport.cxxChris Sherlock1-12/+0
2017-07-22osl: get rid of comment cruft in w32 mutex.cxxChris Sherlock1-19/+0
2017-07-22osl: get rid of comment cruft in w32 module.cxxChris Sherlock1-38/+5
2017-07-22osl: minor whitespace fixup from automated changeChris Sherlock1-3/+3
2017-07-22osl: remove extraneous comments from w32/file_dirvold.cxxChris Sherlock1-18/+4
2017-07-22osl: fix w32/backtrace.cxx commentChris Sherlock1-5/+5
2017-07-22osl: get rid of comment cruft in w32 conditn.cxxChris Sherlock1-20/+0
2017-07-21osl: Unix pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-9/+9
2017-07-19osl: fix a number of doxygen comments in unx/file_path_helper.hxxChris Sherlock1-109/+58
2017-07-19osl: fix file_path_header.cxx commentChris Sherlock1-5/+2
2017-07-19osl: fix header commentChris Sherlock1-18/+11
2017-07-19Followup to 56638d1a6d9ba - fValid -> bValidChris Sherlock1-23/+23
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock2-5/+5
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-1/+1
2017-07-17loplugin:unnecessaryparen: sal (clang-cl)Stephan Bergmann3-4/+4
2017-07-16Avoid crash when rSignal.Handler is SIG_DFL etc.Stephan Bergmann1-16/+1
2017-07-13These arguments can apparently never be nullStephan Bergmann2-10/+8
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock1-4/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-10osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock1-4/+4
2017-07-10osl: followup - m_NamedObject never INVALID_HANDLE_VALUEChris Sherlock1-1/+1
2017-07-10Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptrChris Sherlock1-2/+2
2017-07-10osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUEChris Sherlock1-12/+14
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock2-4/+0
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock1-14/+18
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock1-4/+4
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock1-23/+24
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock1-9/+9
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock2-3/+7
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl1-0/+4
2017-07-05loplugin:casttovoid (clang-cl): salStephan Bergmann1-3/+1
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann6-14/+9
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-07-02loplugin:casttovoid: salStephan Bergmann5-79/+12