summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-19don't crash when interacting with a class that implements XInvocationfeature/gsoc2011_wizardsMichael Meeks2-4/+19
2011-05-19Add the wntgcc directoriesTor Lillqvist1-0/+2
2011-05-19Add the unxios and unxand directoriesTor Lillqvist1-0/+4
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-17do not leak memoryDavid Tardon1-6/+7
2011-05-17Some cppcheck cleaningJulien Nabet6-17/+16
2011-05-16avoid double deleteDavid Tardon1-2/+0
2011-05-16delete[] after useDavid Tardon1-0/+1
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-14Cross-compilation supportTor Lillqvist4-31/+4
2011-05-12remove stray semicolonDavid Tardon1-1/+1
2011-05-11Unbreak build on non-WindowsTor Lillqvist1-0/+9
2011-05-11Remove the ::osl::Security getHomeDir() checkFrancois Tigeot1-29/+1
2011-05-11Fix build on WindowsTor Lillqvist1-2/+3
2011-05-11Remove an implementation of getpwnam_r for old versions of NetBSD.Francois Tigeot1-154/+0
2011-05-09Fix simple warning (explicit cast in char*)Julien Nabet1-2/+2
2011-05-09Fix osl_Security::getHomeDir test under fakerootMiklos Vajna1-1/+4
2011-05-07Make sure we deliver the pyuno.dylib object for Mac OS X.Joseph Powers1-0/+1
2011-05-07PyVarObject_HEAD_INIT() isn't defined in Python 2.5-Joseph Powers1-3/+8
2011-05-07Port PyUno to support Python 3Andreas Becker23-558/+664
2011-05-06fix mangled open tag in documentationMichael Meeks1-1/+1
2011-05-04add new uno interface for sheet local anonymous db dataMarkus Mohrhard2-0/+79
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-1/+1
2011-05-03Adding public method getNamespaceURL.Muthu Subramanian1-1/+6
2011-05-03Properly advance the data / buffer pointer.Julien Chaffraix1-2/+8
2011-05-03Handled EINTR in safeWrite.Julien Chaffraix1-1/+6
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-2/+2
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-30Ignore .gitattributesJoseph Powers1-0/+1
2011-04-28fix typoDavid Tardon1-1/+1
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
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet35-72/+71
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith7-94/+82
2011-04-19Fixed write(2) usage in process.cJulien Chaffraix1-5/+22
2011-04-18Disable a registry test failing without OS/2 support.Francois Tigeot1-2/+5
2011-04-18Fix a typo.Francois Tigeot1-1/+1
2011-04-18Remove OS/2 support.Francois Tigeot171-26081/+135