Frank Richter
7c8fdd67e4
winecfg: Update German translation.
2006-11-28 12:13:59 +01:00
Kai Blin
4534145889
ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable.
2006-11-28 12:13:53 +01:00
Francois Gouget
6af5ae8027
mshtml: Add missing '\n' in Wine trace.
2006-11-28 12:13:50 +01:00
Francois Gouget
024e804044
cmdlgtst: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:46 +01:00
Francois Gouget
5e0ea856c2
oledlg: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:43 +01:00
Francois Gouget
fe018502e9
regedit: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:40 +01:00
Francois Gouget
016a639f79
wineconsole: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:38 +01:00
Francois Gouget
83b5623165
winefile: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:34 +01:00
Francois Gouget
1da359b498
shell32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:32 +01:00
Francois Gouget
c6a68c4d6f
shdocvw: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:29 +01:00
Francois Gouget
77dd5d56aa
winecfg: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:27 +01:00
Francois Gouget
89f4b5645f
winmm: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:24 +01:00
Francois Gouget
89f4cd9336
wininet: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:22 +01:00
Francois Gouget
339a318f2c
winemine: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:18 +01:00
Francois Gouget
37e25d5c07
user32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:12 +01:00
Francois Gouget
26a7c0cd83
shlwapi: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:09 +01:00
Francois Gouget
8852d2ce9e
msrle32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-28 12:13:05 +01:00
Alexandre Julliard
e054630979
ntdll: Unset the WINESERVERSOCKET variable after we have retrieved it.
2006-11-27 20:05:56 +01:00
Pierre d'Herbemont
4919a76edf
winsock: Get rid of already disabled WS prefix, thus fix Wine compilation on big-endian.
2006-11-27 18:49:08 +01:00
Alexandre Julliard
167b32cc4b
winsock: Add WS_ prefix on WSAIoctl constants.
2006-11-27 18:48:58 +01:00
Eric Pouech
3669415dd5
dbghelp: Silence typedefs children in sub program block.
2006-11-27 18:10:24 +01:00
Eric Pouech
7ca25148f4
winedbg: Added basic support for printing 64bit wide entities.
2006-11-27 18:09:30 +01:00
Eric Pouech
135f2e1b79
winedbg: Host references lookup.
...
Since more and more information in now available through the CPU
registers, those require DLV_HOST access to be a bit better handled
than it is...
2006-11-27 18:07:00 +01:00
Eric Pouech
62f16d3cd4
winedbg: Various information printing issues.
...
- in backtraces, (void) functions should be listed with '()' as arguments instead of ''
- factorized code for diplaying information about a local/parameter
- fixed a couple of bugs here
- rewrote format specifiers for print commands (do no waste space for padding data)
- added support for new wine's dbghelp extension for local/parameter
variables being out of scope
2006-11-27 18:06:41 +01:00
Eric Pouech
0dd7c44669
dbghelp: Removed the alpha status FIXME for the dwarf code.
2006-11-27 17:59:18 +01:00
Eric Pouech
5b61db4161
dbghelp: Correctly store the addresses of blocks.
...
They are stored internally as offsets to the start of the function
which embeds the block.
2006-11-27 17:58:44 +01:00
Eric Pouech
31f4f1b003
dbghelp: Properly handle the void type in some declarations.
2006-11-27 17:58:22 +01:00
Eric Pouech
cfd9013317
dbghelp: We can now remove the default name prefix as all the non conforming cases have been eliminated.
...
Got rid of dwarf2_find_name which is now useless.
2006-11-27 17:58:11 +01:00
Eric Pouech
305621d5cf
dbghelp: Extend support for inlined functions and handle them as generic blocks inside functions
...
(except for parameters which are converted into local variables).
Rewrote dwarf2_find_attribute so that it takes into account the
abstract origin information when available.
A+
2006-11-27 17:57:54 +01:00
Eric Pouech
497b2e4ea5
dbghelp: Be a bit more strict on where we do actually expect default names to be generated
...
(removed this feature for UDTs, structures' fields, enums, typedefs, compilands)
2006-11-27 17:57:21 +01:00
Eric Pouech
96bfe9d056
dbghelp: Add support for a label in a subprogram block.
2006-11-27 17:56:58 +01:00
Eric Pouech
8eef2de3eb
dbghelp: Register numbers in OP_piece don't need to be next to each other.
2006-11-27 17:56:49 +01:00
Eric Pouech
4202a49b75
dbghelp: Add support for deref operation in location computation.
2006-11-27 17:56:36 +01:00
Eric Pouech
e48a46b2b5
dbghelp: Add ability to add a SymTagCustom element to a function.
...
Make use of it to store the frame information for a dwarf function
(either because frame's location is a location list, or because one of
the function's variables is not properly computed at parse time).
2006-11-27 17:56:17 +01:00
Eric Pouech
0d942b3aaa
dbghelp: Function points location is now expressed as a struct location.
2006-11-27 17:55:44 +01:00
Eric Pouech
d812f8b42c
dbghelp: Added infrastructure to compute variable location at runtime (as opposed to debug info parse time).
...
Use it to send the variables depending on not known frame register at parse time.
Made just a stub for the location computation function for dwarf2.
2006-11-27 17:55:17 +01:00
Eric Pouech
20fc25bc55
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
2006-11-27 17:54:39 +01:00
Eric Pouech
d5c4e55d36
dbghelp: Added struct location to help computing a location.
...
Make use of it in dwarf.c to handle correctly variable location computation.
Split code to handle both location with parse time computation
(current code) and yet to come run-time computation
2006-11-27 17:54:08 +01:00
Eric Pouech
848f8c41c0
dbghelp: Pass .debug_loc section info from the ELF loader to the dwarf parser.
2006-11-27 17:53:52 +01:00
Eric Pouech
1a723f237c
dbghelp: Store compiland's address in internal structures.
2006-11-27 17:49:50 +01:00
Eric Pouech
4bcca691d1
dbghelp: When looking up for a local variable (or parameter), pass the function pointer.
2006-11-27 17:49:27 +01:00
Eric Pouech
32c96adddd
dbghelp: Added a process field to the modules pair structure.
...
This makes the code simpler to read, a bit more efficient, and
furthermore it'll be needed in future patches.
2006-11-27 17:49:01 +01:00
Eric Pouech
04c7c203fc
dbghelp: Simplify code with function to get section size.
2006-11-27 17:48:44 +01:00
Kirill K. Smirnov
3cd3ca68fe
ole32: Fix logic in Storage32Impl_SmallBlocksToBigBlocks function.
2006-11-27 17:44:47 +01:00
Louis Lenders
532f57a243
crypt32: Add test for I_CryptInstallOssGlobal.
2006-11-27 17:21:02 +01:00
Louis Lenders
3fa930cb3b
crypt32: Better stub for I_CryptInstallOssGlobal.
2006-11-27 17:20:57 +01:00
Vitaliy Margolen
da36762297
wineshelllink: Use FreeDesktop standard to create Wine menu structure.
2006-11-27 17:20:47 +01:00
Vitaliy Margolen
ada881cee6
winemenubuilder: Downgrade some ERR to WARN.
2006-11-27 17:20:40 +01:00
Alexandre Julliard
d5ee62342a
winex11.drv: Don't use the specified DC when mapping RGB colors for a DIB.
...
The DC palette only matters for DIB_PAL_COLORS.
2006-11-27 17:04:19 +01:00
Andrew Talbot
4659870d0d
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:52 +01:00