Re: [Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-26 Thread Erik Faye-Lund
On Fri, Jun 26, 2015 at 6:14 PM, Ilia Mirkin wrote: > On Fri, Jun 26, 2015 at 12:03 PM, Emil Velikov > wrote: >> On 25 June 2015 at 23:10, Matt Turner wrote: >>> On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: Back in March[1], I sent a patch porting _mesa_strto[df] to C rathe

Re: [Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-26 Thread Erik Faye-Lund
On Fri, Jun 26, 2015 at 6:03 PM, Emil Velikov wrote: > On 25 June 2015 at 23:10, Matt Turner wrote: >> On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: >>> Back in March[1], I sent a patch porting _mesa_strto[df] to >>> C rather than C++. I fixed up the patch according to the >>> criticism

Re: [Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-26 Thread Ilia Mirkin
On Fri, Jun 26, 2015 at 12:03 PM, Emil Velikov wrote: > On 25 June 2015 at 23:10, Matt Turner wrote: >> On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: >>> Back in March[1], I sent a patch porting _mesa_strto[df] to >>> C rather than C++. I fixed up the patch according to the >>> criticis

Re: [Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-26 Thread Emil Velikov
On 25 June 2015 at 23:10, Matt Turner wrote: > On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: >> Back in March[1], I sent a patch porting _mesa_strto[df] to >> C rather than C++. I fixed up the patch according to the >> criticism, but unfortunately I dropped the ball before I sent >> out

Re: [Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-25 Thread Matt Turner
On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: > Back in March[1], I sent a patch porting _mesa_strto[df] to > C rather than C++. I fixed up the patch according to the > criticism, but unfortunately I dropped the ball before I sent > out the result. So here I am, picking it back up! > > Th

[Mesa-dev] [PATCH v2 0/7] port _mesa_strto[df] to C

2015-06-25 Thread Erik Faye-Lund
Back in March[1], I sent a patch porting _mesa_strto[df] to C rather than C++. I fixed up the patch according to the criticism, but unfortunately I dropped the ball before I sent out the result. So here I am, picking it back up! This time I've taken a deeper dive into the whole init/deinit of Mesa