From 6c6bce37022b492bb5ded8c21e9474b23eb98b2d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 29 Apr 2015 11:02:38 -0400 Subject: [PATCH] Moved everything back to the top level. --- new/GNUbase.mk => GNUbase.mk | 0 new/GNUmakefile => GNUmakefile | 0 new/GNUmaketest.mk => GNUmaketest.mk | 0 new/box.c => box.c | 0 {new/darwin => darwin}/GNUmakeinc.mk | 0 {new/darwin => darwin}/alloc.m | 0 {new/darwin => darwin}/bin.m | 0 {new/darwin => darwin}/button.m | 0 {new/darwin => darwin}/checkbox.m | 0 {new/darwin => darwin}/container.m | 0 {new/darwin => darwin}/entry.m | 0 {new/darwin => darwin}/init.m | 0 {new/darwin => darwin}/label.m | 0 {new/darwin => darwin}/main.m | 0 {new/darwin => darwin}/menu.m | 0 {new/darwin => darwin}/newcontrol.m | 0 {new/darwin => darwin}/tab.m | 0 {new/darwin => darwin}/text.m | 0 {new/darwin => darwin}/uipriv_darwin.h | 0 {new/darwin => darwin}/util.m | 0 {new/darwin => darwin}/window.m | 0 {new/test => test}/GNUmakeinc.mk | 0 {new/test => test}/main.c | 0 {new/test => test}/menus.c | 0 {new/test => test}/spaced.c | 0 {new/test => test}/test.h | 0 new/ui.idl => ui.idl | 0 new/ui_darwin.h => ui_darwin.h | 0 new/ui_unix.h => ui_unix.h | 0 new/ui_windows.h => ui_windows.h | 0 new/uipriv.h => uipriv.h | 0 {new/unix => unix}/GNUmakeinc.mk | 0 {new/unix => unix}/alloc.c | 0 {new/unix => unix}/bin.c | 0 {new/unix => unix}/button.c | 0 {new/unix => unix}/checkbox.c | 0 {new/unix => unix}/container.c | 0 {new/unix => unix}/entry.c | 0 {new/unix => unix}/label.c | 0 {new/unix => unix}/main.c | 0 {new/unix => unix}/menu.c | 0 {new/unix => unix}/newcontrol.c | 0 {new/unix => unix}/tab.c | 0 {new/unix => unix}/text.c | 0 {new/unix => unix}/uipriv_unix.h | 0 {new/unix => unix}/util.c | 0 {new/unix => unix}/window.c | 0 {new/windows => windows}/GNUmakeinc.mk | 0 {new/windows => windows}/OLDcontainer.c | 0 {new/windows => windows}/alloc.c | 0 {new/windows => windows}/bin.c | 0 {new/windows => windows}/button.c | 0 {new/windows => windows}/checkbox.c | 0 {new/windows => windows}/comctl32.c | 0 {new/windows => windows}/container.c | 0 {new/windows => windows}/debug.c | 0 {new/windows => windows}/entry.c | 0 {new/windows => windows}/init.c | 0 {new/windows => windows}/label.c | 0 {new/windows => windows}/main.c | 0 {new/windows => windows}/menu.c | 0 {new/windows => windows}/newcontrol.c | 0 {new/windows => windows}/tab.c | 0 {new/windows => windows}/text.c | 0 {new/windows => windows}/uipriv_windows.h | 0 {new/windows => windows}/util.c | 0 {new/windows => windows}/window.c | 0 67 files changed, 0 insertions(+), 0 deletions(-) rename new/GNUbase.mk => GNUbase.mk (100%) rename new/GNUmakefile => GNUmakefile (100%) rename new/GNUmaketest.mk => GNUmaketest.mk (100%) rename new/box.c => box.c (100%) rename {new/darwin => darwin}/GNUmakeinc.mk (100%) rename {new/darwin => darwin}/alloc.m (100%) rename {new/darwin => darwin}/bin.m (100%) rename {new/darwin => darwin}/button.m (100%) rename {new/darwin => darwin}/checkbox.m (100%) rename {new/darwin => darwin}/container.m (100%) rename {new/darwin => darwin}/entry.m (100%) rename {new/darwin => darwin}/init.m (100%) rename {new/darwin => darwin}/label.m (100%) rename {new/darwin => darwin}/main.m (100%) rename {new/darwin => darwin}/menu.m (100%) rename {new/darwin => darwin}/newcontrol.m (100%) rename {new/darwin => darwin}/tab.m (100%) rename {new/darwin => darwin}/text.m (100%) rename {new/darwin => darwin}/uipriv_darwin.h (100%) rename {new/darwin => darwin}/util.m (100%) rename {new/darwin => darwin}/window.m (100%) rename {new/test => test}/GNUmakeinc.mk (100%) rename {new/test => test}/main.c (100%) rename {new/test => test}/menus.c (100%) rename {new/test => test}/spaced.c (100%) rename {new/test => test}/test.h (100%) rename new/ui.idl => ui.idl (100%) rename new/ui_darwin.h => ui_darwin.h (100%) rename new/ui_unix.h => ui_unix.h (100%) rename new/ui_windows.h => ui_windows.h (100%) rename new/uipriv.h => uipriv.h (100%) rename {new/unix => unix}/GNUmakeinc.mk (100%) rename {new/unix => unix}/alloc.c (100%) rename {new/unix => unix}/bin.c (100%) rename {new/unix => unix}/button.c (100%) rename {new/unix => unix}/checkbox.c (100%) rename {new/unix => unix}/container.c (100%) rename {new/unix => unix}/entry.c (100%) rename {new/unix => unix}/label.c (100%) rename {new/unix => unix}/main.c (100%) rename {new/unix => unix}/menu.c (100%) rename {new/unix => unix}/newcontrol.c (100%) rename {new/unix => unix}/tab.c (100%) rename {new/unix => unix}/text.c (100%) rename {new/unix => unix}/uipriv_unix.h (100%) rename {new/unix => unix}/util.c (100%) rename {new/unix => unix}/window.c (100%) rename {new/windows => windows}/GNUmakeinc.mk (100%) rename {new/windows => windows}/OLDcontainer.c (100%) rename {new/windows => windows}/alloc.c (100%) rename {new/windows => windows}/bin.c (100%) rename {new/windows => windows}/button.c (100%) rename {new/windows => windows}/checkbox.c (100%) rename {new/windows => windows}/comctl32.c (100%) rename {new/windows => windows}/container.c (100%) rename {new/windows => windows}/debug.c (100%) rename {new/windows => windows}/entry.c (100%) rename {new/windows => windows}/init.c (100%) rename {new/windows => windows}/label.c (100%) rename {new/windows => windows}/main.c (100%) rename {new/windows => windows}/menu.c (100%) rename {new/windows => windows}/newcontrol.c (100%) rename {new/windows => windows}/tab.c (100%) rename {new/windows => windows}/text.c (100%) rename {new/windows => windows}/uipriv_windows.h (100%) rename {new/windows => windows}/util.c (100%) rename {new/windows => windows}/window.c (100%) diff --git a/new/GNUbase.mk b/GNUbase.mk similarity index 100% rename from new/GNUbase.mk rename to GNUbase.mk diff --git a/new/GNUmakefile b/GNUmakefile similarity index 100% rename from new/GNUmakefile rename to GNUmakefile diff --git a/new/GNUmaketest.mk b/GNUmaketest.mk similarity index 100% rename from new/GNUmaketest.mk rename to GNUmaketest.mk diff --git a/new/box.c b/box.c similarity index 100% rename from new/box.c rename to box.c diff --git a/new/darwin/GNUmakeinc.mk b/darwin/GNUmakeinc.mk similarity index 100% rename from new/darwin/GNUmakeinc.mk rename to darwin/GNUmakeinc.mk diff --git a/new/darwin/alloc.m b/darwin/alloc.m similarity index 100% rename from new/darwin/alloc.m rename to darwin/alloc.m diff --git a/new/darwin/bin.m b/darwin/bin.m similarity index 100% rename from new/darwin/bin.m rename to darwin/bin.m diff --git a/new/darwin/button.m b/darwin/button.m similarity index 100% rename from new/darwin/button.m rename to darwin/button.m diff --git a/new/darwin/checkbox.m b/darwin/checkbox.m similarity index 100% rename from new/darwin/checkbox.m rename to darwin/checkbox.m diff --git a/new/darwin/container.m b/darwin/container.m similarity index 100% rename from new/darwin/container.m rename to darwin/container.m diff --git a/new/darwin/entry.m b/darwin/entry.m similarity index 100% rename from new/darwin/entry.m rename to darwin/entry.m diff --git a/new/darwin/init.m b/darwin/init.m similarity index 100% rename from new/darwin/init.m rename to darwin/init.m diff --git a/new/darwin/label.m b/darwin/label.m similarity index 100% rename from new/darwin/label.m rename to darwin/label.m diff --git a/new/darwin/main.m b/darwin/main.m similarity index 100% rename from new/darwin/main.m rename to darwin/main.m diff --git a/new/darwin/menu.m b/darwin/menu.m similarity index 100% rename from new/darwin/menu.m rename to darwin/menu.m diff --git a/new/darwin/newcontrol.m b/darwin/newcontrol.m similarity index 100% rename from new/darwin/newcontrol.m rename to darwin/newcontrol.m diff --git a/new/darwin/tab.m b/darwin/tab.m similarity index 100% rename from new/darwin/tab.m rename to darwin/tab.m diff --git a/new/darwin/text.m b/darwin/text.m similarity index 100% rename from new/darwin/text.m rename to darwin/text.m diff --git a/new/darwin/uipriv_darwin.h b/darwin/uipriv_darwin.h similarity index 100% rename from new/darwin/uipriv_darwin.h rename to darwin/uipriv_darwin.h diff --git a/new/darwin/util.m b/darwin/util.m similarity index 100% rename from new/darwin/util.m rename to darwin/util.m diff --git a/new/darwin/window.m b/darwin/window.m similarity index 100% rename from new/darwin/window.m rename to darwin/window.m diff --git a/new/test/GNUmakeinc.mk b/test/GNUmakeinc.mk similarity index 100% rename from new/test/GNUmakeinc.mk rename to test/GNUmakeinc.mk diff --git a/new/test/main.c b/test/main.c similarity index 100% rename from new/test/main.c rename to test/main.c diff --git a/new/test/menus.c b/test/menus.c similarity index 100% rename from new/test/menus.c rename to test/menus.c diff --git a/new/test/spaced.c b/test/spaced.c similarity index 100% rename from new/test/spaced.c rename to test/spaced.c diff --git a/new/test/test.h b/test/test.h similarity index 100% rename from new/test/test.h rename to test/test.h diff --git a/new/ui.idl b/ui.idl similarity index 100% rename from new/ui.idl rename to ui.idl diff --git a/new/ui_darwin.h b/ui_darwin.h similarity index 100% rename from new/ui_darwin.h rename to ui_darwin.h diff --git a/new/ui_unix.h b/ui_unix.h similarity index 100% rename from new/ui_unix.h rename to ui_unix.h diff --git a/new/ui_windows.h b/ui_windows.h similarity index 100% rename from new/ui_windows.h rename to ui_windows.h diff --git a/new/uipriv.h b/uipriv.h similarity index 100% rename from new/uipriv.h rename to uipriv.h diff --git a/new/unix/GNUmakeinc.mk b/unix/GNUmakeinc.mk similarity index 100% rename from new/unix/GNUmakeinc.mk rename to unix/GNUmakeinc.mk diff --git a/new/unix/alloc.c b/unix/alloc.c similarity index 100% rename from new/unix/alloc.c rename to unix/alloc.c diff --git a/new/unix/bin.c b/unix/bin.c similarity index 100% rename from new/unix/bin.c rename to unix/bin.c diff --git a/new/unix/button.c b/unix/button.c similarity index 100% rename from new/unix/button.c rename to unix/button.c diff --git a/new/unix/checkbox.c b/unix/checkbox.c similarity index 100% rename from new/unix/checkbox.c rename to unix/checkbox.c diff --git a/new/unix/container.c b/unix/container.c similarity index 100% rename from new/unix/container.c rename to unix/container.c diff --git a/new/unix/entry.c b/unix/entry.c similarity index 100% rename from new/unix/entry.c rename to unix/entry.c diff --git a/new/unix/label.c b/unix/label.c similarity index 100% rename from new/unix/label.c rename to unix/label.c diff --git a/new/unix/main.c b/unix/main.c similarity index 100% rename from new/unix/main.c rename to unix/main.c diff --git a/new/unix/menu.c b/unix/menu.c similarity index 100% rename from new/unix/menu.c rename to unix/menu.c diff --git a/new/unix/newcontrol.c b/unix/newcontrol.c similarity index 100% rename from new/unix/newcontrol.c rename to unix/newcontrol.c diff --git a/new/unix/tab.c b/unix/tab.c similarity index 100% rename from new/unix/tab.c rename to unix/tab.c diff --git a/new/unix/text.c b/unix/text.c similarity index 100% rename from new/unix/text.c rename to unix/text.c diff --git a/new/unix/uipriv_unix.h b/unix/uipriv_unix.h similarity index 100% rename from new/unix/uipriv_unix.h rename to unix/uipriv_unix.h diff --git a/new/unix/util.c b/unix/util.c similarity index 100% rename from new/unix/util.c rename to unix/util.c diff --git a/new/unix/window.c b/unix/window.c similarity index 100% rename from new/unix/window.c rename to unix/window.c diff --git a/new/windows/GNUmakeinc.mk b/windows/GNUmakeinc.mk similarity index 100% rename from new/windows/GNUmakeinc.mk rename to windows/GNUmakeinc.mk diff --git a/new/windows/OLDcontainer.c b/windows/OLDcontainer.c similarity index 100% rename from new/windows/OLDcontainer.c rename to windows/OLDcontainer.c diff --git a/new/windows/alloc.c b/windows/alloc.c similarity index 100% rename from new/windows/alloc.c rename to windows/alloc.c diff --git a/new/windows/bin.c b/windows/bin.c similarity index 100% rename from new/windows/bin.c rename to windows/bin.c diff --git a/new/windows/button.c b/windows/button.c similarity index 100% rename from new/windows/button.c rename to windows/button.c diff --git a/new/windows/checkbox.c b/windows/checkbox.c similarity index 100% rename from new/windows/checkbox.c rename to windows/checkbox.c diff --git a/new/windows/comctl32.c b/windows/comctl32.c similarity index 100% rename from new/windows/comctl32.c rename to windows/comctl32.c diff --git a/new/windows/container.c b/windows/container.c similarity index 100% rename from new/windows/container.c rename to windows/container.c diff --git a/new/windows/debug.c b/windows/debug.c similarity index 100% rename from new/windows/debug.c rename to windows/debug.c diff --git a/new/windows/entry.c b/windows/entry.c similarity index 100% rename from new/windows/entry.c rename to windows/entry.c diff --git a/new/windows/init.c b/windows/init.c similarity index 100% rename from new/windows/init.c rename to windows/init.c diff --git a/new/windows/label.c b/windows/label.c similarity index 100% rename from new/windows/label.c rename to windows/label.c diff --git a/new/windows/main.c b/windows/main.c similarity index 100% rename from new/windows/main.c rename to windows/main.c diff --git a/new/windows/menu.c b/windows/menu.c similarity index 100% rename from new/windows/menu.c rename to windows/menu.c diff --git a/new/windows/newcontrol.c b/windows/newcontrol.c similarity index 100% rename from new/windows/newcontrol.c rename to windows/newcontrol.c diff --git a/new/windows/tab.c b/windows/tab.c similarity index 100% rename from new/windows/tab.c rename to windows/tab.c diff --git a/new/windows/text.c b/windows/text.c similarity index 100% rename from new/windows/text.c rename to windows/text.c diff --git a/new/windows/uipriv_windows.h b/windows/uipriv_windows.h similarity index 100% rename from new/windows/uipriv_windows.h rename to windows/uipriv_windows.h diff --git a/new/windows/util.c b/windows/util.c similarity index 100% rename from new/windows/util.c rename to windows/util.c diff --git a/new/windows/window.c b/windows/window.c similarity index 100% rename from new/windows/window.c rename to windows/window.c