Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

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
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

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 (t...@docs.openmoko.org)
   2. r4862 - trunk/src/target/opkg (t...@docs.openmoko.org)
--- 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 <tho...@openedhand.com>
-       * Tick Chen <t...@openmoko.com>
+       * Tick Chen <ticktoc...@gmail.com>
 Ipkg:
        * Pierluigi Frullani <p...@frumar.it>
        * Carl Worth <cwo...@handhelds.org>




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to