Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r4861 - trunk/src/target/opkg/libopkg ([email protected])
   2. r4862 - trunk/src/target/opkg ([email protected])
--- Begin Message ---
Author: tick
Date: 2008-12-13 14:24:42 +0100 (Sat, 13 Dec 2008)
New Revision: 4861

Modified:
   trunk/src/target/opkg/libopkg/active_list.c
Log:
opkg: reinitial node of active_list after clear


Modified: trunk/src/target/opkg/libopkg/active_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/active_list.c 2008-12-09 09:47:14 UTC (rev 
4860)
+++ trunk/src/target/opkg/libopkg/active_list.c 2008-12-13 13:24:42 UTC (rev 
4861)
@@ -81,8 +81,7 @@
         if (next->depend.next != &next->depend) {
             list_head_clear(&next->depend);
         }
-        list_del_init(&next->node);
-        next->depended = NULL;
+        active_list_init(next);
     }
 }
 void active_list_clear(struct active_list *head) {




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-12-13 14:28:33 +0100 (Sat, 13 Dec 2008)
New Revision: 4862

Modified:
   trunk/src/target/opkg/AUTHORS
Log:
opkg: update the the author infomation
Since my e-mail account had been deleted for some reason,
and I cannot get mail from that account, update a vaild one.
So that I can keep in touch with people who want to help opkg. :)


Modified: trunk/src/target/opkg/AUTHORS
===================================================================
--- trunk/src/target/opkg/AUTHORS       2008-12-13 13:24:42 UTC (rev 4861)
+++ trunk/src/target/opkg/AUTHORS       2008-12-13 13:28:33 UTC (rev 4862)
@@ -1,6 +1,6 @@
 Opkg:
        * Thomas Wood <[email protected]>
-       * Tick Chen <[email protected]>
+       * Tick Chen <[email protected]>
 Ipkg:
        * Pierluigi Frullani <[email protected]>
        * Carl Worth <[email protected]>




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to