summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-02-18sal: remove dead code and empty linesThomas Arnhold1-148/+0
2012-02-18WaE: unused variable bOkThomas Arnhold1-1/+1
2012-02-18WaE: unused variable nErrorThomas Arnhold1-3/+0
2012-02-18WaE: unused variable nPipesThomas Arnhold1-2/+0
2012-02-18WaE: unused variable EventThomas Arnhold1-4/+1
2012-02-18WaE: /* inside commentThomas Arnhold1-9/+9
2012-02-18WaE: unused variable nLenThomas Arnhold1-1/+0
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist1-77/+1
2012-02-16-WundefStephan Bergmann1-1/+1
2012-02-16Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2-0/+41
2012-02-15Various string function clean upStephan Bergmann9-0/+1170
2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist3-3/+3
2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist3-2/+20
2012-02-15Merge branch 'feature/android'Tor Lillqvist12-37/+201
2012-02-14cleanup: remove remenants of gcc version checkingMichael Meeks1-12/+0
2012-02-14Make code exploiting -fthreadsafe-statics properly conditionalStephan Bergmann1-3/+3
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann4-14/+3
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák1-1/+1
2012-02-09fix ppt embedded graphic dumperCaolán McNamara1-0/+4
2012-02-06OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot1-181/+0
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+9
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot6-173/+0
2012-02-05Remove unused floppy-handling codeFrançois Tigeot1-657/+0
2012-02-05Remove useless NETBSD checkFrançois Tigeot1-3/+0
2012-02-03add sc.ui log areaDavid Tardon1-0/+4
2012-02-01add vcl.gdi log areaDavid Tardon1-0/+1
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot1-22/+1
2012-01-31Call lo_dlclose() on AndroidTor Lillqvist1-0/+4
2012-01-31Add lo_dlclose()Tor Lillqvist2-0/+15
2012-01-31Log time taken by dlopen()Tor Lillqvist1-1/+9
2012-01-31No need to wait for debugger here on Android, this code does seem to workTor Lillqvist1-8/+0
2012-01-31Remove unused endianess definesFrançois Tigeot1-23/+0
2012-01-31add vcl log areaDavid Tardon1-0/+4
2012-01-30sal: add sw.rtf log areaMiklos Vajna1-0/+1
2012-01-30add log areasLuboš Luňák1-0/+8
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot1-2/+0
2012-01-27WaE: Unused parameterTor Lillqvist1-0/+1
2012-01-27Drop accidental #includeTor Lillqvist1-1/+1
2012-01-27Tweak the st_mode returned by lo_apk_lstat() to match reality betterTor Lillqvist1-3/+3
2012-01-27add a file to list of known SAL_INFO areasLuboš Luňák2-1/+49
2012-01-27android: attach as daemon with given JNI version, and don't exit.Michael Meeks1-5/+13
2012-01-27android: push the redraw-needed command into the app thread & waitMichael Meeks1-0/+24
2012-01-27CppunitTest_sal_osl_file fails on WindowsTor Lillqvist1-1/+2
2012-01-26Use lo-bootstrap as the log tagTor Lillqvist1-1/+1
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann5-34/+34
2012-01-26Call the JavaVM's AttachCurrentThread(), can't hurt...Tor Lillqvist1-0/+2
2012-01-26Move the sleep earlier, and log itTor Lillqvist1-3/+6
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks9-7/+106