summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2011-11-21remove extraneous endif.Michael Meeks
2011-11-21only build custom gethostbyname for OSX & IOSMichael Meeks
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks
2011-11-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini
2011-11-21Add stuff to run bridgetestTor Lillqvist
2011-11-21Bah, don't bother with conditional copying of stuff into the .apk hereTor Lillqvist
2011-11-21Add the localedata_en and localedata_others libsTor Lillqvist
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane
2011-11-21Ignore also "assets"Tor Lillqvist
2011-11-21Include more stuff in the .apk needed by test_i18npool_test_breakiteratorTor Lillqvist
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist
2011-11-20Use proper command line parsing for the lo-main-cmdline extra stringTor Lillqvist
2011-11-20Unix style command line parserTor Lillqvist
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist
2011-11-19Add read-only pseudo-files representing a memory blockTor Lillqvist
2011-11-19More misc Android workTor Lillqvist
2011-11-17Add the gcc3_uno libraryTor Lillqvist
2011-11-17Missing semicolonTor Lillqvist
2011-11-17Look for lo_main() and not main() on AndroidTor Lillqvist
2011-11-17Use lo_dladdr() on AndroidTor Lillqvist
2011-11-17Add more librariesTor Lillqvist
2011-11-17Add lo_dladdr(), a wrapper for Android's dladdr()Tor Lillqvist
2011-11-17Include also the boostrap UNO componentTor Lillqvist
2011-11-17Copy more shared objects for unit testingTor Lillqvist
2011-11-17Improve a diagnostic log messageTor Lillqvist
2011-11-16WaE: Unused parameterTor Lillqvist
2011-11-16Further Android work, now most sal cppunit tests seem to runTor Lillqvist
2011-11-15Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist
2011-11-15Intermediate Android commit, before having NativeActivity load lo-bootstrapTor Lillqvist
2011-11-14Search app's lib firstTor Lillqvist
2011-11-13Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainNameArnaud Versini
2011-11-13Replace domainname command by getdomainname syscall or functionArnaud Versini
2011-11-11WaE: defined but not usedTor Lillqvist
2011-11-11Intermediate Android commitTor Lillqvist
2011-11-11Release strings after useTor Lillqvist
2011-11-11TypoTor Lillqvist
2011-11-11More baby steps for AndroidTor Lillqvist
2011-11-07Remove obsolete IsWin95A functionJesús Corrius
2011-11-01Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann
2011-10-20osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann
2011-10-19WaE: two functions defined but not usedTor Lillqvist
2011-10-19WaE: passing argument discards qualifiers from pointer target typeTor Lillqvist
2011-10-19WaE: unused parameter 'f'Tor Lillqvist
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist