[PATCH 3/4] Private strsep implementation

2012-10-15 Thread Ethan Glasser-Camp
Vladimir.Marek at oracle.com writes: > From: Vladimir Marek > > strsep is not available on Solaris 10, so we stole the one used by > mutt. Hi! Just going through the patch queue. This patch looks fine to me, but it no longer applies cleanly to master. Can you rebase it? It'll have my +1. Ethan

Re: [PATCH 3/4] Private strsep implementation

2012-10-14 Thread Ethan Glasser-Camp
vladimir.ma...@oracle.com writes: From: Vladimir Marek vlma...@volny.cz strsep is not available on Solaris 10, so we stole the one used by mutt. Hi! Just going through the patch queue. This patch looks fine to me, but it no longer applies cleanly to master. Can you rebase it? It'll have my

[PATCH 3/4] Private strsep implementation

2012-04-09 Thread vladimir.ma...@oracle.com
From: Vladimir Marek strsep is not available on Solaris 10, so we stole the one used by mutt. Signed-off-by: Vladimir Marek --- compat/Makefile.local |4 +++ compat/compat.h |4 +++ compat/have_strsep.c | 10 +++ compat/strsep.c | 65

[PATCH 3/4] Private strsep implementation

2012-04-09 Thread Vladimir . Marek
From: Vladimir Marek vlma...@volny.cz strsep is not available on Solaris 10, so we stole the one used by mutt. Signed-off-by: Vladimir Marek vlma...@volny.cz --- compat/Makefile.local |4 +++ compat/compat.h |4 +++ compat/have_strsep.c | 10 +++ compat/strsep.c |