We no longer need to link against ntdll in the Unix sense.
[wine] / tools /
2003-10-11  Alexandre JulliardWe no longer need to link against ntdll in the Unix...
2003-10-10  Dimitrie O. PaunHave the wrapper load the used DLLs in case the main...
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-10-06  Pavel RoskinRead and write binary files in binary mode on Windows.
2003-10-06  Vincent BéronGet rid of useless comment (empty function header).
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Dimitrie O. PaunMake bin2res silent by default.
2003-10-02  Gerald PfeiferCast time_t parameters to fprintf(...,"%l",...) to...
2003-10-01  Gerald PfeiferCast time_t to long for printing.
2003-10-01  Dimitrie O. PaunTeach bin2res to deal with one file at a time.
2003-10-01  Jon GriffithsEnsure we generate for -noname ordinals documented...
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-30  Francois GougetReturn 2 in case of a usage error.
2003-09-29  Alexandre JulliardTry to catch the case of a non-writable source director...
2003-09-29  Alexandre JulliardFixed handling of Unicode strings used as filenames...
2003-09-29  Francois GougetUpdate winapi and c2man so they know about -ret16....
2003-09-27  Alexandre JulliardAdded dumping of the resident name table of NE files.
2003-09-26  Alexandre JulliardStore the dll name for the export directory inside...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-24  Jon GriffithsMSVC warning fix.
2003-09-23  Jon GriffithsAdded some needed config.h entries.
2003-09-22  Vincent BéronFix strncpyWtoA to actually act as advertised (and...
2003-09-22  Michael GünnewigAdapted winecheck to use new environment variable syntax
2003-09-22  Steven EdwardsPorting fix for Alpha.
2003-09-19  Alexandre JulliardGet rid of relay32 directory.
2003-09-19  Richard CohenHandle default linker output name in winewrap instead...
2003-09-19  Richard CohenAdd printf format attributes & fix the warnings.
2003-09-18  Dimitrie O. PaunComplete rewrite of bin2res, for a cleaner codebase.
2003-09-18  Eric FriasFixed combobox flags handling to allow CBS_DROPDOWN...
2003-09-16  Dimitrie O. PaunDo not require GUI support for displaying errors in...
2003-09-15  Dimitrie O. PaunTeach winegcc to masquerade as cpp.
2003-09-12  Richard CohenHandle -L<dir> in a separate array.
2003-09-11  Alexandre JulliardSet the dll search path to the location specified in...
2003-09-11  Richard CohenUse an extendable array to store the lists of strings.
2003-09-11  Alexandre JulliardMoved winegcc and winewrap to a separate directory.
2003-09-10  Alexandre JulliardAdded dumping of message table resources.
2003-09-10  Steven EdwardsPortability fix for language ids.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-08  Vincent Béronwineinstall used a Unix-style environment variable...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-09-03  Dimitrie O. PaunForward all arguments to gcc when we have no input...
2003-09-02  Vincent BéronBring wineinstall in sync regarding expansion of enviro...
2003-09-01  Vincent BéronFixed typo.
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-26  Alexandre JulliardThe if1632 directory no longer exists.
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-21  Jon GriffithsUpdate install script to match current build process.
2003-08-20  Alexandre JulliardBINDIR is no longer needed.
2003-08-20  Richard CohenSupport -mconsole.
2003-08-20  Richard CohenRemove hardcoded BINDIR paths.
2003-08-18  Jon GriffithsPortability fixes.
2003-08-18  Jon GriffithsUse $(EXEEXT) for the winedump executable.
2003-08-18  Jon GriffithsOnly statics are sure to be set to 0, explicitly initia...
2003-08-18  Jon Griffithsole/ directory doesn't exist anymore.
2003-08-13  Alexandre JulliardSupport for Mac OS X powerpc register names (based...
2003-08-08  Patrik Stridvall- API files update.
2003-08-07  Dimitrie O. PaunBetter support for __declspec() (based on a suggestion...
2003-08-05  Martin WilckFix -i option for winebuild linking.
2003-08-02  Alexandre JulliardMake sure dllname doesn't get optimized out (spotted...
2003-07-30  Francois Gouget'grep -q' is not portable -> don't use it.
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-07-22  Alexandre JulliardSupport objects with no method definitions (suggested...
2003-07-22  Jon GriffithsSpelling fix.
2003-07-22  Jon GriffithsSupport float and function ptr args better, -W warning...
2003-07-21  Pierre d'HerbemontChange __PPC__ flag to __powerpc__.
2003-07-21  Stefan LeichterFixed warnings about missing, new spec files.
2003-07-19  Jon GriffithsCorrectly spot forwards.
2003-07-18  Jon GriffithsHandle long file names in pre-build step (quote them).
2003-07-18  Dimitrie O. PaunAdd "-wrap" to the wrapped app, to avoid possible name...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-09  Juraj HercekAdjusted grammar to accept also help-ids for dialogex...
2003-07-01  Alexandre JulliardAdd #ifdefs around forwards and interfaces like MIDL...
2003-06-23  Francois GougetMake sure to return an error if the file generation...
2003-06-20  Alexandre JulliardAdded support for #include in IDL files (based on a...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-07  Mike HearnCheck for /lib/tls directory for Red Hat 9.
2003-05-16  Mike HearnSilence error on non-redhat systems.
2003-05-16  Hans LeidekkerForce perl to use byte semantics.
2003-05-14  Alexandre JulliardOnly print warning on nm failure because it fails on...
2003-05-13  Mike HearnMake sure prefix is actually honoured by configure.
2003-05-13  Eric PouechListed recently added sections' types (resource, tls...
2003-05-13  Dimitrie O. PaunIgnore -mthreads, it's not needed in Unix.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Francois Gougetlibrary/Makefile.in and unicode/Makefile.in don't exist...
2003-05-08  Alexandre JulliardAdded dumping of the TLS directory.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-22  Vincent BéronDon't change to ttydrv to install registry, regedit...
2003-04-21  Alexandre JulliardResource names don't need a case-sensitive comparison...
2003-04-19  Dimitrie O. PaunAdd -fo as a synonym for -o, for compatibility with rc.
2003-04-16  Thomas MertesChange c2man that it works with the new format of the...
2003-04-14  Hans LeidekkerHandle multiline output from grep and don't grep for...
next