aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/drv.c
Commit message (Expand)AuthorAge
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Replace separate Win32, XAnim and Real codec directories by one global dir.Gravatar diego2010-03-14
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08