Hi Jakub, On Tue, Oct 30, 2012 at 1:37 AM, Jakub Jermar <[email protected]> wrote: > Hi Adam, > > On 04/13/2012 10:49 PM, Adam Hraska wrote: >> Hi guys, >> >> I am sending a patch that extends the support for printing floating point >> numbers provided by Adam Saleh. The attached printf prints doubles and floats >> in styles %e, %f, %g with any modifiers basically to spec [1]. >> >> Sorry about the patch length. Unfortunately, converting a binary floating >> point representation into a decimal string is far from trivial. > > indeed, this patch really looks like it got accidentally forgotten by > us. Sorry about that :-) It is slightly out of date, but the conflicts > can be easily corrected. This functionality has become pretty useful now.
Thanks for reminding me - I forgot about it after the meeting as well. > Could you please add the proper copyright headers to the newly added > files? I attached the updated patch (for rev1695) that includes proper copyright notices and a short comment referencing the paper that describes the algorithm used. > Also, which parts of the patch were created by Adam Saleh? None. We both accidentally worked on the same functionality in parallel. Thanks. Adam
printf-double-1695.patch.gz
Description: GNU Zip compressed data
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
