aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
...
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Include stdio.h for printfGravatar reimar2007-03-04
* Move the decision about stream cache compilation to configure.Gravatar diego2007-02-27
* Move glob-win.c out of MinGW section, configure handles it.Gravatar diego2007-02-27
* 100l misplaced #endifGravatar diego2007-01-12
* Remove superfluous #ifdefs.Gravatar diego2007-01-11
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.Gravatar diego2007-01-10
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.Gravatar diego2007-01-10
* Move #ifdef directives around complete files into the build system.Gravatar diego2007-01-10
* Remove redundant ifdef, this file is only ever compiled on MinGW.Gravatar diego2007-01-10
* consistent include pathGravatar diego2007-01-10
* bswap.h --> mpbswap.hGravatar diego2007-01-10
* Always use tcgetattr/tcsetattr instead of #ifdef messGravatar reimar2006-12-12
* fix include clash for mmap_anon on darwin ppcGravatar nplourde2006-12-05
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Gravatar diego2006-12-04
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.Gravatar reimar2006-11-26
* Adjust icon path since windres is now called from osdep subdirGravatar reimar2006-11-26
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* all should be the first target.Gravatar diego2006-11-25
* 10l copy + paste typoGravatar diego2006-11-25
* Simplify LIBNAME target with $@ and $^.Gravatar diego2006-11-25
* Remove commented-out cruft.Gravatar diego2006-11-25
* Move osdep/mplayer.rc handling to the osdep Makefile.Gravatar diego2006-11-25
* added mmap_anon to osdep lib. Used in loader for nowGravatar nplourde2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* * remove extern definitions of functions in .c filesGravatar attila2006-09-12
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* remove useless cruft (caused error tz undefined)Gravatar rfelker2006-05-13
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...Gravatar reimar2006-04-15
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.Gravatar reimar2006-04-10
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Missing initializationGravatar reimar2006-03-08
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* AIX PPC portGravatar diego2005-12-29
* change erase to end of line, fall back to old behavior if no termcap foundGravatar ods152005-12-29
* Fix erase to end of line with windows, windows terminal does not supportGravatar ods152005-12-27
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beGravatar ods152005-12-26
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* Use termcap "erase to end of line" character code instead of using spacesGravatar ods152005-12-25
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14