projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added support for defining forward functions as stdcall so that we can
[wine]
/
tools
/
winebuild
/
spec32.c
2002-12-15
Alexandre Julliard
Added support for defining forward functions as stdcall...
blob
|
commitdiff
|
raw
2002-12-12
Alexandre Julliard
Implemented import libraries; on Unix we import the...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Alexandre Julliard
Made stdcall decoration in .def files the default,...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Alexandre Julliard
Added list of symbols to ignore by default in winebuild.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-04
Alexandre Julliard
Made the dll entry point default to DllMain and removed...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-04
Alexandre Julliard
Hack to detect register functions automatically so...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-09
Alexandre Julliard
Don't list register functions in the .def file.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-15
François Gouget
Fix command-line parsing for Winelib applications.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-15
Marcus Meissner
The text section alignment should be default, not 1.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-14
Alexandre Julliard
Builtin modules must be aligned on 64K boundary.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-01
Alexandre Julliard
In -spec and -exe mode, accept multiple object files...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-28
Alexandre Julliard
Added support for importing by ordinal.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-25
Alexandre Julliard
Put correct ordinal hints in the import table.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-22
Alexandre Julliard
Replace all uses of PREFIX and @function by the __ASM_N...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-05
Gregg Mattinson
- Replaced .previous with a .section statement for...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-21
Alexandre Julliard
Made some more spec file entries optional or unnecessary.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-14
Alexandre Julliard
Unregister 16-bit dlls on module unload.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-19
Alexandre Julliard
Do not output stubs in the .def file.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-16
Alexandre Julliard
Adapted to use the argc/argv variables from libwine.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-14
Alexandre Julliard
Added winebuild support for generating a .dbg.c file...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Alexandre Julliard
Moved __ASM_GLOBAL_FUNC macros and interlocked function...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-20
Alexandre Julliard
Changed builtin dlls file names to make it clear they...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-11
Patrik Stridvall
Made winebuild (almost) compile and work on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-04
Dmitry Timoshkov
Support for generation of .def files from .spec files.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-14
Alexandre Julliard
Made register and interrupt flags instead of entry...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-11
Alexandre Julliard
Exported CALL32_Regs from ntdll, renamed to __wine_call...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-19
James Juran
Prevent warnings about labels at end of switch statemen...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including config.h, include it first.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Alexandre Julliard
Avoid including winbase.h in generated .spec.c files.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-07
Alexandre Julliard
Support for specifying stack size of Winelib apps.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-22
Dmitry Timoshkov
Fixed some issues.
blob
|
commitdiff
|
raw
|
diff to current
2001-03-21
Jeff Garzik
Added some inclusions of string.h where necessary.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-13
Josh DuBois
More portable .align directive.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-29
Ulrich Weigand
Fixed winebuild to work on non-Intel architectures.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-29
Jon Griffiths
Allow stubs for exports that are not legal C identifiers.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-15
Alexandre Julliard
Allocate entry points dynamically to allow for a larger...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-15
Alexandre Julliard
Added support for Unicode applications in winebuild.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-11
Alexandre Julliard
Output the exports table in assembly code to make it...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-06
Alexandre Julliard
Don't make the spec file constructors static so that...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-02
Alexandre Julliard
Always put the dll constructor in the .init section...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-01
Dimitrie O. Paun
Modified winebuild to use the __ASM_FUNC macro for...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Alexandre Julliard
Set debugging option based on NO_TRACE_MSGS define...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-26
Alexandre Julliard
Added entry point flags -noimport, -norelay, -ret64...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-13
Alexandre Julliard
Do not warn for unused imported dlls when forwards...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-13
Alexandre Julliard
Don't include wine internal functions in the relay...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-12
Alexandre Julliard
Raise an exception for unimplemented 16-bit entry point...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-11
Joerg Mayer
Get rid of some warnings about unused variables, signed...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-09
Alexandre Julliard
Added support in winebuild for resolving function impor...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-08
Alexandre Julliard
Moved builtin dll registration to libwine.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-05
Alexandre Julliard
Added debug_channels support.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-26
Alexandre Julliard
Raise an exception when a stub entry point is called.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-23
Alexandre Julliard
Added support for loading Win32 .res files.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-22
Joerg Mayer
Reduce the number of warnings about missing initializers.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-01
Alexandre Julliard
Added stdcall64 entry point type to allow correct relay...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-27
Alexandre Julliard
Changed the Win32 dll descriptor to be in IMAGE_NT_HEAD...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-27
Alexandre Julliard
Generate Win32 dll descriptor structure in the .spec...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-24
Hidenori Takeshima
GetCommandLine should return non-const strings.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-23
Alexandre Julliard
Split the build program in several files.
blob
|
commitdiff
|
raw
|
diff to current