Added abs_time_t structure to the server protocol, and added a dump
[wine] / tools /
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-04-02  Dimitrie O. PaunMake use of the new spawnvp function in wine{gcc,wrap}.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-31  Sylvain PetreolleUse regedit instead of regapi.
2003-03-28  Dimitrie O. PaunRemove the no longer needed -m option, ignore -r for...
2003-03-27  Dimitrie O. PaunAllow wpp users to undefine previously defined symbols.
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-27  Dimitrie O. PaunDo not pass unnecessary flags to wrc in generated makef...
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-24  Alexandre JulliardAvoid reference to wine_get_cs function from libwine.
2003-03-24  Brian VincentPrompt the user again if they don't get the root passwo...
2003-03-24  Dimitrie O. PaunDon't attempt to compile .res files.
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-21  Alexandre JulliardMoved libwine_unicode to the libs/ directory.
2003-03-20  Alexandre JulliardReplaced tempnam by mkstemps.
2003-03-20  Alexandre JulliardDon't use libwine_port in makedep to avoid dependency...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Dimitrie O. PaunIntroduce the -J, --input-format options for compatibil...
2003-03-20  Alexandre JulliardAdded check for duplicate ordinals, and fixed bug it...
2003-03-19  Dimitrie O. PaunRemove -J, -P, and -V as they have long options equival...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2003-03-17  Alexandre JulliardRemoved support for the 'forward' ordinal type.
2003-03-17  Alexandre JulliardDisable 'variable' in Win32 spec files.
2003-03-16  Alexandre JulliardDon't enter an imported dll in the import table at...
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
2003-03-15  Jon GriffithsImprove the look/content of the man page output.
2003-03-15  Jon GriffithsOnly sort the number of symbols actually found.
2003-03-15  Jon GriffithsOutput a dummy function for linking.
2003-03-05  Duane ClarkAdd full listing format option.
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-02-26  Dimitrie O. PaunRemove assembly generation from wrc.
2003-02-25  Dimitrie O. PaunNo need to support -mwindows as a synonim for -mgui...
2003-02-24  Dimitrie O. PaunLink in shell32 only in gui mode.
2003-02-18  Steven EdwardsPorting fixes.
2003-02-12  Tony LambregtsModify the wineconf tags so that the sample config...
2003-02-11  Dimitrie O. PaunAdd option to set preprocessor (not yet implemented).
2003-02-01  Alexandre JulliardMade process and thread ids small integers instead...
2003-02-01  Dimitrie O. PaunMerge README.wrc into wrc's man page.
2003-01-31  Dimitrie O. PaunRemove header file generation, and related options.
2003-01-23  Gerald PfeiferDeclare variable only if needed.
2003-01-21  Dan KegelAdded Windows-compatible start.exe.
2003-01-21  Dan Kegel\ at EOL in string now behaves like in msvc6's rc.
2003-01-20  Dimitrie O. PaunRemove the obsolete wrc options: -A, -T, and -t.
2003-01-20  Marcus MeissnerInclude $prefix/include/wine/windows into the WINE...
2003-01-11  Johannes E. SchindelinAllow C++ comments after #endif.
2003-01-11  Dimitrie O. PaunAdded windres compatibility switches: -v, --[no-]use...
2003-01-10  Alexandre JulliardFixed handling of trailing whitespace after #else and...
2003-01-10  Dimitrie O. PaunSupport default output name (a.out); some configure...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Dimitrie O. PaunTeach winegcc to produce executables directly from...
2003-01-07  Francois GougetAdd support for .drv extension (for winspool.drv tests...
2003-01-05  Dimitrie O. Paunmingw links in comdlg32, shell32, and advapi32 by default.
2003-01-05  Francois GougetStandardize the capitalization of Wine.
2003-01-05  Dimitrie O. PaunPass -l's that are not .dll's or .a's to the linker.
2003-01-05  Dimitrie O. Paun- Define the standard __WINE__ and __WIN32__ macros.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-04  Dimitrie O. PaunPass only the -o -l -L options to winewrap, ignore...
2003-01-03  Alexandre JulliardRemoved a couple of no longer used tests in the generat...
2003-01-03  Dimitrie O. PaunProperly handle the -M switch.
2003-01-03  Dimitrie O. PaunProperly link agains .a files using the -l switch.
2003-01-03  Dimitrie O. PaunSimplify the code for the generated wrapper.
2003-01-03  Dimitrie O. PaunSupport outputing files to a different directory than...
2003-01-03  Patrik StridvallAdded --include-quotes option that fixes #include to...
2003-01-02  Dimitrie O. PaunAdded C++ support & small cleanups.
2003-01-02  Dimitrie O. PaunSupport C++ linking with a new -C switch.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2003-01-02  Jeff SmithSeveral improvements and corrections, foremost being...
2003-01-02  Patrik Stridvall- API files update.
2003-01-02  Dimitrie O. PaunAdd support for wrapper generation to winewrap.
2003-01-02  Dimitrie O. PaunCompile with WINE_UNICODE_NATIVE defined, essential...
2003-01-02  Eric PouechRemoved unused #include of module.h.
2003-01-02  Andreas MohrIncrement log output from 200 lines to 3000 lines.
2003-01-02  Dimitrie O. PaunAdd the -F option to set a DLL's filename.
2002-12-23  Dimitrie O. PaunAdd support for library path (-L).
2002-12-20  Alexandre JulliardDon't ignore sprintf/sscanf imports, semantics are...
2002-12-19  Alexandre JulliardRenamed mingwrap to winegcc.
2002-12-19  Tapio KauttoFix for missing ppdebug variable.
2002-12-19  Alexandre JulliardAvoid referencing potentially freed token.
2002-12-19  Dimitrie O. PaunRemove the -L wrc option, as no automatic fudging of...
2002-12-18  Francois GougetThe link command specifies which version of the C libra...
2002-12-17  Alexandre JulliardFix the type of the This pointer in the vtbl functions...
2002-12-17  Dimitrie O. PaunBetter handling of errors while fork/execing.
2002-12-17  Dimitrie O. PaunPass the gui flag to winewrap if we're linking a GUI...
2002-12-16  Francois GougetOn Windows windef.h must be included before winbase.h.
2002-12-16  Francois GougetAdd '--' option for passing extra arguments to the...
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-15  Jeff SmithUpdated winemaker to account for change in wine's linki...
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-15  Dimitrie O. PaunTeach mingwrap to use winewrap to do the linking, just...
next