[Oorexx-devel] svn e-mail notifications may not be working

2008-07-16 Thread Mark Miesfeld
Rick, I made a couple of minor commits. I think the svn e-mail notifications may not be working yet. You might want to do a svn status -u if you are relying on the e-mail to know when a commit was done. Sendingkernel\api\ThreadContextStubs.cpp Transmitting file data . Committed

Re: [Oorexx-devel] svn e-mail notifications may not be working

2008-07-16 Thread Rick McGuire
Yes, I just experienced the same thing. I was just about to post something about this on the sourceforge forums. Rick On Wed, Jul 16, 2008 at 6:20 PM, Mark Miesfeld [EMAIL PROTECTED] wrote: Rick, I made a couple of minor commits. I think the svn e-mail notifications may not be working yet.

Re: [Oorexx-devel] svn e-mail notifications may not be working

2008-07-16 Thread Rick McGuire
Mark, I have a small improvement to your one update to ThreadContextStubs that I'll checkin once svn starts behaving again. Rather than do a new_string(...)-upper() you can use new_upper_string(...), which only creates a single object rather than two. Rick On Wed, Jul 16, 2008 at 6:20 PM, Mark

Re: [Oorexx-devel] svn e-mail notifications may not be working

2008-07-16 Thread Mark Miesfeld
On Wed, Jul 16, 2008 at 3:51 PM, Rick McGuire [EMAIL PROTECTED] wrote: I have a small improvement to your one update to ThreadContextStubs that I'll checkin once svn starts behaving again. Rather than do a new_string(...)-upper() you can use new_upper_string(...), which only creates a single