d3dx9_36: Use more appropriate function names.
[wine] / tools / winegcc / utils.c
2013-04-09  Alexandre Julliardlibport: Rename spawnvp to _spawnvp to avoid the deprec...
2010-06-14  Alexandre Julliardwinegcc: Add explicit support for the Cygwin platform.
2010-01-25  AndrĂ© Hentschelwinegcc: Update comments.
2010-01-23  Alexandre Julliardwinegcc: Add support for specifying a custom static...
2009-08-27  Alexandre Julliardtools: Take into account the executable extension when...
2009-06-01  Alexandre Julliardwinegcc: Add support for building PE executables using...
2009-02-02  Alexandre Julliardwinegcc: Support -b option for cross-compiling.
2008-12-12  Alexandre Julliardwinegcc: Fix the file mode check.
2007-10-19  Francois Gougetwinegcc: Modify error() to behave like all the other...
2007-02-12  Joris Huizerwinegcc: Sign-compare fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-16  Alexandre Julliardwinegcc: Look for libraries in subdirs of the library...
2005-09-12  Alexandre JulliardProperly handle the case where vsnprintf returns -1.
2005-08-09  Alexandre JulliardIgnore prelink failures.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-03-18  Alexandre JulliardFixed other instances of the xrealloc(0) bug.
2004-03-23  Dimitrie O. PaunFirst cut at -shared support.
2004-03-15  Pierre d'HerbemontSupport Darwin ".dylib".
2004-03-10  Alexandre Julliardchmod is more portable than fchmod.
2004-03-09  Alexandre JulliardAllow multiple -B options.
2004-03-09  Alexandre JulliardFixed a couple of crashes.
2004-03-09  Dimitrie O. PaunAdd -B prefix support. Small consistency cleanups.
2004-03-03  Dimitrie O. PaunDon't tie the script name to the .exe.so name.
2004-03-02  Dimitrie O. PaunAdd support for passing options to winebuild via -Wb.
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-02-26  Dimitrie O. PaunFor static libs (.a) we need to pass the actual filenam...
2004-02-24  Dimitrie O. PaunMerge winewrap into winegcc. Many cleanups.
2003-10-30  Gerald PfeiferAdd proper casts to avoid signed vs. unsigned mismatches in
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-11  Richard CohenUse an extendable array to store the lists of strings.