[Gd-chatter] r11314 - in trunk/gwydion: common common/collections common/collections/tests common/command-processor common/common-dylan common/common-dylan/tests common/io common/io/tests common/network common/regular-expressions common/stream-ext common/stream-extensions common/string-ext common/string-extensions common/system common/system/tests common/table-ext common/table-extensions d2c/compiler/base d2c/compiler/cback d2c/compiler/convert d2c/compiler/fer-transform d2c/compiler/front d2c/compiler/main d2c/compiler/optimize d2c/compiler/parser d2c/compiler/parser/test d2c/debugger d2c/runtime d2c/runtime/dylan/tests qa/test-apps/libraries-test-suite qa/test-apps/testworks-test-suite qa/test-suites/libraries-test-suite tests tools/melange tools/parsergen tools/pidgin/src tools/refman
prom at gwydiondylan.org
prom at gwydiondylan.org
Wed May 2 07:55:34 CEST 2007
Author: prom
Date: Wed May 2 07:55:24 2007
New Revision: 11314
Added:
trunk/gwydion/common/stream-extensions/
- copied from r11313, trunk/gwydion/common/stream-ext/
trunk/gwydion/common/string-extensions/
- copied from r11313, trunk/gwydion/common/string-ext/
trunk/gwydion/common/table-extensions/
- copied from r11313, trunk/gwydion/common/table-ext/
Removed:
trunk/gwydion/common/stream-ext/
trunk/gwydion/common/string-ext/
trunk/gwydion/common/table-ext/
Modified:
trunk/gwydion/common/Makegen
trunk/gwydion/common/collections/Makegen
trunk/gwydion/common/collections/tests/Makegen
trunk/gwydion/common/command-processor/Makegen
trunk/gwydion/common/common-dylan/Makegen
trunk/gwydion/common/common-dylan/tests/Makegen
trunk/gwydion/common/io/Makegen
trunk/gwydion/common/io/tests/Makegen
trunk/gwydion/common/network/Makegen
trunk/gwydion/common/regular-expressions/Makegen
trunk/gwydion/common/stream-extensions/Makegen
trunk/gwydion/common/string-extensions/Makegen
trunk/gwydion/common/system/Makegen
trunk/gwydion/common/system/tests/Makegen
trunk/gwydion/d2c/compiler/base/Makegen
trunk/gwydion/d2c/compiler/cback/Makegen
trunk/gwydion/d2c/compiler/convert/Makegen
trunk/gwydion/d2c/compiler/fer-transform/Makegen
trunk/gwydion/d2c/compiler/front/Makegen
trunk/gwydion/d2c/compiler/main/Makegen
trunk/gwydion/d2c/compiler/optimize/Makegen
trunk/gwydion/d2c/compiler/parser/Makegen
trunk/gwydion/d2c/compiler/parser/test/Makegen
trunk/gwydion/d2c/debugger/Makegen
trunk/gwydion/d2c/runtime/Makegen
trunk/gwydion/d2c/runtime/dylan/tests/Makegen
trunk/gwydion/qa/test-apps/libraries-test-suite/Makegen
trunk/gwydion/qa/test-apps/testworks-test-suite/Makegen
trunk/gwydion/qa/test-suites/libraries-test-suite/Makegen
trunk/gwydion/tests/Makegen
trunk/gwydion/tools/melange/Makegen
trunk/gwydion/tools/parsergen/Makegen
trunk/gwydion/tools/pidgin/src/Makegen
trunk/gwydion/tools/refman/Makegen
Log:
Job: minor
Renamed directories of *-ext to *-extensions.
Modified: trunk/gwydion/common/Makegen
==============================================================================
--- trunk/gwydion/common/Makegen (original)
+++ trunk/gwydion/common/Makegen Wed May 2 07:55:24 2007
@@ -1,22 +1,18 @@
-##
-## This is the makegen file for the libraries shared between d2c and mindy.
-##
-# the order is significant, since the d2c libraries must be compiled in
-# dependency order.
+# the order is significant, since the d2c libraries must be compiled in dependency order.
unless ($enable_bootstrap) {
- &compile_subdirs('table-ext',
+ &compile_subdirs('table-extensions',
'common-dylan',
'collections',
'matrix',
'collection-extensions',
- 'string-ext',
+ 'string-extensions',
'regular-expressions',
'io',
'system',
'command-line-parser',
- 'stream-ext');
+ 'stream-extensions');
if($features{'compiled_for_unix'}) {
#&compile_subdirs('network');
Modified: trunk/gwydion/common/collections/Makegen
==============================================================================
--- trunk/gwydion/common/collections/Makegen (original)
+++ trunk/gwydion/common/collections/Makegen Wed May 2 07:55:24 2007
@@ -3,7 +3,7 @@
$D2CFLAGS # added by update-libdirs
= $d2c_runtime
. ' -L../common-dylan'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/collections/tests/Makegen
==============================================================================
--- trunk/gwydion/common/collections/tests/Makegen (original)
+++ trunk/gwydion/common/collections/tests/Makegen Wed May 2 07:55:24 2007
@@ -5,7 +5,7 @@
. ' -L..'
. ' -L../../common-dylan'
. ' -L../../io'
- . ' -L../../table-ext'
+ . ' -L../../table-extensions'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
. ' -L../../../qa/testworks'
Modified: trunk/gwydion/common/command-processor/Makegen
==============================================================================
--- trunk/gwydion/common/command-processor/Makegen (original)
+++ trunk/gwydion/common/command-processor/Makegen Wed May 2 07:55:24 2007
@@ -5,8 +5,8 @@
. ' -L../collection-extensions'
. ' -L../common-dylan'
. ' -L../io'
- . ' -L../string-ext'
- . ' -L../table-ext'
+ . ' -L../string-extensions'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/common-dylan/Makegen
==============================================================================
--- trunk/gwydion/common/common-dylan/Makegen (original)
+++ trunk/gwydion/common/common-dylan/Makegen Wed May 2 07:55:24 2007
@@ -2,7 +2,7 @@
$D2CFLAGS # added by update-libdirs
= $d2c_runtime
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/common-dylan/tests/Makegen
==============================================================================
--- trunk/gwydion/common/common-dylan/tests/Makegen (original)
+++ trunk/gwydion/common/common-dylan/tests/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L..'
. ' -L../../io'
- . ' -L../../table-ext'
+ . ' -L../../table-extensions'
. ' -L../../../d2c/runtime/dylan/tests'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
Modified: trunk/gwydion/common/io/Makegen
==============================================================================
--- trunk/gwydion/common/io/Makegen (original)
+++ trunk/gwydion/common/io/Makegen Wed May 2 07:55:24 2007
@@ -5,7 +5,7 @@
$D2CFLAGS # added by update-libdirs
= $d2c_runtime
. ' -L../common-dylan'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/io/tests/Makegen
==============================================================================
--- trunk/gwydion/common/io/tests/Makegen (original)
+++ trunk/gwydion/common/io/tests/Makegen Wed May 2 07:55:24 2007
@@ -5,7 +5,7 @@
. ' -L../../common-dylan'
. ' -L../../common-dylan/tests'
. ' -L..'
- . ' -L../../table-ext'
+ . ' -L../../table-extensions'
. ' -L../../../d2c/runtime/dylan/tests'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
Modified: trunk/gwydion/common/network/Makegen
==============================================================================
--- trunk/gwydion/common/network/Makegen (original)
+++ trunk/gwydion/common/network/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L../common-dylan'
. ' -L../io'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/regular-expressions/Makegen
==============================================================================
--- trunk/gwydion/common/regular-expressions/Makegen (original)
+++ trunk/gwydion/common/regular-expressions/Makegen Wed May 2 07:55:24 2007
@@ -4,8 +4,8 @@
= $d2c_runtime
. ' -L../collection-extensions'
. ' -L../common-dylan'
- . ' -L../string-ext'
- . ' -L../table-ext'
+ . ' -L../string-extensions'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/stream-extensions/Makegen
==============================================================================
--- trunk/gwydion/common/stream-ext/Makegen (original)
+++ trunk/gwydion/common/stream-extensions/Makegen Wed May 2 07:55:24 2007
@@ -5,7 +5,7 @@
. ' -L../common-dylan'
. ' -L../io'
. ' -L../system'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/string-extensions/Makegen
==============================================================================
--- trunk/gwydion/common/string-ext/Makegen (original)
+++ trunk/gwydion/common/string-extensions/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L../collection-extensions'
. ' -L../common-dylan'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/system/Makegen
==============================================================================
--- trunk/gwydion/common/system/Makegen (original)
+++ trunk/gwydion/common/system/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L../common-dylan'
. ' -L../io'
- . ' -L../table-ext'
+ . ' -L../table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/common/system/tests/Makegen
==============================================================================
--- trunk/gwydion/common/system/tests/Makegen (original)
+++ trunk/gwydion/common/system/tests/Makegen Wed May 2 07:55:24 2007
@@ -6,7 +6,7 @@
. ' -L../../common-dylan/tests'
. ' -L../../io'
. ' -L..'
- . ' -L../../table-ext'
+ . ' -L../../table-extensions'
. ' -L../../../d2c/runtime/dylan/tests'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
Modified: trunk/gwydion/d2c/compiler/base/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/base/Makegen (original)
+++ trunk/gwydion/d2c/compiler/base/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../../runtime/random'
. ' -L../../runtime/threads';
Modified: trunk/gwydion/d2c/compiler/cback/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/cback/Makegen (original)
+++ trunk/gwydion/d2c/compiler/cback/Makegen Wed May 2 07:55:24 2007
@@ -4,10 +4,10 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/stream-ext'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/stream-extensions'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../convert'
. ' -L../front'
Modified: trunk/gwydion/d2c/compiler/convert/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/convert/Makegen (original)
+++ trunk/gwydion/d2c/compiler/convert/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../front'
. ' -L../parser'
Modified: trunk/gwydion/d2c/compiler/fer-transform/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/fer-transform/Makegen (original)
+++ trunk/gwydion/d2c/compiler/fer-transform/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../front'
. ' -L../../runtime/random'
Modified: trunk/gwydion/d2c/compiler/front/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/front/Makegen (original)
+++ trunk/gwydion/d2c/compiler/front/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../../runtime/random'
. ' -L../../runtime/threads';
Modified: trunk/gwydion/d2c/compiler/main/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/main/Makegen (original)
+++ trunk/gwydion/d2c/compiler/main/Makegen Wed May 2 07:55:24 2007
@@ -39,10 +39,10 @@
. ' -L../../../common/command-processor'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/stream-ext'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/stream-extensions'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../cback'
. ' -L../convert'
Modified: trunk/gwydion/d2c/compiler/optimize/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/optimize/Makegen (original)
+++ trunk/gwydion/d2c/compiler/optimize/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../fer-transform'
. ' -L../front'
Modified: trunk/gwydion/d2c/compiler/parser/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/parser/Makegen (original)
+++ trunk/gwydion/d2c/compiler/parser/Makegen Wed May 2 07:55:24 2007
@@ -4,9 +4,9 @@
. ' -L../../../common/collection-extensions'
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../base'
. ' -L../../runtime/random'
. ' -L../../runtime/threads';
Modified: trunk/gwydion/d2c/compiler/parser/test/Makegen
==============================================================================
--- trunk/gwydion/d2c/compiler/parser/test/Makegen (original)
+++ trunk/gwydion/d2c/compiler/parser/test/Makegen Wed May 2 07:55:24 2007
@@ -3,9 +3,9 @@
. ' -L../../../../common/collection-extensions'
. ' -L../../../../common/common-dylan'
. ' -L../../../../common/io'
- . ' -L../../../../common/string-ext'
+ . ' -L../../../../common/string-extensions'
. ' -L../../../../common/system'
- . ' -L../../../../common/table-ext'
+ . ' -L../../../../common/table-extensions'
. ' -L../../base'
. ' -L..'
. ' -L../../../runtime/random'
Modified: trunk/gwydion/d2c/debugger/Makegen
==============================================================================
--- trunk/gwydion/d2c/debugger/Makegen (original)
+++ trunk/gwydion/d2c/debugger/Makegen Wed May 2 07:55:24 2007
@@ -4,8 +4,8 @@
. ' -L../../common/command-processor'
. ' -L../../common/common-dylan'
. ' -L../../common/io'
- . ' -L../../common/string-ext'
- . ' -L../../common/table-ext'
+ . ' -L../../common/string-extensions'
+ . ' -L../../common/table-extensions'
. ' -L../runtime/random'
. ' -L../runtime/threads';
Modified: trunk/gwydion/d2c/runtime/Makegen
==============================================================================
--- trunk/gwydion/d2c/runtime/Makegen (original)
+++ trunk/gwydion/d2c/runtime/Makegen Wed May 2 07:55:24 2007
@@ -14,13 +14,13 @@
do compile_subdirs('random',
'threads',
- '../../common/table-ext',
+ '../../common/table-extensions',
'../../common/common-dylan',
'../../common/collection-extensions',
- '../../common/string-ext',
+ '../../common/string-extensions',
'../../common/regular-expressions',
'../../common/io',
'../../common/system',
'../../common/command-line-parser',
- '../../common/stream-ext',
+ '../../common/stream-extensions',
'../../common/command-processor');
Modified: trunk/gwydion/d2c/runtime/dylan/tests/Makegen
==============================================================================
--- trunk/gwydion/d2c/runtime/dylan/tests/Makegen (original)
+++ trunk/gwydion/d2c/runtime/dylan/tests/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L../../../../common/common-dylan'
. ' -L../../../../common/io'
- . ' -L../../../../common/table-ext'
+ . ' -L../../../../common/table-extensions'
. ' -L../../random'
. ' -L../../threads'
. ' -L../../../../qa/testworks'
Modified: trunk/gwydion/qa/test-apps/libraries-test-suite/Makegen
==============================================================================
--- trunk/gwydion/qa/test-apps/libraries-test-suite/Makegen (original)
+++ trunk/gwydion/qa/test-apps/libraries-test-suite/Makegen Wed May 2 07:55:24 2007
@@ -10,7 +10,7 @@
. ' -L../../../common/io/tests'
. ' -L../../../common/system'
. ' -L../../../common/system/tests'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../../../d2c/runtime/dylan/tests'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
Modified: trunk/gwydion/qa/test-apps/testworks-test-suite/Makegen
==============================================================================
--- trunk/gwydion/qa/test-apps/testworks-test-suite/Makegen (original)
+++ trunk/gwydion/qa/test-apps/testworks-test-suite/Makegen Wed May 2 07:55:24 2007
@@ -4,7 +4,7 @@
= $d2c_runtime
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
. ' -L../../testworks'
Modified: trunk/gwydion/qa/test-suites/libraries-test-suite/Makegen
==============================================================================
--- trunk/gwydion/qa/test-suites/libraries-test-suite/Makegen (original)
+++ trunk/gwydion/qa/test-suites/libraries-test-suite/Makegen Wed May 2 07:55:24 2007
@@ -10,7 +10,7 @@
. ' -L../../../common/io/tests'
. ' -L../../../common/system'
. ' -L../../../common/system/tests'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../../../d2c/runtime/dylan/tests'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
Modified: trunk/gwydion/tests/Makegen
==============================================================================
--- trunk/gwydion/tests/Makegen (original)
+++ trunk/gwydion/tests/Makegen Wed May 2 07:55:24 2007
@@ -8,8 +8,8 @@
. ' -L../common/io'
. ' -L../common/matrix'
. ' -L../common/regular-expressions'
- . ' -L../common/string-ext'
- . ' -L../common/table-ext'
+ . ' -L../common/string-extensions'
+ . ' -L../common/table-extensions'
. ' -L../d2c/runtime/random'
. ' -L../d2c/runtime/threads';
Modified: trunk/gwydion/tools/melange/Makegen
==============================================================================
--- trunk/gwydion/tools/melange/Makegen (original)
+++ trunk/gwydion/tools/melange/Makegen Wed May 2 07:55:24 2007
@@ -5,9 +5,9 @@
. ' -L../../common/common-dylan'
. ' -L../../common/io'
. ' -L../../common/regular-expressions'
- . ' -L../../common/string-ext'
+ . ' -L../../common/string-extensions'
. ' -L../../common/system'
- . ' -L../../common/table-ext'
+ . ' -L../../common/table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads'
. ' -L.';
Modified: trunk/gwydion/tools/parsergen/Makegen
==============================================================================
--- trunk/gwydion/tools/parsergen/Makegen (original)
+++ trunk/gwydion/tools/parsergen/Makegen Wed May 2 07:55:24 2007
@@ -5,9 +5,9 @@
. ' -L../../common/common-dylan'
. ' -L../../common/io'
. ' -L../../common/regular-expressions'
- . ' -L../../common/string-ext'
+ . ' -L../../common/string-extensions'
. ' -L../../common/system'
- . ' -L../../common/table-ext'
+ . ' -L../../common/table-extensions'
. ' -L../../d2c/runtime/random'
. ' -L../../d2c/runtime/threads';
Modified: trunk/gwydion/tools/pidgin/src/Makegen
==============================================================================
--- trunk/gwydion/tools/pidgin/src/Makegen (original)
+++ trunk/gwydion/tools/pidgin/src/Makegen Wed May 2 07:55:24 2007
@@ -5,9 +5,9 @@
. ' -L../../../common/common-dylan'
. ' -L../../../common/io'
. ' -L../../../common/regular-expressions'
- . ' -L../../../common/string-ext'
+ . ' -L../../../common/string-extensions'
. ' -L../../../common/system'
- . ' -L../../../common/table-ext'
+ . ' -L../../../common/table-extensions'
. ' -L../../../d2c/runtime/random'
. ' -L../../../d2c/runtime/threads'
. ' -L.';
Modified: trunk/gwydion/tools/refman/Makegen
==============================================================================
--- trunk/gwydion/tools/refman/Makegen (original)
+++ trunk/gwydion/tools/refman/Makegen Wed May 2 07:55:24 2007
@@ -4,10 +4,10 @@
. ' -L../../common/command-line-parser'
. ' -L../../common/common-dylan'
. ' -L../../common/io'
- . ' -L../../common/stream-ext'
- . ' -L../../common/string-ext'
+ . ' -L../../common/stream-extensions'
+ . ' -L../../common/string-extensions'
. ' -L../../common/system'
- . ' -L../../common/table-ext'
+ . ' -L../../common/table-extensions'
. ' -L../../d2c/compiler/base'
. ' -L../../d2c/compiler/cback'
. ' -L../../d2c/compiler/convert'
More information about the chatter
mailing list