Re: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-27 Thread Gavin Beau Baumanis
: zondag 13 februari 2011 21:00 To: Subversion Development Subject: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter Attached is a small patch to extend the SVN_ERR macro with another parameter, a cleanup statement, that is executed before the error generated by EXPR

Re: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-27 Thread Danny Trebbien
On Sun, Feb 27, 2011 at 3:45 AM, Gavin Beau Baumanis gav...@thespidernet.com wrote: Hi Danny, Just thought I would give you a gentle poke and see if you were still pursuing this submission, or not? Oh, no. I ended up using Brane's suggestion of writing a wrapper function

[PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-13 Thread Danny Trebbien
Attached is a small patch to extend the SVN_ERR macro with another parameter, a cleanup statement, that is executed before the error generated by EXPR (if not SVN_NO_ERROR) is returned. Also attached is a log message. I plan on using this in a test of svn_subst_translate_string2() in which I

RE: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-13 Thread Bert Huijben
-Original Message- From: Danny Trebbien [mailto:dtrebb...@gmail.com] Sent: zondag 13 februari 2011 21:00 To: Subversion Development Subject: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter Attached is a small patch to extend the SVN_ERR macro with another

Re: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-13 Thread Branko Čibej
On 13.02.2011 21:28, Bert Huijben wrote: -Original Message- From: Danny Trebbien [mailto:dtrebb...@gmail.com] Sent: zondag 13 februari 2011 21:00 To: Subversion Development Subject: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter Attached is a small patch