Bug#801967: Yelp fails to convert and display docbook documents

2015-10-16 Thread Christoph Nodes
Package: yelp-xsl Version: 3.18.0-1 Severity: grave Tags: patch Yelp fails to convert and display docbook documents with current version of /usr/share/yelp-xsl/xslt/docbook/common/db-chunk.xsl reporting an compilation error due to a typo. -- System Information: Debian Release: stretch/sid APT

Bug#690571: Tainted variable causes wrong smart matching in given/when constructs

2012-10-17 Thread Christoph Nodes
an even more reduced test would be $ X=1 perl -Te 'print "smart match\n" if $ENV{X} ~~ [0, 1]' $ compared to $ X=1 perl -e 'print "smart match\n" if $ENV{X} ~~ [0, 1]' smart match $ -- Christoph -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscr

Bug#690571: Acknowledgement (Tainted variable causes wrong smart matching in given/when constructs)

2012-10-16 Thread Christoph Nodes
apparently fixed in version 5.16.1 -- Christoph -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#690571: Tainted variable causes wrong smart matching in given/when constructs

2012-10-15 Thread Christoph Nodes
bug smart match $ I consider this a bug. Best regards -- Christoph Nodes#!/usr/bin/perl -w use strict; use feature qw (switch); my $tainted_var = 1; given ($tainted_var) { when ([0, 1]) { print "smart match\n"; } }

Bug#651084: enters infinite loop on indenting new line

2011-12-05 Thread Christoph Nodes
Package: vim-nox Version: 2:7.3.346-1+b1 Severity: normal Vim enters an infinite loop while inserting a new line after the indicated line in the following C code: void function () { const struct Struct *s[] = {{"one", 1}, {"two", 2}}; // move your cursor to this line and press o } Save this t

Bug#632031: convert: gray colorspace creates broken postscript

2011-07-01 Thread Christoph Nodes
On Thu, 30 Jun 2011 15:04:11 +0200 Bastien ROUCARIES wrote: > I will close this bug Thanks for your effort. I already stated that the problem is completely on our side and that its not caused by imagemagick, so there is no bug. > if you could not reproduce the following > faillure with: > - pr

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-30 Thread Christoph Nodes
On Thu, 30 Jun 2011 12:20:05 +0200 Bastien ROUCARIES wrote: > The patch on glibc bugzilla will do that, when truncating it will > print that you want Right. But still no solution for us since we have a large code-base with many spots we would have to examine and change as necessary. Thanks anyw

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-30 Thread Christoph Nodes
On Thu, 30 Jun 2011 11:30:41 +0200 Bastien ROUCARIES wrote: > Could you send me the result of: > $ printf '%.20f\n' 1.0 with your patch ? 1.00022204 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-30 Thread Christoph Nodes
On Thu, 30 Jun 2011 11:21:02 +0200 Bastien ROUCARIES wrote: > With your patch even exact double like 1.0e0 are rounded up ! Right, thats exactly the problem we have with the our printf and imagemagick: we always print the next greater representable double, which in case of 1.0e0 and %.20g is ~1.

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-30 Thread Christoph Nodes
On Wed, 29 Jun 2011 17:18:17 +0200 Bastien ROUCARIES wrote: > On Wed, Jun 29, 2011 at 4:51 PM, Christoph Nodes > wrote: > > On Wed, 29 Jun 2011 15:37:08 +0200 > > Bastien ROUCARIES wrote: > > > >> Could you post also the printf patch and the rational for this &

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-29 Thread Christoph Nodes
On Wed, 29 Jun 2011 15:37:08 +0200 Bastien ROUCARIES wrote: > Could you post also the printf patch and the rational for this patch ? The reason for this patch is to deal better (for our concerns, i.e. printing of amounts) with the rounded printing of non-representable floating point numbers. Yo

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-29 Thread Christoph Nodes
On Wed, 29 Jun 2011 14:00:11 +0200 Bastien ROUCARIES wrote: > Thanks bug both in imagemagick and in ghostscript > > It seems that bounding box printing need a cast to int at least for > the page. Need to read specs for other field. In fact, casting isn't necessary at all, at least for the

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-29 Thread Christoph Nodes
On Wed, 29 Jun 2011 12:39:15 +0200 Vincent Fourmond wrote: > Hello, > > On Wed, Jun 29, 2011 at 10:16 AM, Christoph Nodes > wrote: > > the use of gray colorspace creates broken postscript code: > > > > $ convert rose: -colorspace Gray ps:test.ps && gs

Bug#632031: convert: gray colorspace creates broken postscript

2011-06-29 Thread Christoph Nodes
Package: imagemagick Version: 8:6.6.9.7-5 Severity: normal the use of gray colorspace creates broken postscript code: $ convert rose: -colorspace Gray ps:test.ps && gs test.ps GPL Ghostscript 8.71 (2010-02-10) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes wit

Bug#594991: unexpected scrolling of the TOC widget

2010-08-31 Thread Christoph Nodes
Package: gv Version: 1:3.7.1-1bfw2 Severity: normal Tags: patch The TOC widget scrolls downwards when selecting its last visible entry. This makes sense for long lists that do not fit into the widget so you can keep track of where you are while browsing throuh the document. However, the widget als