Re: C locale *printf functions ?

2012-12-18 Thread Jim Meyering
Ben Pfaff wrote: Here is a revised version. It passes the included tests, so I'll wait 72 hours for comments and then commit it if no one objects. ... ChangeLog | 43 lib/c-asprintf.c | 35 +++ lib/c-snprintf.c

Re: C locale *printf functions ?

2012-12-18 Thread Ben Pfaff
On Tue, Dec 18, 2012 at 06:41:47PM +0100, Jim Meyering wrote: Ben Pfaff wrote: Here is a revised version. It passes the included tests, so I'll wait 72 hours for comments and then commit it if no one objects. That sounds great. I haven't reviewed all of that, but really like the idea and

Re: C locale *printf functions ?

2012-12-15 Thread Ben Pfaff
Here is a revised version. It passes the included tests, so I'll wait 72 hours for comments and then commit it if no one objects. --8--cut here--8-- From: Ben Pfaff b...@cs.stanford.edu Date: Sat, 15 Dec 2012 22:11:03 -0800 Subject: [PATCH] New

Re: C locale *printf functions ?

2012-12-10 Thread John Darrington
I gave it a rudimentary test and it seems to do what I want. I will also need other related functions, though, Eg xasprintf, vsnformat, etc. J' On Thu, Dec 06, 2012 at 10:59:44PM -0800, Ben Pfaff wrote: John Darrington j...@darrington.wattle.id.au writes: Gnulib has a number of

Re: C locale *printf functions ?

2012-12-10 Thread Ben Pfaff
Right, I'll work on those. What is vsnformat? John Darrington j...@darrington.wattle.id.au writes: I gave it a rudimentary test and it seems to do what I want. I will also need other related functions, though, Eg xasprintf, vsnformat, etc. J' On Thu, Dec 06, 2012 at 10:59:44PM -0800, Ben