dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 240c3be1a6099c71fe9566cedda45d7856497414
Date: Wed, 23 Dec 2009 10:13:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  240c3be1a6099c71fe9566cedda45d7856497414 (commit)
      from  8d393e1478aba8a8446536c319cadd297cc47ed4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=240c3be1a6099c71fe9566cedda45d7856497414

commit 240c3be1a6099c71fe9566cedda45d7856497414
Author: Klaus Treichel <address@hidden>
Date:   Wed Dec 23 11:12:10 2009 +0100

    Fix some whitespace formatting.

diff --git a/ChangeLog b/ChangeLog
index 5ba4928..7912579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-23  Klaus Treichel  <address@hidden>
+
+       * engine/verify_except.c (OutputExceptiopnTable): Fix some whitespace
+       formatting.
+
+       * support/wakeup.c (_ILWakeupDestroy): likewise
+
 2009-12-22  Klaus Treichel  <address@hidden>
 
        * tests/Makefile.am: Fix make distcheck build.
diff --git a/engine/verify_except.c b/engine/verify_except.c
index 75166f1..b1f8c77 100644
--- a/engine/verify_except.c
+++ b/engine/verify_except.c
@@ -93,7 +93,7 @@ static void OutputExceptionTable(ILCoder *coder, ILMethod 
*method,
                                                ILCoderTryHandlerStart(coder, 
offset, end);
                                                handlerStarted = 1;
                                        }
-                                       ILCoderFinally(coder, exception, 
exception->handlerOffset);                                     
+                                       ILCoderFinally(coder, exception, 
exception->handlerOffset);
                                }
                                else if((exception->flags & 
IL_META_EXCEPTION_FILTER) == 0)
                                {
diff --git a/support/wakeup.c b/support/wakeup.c
index b83dd75..49b83ed 100644
--- a/support/wakeup.c
+++ b/support/wakeup.c
@@ -51,17 +51,17 @@ void _ILWakeupDestroy(_ILWakeup *wakeup)
        int i;
 
        if (wakeup->ownedMutexes != 0)
-       {
-               /* Fully release all owned mutexes */
-               for (i = 0; i < wakeup->ownedMutexesCapacity; i++)
-               {
-                       if (wakeup->ownedMutexes[i] != 0)
-                       {
-                               while (ILWaitMutexRelease((ILWaitHandle 
*)wakeup->ownedMutexes[i]) == IL_WAITMUTEX_RELEASE_STILL_OWNS);
-                       }
-               }
-
-               ILFree(wakeup->ownedMutexes);
+       {
+               /* Fully release all owned mutexes */
+               for (i = 0; i < wakeup->ownedMutexesCapacity; i++)
+               {
+                       if (wakeup->ownedMutexes[i] != 0)
+                       {
+                               while (ILWaitMutexRelease((ILWaitHandle 
*)wakeup->ownedMutexes[i]) == IL_WAITMUTEX_RELEASE_STILL_OWNS);
+                       }
+               }
+
+               ILFree(wakeup->ownedMutexes);
        }
        _ILCondVarDestroy(&(wakeup->condition));
        _ILCondMutexDestroy(&(wakeup->lock));

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    7 +++++++
 engine/verify_except.c |    2 +-
 support/wakeup.c       |   22 +++++++++++-----------
 3 files changed, 19 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]