summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Expression in OSL_PRECOND was invertedTor Lillqvist2010-11-231-1/+1
* Patches for ure, neeed by OpenBSDRobert Nagy2010-11-0820-38/+140
* remove unused copy-and-pasted PAM_BINARY_MSG from os2 portCaolán McNamara2010-11-011-4/+0
* add missing parenthesisDavid Tardon2010-11-011-1/+1
* fix cppcheck realloc warningGert Faller2010-11-011-2/+22
* fix cppcheck realloc warningGert Faller2010-11-012-3/+10
* add modelines to .h and .c files as wellCaolán McNamara2010-10-27225-1/+587
* add dbg_dumps for string buffersCaolán McNamara2010-10-271-8/+14
* remvove vos/macros.h usageNorbert Thiebaud2010-10-252-0/+9
* rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud2010-10-251-2/+2
* merge vosremoval-mutex.diffNorbert Thiebaud2010-10-251-0/+2
* Create an abstract interface to be used to implement a SolarMutexNorbert Thiebaud2010-10-251-0/+23
* #i113212# support x-iscii-de/RTL_TEXTENCODING_ISCII_DEVANGARI mappingCaolán McNamara2010-10-252-1/+6
* micro optimizationsCaolán McNamara2010-10-251-3/+3
* cleanup / remove obsolete pam config piecesMichael Meeks2010-10-251-9/+0
* remove un-necessary pam usageNadav Vinik2010-10-252-441/+2
* microoptCaolán McNamara2010-10-241-1/+1
* micro optsCaolán McNamara2010-10-242-2/+2
* Disable preprocessor checks for OSL_THIS_FUNC and make it " " for now.Thomas Klausner2010-10-221-0/+6
* replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)David Tardon2010-10-201-4/+3
* allow extra argumentsCaolán McNamara2010-10-191-1/+1
* FreeBSD's unsetenv also returns an int.Thomas Klausner2010-10-191-1/+1
* add missing includeFlorian Bircher2010-10-182-0/+2
* make sure that SAL_N_ELEMENTS is defined on win32.Norbert Thiebaud2010-10-181-1/+1
* NetBsd's unsetenv has a return valueCaolán McNamara2010-10-181-1/+1
* cleanup to use SAL_N_ELEMENTSKenneth Venken2010-10-1822-39/+43
* remove non-compiled codePovilas Kanapickas2010-10-1825-2655/+6
* #i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara2010-10-185-1/+239
* CLang++ Dead incrementCaolán McNamara2010-10-181-1/+1
* CLang++ Dead assignmentCaolán McNamara2010-10-181-1/+0
* remove unused macro bufsizeofKenneth Venken2010-10-172-7/+0
* use SAL_N_ELEMENTS macroKenneth Venken2010-10-175-28/+25
* use SAL_N_ELEMENTS macroKenneth Venken2010-10-175-21/+21
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-14256-25/+691
* fix typoCaolán McNamara2010-10-131-2/+2
* AIX portCaolán McNamara2010-10-1322-38/+149
* On NetBSD, sys/endian.h defines _BIG_ENDIAN etc; undefine the unwanted ones.Thomas Klausner2010-10-131-3/+6
* On NetBSD, Use path.h for finding tmpdir.Thomas Klausner2010-10-131-0/+6
* Better NetBSD support.Thomas Klausner2010-10-132-2/+7
* Support NetBSD (switched to statvfs instead of statfs some time ago).Thomas Klausner2010-10-131-2/+28
* Handle NetBSD the same way as FreeBSD.Thomas Klausner2010-10-131-2/+2
* There is no #elifdef, use #elif defined.Thomas Klausner2010-10-131-2/+2
* Remove redundant #include, #define & commentsJ. Graeme Lingard2010-10-1318-96/+1
* Support NetBSD better.Thomas Klausner2010-10-091-6/+13
* Handle NetBSD in the same way as FreeBSD.Thomas Klausner2010-10-091-2/+2
* Enable valgrind-ability with G_SLICE env. varMichael Meeks2010-10-086-87/+132
* remove unused macros, and add SAL_N_ELEMENTSMichael Meeks2010-10-081-10/+6
* [cppcheck] closes a file that would be left open if memory allocation failsHarri Pitkänen2010-10-071-0/+1
* more removed include guards using fixguard.pyPetr Mladek2010-10-077-14/+0
* Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ureJan Holesovsky2010-10-062-0/+9
|\