summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-05-31fdo#32263Takeshi Abe1-2/+21
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2-2/+5
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ureJan Holesovsky7-11/+30
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky7-49/+43
2011-05-25fix flaggs typoCaolán McNamara1-2/+2
2011-05-25Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for thatTor Lillqvist2-2/+5
2011-05-25Define NO_DL_FUNCTIONS on iOSTor Lillqvist1-0/+4
2011-05-25Compilation fix for iOSTor Lillqvist1-5/+5
2011-05-25Fix compilation errors when NO_DL_FUNCTIONS is definedTor Lillqvist1-0/+6
2011-05-25Use the dummy floppy API implementations on iOS, tooTor Lillqvist1-6/+6
2011-05-25Compilation fix for iOSTor Lillqvist1-0/+6
2011-05-24Add iOSTor Lillqvist1-1/+32
2011-05-24Use isfinite() on iOSTor Lillqvist1-0/+2
2011-05-23Use 'i' prefix for import library only with MSVCfeature/calc-multiline-inputTor Lillqvist1-2/+3
2011-05-23No need to build a static sal archiveTor Lillqvist1-9/+0
2011-05-23No need to build import library separately hereTor Lillqvist1-7/+0
2011-05-23Remove useless cruftTor Lillqvist9-1201/+0
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist18-2/+71
2011-05-22Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mkTor Lillqvist2-64/+2
2011-05-22Drop the doublequotesTor Lillqvist1-1/+1
2011-05-22MinGW cross-compilation fixesTor Lillqvist4-18/+9
2011-05-22Generate rtlbootstrap.mk in a more clever fashion when cross-compilingTor Lillqvist1-0/+10
2011-05-22Do build typesconfig also for Windows, but don't do anything there when using...Tor Lillqvist2-1/+7
2011-05-22Fix compilation errors with recet mingw-w64Tor Lillqvist4-6/+12
2011-05-20fix this to be the same as original implementationCaolán McNamara1-0/+4
2011-05-20#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leakssb7-134/+456
2011-05-18Do not include quota.hFrancois Tigeot1-6/+0
2011-05-18Do not include #include <ufs/ufs/quota.h> on NetBSD.Thomas Klausner1-0/+2
2011-05-16make this more robustDavid Tardon1-10/+27
2011-05-16Always link with WS2_32LIB, not WSOCK32LIBTor Lillqvist1-1/+1
2011-05-15fix typoTakeshi Abe1-1/+1
2011-05-14Add missing newline at endTor Lillqvist1-1/+1
2011-05-14Add defines for iOSTor Lillqvist4-5/+39
2011-05-14When cross-compiling, use what configure script figured outTor Lillqvist1-0/+24
2011-05-11Remove the ::osl::Security getHomeDir() checkFrancois Tigeot1-29/+1
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot1-154/+0
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix1-2/+8
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix1-1/+6
2011-05-01remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)Christina Rossmanith4-67/+53
2011-04-30Simple warnings correctedJulien Nabet2-1/+1
2011-04-27sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACEThorsten Behrens1-2/+3
2011-04-26Migrated oslDoCopyFile to using the read/write helpers.Julien Chaffraix2-10/+19
2011-04-26Introduced safeRead.Julien Chaffraix3-5/+36
2011-04-26Switched a write to safeWrite in profile.c.Julien Chaffraix1-9/+1
2011-04-26Refactored the safeWrite method in a new file.Julien Chaffraix4-19/+87
2011-04-23Remove support for the obsolete BORLANDC compiler.Francois Tigeot2-9/+0
2011-04-22It seems there was an extra semi colon hereJulien Nabet1-1/+1
2011-04-22make backtrace from OSL_ASSERT disabled by defaultLuboš Luňák1-1/+3