Re: [PATCH] Improved exactness handling for complex number parsing

2011-02-10 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > One nitpick: it would be nice if (part of) the documentation that’s in > the commit logs were in the source files, so one sees it when reading > the corresponding code. Excellent suggestion. I've just submitted a patch to do this. Thanks! Mark

Re: [PATCH] Improved exactness handling for complex number parsing

2011-02-05 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Thu 03 Feb 2011 10:14, Mark H Weaver writes: > >> This patch implements the ideas outlined in my response to Mike Gran's >> recent post entitled "Effects of updated number fixes on parsing". > > Applied, and thanks again for the high quality of these patches, thei

Re: [PATCH] Improved exactness handling for complex number parsing

2011-02-03 Thread Andy Wingo
On Thu 03 Feb 2011 10:14, Mark H Weaver writes: > This patch implements the ideas outlined in my response to Mike Gran's > recent post entitled "Effects of updated number fixes on parsing". Applied, and thanks again for the high quality of these patches, their commit logs, and the news entries a

[PATCH] Improved exactness handling for complex number parsing

2011-02-03 Thread Mark H Weaver
Mark >From c82a1303ace371f8a487f6017c1d935395ad6eec Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 3 Feb 2011 02:08:26 -0500 Subject: [PATCH] Improved exactness handling for complex number parsing When parsing non-real complex numbers, apply exactness specifiers on per-component basis, as is done in PLT Sc