aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\
| * Do not provide a prototype for vsscanf when vsscanf is available.Gravatar diego2008-08-02
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Use consistent #include paths without "../".Gravatar diego2008-04-28
| * Merge loader/Makefile into top-level Makefile.Gravatar diego2008-04-28
| * Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsGravatar diego2008-04-28
| * Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationGravatar diego2008-04-28
| * Merge TEST_OBJS and TEST_LDFLAGS.Gravatar diego2008-04-28
| * Add -g to CFLAGS, not to LDFLAGS.Gravatar diego2008-04-28
| * Merge test program compilation rules using patterns.Gravatar diego2008-04-28
| * Add CFLAGS to test program compilation commands.Gravatar diego2008-04-28
| * Add missing ../osdep/mmap_anon.o to TEST_OBJS.Gravatar diego2008-04-28
| * Remove unnecessary linker flags.Gravatar diego2008-04-28
| * Add missing #include, fixes the warning:Gravatar diego2008-04-28
| * Adjust printf length modifier, fixes the warning:Gravatar diego2008-04-28
| * Comment out variables only used in commented-out code, fixes the warnings:Gravatar diego2008-04-28
| * Link against individual objects, the osdep library is not generated anymore.Gravatar diego2008-04-28
| * Remove obsolete and non-working test program.Gravatar diego2008-04-28
* | loader/qtx/qtxsdk/components.h: Disable large unused inline functionsGravatar Uoti Urpala2008-04-28
|/
* Use directory name as library name template.Gravatar diego2008-04-22
* Fix potential segfault in debug printf in expSetFilePointerGravatar rtogni2008-04-21
* Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLGravatar rtogni2008-04-20
* Add support for msn siren audio coced via binary dll sirenacm.dllGravatar rtogni2008-04-20
* cosmetics: prettyprinting and alphabetical orderGravatar diego2008-03-03
* Move decision about whether or not to compile Windows emulationGravatar diego2008-03-03
* Move decision about whether or not to compile wrapper.S to configure.Gravatar diego2008-03-03
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes careGravatar diego2008-03-03
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.Gravatar diego2008-03-01
* Add missing #includes for Mac OS X, fixes the warningGravatar diego2008-02-24
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).Gravatar cehoyos2008-02-24
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-23
* Remove misplaced #endif comment.Gravatar diego2008-02-21
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:Gravatar diego2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:Gravatar diego2008-01-23
* Disable unused function test_heap, fixes the warning:Gravatar diego2008-01-23
* Remove unused function exp_ftol_wrong, fixes the warning:Gravatar diego2008-01-23
* Remove unused function fixup_address, fixes the warning:Gravatar diego2008-01-23
* Remove unused DPRINTF__ macro.Gravatar diego2008-01-23