On 11-12-31 04:37 PM, Matt Dew wrote:
> In the PDFs and postscript files docs, the Table of Contents should be on
> its own page if the
> doctype='article'. This matches the behavior with doctype='book' documents.
>
> ---
> xorg-fo.xsl |7 +++
> 1 files changed, 7 insertions(+), 0 deleti
In the PDFs and postscript files docs, the Table of Contents should be on its
own page if the
doctype='article'. This matches the behavior with doctype='book' documents.
---
xorg-fo.xsl |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/xorg-fo.xsl b/xorg-fo.xsl
inde
On Dec 31, 2011, at 2:50 PM, Mark Kettenis wrote:
>> From: Jeremy Huddleston
>> Date: Sat, 31 Dec 2011 10:28:11 -0500
>>
>> There is a logic error in the preprocessing which seems to assume
>> that PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64).
>
> Wouldn't call this a logic error, but y
> From: Jeremy Huddleston
> Date: Sat, 31 Dec 2011 10:28:11 -0500
>
> There is a logic error in the preprocessing which seems to assume
> that PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64).
Wouldn't call this a logic error, but yes, OpenBSD/i386 and
OpenBSD/amd64 will not define PCI_MAGIC_
src/udev.c was added in 683a55e504f4fc2d1c847c54986439a0c61b2f20 but
wasn't added to the SOURCES variable in src/Makefile.am, resulting in
a missing file in the tarballs.
Signed-off-by: Cyril Brulebois
---
src/Makefile.am |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Not sure we
In 683a55e504f4fc2d1c847c54986439a0c61b2f20, a dependency on libudev was
added, but documented in configure.ac as a dependency on udev (which
also happens to ship a pkg-config file).
Signed-off-by: Cyril Brulebois
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Too
There is a logic error in the preprocessing which seems to assume that
PCI_MAGIC_IO_RANGE is defined iff !(i386 || x86_64). I would prefer the
preprocessor checks be a bit more robust... perhaps following this template for
pci_device_openbsd_open_legacy_io:
#if defined(__i386__)
...
#elif defi
Reviewed-by:
On Dec 28, 2011, at 1:46 AM, JJ Ding wrote:
> From: JJ Ding
>
> Signed-off-by: JJ Ding
> ---
> Hi list,
>
> trivial fix, patch is against current master HEAD.
> Thanks.
>
> jj
>
> src/eventcomm.c |3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/s