[pdf-devel] Fsys read/write return value.

2009-05-13 Thread gerel
Hi, The return description for fsys file read/write is wrong when using the default disk implementation, since fread/fwrite return the number of 'elements' read/written, not the number of octets. For them to return the number of octets they should be called like: fread/fwrite (data, 1, num_ele

Re: [pdf-devel] Hello

2009-05-13 Thread Srivatsa Iyengar
Thanks for your email. I have sent a note to the maintainer to create me an account. Srivatsa. On Thu, May 14, 2009 at 12:01 AM, Sylvain Beucler wrote: > On Mon, May 04, 2009 at 04:40:39PM +0530, Srivatsa Iyengar wrote: >> Folks, >> >> I am Srivatsa and I am looking to contribute to the developm

[pdf-devel] Adobe's CMap problem

2009-05-13 Thread Ziro
Hello, There were long threads around Dec 2007 about the licensing problem of Adobe's CMap. Are there any progresses in this problem since then? I heard one year ago that people at FSF were asking Adobe to relicense CMap. Is (was) that true? Thanks, -- Ziro

[pdf-devel] Re: Initial API for the tokeniser module

2009-05-13 Thread jemarch
Hi Michael. Many thanks for your comments. > - pdf_token_t > > Data type representing a typed PDF token. Each pdf_token_t can > have a number of attributes that may influence how the token is > written (such as the use of the hex representation for strings). >

Re: [pdf-devel] Hello

2009-05-13 Thread Sylvain Beucler
On Mon, May 04, 2009 at 04:40:39PM +0530, Srivatsa Iyengar wrote: > Folks, > > I am Srivatsa and I am looking to contribute to the development of GNU pdf. > > I have checked out the code, managed to build it and have started > going through it. I also checked the task list and most of the starter

Re: [pdf-devel] Warnings in pdf-list module

2009-05-13 Thread jemarch
I get warnings from gcc 4.3.2 when compile a module which require the pdf-list module. The errors are related to C99 and they are of the kind: In file included from ./base/pdf-hash.h:30, from ./base/pdf-stm.h:54, from base/pdf-stm.c:31: ./bas

[pdf-devel] [flyspray] c99 inline semantics are not working properly

2009-05-13 Thread GNU PDF Library
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Jose E. Marchesi (jemarch) Attached to Project - GNU PDF Library Summary - c99 inline semantics are not working properly Task Type - Sporadic Task Category - Basic Types M

Re: [pdf-devel] english-french translation

2009-05-13 Thread Etienne Laliberté
Bonjour Sylvain, As far as I know I don't have an account yet. Cheers Etienne 2009/5/13 Sylvain Beucler > On Sun, May 10, 2009 at 04:44:41PM +0200, jema...@gnu.org wrote: > > > >> I'm relatively new to the GNU / Linux world and would like to help. > I'm not > >> a programmer, but one

Re: [pdf-devel] english-french translation

2009-05-13 Thread jemarch
>> I'm relatively new to the GNU / Linux world and would like to help. I'm not >> a programmer, but one area I could definitely help is for an english-french >> translation of manuals etc. Perhaps it is too early right now? >> >> How can I get involved? >

Re: [pdf-devel] [PATCH] Fix syntax-check warning in pdf-fp-func.c

2009-05-13 Thread jemarch
Hi David. The syntax-check script warns pdf-fp-func.c file include assert.h. In order to avoid it, I have written a PDF_ASSERT_* macro for each layer, which use PDF_DEBUG_* macros. I document this in the manual. Indeed, I have export to the public API these both PDF_DEBUG as PDF_

Re: [pdf-devel] english-french translation

2009-05-13 Thread Sylvain Beucler
On Sun, May 10, 2009 at 04:44:41PM +0200, jema...@gnu.org wrote: > >> I'm relatively new to the GNU / Linux world and would like to help. I'm > not >> a programmer, but one area I could definitely help is for an > english-french >> translation of manuals etc. Perhaps it is too early