2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-14 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-11 |
Alexandre Julliard | We no longer need to link against ntdll in the Unix... |
tree | commitdiff |
2003-10-10 |
Dimitrie O. Paun | Have the wrapper load the used DLLs in case the main... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the |
tree | commitdiff |
2003-10-06 |
Pavel Roskin | Read and write binary files in binary mode on Windows. |
tree | commitdiff |
2003-10-06 |
Vincent Béron | Get rid of useless comment (empty function header). |
tree | commitdiff |
2003-10-03 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-03 |
Dimitrie O. Paun | Make bin2res silent by default. |
tree | commitdiff |
2003-10-02 |
Gerald Pfeifer | Cast time_t parameters to fprintf(...,"%l",...) to... |
tree | commitdiff |
2003-10-01 |
Gerald Pfeifer | Cast time_t to long for printing. |
tree | commitdiff |
2003-10-01 |
Dimitrie O. Paun | Teach bin2res to deal with one file at a time. |
tree | commitdiff |
2003-10-01 |
Jon Griffiths | Ensure we generate for -noname ordinals documented... |
tree | commitdiff |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
tree | commitdiff |
2003-09-30 |
Francois Gouget | Return 2 in case of a usage error. |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Try to catch the case of a non-writable source director... |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Fixed handling of Unicode strings used as filenames... |
tree | commitdiff |
2003-09-29 |
Francois Gouget | Update winapi and c2man so they know about -ret16.... |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Added dumping of the resident name table of NE files. |
tree | commitdiff |
2003-09-26 |
Alexandre Julliard | Store the dll name for the export directory inside... |
tree | commitdiff |
2003-09-26 |
Dimitrie O. Paun | Remove the obsolete pascal16 (replaced by pascal -ret16). |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | MSVC warning fix. |
tree | commitdiff |
2003-09-23 |
Jon Griffiths | Added some needed config.h entries. |
tree | commitdiff |
2003-09-22 |
Vincent Béron | Fix strncpyWtoA to actually act as advertised (and... |
tree | commitdiff |
2003-09-22 |
Michael Günnewig | Adapted winecheck to use new environment variable syntax |
tree | commitdiff |
2003-09-22 |
Steven Edwards | Porting fix for Alpha. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Get rid of relay32 directory. |
tree | commitdiff |
2003-09-19 |
Richard Cohen | Handle default linker output name in winewrap instead... |
tree | commitdiff |
2003-09-19 |
Richard Cohen | Add printf format attributes & fix the warnings. |
tree | commitdiff |
2003-09-18 |
Dimitrie O. Paun | Complete rewrite of bin2res, for a cleaner codebase. |
tree | commitdiff |
2003-09-18 |
Eric Frias | Fixed combobox flags handling to allow CBS_DROPDOWN... |
tree | commitdiff |
2003-09-16 |
Dimitrie O. Paun | Do not require GUI support for displaying errors in... |
tree | commitdiff |
2003-09-15 |
Dimitrie O. Paun | Teach winegcc to masquerade as cpp. |
tree | commitdiff |
2003-09-12 |
Richard Cohen | Handle -L<dir> in a separate array. |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Set the dll search path to the location specified in... |
tree | commitdiff |
2003-09-11 |
Richard Cohen | Use an extendable array to store the lists of strings. |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Moved winegcc and winewrap to a separate directory. |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Added dumping of message table resources. |
tree | commitdiff |
2003-09-10 |
Steven Edwards | Portability fix for language ids. |
tree | commitdiff |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
tree | commitdiff |
2003-09-08 |
Vincent Béron | wineinstall used a Unix-style environment variable... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Added partial support for function pointers. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Use <> format in generated #include statements. |
tree | commitdiff |
2003-09-03 |
Dimitrie O. Paun | Forward all arguments to gcc when we have no input... |
tree | commitdiff |
2003-09-02 |
Vincent Béron | Bring wineinstall in sync regarding expansion of enviro... |
tree | commitdiff |
2003-09-01 |
Vincent Béron | Fixed typo. |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed a few more TEB fields. |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
tree | commitdiff |
2003-08-26 |
Alexandre Julliard | The if1632 directory no longer exists. |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved selector fixup for the relay code to the callto16... |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Moved 16-bit calls initialization and exception handlin... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Got rid of 16-bit glue code generation since it is... |
tree | commitdiff |
2003-08-22 |
Steven Edwards | Fixes for building with w32api headers on Mingw. |
tree | commitdiff |
2003-08-21 |
Jon Griffiths | Update install script to match current build process. |
tree | commitdiff |
2003-08-20 |
Alexandre Julliard | BINDIR is no longer needed. |
tree | commitdiff |
2003-08-20 |
Richard Cohen | Support -mconsole. |
tree | commitdiff |
2003-08-20 |
Richard Cohen | Remove hardcoded BINDIR paths. |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Portability fixes. |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Use $(EXEEXT) for the winedump executable. |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | Only statics are sure to be set to 0, explicitly initia... |
tree | commitdiff |
2003-08-18 |
Jon Griffiths | ole/ directory doesn't exist anymore. |
tree | commitdiff |
2003-08-13 |
Alexandre Julliard | Support for Mac OS X powerpc register names (based... |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | - API files update. |
tree | commitdiff |
2003-08-07 |
Dimitrie O. Paun | Better support for __declspec() (based on a suggestion... |
tree | commitdiff |
2003-08-05 |
Martin Wilck | Fix -i option for winebuild linking. |
tree | commitdiff |
2003-08-02 |
Alexandre Julliard | Make sure dllname doesn't get optimized out (spotted... |
tree | commitdiff |
2003-07-30 |
Francois Gouget | 'grep -q' is not portable -> don't use it. |
tree | commitdiff |
2003-07-28 |
Alexandre Julliard | Added -private flag for entry points that shouldn't... |
tree | commitdiff |
2003-07-22 |
Alexandre Julliard | Support objects with no method definitions (suggested... |
tree | commitdiff |
2003-07-22 |
Jon Griffiths | Spelling fix. |
tree | commitdiff |
2003-07-22 |
Jon Griffiths | Support float and function ptr args better, -W warning... |
tree | commitdiff |
2003-07-21 |
Pierre d'Herbemont | Change __PPC__ flag to __powerpc__. |
tree | commitdiff |
2003-07-21 |
Stefan Leichter | Fixed warnings about missing, new spec files. |
tree | commitdiff |
2003-07-19 |
Jon Griffiths | Correctly spot forwards. |
tree | commitdiff |
2003-07-18 |
Jon Griffiths | Handle long file names in pre-build step (quote them). |
tree | commitdiff |
2003-07-18 |
Dimitrie O. Paun | Add "-wrap" to the wrapped app, to avoid possible name... |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-09 |
Juraj Hercek | Adjusted grammar to accept also help-ids for dialogex... |
tree | commitdiff |
2003-07-01 |
Alexandre Julliard | Add #ifdefs around forwards and interfaces like MIDL... |
tree | commitdiff |
2003-06-23 |
Francois Gouget | Make sure to return an error if the file generation... |
tree | commitdiff |
2003-06-20 |
Alexandre Julliard | Added support for #include in IDL files (based on a... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-07 |
Mike Hearn | Check for /lib/tls directory for Red Hat 9. |
tree | commitdiff |
2003-05-16 |
Mike Hearn | Silence error on non-redhat systems. |
tree | commitdiff |
2003-05-16 |
Hans Leidekker | Force perl to use byte semantics. |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Only print warning on nm failure because it fails on... |
tree | commitdiff |
2003-05-13 |
Mike Hearn | Make sure prefix is actually honoured by configure. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Listed recently added sections' types (resource, tls... |
tree | commitdiff |
2003-05-13 |
Dimitrie O. Paun | Ignore -mthreads, it's not needed in Unix. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | library/Makefile.in and unicode/Makefile.in don't exist... |
tree | commitdiff |
2003-05-08 |
Alexandre Julliard | Added dumping of the TLS directory. |
tree | commitdiff |
2003-05-01 |
Alexandre Julliard | Moved the wpp library from tools/ to libs/. |
tree | commitdiff |
2003-04-22 |
Vincent Béron | Don't change to ttydrv to install registry, regedit... |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Resource names don't need a case-sensitive comparison... |
tree | commitdiff |
2003-04-19 |
Dimitrie O. Paun | Add -fo as a synonym for -o, for compatibility with rc. |
tree | commitdiff |
next |