Assorted spelling fixes.
[wine] / tools / winegcc / utils.c
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.