summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-10-01loplugin:data (clang-cl)Stephan Bergmann3-12/+12
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-32/+30
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák4-23/+51
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann11-240/+509
2019-09-16Simplify forced memory readsStephan Bergmann1-4/+3
2019-09-16-Werror=volatile (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann2-5/+5
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-10tdf#127069 sal: preserve gid of files in the unx osl_replaceFile()Miklos Vajna1-1/+32
2019-09-06Fix typo in comment (ASCII 0x42 is "B")Stephan Bergmann1-1/+1
2019-09-06Fixing "...."Andrea Gelmini3-3/+3
2019-09-05Clean up {osl_,osl::}systemPathEnsureSeparator comboStephan Bergmann2-39/+8
2019-09-05Clean up {osl_,osl::}systemPathMakeAbsolutePath comboStephan Bergmann4-56/+12
2019-09-05Use OUString in osl_getNextDirectoryItemStephan Bergmann1-9/+7
2019-09-05Fix osl_systemPathEnsureSeparator preconditionStephan Bergmann1-13/+14
2019-09-05Let osl_systemPathEnsureSeparator directly take an OUStringStephan Bergmann2-14/+11
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann2-1/+10
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann11-50/+110
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann13-32/+195
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann2-7/+31
2019-09-01Resolves: ofz#16898 Direct-leak in rtl_uString_ImplAllocCaolán McNamara1-2/+2
2019-08-30Blind fix for Android, take twoStephan Bergmann1-1/+1
2019-08-30Extract common code from #if/#else blocksStephan Bergmann1-9/+7
2019-08-30Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann6-38/+64
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann5-63/+26
2019-08-29Make oslDirectoryImpl a bit more C++yStephan Bergmann1-18/+20
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann2-12/+16
2019-08-24loplugin:returnconstval in sal..scNoel Grandin2-11/+8
2019-08-20Fix typosAndrea Gelmini3-15/+15
2019-08-20Fix typosAndrea Gelmini2-2/+2
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann1-4/+6
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann1-2/+1
2019-08-10cid#1452268 Uninitialized scalar variableCaolán McNamara1-0/+2
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-08-10aTime.tm_wday gets overwritten anywayCaolán McNamara1-1/+0
2019-08-09Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke1-2/+12
2019-08-02Fix typo in codeAndrea Gelmini1-1/+1
2019-08-02Fix typosAndrea Gelmini16-35/+35
2019-08-01Silence -Wunused-function on AndroidMike Kaganski1-0/+4
2019-08-01Unify some code across platforms to use static initializersMike Kaganski1-113/+101
2019-08-01Sometimes static checks are enough.Mike Kaganski1-2/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann3-3/+3
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-24Fix typoAndrea Gelmini1-1/+1
2019-07-19cid#1448293 Copy into fixed size bufferCaolán McNamara1-1/+2
2019-07-19coverity concurrency annotation attemptNoel Grandin1-0/+20
2019-07-18cid#1448288 Unchecked return value from libraryCaolán McNamara1-1/+1