summaryrefslogtreecommitdiffstats
path: root/sal/osl/w32
Commit message (Expand)AuthorAgeFilesLines
* -Werror=unused-macros (MinGW, sal)Stephan Bergmann2013-04-177-21/+0
* tune up debug level required for popping up dialogs from MSVCRTDMichael Stahl2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* std::min() parameters must be of same typeTor Lillqvist2013-03-211-1/+1
* Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist2013-03-182-120/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2013-02-225-6/+6
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* prevent out-of-bounds buffer writes in EnumLocalesParamsEike Rathke2013-02-151-12/+27
* fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann2013-01-161-5/+15
* Further socket callback clean-upStephan Bergmann2013-01-112-14/+0
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-271-3/+3
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-042-105/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2120-484/+298
* Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2012-11-211-5/+0
* mingwport34: i#117493: mingw port of i109096tono2012-11-211-1/+1
* Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann2012-11-151-1/+0
* More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza2012-10-171-31/+0
* Remove internal usage of rtl/memory.h in sal moduleArnaud Versini2012-10-011-1/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-7/+7
* Include header with prototypes of defined functionsStephan Bergmann2012-09-171-2/+3
* export sal init and deinit functionsDavid Tardon2012-09-161-2/+2
* Include saldllapi.h explicitly where neededStephan Bergmann2012-09-151-2/+2
* fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann2012-09-051-0/+29
* allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara2012-08-291-1/+2
* fdo#53252: _toupper is unreliableStephan Bergmann2012-08-201-1/+1
* sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl2012-08-031-0/+6
* Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2012-07-272-4/+7
* Remove unused definesThomas Arnhold2012-06-251-3/+0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-2112-285/+177
* rtl: (i119939) memory leakNorbert Thiebaud2012-06-171-0/+1
* targetted reversion of minor cppcheck fixMichael Meeks2012-06-081-22/+2
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2
* targeted string re-workNorbert Thiebaud2012-06-011-3/+3
* targetted cppcheck variable scope revertMichael Meeks2012-06-011-2/+2
* Some cppcheck cleaningJulien Nabet2012-05-301-2/+0
* probable intentDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* suppress compiler error when building with -WerrorDavid Tardon2012-03-071-0/+4
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-4/+4
* WaE: redefined macroDavid Tardon2012-03-071-7/+0
* WaE: format '%u' expects argument of type 'unsigned int'David Tardon2012-03-071-1/+1
* WaE: declaration of '...' shadows a global declarationDavid Tardon2012-03-071-3/+0
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-071-2/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon2012-03-071-5/+5
* WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon2012-03-071-1/+1