summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine
AgeCommit message (Expand)Author
2014-05-19libw32dll linker fixThomas Klausner
2014-05-18Fix compilation on DragonFlyBSD.Thomas Klausner
2014-03-11libw32dll: fix const issuesPetri Hintukainen
2014-03-08Silence a lot of "attribute ignored" compiler warnings.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-15Disable strict-aliasing where it caused compiler warningsChristian Ruppert
2011-10-15Kill some "discarded qualifier" warnings in libw32dll.Darren Salt
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2010-01-06Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external.Darren Salt
2009-03-03Merge from 1.1.Darren Salt
2009-02-17Allow WINE PE image loader to work on OpenBSD.Brad Smith
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-22Fix w32dll build failure.Darren Salt
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-03-04Merge from 1.1.Darren Salt
2008-03-02Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).Diego 'Flameeyes' Pettenò
2008-01-05Add a mangle.h file with the definition of MANGLE from FFmpeg's libavutil, an...Diego 'Flameeyes' Pettenò
2007-12-23Mark name and pname static.Diego 'Flameeyes' Pettenò
2007-12-21More #include fixes.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-11-25Merge from 1.1.Darren Salt
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2007-05-16Merge changes from main 1.2 repositoryMatt Messier
2007-05-17Merge from 1.1.Darren Salt
2007-05-12More configure/Makefile cleanupsMatt Messier
2007-05-11Another round of Makefile.am cleanupsMatt Messier
2007-05-08More configure.ac cleanupsMatt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-04-14Compile fixes.Darren Salt
2007-04-14Don't save the fake win32 registry in ~/.xine hardcoded, use XDG_CACHE_HOME.Diego 'Flameeyes' Pettenò
2007-04-10Rationalise __attribute__((packed)) usage.Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-20Another couple of fixes for OSX support by Martin Aumueller, although Win32 s...Diego 'Flameeyes' Pettenò
2007-03-10Use two-step lookup of wrapper_local to fix assembler errors. Patch by Albert...Diego 'Flameeyes' Pettenò
2007-03-09Declare sysi86() function only if it's not declared already. Patch by Albert ...Diego 'Flameeyes' Pettenò