Vasili Burdo on Wed, 15 Jul 2015 20:48:35 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Support of binary and hexadecimal integers in PARI/GP
|
- To: pari-dev@pari.math.u-bordeaux.fr
- Subject: Re: Support of binary and hexadecimal integers in PARI/GP
- From: Vasili Burdo <vasili.burdo@gmail.com>
- Date: Wed, 15 Jul 2015 21:48:28 +0300
- Delivery-date: Wed, 15 Jul 2015 20:48:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ds9e3qBDLUnGWKsO+b/FLyCmXwT5tHfveBzqngi2h6g=; b=MaUdSH/JH9Dk5b3iYAEUQkbYxA2aAHr//ZyHXxnRF7ue3yRKPS+65U9PY4+rxNeVMb Ueto61qYYz0d/R16TPN25+B5w9lgH8ystW5UgUglw+1xiDT3VGtgS2smZcuDuDUFU19i oOUKfO8Vqz35PvBlhc8omd5SsEiWPcPRy6TQ+tNyA2STX3DQDz1ZpI09z49+LAyJCFup NMz7K1A/JvVZ9unKyPag7MZJiAQsNIgyNNoy9EDm3IoyFrWu159zbVI4cwNZyJnOBOaF MZ/9q4exDQiLChPngnWCHn1uAu1cAXbtWmOpbQF5a3yPYp4lALdPqzX95PdvMPB5j8ce G2gQ==
- In-reply-to: <20150715174747.GJ11351@yellowpig>
- References: <CANacp61qsLTrBWwgj7p5mahoqZusEeVgijaceQSqbd4q+WfxTA@mail.gmail.com> <20150715174747.GJ11351@yellowpig>
Hi, Bill
Do you mean one patch for parsing '0x' and '0b'
and another for printing hex, setting options, etc?
Then, there is no need to create 2 separate patches.
Because changes in src/language/anal.c apply for parsing only.
All other changes apply for everything else.
Thanks
Vasili
15 Июл 2015 г. 20:47 пользователь "Bill Allombert" <
Bill.Allombert@math.u-bordeaux.fr> написал:
On Wed, Jul 15, 2015 at 08:36:37PM +0300, Vasili Burdo wrote:
> Hi,
>
> The patch I sent in first message was incorrect - I didnt create
> function declaration file
> As result, full rebuild has destroyed my changes in default.h
>
> Here is correct patch which fixes this problem.
> BTW, I'm not very good at writing documentation - feel free to fix
> desription I added to src/functions/default/base
Thanks Vasili,
If it is not too much trouble, could you make two patches, one for reading and
one for writing ?
Cheers,
Bill