Module: wine
Branch: master
Commit: 4c9405a83cf9776432fd5e60647c6f97ea79f658
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c9405a83cf9776432fd5e606…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sun Aug 16 15:33:11 2009 +0200
winemaker: Update manual.
---
tools/winemaker.man.in | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/tools/winemaker.man.in b/tools/winemaker.man.in
index 9ae2874..f0e8aed 100644
--- a/tools/winemaker.man.in
+++ b/tools/winemaker.man.in
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH WINEMAKER 1 "May 2009" "@PACKAGE_STRING@" "Wine Developers Manual"
+.TH WINEMAKER 1 "Aug 2009" "@PACKAGE_STRING@" "Wine Developers Manual"
.SH NAME
winemaker \- generate a build infrastructure for compiling Windows programs on Unix
.SH SYNOPSIS
@@ -214,13 +214,12 @@ $ make
In some cases you will have to edit the Makefile or sourcefiles by yourself.
.PP
Assuming that the windows executable/library is available, we could
-use a pedump-like tool to determine what kind of executable it is (graphical
+use winedump to determine what kind of executable it is (graphical
or console), which libraries it is linked with, and which functions it
exports (for libraries). We could then restore all these settings for the
-corresponding Winelib target. The problem is that we should have such a tool
-available under the Wine license first.
+corresponding Winelib target.
.PP
-Furthermore it is not very good at finding the library containing the
+Furthermore winemaker is not very good at finding the library containing the
executable: it must either be in the current directory or in the
.IR LD_LIBRARY_PATH .
.PP
Module: wine
Branch: master
Commit: a35652d6543e10237044c17ab632694ac2050b39
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a35652d6543e10237044c17ab…
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Aug 17 01:15:02 2009 -0400
winedbg: Make limitations of set command clearer in man page.
---
programs/winedbg/winedbg.man.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index 34003d9..fb91d6b 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -369,8 +369,9 @@ Lists all w-threads in Wine session
.IP \fBinfo\ exception\fR
Lists the exception frames (starting from current stack frame)
.PP
-It is possible to turn on and off Wine's debug messages as you are
-debugging using the \fBset\fR command.
+Debug messages can be turned on and off as you are debugging using
+the \fBset\fR command, but only for channels initialized with the
+\fIWINEDEBUG\fR environment variable.
.IP \fBset\ warn\ +\ win\fR
Turns on warn on \fB'win'\fR channel
.IP \fBset\ +\ win\fR
Module: wine
Branch: master
Commit: 82f810dc73dc0fb4eab7121c7518fe041d4a9d00
URL: http://source.winehq.org/git/wine.git/?a=commit;h=82f810dc73dc0fb4eab7121c7…
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Aug 17 01:14:57 2009 -0400
winedbg: Properly end non-formatted text in man page.
The .nf macro stops formatting of the text in the man page, and the
macro .fi should be used to end. This wasn't done before, which is
noticable for where the text is wrapped when opening the man page with a
larger/smaller terminal width.
---
programs/winedbg/winedbg.man.in | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index 1986ad2..34003d9 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -33,11 +33,11 @@ winedbg \- Wine's debugger
.B winedbg
is a debugger for Wine. It allows:
.RS 4
-+ debugging native Win32 applications
.nf
++ debugging native Win32 applications
+ debugging Winelib applications.
-.nf
+ being a drop-in replacement for Dr Watson
+.fi
.RE
.PP
@@ -243,12 +243,10 @@ Lists 10 source lines from address \fBN\fR
.PP
You can specify the end target (to change the 10 lines value) using
the ',' separator. For example:
-.nf
.IP \fBlist\ 123,\ 234\fR
lists source lines from line 123 up to line 234 in current file
-.nf
.IP \fBlist\ foo.c:1,56\fR
-lists source lines from line 1 up to 56 in file foo.c
+lists source lines from line 1 up to 56 in file foo.c
.PP
\fIDisplaying\fR
.PP
Module: wine
Branch: master
Commit: 26c427d50aba750f08323bbef78bf07c0b931540
URL: http://source.winehq.org/git/wine.git/?a=commit;h=26c427d50aba750f08323bbef…
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Aug 17 01:14:53 2009 -0400
winedbg: Fixed syntax of set command in man pages.
---
programs/winedbg/winedbg.man.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index 3fcc8ab..1986ad2 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -373,13 +373,13 @@ Lists the exception frames (starting from current stack frame)
.PP
It is possible to turn on and off Wine's debug messages as you are
debugging using the \fBset\fR command.
-.IP \fBset\ +\ warn\ win\fR
+.IP \fBset\ warn\ +\ win\fR
Turns on warn on \fB'win'\fR channel
.IP \fBset\ +\ win\fR
Turns on warn/fixme/err/trace on \fB'win'\fR channel
.IP \fBset\ -\ win\fR
Turns off warn/fixme/err/trace on \fB'win'\fR channel
-.IP \fBset\ -\ fixme\fR
+.IP \fBset\ fixme\ -\ all\fR
Turns off the 'fixme' class on all channels
.PP
.SS Gdb mode:
Module: wine
Branch: master
Commit: 81c9b3a1055ac3f94b08bf8e83ed974881b6acca
URL: http://source.winehq.org/git/wine.git/?a=commit;h=81c9b3a1055ac3f94b08bf8e8…
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Aug 17 01:15:15 2009 -0400
winedbg: Correct header for virtual memory mapping for end address.
The virtual memory mapping info retrieved by the command "info maps" has
the end address in the second column, even though the title for the
column says "Size".
---
programs/winedbg/info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winedbg/info.c b/programs/winedbg/info.c
index a4c919a..a6156b1 100644
--- a/programs/winedbg/info.c
+++ b/programs/winedbg/info.c
@@ -639,7 +639,7 @@ void info_win32_virtual(DWORD pid)
}
}
- dbg_printf("Address Size State Type RWX\n");
+ dbg_printf("Address End State Type RWX\n");
while (VirtualQueryEx(hProc, addr, &mbi, sizeof(mbi)) >= sizeof(mbi))
{