summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2019-06-08Fixed typos (wether -> whether)Matthias Seidel
2019-02-12Only update PATH if /usr/local/bin is missing for macOSJim Jagielski
2019-02-12This is the wrong place to do this, because we are unilaterally overruling CWD.Jim Jagielski
2019-01-31Fix https://bz.apache.org/ooo/show_bug.cgi?id=127966 in a location where we k...Jim Jagielski
2019-01-25save some cyclesJim Jagielski
2019-01-25ensure NULLJim Jagielski
2019-01-18more PATH weirdness on macOSJim Jagielski
2019-01-11Get macOS building and packaging again. Following changes/fixes:Jim Jagielski
2018-08-26Fixed typo (meaningfull -> meaningful)Matthias Seidel
2018-08-18Arrays allocated with new [] should be freed using delete[].Don Lewis
2018-07-12Update targets for macOSJim Jagielski
2018-07-12Work on getting macOS building again w/ 4.2.0 and the versioning of libs...Jim Jagielski
2018-05-31Fixed typos:Matthias Seidel
2018-04-28Fix potential memory alignment issues on X86_64.Don Lewis
2018-03-06Port the "kill" command and some useful partsDamjan Jovanovic
2018-03-05Fix use of ::std::min and ::std::maxDamjan Jovanovic
2018-03-05Add some initial fixes for Win64 in main/sal.Damjan Jovanovic
2017-12-28#i126518# OS/2 link with system libcx0 to use new exception and memory mappin...Yuri Dario
2017-03-07Revert r1719566 and bringing back some casts.Pedro Giffuni
2017-02-25i101100 - Fix some aliasing issues.Pedro Giffuni
2017-02-08i101100 - Fix some aliasing issues.Pedro Giffuni
2017-02-07Add initial support for building AOO with Clang on Linux.Damjan Jovanovic
2017-01-31The clear_001 QA test fails sporadically with a 7 nSec mutex hold timeDon Lewis
2017-01-16osl_diagnose_backtrace_Impl(): leave a default value for FreeBSD.Pedro Giffuni
2017-01-13FreeBSD PPC: Missing patchPedro Giffuni
2016-12-24Add some "Revision" svn keywords.Pedro Giffuni
2016-12-22Re-enable some Id svn:keywords.Pedro Giffuni
2016-12-08Update endianness detection on FreeBSD.Pedro Giffuni
2016-09-03In the SAL_UNUSED macro, __attribute((__unused__)) should beDon Lewis
2016-09-02Fix improper usage of strncat() and snprintf(). Flagged by -Wstrncat-sizeDon Lewis
2016-09-01Fix -Wunused-private-field errors in sc/inc/compiler.hxx. The structureDon Lewis
2016-05-22Spelling, spelling ...Pedro Giffuni
2016-04-10Replace 0 with NULL for pointers.Pedro Giffuni
2016-04-10Drop redundant parenthesis.Pedro Giffuni
2016-03-25#i126890# code: compiling with recent clang generates thousands of infinite-recuDon Lewis
2016-02-06Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic
2016-01-29Remove an unused empty file that is causing the RAT scan to fail.Damjan Jovanovic
2016-01-28#i126787# fix unit tests on WindowsDamjan Jovanovic
2015-12-19Remember to NULL terminate when using strncpy.Pedro Giffuni
2015-12-13Use %tx to print ptrdiff_t.Damjan Jovanovic
2015-12-13Use %p to print pointers in sal backtraces instead of 0x%x + conversion to in...Damjan Jovanovic
2015-12-11Drop useless malloc casts in C codePedro Giffuni
2015-12-03Missing UnlockPedro Giffuni
2015-12-02Off by one using readlink(2)Pedro Giffuni
2015-11-30Destination buffer too smallPedro Giffuni
2015-11-27Use the ptrdiff_t printf format code for backtracing on FreeBSD.Damjan Jovanovic
2015-11-26Implement osl_diagnose_backtrace_Impl() on FreeBSD. Also fix the value of FRA...Damjan Jovanovic
2015-11-26Fix the stack frame layout for backtraces on FreeBSD.Damjan Jovanovic
2015-11-25i66807 - Fix GCC warning in backtrace.cPedro Giffuni
2015-11-24Resource leakPedro Giffuni