Merge 0.9->trunk
authorMatthew Wild <mwild1@gmail.com>
Mon, 2 Sep 2013 23:20:28 +0000 (00:20 +0100)
committerMatthew Wild <mwild1@gmail.com>
Mon, 2 Sep 2013 23:20:28 +0000 (00:20 +0100)
1  2 
core/configmanager.lua
util-src/pposix.c
util/set.lua

Simple merge
Simple merge
diff --cc util/set.lua
index b9e9ef217c25d4f8d55e37853d0788ee863eb061,e9dfec1bca729b509040e785248389187dca8abd..a2df669c05e97706b8d6120cddece71a8a5d73b7
@@@ -89,9 -89,9 +89,9 @@@ function new(list
                        end
                end
        end
-       
        function set:include(otherset)
 -              for item in pairs(otherset) do
 +              for item in otherset do
                        items[item] = true;
                end
        end