Re: How about 0.9.32.1

2011-10-06 Thread Natanael Copa
On Fri, Sep 2, 2011 at 5:03 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Sep 1, 2011 9:17 AM, Natanael Copa natanael.c...@gmail.com wrote: Hi, It seems like the 0.9.32 branch has been stabilized a bit. No commits since 2011-06-29. How about just tag it as 0.9.32.1 and

Re: How about 0.9.32.1

2011-10-06 Thread Abdoulaye Walsimou Gaye
On 10/06/2011 08:41 AM, Natanael Copa wrote: On Fri, Sep 2, 2011 at 5:03 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Sep 1, 2011 9:17 AM, Natanael Copanatanael.c...@gmail.com wrote: Hi, It seems like the 0.9.32 branch has been stabilized a bit. No commits since

[PATCH 0/2] speedup getline/getdelim/fgets_unlocked

2011-10-06 Thread Bernhard Reutner-Fischer
This is a completely untested variant to hopefully speed-up fgets_unlocked and it's users by not doing char-IO as was done before. Since we still rely on fgets for getdelim (instead of using the common guts of fgets_unlocked with the given delimiter plus surounding realloc loop) we are still

[PATCH 1/2] getdelim: tiny shrinkage

2011-10-06 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- libc/stdio/getdelim.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index 987e32a..c264b32 100644 --- a/libc/stdio/getdelim.c +++

Re: [PATCH 1/2] getdelim: tiny shrinkage

2011-10-06 Thread Khem Raj
On Thu, Oct 6, 2011 at 6:40 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com ---  libc/stdio/getdelim.c |   13 ++---  1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/libc/stdio/getdelim.c

Re: [PATCH v2 0/5] Microblaze shared library support for uClibc

2011-10-06 Thread Bernhard Reutner-Fischer
On Tue, Oct 04, 2011 at 08:54:13AM -0700, Khem Raj wrote: On 10/3/2011 8:59 PM, Mike Frysinger wrote: On Monday, October 03, 2011 20:50:44 Steve Bennett wrote: This patch series adds uClibc shared library support for microblaze with mmu, taken largely from glibc. i don't see any problems in this