summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2013-12-31 17:08:08 +0000
committerwiz <wiz>2013-12-31 17:08:08 +0000
commita490babd46ca8b9ec8cc828c88fcc69371ceefd4 (patch)
tree1d7234635223506656155b47163d0edd07892ec4 /lang
parentd7ba06678d5e4fa37f049299b65194c6e19f8533 (diff)
downloadpkgsrc-a490babd46ca8b9ec8cc828c88fcc69371ceefd4.tar.gz
Remove packages that were either BROKEN for more than a year or
BROKEN and explicitly scheduled to be removed after 2013Q4.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile5
-rw-r--r--lang/SmartEiffel/DESCR10
-rw-r--r--lang/SmartEiffel/MESSAGE12
-rw-r--r--lang/SmartEiffel/Makefile49
-rw-r--r--lang/SmartEiffel/PLIST2396
-rw-r--r--lang/SmartEiffel/distinfo6
-rw-r--r--lang/SmartEiffel/files/system.se140
-rw-r--r--lang/SmartEiffel/patches/patch-aa13
-rw-r--r--lang/ezm3/DESCR9
-rw-r--r--lang/ezm3/Makefile72
-rw-r--r--lang/ezm3/PLIST.DragonFly25
-rw-r--r--lang/ezm3/PLIST.FreeBSD25
-rw-r--r--lang/ezm3/PLIST.Linux27
-rw-r--r--lang/ezm3/PLIST.NetBSD25
-rw-r--r--lang/ezm3/PLIST.OpenBSD25
-rw-r--r--lang/ezm3/PLIST.common917
-rw-r--r--lang/ezm3/buildlink3.mk16
-rw-r--r--lang/ezm3/distinfo19
-rw-r--r--lang/ezm3/patches/patch-ab12
-rw-r--r--lang/ezm3/patches/patch-ac21
-rw-r--r--lang/snobol/DESCR22
-rw-r--r--lang/snobol/Makefile56
-rw-r--r--lang/snobol/PLIST39
-rw-r--r--lang/snobol/distinfo10
-rw-r--r--lang/snobol/patches/patch-aa10
-rw-r--r--lang/snobol/patches/patch-ab14
26 files changed, 1 insertions, 3974 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 95a9021ae2b..f6bad693d07 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.362 2013/12/15 02:52:22 dholland Exp $
+# $NetBSD: Makefile,v 1.363 2013/12/31 17:08:08 wiz Exp $
#
COMMENT= Programming languages
@@ -7,7 +7,6 @@ SUBDIR+= Cg-compiler
SUBDIR+= LuaJIT
SUBDIR+= LuaJIT2
SUBDIR+= STk
-SUBDIR+= SmartEiffel
SUBDIR+= a60
SUBDIR+= abcl
SUBDIR+= algol68g
@@ -42,7 +41,6 @@ SUBDIR+= embryo
SUBDIR+= erlang
SUBDIR+= erlang-doc
SUBDIR+= erlang-man
-SUBDIR+= ezm3
SUBDIR+= f2c
SUBDIR+= ficl
SUBDIR+= focal
@@ -190,7 +188,6 @@ SUBDIR+= sigscheme
SUBDIR+= siod
SUBDIR+= smalltalk
SUBDIR+= smlnj
-SUBDIR+= snobol
SUBDIR+= spidermonkey
SUBDIR+= spl
SUBDIR+= squeak
diff --git a/lang/SmartEiffel/DESCR b/lang/SmartEiffel/DESCR
deleted file mode 100644
index 447c81c39b3..00000000000
--- a/lang/SmartEiffel/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-It is intended to be a complete, though small and very fast, free Eiffel
-compiler. It is available for a very wide range of platforms: GNU/Linux,
-GNU/Hurd, FreeBSD, BSD/OS, NetBSD, OpenBSD, HP-UX, IRIX, XENIX, Solaris,
-DOS, OS2, WINDOWS NT/95/2000, Macintosh, NeXT, Amiga, AmigaDE/Elate, BeOS,
-QNX, VMS, etc. Actually, SmartEiffel should run on any platform for which
-an ANSI C compiler exists.
-
-The current distribution includes an Eiffel to C compiler, an Eiffel to
-Java bytecode compiler, a debugger, a documentation tool, a pretty printer
-and various other tools.
diff --git a/lang/SmartEiffel/MESSAGE b/lang/SmartEiffel/MESSAGE
deleted file mode 100644
index 213cf8751e3..00000000000
--- a/lang/SmartEiffel/MESSAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/11/28 15:16:06 wiz Exp $
-
-To use the SmartEiffel compiler, please set this environment variable:
-
-SmartEiffel=${PREFIX}/SmartEiffel/sys/system.se
-
-and add this to your PATH:
-
-${PREFIX}/SmartEiffel/bin
-
-===========================================================================
diff --git a/lang/SmartEiffel/Makefile b/lang/SmartEiffel/Makefile
deleted file mode 100644
index ecab2010cd4..00000000000
--- a/lang/SmartEiffel/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2012/10/02 20:11:35 asau Exp $
-
-DISTNAME= se
-PKGNAME= SmartEiffel-2.0
-PKGREVISION= 1
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.loria.fr/pub/loria/SmartEiffel/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= lars.nordlund@hem.utfors.se
-HOMEPAGE= http://smarteiffel.loria.fr/
-COMMENT= The GNU Eiffel Compiler
-
-BROKEN= Infinite loop in the installer
-
-WRKSRC= ${WRKDIR}/SmartEiffel
-USE_TOOLS+= pax
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-
-MAKE_ENV+= SmartEiffel=${WRKSRC:Q}/sys/system.se
-
-# This package relies heavily on GCC.
-ONLY_FOR_COMPILER= gcc
-
-CHECK_INTERPRETER_SKIP= SmartEiffel/contrib/edb/sec \
- SmartEiffel/misc/benchmarks/all_bench.elate \
- SmartEiffel/www/libraries/eiffeldoc.sh
-
-REPLACE_PYTHON+= contrib/htmldoc/htmlshort
-
-post-patch:
- ${SED} "s:XXXWORKDIRXXX:${WRKDIR}:g" ${FILESDIR}/system.se \
- > ${WRKSRC}/sys/system.se
-
-post-build:
- ${MV} -f ${WRKSRC}/sys/system.se ${WRKSRC}/sys/system.se.bak
- ${SED} "s:${WRKDIR}:${PREFIX}:g" ${WRKSRC}/sys/system.se.bak > \
- ${WRKSRC}/sys/system.se
- ${RM} -f ${WRKSRC}/sys/system.se.bak
- ${RM} -f ${WRKSRC}/sys/system.se~
- ${RM} -f ${WRKSRC}/Makefile.orig
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/SmartEiffel
- cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/SmartEiffel
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/SmartEiffel/PLIST b/lang/SmartEiffel/PLIST
deleted file mode 100644
index d348e21ad8d..00000000000
--- a/lang/SmartEiffel/PLIST
+++ /dev/null
@@ -1,2396 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:28 joerg Exp $
-SmartEiffel/COPYING
-SmartEiffel/GNU_LICENSE
-SmartEiffel/Makefile
-SmartEiffel/READ_ME
-SmartEiffel/bin/READ_ME
-SmartEiffel/bin/ace_check
-SmartEiffel/bin/class_check
-SmartEiffel/bin/clean
-SmartEiffel/bin/compile
-SmartEiffel/bin/compile_to_c
-SmartEiffel/bin/finder
-SmartEiffel/bin/pretty
-SmartEiffel/bin/print_jvm_class
-SmartEiffel/bin/short
-SmartEiffel/configure
-SmartEiffel/contrib/READ_ME
-SmartEiffel/contrib/edb/READ_ME
-SmartEiffel/contrib/edb/edb-emacs.el
-SmartEiffel/contrib/edb/edb-xemacs.el
-SmartEiffel/contrib/edb/gud-edb.el
-SmartEiffel/contrib/edb/gud-patch.el
-SmartEiffel/contrib/edb/sec
-SmartEiffel/contrib/htmldoc/READ_ME
-SmartEiffel/contrib/htmldoc/hooks.sh
-SmartEiffel/contrib/htmldoc/htmlshort
-SmartEiffel/contrib/lib/case_insensitive_string.e
-SmartEiffel/contrib/lib/string_formatter.e
-SmartEiffel/index.html
-SmartEiffel/install.c
-SmartEiffel/install.exe
-SmartEiffel/install.h
-SmartEiffel/install/bcc32.rc
-SmartEiffel/install/cc-openvms.rc
-SmartEiffel/install/cc-unix.rc
-SmartEiffel/install/cl.rc
-SmartEiffel/install/dice.rc
-SmartEiffel/install/gcc.rc
-SmartEiffel/install/germ/compile_to_c.h
-SmartEiffel/install/germ/compile_to_c.make
-SmartEiffel/install/germ/compile_to_c1.c
-SmartEiffel/install/germ/compile_to_c10.c
-SmartEiffel/install/germ/compile_to_c11.c
-SmartEiffel/install/germ/compile_to_c12.c
-SmartEiffel/install/germ/compile_to_c13.c
-SmartEiffel/install/germ/compile_to_c14.c
-SmartEiffel/install/germ/compile_to_c15.c
-SmartEiffel/install/germ/compile_to_c16.c
-SmartEiffel/install/germ/compile_to_c17.c
-SmartEiffel/install/germ/compile_to_c18.c
-SmartEiffel/install/germ/compile_to_c19.c
-SmartEiffel/install/germ/compile_to_c2.c
-SmartEiffel/install/germ/compile_to_c20.c
-SmartEiffel/install/germ/compile_to_c21.c
-SmartEiffel/install/germ/compile_to_c22.c
-SmartEiffel/install/germ/compile_to_c23.c
-SmartEiffel/install/germ/compile_to_c24.c
-SmartEiffel/install/germ/compile_to_c25.c
-SmartEiffel/install/germ/compile_to_c26.c
-SmartEiffel/install/germ/compile_to_c27.c
-SmartEiffel/install/germ/compile_to_c28.c
-SmartEiffel/install/germ/compile_to_c29.c
-SmartEiffel/install/germ/compile_to_c3.c
-SmartEiffel/install/germ/compile_to_c30.c
-SmartEiffel/install/germ/compile_to_c31.c
-SmartEiffel/install/germ/compile_to_c32.c
-SmartEiffel/install/germ/compile_to_c33.c
-SmartEiffel/install/germ/compile_to_c4.c
-SmartEiffel/install/germ/compile_to_c5.c
-SmartEiffel/install/germ/compile_to_c6.c
-SmartEiffel/install/germ/compile_to_c7.c
-SmartEiffel/install/germ/compile_to_c8.c
-SmartEiffel/install/germ/compile_to_c9.c
-SmartEiffel/install/icc.rc
-SmartEiffel/install/lcc-win32.rc
-SmartEiffel/install/sc.rc
-SmartEiffel/install/tcc.rc
-SmartEiffel/install/vbcc.rc
-SmartEiffel/install/vpcc.rc
-SmartEiffel/install/wcl386.rc
-SmartEiffel/lib/abilities/cluster.html
-SmartEiffel/lib/abilities/comparable.e
-SmartEiffel/lib/abilities/disposable.e
-SmartEiffel/lib/abilities/hashable.e
-SmartEiffel/lib/base/cluster.html
-SmartEiffel/lib/base/fixed_array.e
-SmartEiffel/lib/base/fixed_array2.e
-SmartEiffel/lib/base/fixed_array3.e
-SmartEiffel/lib/base/link.e
-SmartEiffel/lib/base/link2.e
-SmartEiffel/lib/base/set_node.e
-SmartEiffel/lib/io/cluster.html
-SmartEiffel/lib/io/directory.e
-SmartEiffel/lib/io/file_tools.e
-SmartEiffel/lib/io/filter.e
-SmartEiffel/lib/io/filter/base64_input_stream.e
-SmartEiffel/lib/io/filter/base64_output_stream.e
-SmartEiffel/lib/io/filter/html_output_stream.e
-SmartEiffel/lib/io/filter/quoted_printable_input_stream.e
-SmartEiffel/lib/io/filter/quoted_printable_output_stream.e
-SmartEiffel/lib/io/filter_input_stream.e
-SmartEiffel/lib/io/filter_output_stream.e
-SmartEiffel/lib/io/input_stream.e
-SmartEiffel/lib/io/loadpath.se
-SmartEiffel/lib/io/low_level/basic_directory.e
-SmartEiffel/lib/io/output_stream.e
-SmartEiffel/lib/io/standard_streams.e
-SmartEiffel/lib/io/stream.e
-SmartEiffel/lib/io/terminal/binary_file_read.e
-SmartEiffel/lib/io/terminal/binary_file_write.e
-SmartEiffel/lib/io/terminal/file.e
-SmartEiffel/lib/io/terminal/null_input_stream.e
-SmartEiffel/lib/io/terminal/null_output_stream.e
-SmartEiffel/lib/io/terminal/std_error.e
-SmartEiffel/lib/io/terminal/std_input.e
-SmartEiffel/lib/io/terminal/std_input_output.e
-SmartEiffel/lib/io/terminal/std_output.e
-SmartEiffel/lib/io/terminal/string_input_stream.e
-SmartEiffel/lib/io/terminal/string_output_stream.e
-SmartEiffel/lib/io/terminal/text_file_read.e
-SmartEiffel/lib/io/terminal/text_file_read_write.e
-SmartEiffel/lib/io/terminal/text_file_write.e
-SmartEiffel/lib/io/terminal_input_output_stream.e
-SmartEiffel/lib/io/terminal_input_stream.e
-SmartEiffel/lib/io/terminal_output_stream.e
-SmartEiffel/lib/iterator/cluster.html
-SmartEiffel/lib/iterator/internal/iterator_on_collection.e
-SmartEiffel/lib/iterator/internal/iterator_on_dictionary_items.e
-SmartEiffel/lib/iterator/internal/iterator_on_dictionary_keys.e
-SmartEiffel/lib/iterator/internal/iterator_on_linked_list.e
-SmartEiffel/lib/iterator/internal/iterator_on_set.e
-SmartEiffel/lib/iterator/internal/iterator_on_string.e
-SmartEiffel/lib/iterator/internal/iterator_on_two_way_linked_list.e
-SmartEiffel/lib/iterator/internal/iterator_on_unicode_string.e
-SmartEiffel/lib/iterator/iterator.e
-SmartEiffel/lib/iterator/loadpath.se
-SmartEiffel/lib/kernel/any.e
-SmartEiffel/lib/kernel/arguments.e
-SmartEiffel/lib/kernel/bit_n.e
-SmartEiffel/lib/kernel/bit_string.e
-SmartEiffel/lib/kernel/boolean.e
-SmartEiffel/lib/kernel/cluster.html
-SmartEiffel/lib/kernel/exceptions.e
-SmartEiffel/lib/kernel/function.e
-SmartEiffel/lib/kernel/general.e
-SmartEiffel/lib/kernel/hierarchic_graph_node.e
-SmartEiffel/lib/kernel/loaded_hierarchic_graph_node.e
-SmartEiffel/lib/kernel/memory.e
-SmartEiffel/lib/kernel/platform.e
-SmartEiffel/lib/kernel/pointer.e
-SmartEiffel/lib/kernel/predicate.e
-SmartEiffel/lib/kernel/procedure.e
-SmartEiffel/lib/kernel/routine.e
-SmartEiffel/lib/kernel/safe_equal.e
-SmartEiffel/lib/kernel/string_handler.e
-SmartEiffel/lib/kernel/system.e
-SmartEiffel/lib/kernel/tuple.e
-SmartEiffel/lib/kernel/weak_reference.e
-SmartEiffel/lib/loadpath.se
-SmartEiffel/lib/misc/cluster.html
-SmartEiffel/lib/misc/counter.e
-SmartEiffel/lib/misc/memo.e
-SmartEiffel/lib/misc/mini_parser_buffer.e
-SmartEiffel/lib/numeric/cluster.html
-SmartEiffel/lib/numeric/double.e
-SmartEiffel/lib/numeric/integer.e
-SmartEiffel/lib/numeric/integer_16.e
-SmartEiffel/lib/numeric/integer_32.e
-SmartEiffel/lib/numeric/integer_64.e
-SmartEiffel/lib/numeric/integer_8.e
-SmartEiffel/lib/numeric/integer_general.e
-SmartEiffel/lib/numeric/internal/READ_ME
-SmartEiffel/lib/numeric/internal/big_integer_number.e
-SmartEiffel/lib/numeric/internal/fraction_general_number.e
-SmartEiffel/lib/numeric/internal/fraction_with_big_integer_number.e
-SmartEiffel/lib/numeric/internal/integer_64_number.e
-SmartEiffel/lib/numeric/internal/integer_general_number.e
-SmartEiffel/lib/numeric/loadpath.se
-SmartEiffel/lib/numeric/math_constants.e
-SmartEiffel/lib/numeric/mutable_big_integer.e
-SmartEiffel/lib/numeric/number.e
-SmartEiffel/lib/numeric/number_tools.e
-SmartEiffel/lib/numeric/numeric.e
-SmartEiffel/lib/numeric/real.e
-SmartEiffel/lib/numeric/real_general.e
-SmartEiffel/lib/random/cluster.html
-SmartEiffel/lib/random/gen_rand.e
-SmartEiffel/lib/random/min_stand.e
-SmartEiffel/lib/random/std_rand.e
-SmartEiffel/lib/scoop/scoop_utilities.e
-SmartEiffel/lib/sequencer/background_job.e
-SmartEiffel/lib/sequencer/input_watched_file.e
-SmartEiffel/lib/sequencer/job.e
-SmartEiffel/lib/sequencer/loop_item.e
-SmartEiffel/lib/sequencer/loop_stack.e
-SmartEiffel/lib/sequencer/output_watched_file.e
-SmartEiffel/lib/sequencer/periodic_job.e
-SmartEiffel/lib/sequencer/ready_description.e
-SmartEiffel/lib/sequencer/simple_background_job.e
-SmartEiffel/lib/sequencer/simple_periodic_job.e
-SmartEiffel/lib/signal/signal_0.e
-SmartEiffel/lib/signal/signal_1.e
-SmartEiffel/lib/signal/signal_2.e
-SmartEiffel/lib/signal/signal_4.e
-SmartEiffel/lib/sorting/abstract_sorter.e
-SmartEiffel/lib/sorting/cluster.html
-SmartEiffel/lib/sorting/collection_sorter.e
-SmartEiffel/lib/sorting/comparator_collection_sorter.e
-SmartEiffel/lib/sorting/reverse_collection_sorter.e
-SmartEiffel/lib/storage/cluster.html
-SmartEiffel/lib/storage/collection.e
-SmartEiffel/lib/storage/collection/array.e
-SmartEiffel/lib/storage/collection/fast_array.e
-SmartEiffel/lib/storage/collection/linked_list.e
-SmartEiffel/lib/storage/collection/ring_array.e
-SmartEiffel/lib/storage/collection/two_way_linked_list.e
-SmartEiffel/lib/storage/collection2.e
-SmartEiffel/lib/storage/collection2/array2.e
-SmartEiffel/lib/storage/collection2/fast_array2.e
-SmartEiffel/lib/storage/collection3.e
-SmartEiffel/lib/storage/collection3/array3.e
-SmartEiffel/lib/storage/collection3/fast_array3.e
-SmartEiffel/lib/storage/dictionary.e
-SmartEiffel/lib/storage/dictionary/avl_dictionary.e
-SmartEiffel/lib/storage/dictionary/double_avl_dictionary.e
-SmartEiffel/lib/storage/dictionary/double_hashed_dictionary.e
-SmartEiffel/lib/storage/dictionary/hashed_dictionary.e
-SmartEiffel/lib/storage/double_dictionary.e
-SmartEiffel/lib/storage/internal/arrayed_collection.e
-SmartEiffel/lib/storage/internal/avl_dictionary_node.e
-SmartEiffel/lib/storage/internal/avl_helper.e
-SmartEiffel/lib/storage/internal/avl_node.e
-SmartEiffel/lib/storage/internal/avl_set_node.e
-SmartEiffel/lib/storage/internal/hash_table_size.e
-SmartEiffel/lib/storage/internal/hashed_dictionary_node.e
-SmartEiffel/lib/storage/internal/linked_collection.e
-SmartEiffel/lib/storage/internal/linked_list_node.e
-SmartEiffel/lib/storage/internal/two_way_linked_list_node.e
-SmartEiffel/lib/storage/loadpath.se
-SmartEiffel/lib/storage/low_level/native_array.e
-SmartEiffel/lib/storage/set.e
-SmartEiffel/lib/storage/set/avl_set.e
-SmartEiffel/lib/storage/set/hashed_set.e
-SmartEiffel/lib/storage/simple_dictionary.e
-SmartEiffel/lib/string/character.e
-SmartEiffel/lib/string/character_constants.e
-SmartEiffel/lib/string/cluster.html
-SmartEiffel/lib/string/internal/READ_ME
-SmartEiffel/lib/string/loadpath.se
-SmartEiffel/lib/string/low_level/READ_ME
-SmartEiffel/lib/string/string.e
-SmartEiffel/lib/string/unicode_string.e
-SmartEiffel/lib/time/clock.e
-SmartEiffel/lib/time/cluster.html
-SmartEiffel/lib/time/formatter/time_in_english.e
-SmartEiffel/lib/time/formatter/time_in_french.e
-SmartEiffel/lib/time/formatter/time_in_german.e
-SmartEiffel/lib/time/formatter/time_in_italian.e
-SmartEiffel/lib/time/formatter/time_in_spanish.e
-SmartEiffel/lib/time/loadpath.se
-SmartEiffel/lib/time/microsecond_time.e
-SmartEiffel/lib/time/time.e
-SmartEiffel/lib/time/time_formatter.e
-SmartEiffel/lib/time/time_in_some_language.e
-SmartEiffel/lib/unicode/cluster.html
-SmartEiffel/lib/unicode/unicode_string_handler.e
-SmartEiffel/lib/unicode/utf8_parser.e
-SmartEiffel/lib/vision/TODO_LIST.txt
-SmartEiffel/lib/vision/alignable.e
-SmartEiffel/lib/vision/alignment.e
-SmartEiffel/lib/vision/alignment_constants.e
-SmartEiffel/lib/vision/basic_font.e
-SmartEiffel/lib/vision/button/button.e
-SmartEiffel/lib/vision/button/check_button.e
-SmartEiffel/lib/vision/button/repeat_button.e
-SmartEiffel/lib/vision/button/repeat_job.e
-SmartEiffel/lib/vision/color/README.txt
-SmartEiffel/lib/vision/color/color.e
-SmartEiffel/lib/vision/color/color_list.e
-SmartEiffel/lib/vision/color/full_color_list.e
-SmartEiffel/lib/vision/color/full_color_list.txt
-SmartEiffel/lib/vision/color/small_color_list.txt
-SmartEiffel/lib/vision/combo.e
-SmartEiffel/lib/vision/combo_handle.e
-SmartEiffel/lib/vision/container.e
-SmartEiffel/lib/vision/cursor_space.e
-SmartEiffel/lib/vision/decoration/arc.e
-SmartEiffel/lib/vision/decoration/decoration.e
-SmartEiffel/lib/vision/decoration/decorator.e
-SmartEiffel/lib/vision/decoration/point.e
-SmartEiffel/lib/vision/draw_kit.e
-SmartEiffel/lib/vision/draw_style.e
-SmartEiffel/lib/vision/drawable.e
-SmartEiffel/lib/vision/drawable_handler.e
-SmartEiffel/lib/vision/event_catcher.e
-SmartEiffel/lib/vision/events/pointer_status.e
-SmartEiffel/lib/vision/events/when_close_requested.e
-SmartEiffel/lib/vision/events/when_double_clicked.e
-SmartEiffel/lib/vision/events/when_expose.e
-SmartEiffel/lib/vision/events/when_fully_visible.e
-SmartEiffel/lib/vision/events/when_geometry_change.e
-SmartEiffel/lib/vision/events/when_key_down.e
-SmartEiffel/lib/vision/events/when_key_up.e
-SmartEiffel/lib/vision/events/when_left_clicked.e
-SmartEiffel/lib/vision/events/when_left_down.e
-SmartEiffel/lib/vision/events/when_left_up.e
-SmartEiffel/lib/vision/events/when_mapped.e
-SmartEiffel/lib/vision/events/when_middle_clicked.e
-SmartEiffel/lib/vision/events/when_middle_down.e
-SmartEiffel/lib/vision/events/when_middle_up.e
-SmartEiffel/lib/vision/events/when_not_visible.e
-SmartEiffel/lib/vision/events/when_partially_visible.e
-SmartEiffel/lib/vision/events/when_pointer_enter.e
-SmartEiffel/lib/vision/events/when_pointer_leave.e
-SmartEiffel/lib/vision/events/when_pointer_move.e
-SmartEiffel/lib/vision/events/when_right_clicked.e
-SmartEiffel/lib/vision/events/when_right_down.e
-SmartEiffel/lib/vision/events/when_right_up.e
-SmartEiffel/lib/vision/events/when_unmapped.e
-SmartEiffel/lib/vision/events/when_wheel_down.e
-SmartEiffel/lib/vision/events/when_wheel_up.e
-SmartEiffel/lib/vision/fill_rectangle.e
-SmartEiffel/lib/vision/font.e
-SmartEiffel/lib/vision/font_manager.e
-SmartEiffel/lib/vision/graphic.e
-SmartEiffel/lib/vision/graphic_connection.e
-SmartEiffel/lib/vision/horizontal_line.e
-SmartEiffel/lib/vision/image.e
-SmartEiffel/lib/vision/label.e
-SmartEiffel/lib/vision/label_alignable.e
-SmartEiffel/lib/vision/layouts/button_space.e
-SmartEiffel/lib/vision/layouts/check_space.e
-SmartEiffel/lib/vision/layouts/column_layout.e
-SmartEiffel/lib/vision/layouts/layout.e
-SmartEiffel/lib/vision/layouts/root_layout.e
-SmartEiffel/lib/vision/layouts/row_layout.e
-SmartEiffel/lib/vision/layouts/scroll_layout.e
-SmartEiffel/lib/vision/line.e
-SmartEiffel/lib/vision/loadpath.se
-SmartEiffel/lib/vision/menu.e
-SmartEiffel/lib/vision/menu_bar.e
-SmartEiffel/lib/vision/pixmap.e
-SmartEiffel/lib/vision/rect.e
-SmartEiffel/lib/vision/rectangle.e
-SmartEiffel/lib/vision/render/basic_renderer.e
-SmartEiffel/lib/vision/render/default_renderer.e
-SmartEiffel/lib/vision/render/renderer.e
-SmartEiffel/lib/vision/sensitive.e
-SmartEiffel/lib/vision/short_all
-SmartEiffel/lib/vision/state.e
-SmartEiffel/lib/vision/state_constants.e
-SmartEiffel/lib/vision/text_cursor_job.e
-SmartEiffel/lib/vision/text_field.e
-SmartEiffel/lib/vision/vertical_line.e
-SmartEiffel/lib/vision/vision.e
-SmartEiffel/lib/vision/vision_loop_stack.e
-SmartEiffel/lib/vision/widget.e
-SmartEiffel/lib/vision/window/list_window.e
-SmartEiffel/lib/vision/window/root_window.e
-SmartEiffel/lib/vision/window/scroll_view.e
-SmartEiffel/lib/vision/window/sub_window.e
-SmartEiffel/lib/vision/window/toplevel_window.e
-SmartEiffel/lib/vision/window/window.e
-SmartEiffel/man/SmartEiffelFAQ.html
-SmartEiffel/man/SmartEiffelFAQ.txt
-SmartEiffel/man/blue_ball.gif
-SmartEiffel/man/c_code.html
-SmartEiffel/man/c_code.txt
-SmartEiffel/man/cecil.html
-SmartEiffel/man/cecil.txt
-SmartEiffel/man/clean.html
-SmartEiffel/man/clean.txt
-SmartEiffel/man/commands.html
-SmartEiffel/man/commands.txt
-SmartEiffel/man/compile.html
-SmartEiffel/man/compile.txt
-SmartEiffel/man/compile_to_c.html
-SmartEiffel/man/compile_to_c.txt
-SmartEiffel/man/compile_to_jvm.html
-SmartEiffel/man/compile_to_jvm.txt
-SmartEiffel/man/external.html
-SmartEiffel/man/external.txt
-SmartEiffel/man/finder.html
-SmartEiffel/man/finder.txt
-SmartEiffel/man/index.html
-SmartEiffel/man/install.html
-SmartEiffel/man/install.txt
-SmartEiffel/man/old-se-line.gif
-SmartEiffel/man/pretty.html
-SmartEiffel/man/pretty.txt
-SmartEiffel/man/print_jvm_class.html
-SmartEiffel/man/print_jvm_class.txt
-SmartEiffel/man/se-line.gif
-SmartEiffel/man/sedb.html
-SmartEiffel/man/sedb.txt
-SmartEiffel/man/short.html
-SmartEiffel/man/short.txt
-SmartEiffel/man/stars_1.gif
-SmartEiffel/man/stars_2.gif
-SmartEiffel/man/stars_3.gif
-SmartEiffel/man/support.html
-SmartEiffel/man/support.txt
-SmartEiffel/man/system.html
-SmartEiffel/man/system.txt
-SmartEiffel/misc/HISTORY.html
-SmartEiffel/misc/HISTORY.txt
-SmartEiffel/misc/INSTALL.CSH
-SmartEiffel/misc/INSTALL.OS2
-SmartEiffel/misc/INSTALL.READ_ME
-SmartEiffel/misc/INSTALL.SH
-SmartEiffel/misc/NOT_YET_IMPLEMENTED.html
-SmartEiffel/misc/NOT_YET_IMPLEMENTED.txt
-SmartEiffel/misc/SmartEiffel.lsm
-SmartEiffel/misc/THANKS.html
-SmartEiffel/misc/THANKS.txt
-SmartEiffel/misc/WeNeedFeedBack.txt
-SmartEiffel/misc/benchmarks/all_bench.csh
-SmartEiffel/misc/benchmarks/all_bench.elate
-SmartEiffel/misc/benchmarks/collection/READ_ME
-SmartEiffel/misc/benchmarks/collection/bench1/array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench1/bench.csh
-SmartEiffel/misc/benchmarks/collection/bench1/bench.e
-SmartEiffel/misc/benchmarks/collection/bench1/fast_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench1/linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench1/ring_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/bench.csh
-SmartEiffel/misc/benchmarks/collection/bench2/bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/fast_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/ring_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/bench.csh
-SmartEiffel/misc/benchmarks/collection/bench3/bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/fast_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/ring_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/bench.csh
-SmartEiffel/misc/benchmarks/collection/bench4/bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/fast_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/ring_array_bench.e
-SmartEiffel/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e
-SmartEiffel/misc/benchmarks/collection2/bench1/array2_bench.bak
-SmartEiffel/misc/benchmarks/collection2/bench1/array2_bench.e
-SmartEiffel/misc/benchmarks/collection2/bench1/bench.bak
-SmartEiffel/misc/benchmarks/collection2/bench1/bench.csh
-SmartEiffel/misc/benchmarks/collection2/bench1/bench.e
-SmartEiffel/misc/benchmarks/collection2/bench1/fast_array2_bench.bak
-SmartEiffel/misc/benchmarks/collection2/bench1/fast_array2_bench.e
-SmartEiffel/misc/benchmarks/collection3/bench1/array3_bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench1/array3_bench.e
-SmartEiffel/misc/benchmarks/collection3/bench1/bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench1/bench.csh
-SmartEiffel/misc/benchmarks/collection3/bench1/bench.e
-SmartEiffel/misc/benchmarks/collection3/bench1/fast_array3_bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench1/fast_array3_bench.e
-SmartEiffel/misc/benchmarks/collection3/bench2/array3_bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench2/array3_bench.e
-SmartEiffel/misc/benchmarks/collection3/bench2/bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench2/bench.csh
-SmartEiffel/misc/benchmarks/collection3/bench2/bench.e
-SmartEiffel/misc/benchmarks/collection3/bench2/fast_array3_bench.bak
-SmartEiffel/misc/benchmarks/collection3/bench2/fast_array3_bench.e
-SmartEiffel/misc/benchmarks/gc/CLfO/bench.e
-SmartEiffel/misc/benchmarks/gc/CNoLfO/bench.e
-SmartEiffel/misc/benchmarks/gc/CNoLfO/point.e
-SmartEiffel/misc/benchmarks/gc/CNoLfO/triangle.e
-SmartEiffel/misc/benchmarks/gc/DNeStr/bench.e
-SmartEiffel/misc/benchmarks/gc/DNeStr/link.e
-SmartEiffel/misc/benchmarks/gc/LaEStk/bench.e
-SmartEiffel/misc/benchmarks/gc/LaEStk/point.e
-SmartEiffel/misc/benchmarks/gc/LaStk/bench.e
-SmartEiffel/misc/benchmarks/gc/LaStk/point.e
-SmartEiffel/misc/benchmarks/gc/LkFSO/bench.e
-SmartEiffel/misc/benchmarks/gc/LkFSO/point.e
-SmartEiffel/misc/benchmarks/gc/LkFSO/triangle.e
-SmartEiffel/misc/benchmarks/gc/LkRODec/bench.e
-SmartEiffel/misc/benchmarks/gc/LkROInc/bench.e
-SmartEiffel/misc/benchmarks/gc/LkRORnd/bench.e
-SmartEiffel/misc/benchmarks/gc/LkRORnd/std_rand.e
-SmartEiffel/misc/benchmarks/gc/LkROSm/bench.e
-SmartEiffel/misc/benchmarks/gc/MFSO/apple.e
-SmartEiffel/misc/benchmarks/gc/MFSO/bench.e
-SmartEiffel/misc/benchmarks/gc/MFSO/fruit.e
-SmartEiffel/misc/benchmarks/gc/MRO/bench.e
-SmartEiffel/misc/benchmarks/gc/PLk/apple.e
-SmartEiffel/misc/benchmarks/gc/PLk/bench.e
-SmartEiffel/misc/benchmarks/gc/PLk/fruit.e
-SmartEiffel/misc/benchmarks/gc/PLk/peach.e
-SmartEiffel/misc/benchmarks/gc/PMO/apple.e
-SmartEiffel/misc/benchmarks/gc/PMO/bench.e
-SmartEiffel/misc/benchmarks/gc/PMO/fruit.e
-SmartEiffel/misc/benchmarks/gc/PMO/peach.e
-SmartEiffel/misc/benchmarks/gc/bench.csh
-SmartEiffel/misc/eiffel.el
-SmartEiffel/misc/header.FREE
-SmartEiffel/misc/header.GPL
-SmartEiffel/misc/people.html
-SmartEiffel/misc/people.txt
-SmartEiffel/misc/rename.se
-SmartEiffel/short/READ_ME
-SmartEiffel/short/html1/Acn
-SmartEiffel/short/html1/Bcn
-SmartEiffel/short/html1/HOOKS.SH
-SmartEiffel/short/html1/Mcn
-SmartEiffel/short/html1/READ_ME
-SmartEiffel/short/html1/cl_quote
-SmartEiffel/short/html1/hook000
-SmartEiffel/short/html1/hook002
-SmartEiffel/short/html1/hook010
-SmartEiffel/short/html1/hook011
-SmartEiffel/short/html1/hook012
-SmartEiffel/short/html1/hook015
-SmartEiffel/short/html1/hook018
-SmartEiffel/short/html1/hook019
-SmartEiffel/short/html1/hook100
-SmartEiffel/short/html1/hook200
-SmartEiffel/short/html1/hook201
-SmartEiffel/short/html1/hook202
-SmartEiffel/short/html1/hook204
-SmartEiffel/short/html1/hook205
-SmartEiffel/short/html1/hook208
-SmartEiffel/short/html1/hook310
-SmartEiffel/short/html1/hook313
-SmartEiffel/short/html1/hook401
-SmartEiffel/short/html1/hook402
-SmartEiffel/short/html1/hook413
-SmartEiffel/short/html1/hook416
-SmartEiffel/short/html1/hook427
-SmartEiffel/short/html1/hook430
-SmartEiffel/short/html1/hook511
-SmartEiffel/short/html1/hook513
-SmartEiffel/short/html1/hook516
-SmartEiffel/short/html1/hook527
-SmartEiffel/short/html1/hook530
-SmartEiffel/short/html1/hook599
-SmartEiffel/short/html1/hook811
-SmartEiffel/short/html1/hook813
-SmartEiffel/short/html1/hook816
-SmartEiffel/short/html1/hook827
-SmartEiffel/short/html1/hook830
-SmartEiffel/short/html1/hook900
-SmartEiffel/short/html1/hook905
-SmartEiffel/short/html1/hook999
-SmartEiffel/short/html1/op_quote
-SmartEiffel/short/html1/tm_blank
-SmartEiffel/short/html2/Acn
-SmartEiffel/short/html2/Bcn
-SmartEiffel/short/html2/Current
-SmartEiffel/short/html2/HOOKS.SH
-SmartEiffel/short/html2/Mcn
-SmartEiffel/short/html2/READ_ME
-SmartEiffel/short/html2/Result
-SmartEiffel/short/html2/Void
-SmartEiffel/short/html2/cl_quote
-SmartEiffel/short/html2/hook000
-SmartEiffel/short/html2/hook002
-SmartEiffel/short/html2/hook010
-SmartEiffel/short/html2/hook011
-SmartEiffel/short/html2/hook012
-SmartEiffel/short/html2/hook015
-SmartEiffel/short/html2/hook018
-SmartEiffel/short/html2/hook019
-SmartEiffel/short/html2/hook100
-SmartEiffel/short/html2/hook200
-SmartEiffel/short/html2/hook201
-SmartEiffel/short/html2/hook202
-SmartEiffel/short/html2/hook204
-SmartEiffel/short/html2/hook205
-SmartEiffel/short/html2/hook208
-SmartEiffel/short/html2/hook310
-SmartEiffel/short/html2/hook313
-SmartEiffel/short/html2/hook401
-SmartEiffel/short/html2/hook402
-SmartEiffel/short/html2/hook413
-SmartEiffel/short/html2/hook416
-SmartEiffel/short/html2/hook427
-SmartEiffel/short/html2/hook430
-SmartEiffel/short/html2/hook511
-SmartEiffel/short/html2/hook513
-SmartEiffel/short/html2/hook516
-SmartEiffel/short/html2/hook527
-SmartEiffel/short/html2/hook530
-SmartEiffel/short/html2/hook599
-SmartEiffel/short/html2/hook811
-SmartEiffel/short/html2/hook813
-SmartEiffel/short/html2/hook816
-SmartEiffel/short/html2/hook819
-SmartEiffel/short/html2/hook827
-SmartEiffel/short/html2/hook830
-SmartEiffel/short/html2/hook900
-SmartEiffel/short/html2/hook905
-SmartEiffel/short/html2/hook999
-SmartEiffel/short/html2/like
-SmartEiffel/short/html2/old
-SmartEiffel/short/html2/op_quote
-SmartEiffel/short/html2/strip_open
-SmartEiffel/short/html2/tm_blank
-SmartEiffel/short/plain/READ_ME
-SmartEiffel/short/pretty/READ_ME
-SmartEiffel/short/pretty/hook100
-SmartEiffel/short/pretty/hook200
-SmartEiffel/short/pretty/hook202
-SmartEiffel/short/pretty/hook204
-SmartEiffel/short/pretty/hook300
-SmartEiffel/short/pretty/hook311
-SmartEiffel/short/pretty/hook811
-SmartEiffel/short/pretty/hook900
-SmartEiffel/short/tex1/READ_ME
-SmartEiffel/short/tex1/hook000
-SmartEiffel/short/tex1/hook999
-SmartEiffel/short/tex1/new_line
-SmartEiffel/short/tex2/AECL
-SmartEiffel/short/tex2/Acn
-SmartEiffel/short/tex2/Afga
-SmartEiffel/short/tex2/BECL
-SmartEiffel/short/tex2/Bcn
-SmartEiffel/short/tex2/Bfga
-SmartEiffel/short/tex2/READ_ME
-SmartEiffel/short/tex2/Uan
-SmartEiffel/short/tex2/Ucomment
-SmartEiffel/short/tex2/Usfn
-SmartEiffel/short/tex2/Utag
-SmartEiffel/short/tex2/cl_quote
-SmartEiffel/short/tex2/hook000
-SmartEiffel/short/tex2/hook013
-SmartEiffel/short/tex2/hook100
-SmartEiffel/short/tex2/hook200
-SmartEiffel/short/tex2/hook202
-SmartEiffel/short/tex2/hook204
-SmartEiffel/short/tex2/hook401
-SmartEiffel/short/tex2/hook402
-SmartEiffel/short/tex2/hook511
-SmartEiffel/short/tex2/hook811
-SmartEiffel/short/tex2/hook900
-SmartEiffel/short/tex2/hook904
-SmartEiffel/short/tex2/hook999
-SmartEiffel/short/tex2/new_line
-SmartEiffel/short/tex2/op_quote
-SmartEiffel/short/tex2/rem
-SmartEiffel/short/tex3/AECL
-SmartEiffel/short/tex3/Aan
-SmartEiffel/short/tex3/Acn
-SmartEiffel/short/tex3/Afga
-SmartEiffel/short/tex3/Asfn
-SmartEiffel/short/tex3/BECL
-SmartEiffel/short/tex3/Ban
-SmartEiffel/short/tex3/Bcn
-SmartEiffel/short/tex3/Bfga
-SmartEiffel/short/tex3/Bifn
-SmartEiffel/short/tex3/Bpfn
-SmartEiffel/short/tex3/Bsfn
-SmartEiffel/short/tex3/Current
-SmartEiffel/short/tex3/READ_ME
-SmartEiffel/short/tex3/Result
-SmartEiffel/short/tex3/Uan
-SmartEiffel/short/tex3/Ucn
-SmartEiffel/short/tex3/Ucomment
-SmartEiffel/short/tex3/Ufga
-SmartEiffel/short/tex3/Usfn
-SmartEiffel/short/tex3/Utag
-SmartEiffel/short/tex3/cl_quote
-SmartEiffel/short/tex3/close_sb
-SmartEiffel/short/tex3/hook000
-SmartEiffel/short/tex3/hook013
-SmartEiffel/short/tex3/hook100
-SmartEiffel/short/tex3/hook200
-SmartEiffel/short/tex3/hook204
-SmartEiffel/short/tex3/hook401
-SmartEiffel/short/tex3/hook402
-SmartEiffel/short/tex3/hook511
-SmartEiffel/short/tex3/hook811
-SmartEiffel/short/tex3/hook832
-SmartEiffel/short/tex3/hook900
-SmartEiffel/short/tex3/hook904
-SmartEiffel/short/tex3/hook999
-SmartEiffel/short/tex3/new_line
-SmartEiffel/short/tex3/op_quote
-SmartEiffel/short/tex3/open_sb
-SmartEiffel/short/tex3/rem
-SmartEiffel/sys/READ_ME
-SmartEiffel/sys/runtime/c/agents.c
-SmartEiffel/sys/runtime/c/agents.h
-SmartEiffel/sys/runtime/c/base.c
-SmartEiffel/sys/runtime/c/base.h
-SmartEiffel/sys/runtime/c/basic_clock.h
-SmartEiffel/sys/runtime/c/basic_draw.c
-SmartEiffel/sys/runtime/c/basic_draw.h
-SmartEiffel/sys/runtime/c/basic_file.c
-SmartEiffel/sys/runtime/c/basic_file.h
-SmartEiffel/sys/runtime/c/basic_font.c
-SmartEiffel/sys/runtime/c/basic_font.h
-SmartEiffel/sys/runtime/c/basic_fstat.c
-SmartEiffel/sys/runtime/c/basic_fstat.h
-SmartEiffel/sys/runtime/c/basic_getenv.h
-SmartEiffel/sys/runtime/c/basic_guikit.c
-SmartEiffel/sys/runtime/c/basic_guikit.h
-SmartEiffel/sys/runtime/c/basic_image.c
-SmartEiffel/sys/runtime/c/basic_microsecond.c
-SmartEiffel/sys/runtime/c/basic_microsecond.h
-SmartEiffel/sys/runtime/c/basic_pixmap.c
-SmartEiffel/sys/runtime/c/basic_pixmap.h
-SmartEiffel/sys/runtime/c/basic_pointer.h
-SmartEiffel/sys/runtime/c/basic_putenv.c
-SmartEiffel/sys/runtime/c/basic_putenv.h
-SmartEiffel/sys/runtime/c/basic_sprintf.c
-SmartEiffel/sys/runtime/c/basic_sprintf.h
-SmartEiffel/sys/runtime/c/basic_style.c
-SmartEiffel/sys/runtime/c/basic_style.h
-SmartEiffel/sys/runtime/c/basic_system.h
-SmartEiffel/sys/runtime/c/basic_time.c
-SmartEiffel/sys/runtime/c/basic_time.h
-SmartEiffel/sys/runtime/c/basic_vision.c
-SmartEiffel/sys/runtime/c/basic_vision.h
-SmartEiffel/sys/runtime/c/basic_window.c
-SmartEiffel/sys/runtime/c/basic_window.h
-SmartEiffel/sys/runtime/c/boost.c
-SmartEiffel/sys/runtime/c/boost.h
-SmartEiffel/sys/runtime/c/c_plus_plus.h
-SmartEiffel/sys/runtime/c/deep_twin.c
-SmartEiffel/sys/runtime/c/deep_twin.h
-SmartEiffel/sys/runtime/c/directory.c
-SmartEiffel/sys/runtime/c/directory.h
-SmartEiffel/sys/runtime/c/exceptions.c
-SmartEiffel/sys/runtime/c/exceptions.h
-SmartEiffel/sys/runtime/c/gc_lib.c
-SmartEiffel/sys/runtime/c/gc_lib.h
-SmartEiffel/sys/runtime/c/io.c
-SmartEiffel/sys/runtime/c/io.h
-SmartEiffel/sys/runtime/c/mutable_big_integer.c
-SmartEiffel/sys/runtime/c/mutable_big_integer.h
-SmartEiffel/sys/runtime/c/no_check.c
-SmartEiffel/sys/runtime/c/no_check.h
-SmartEiffel/sys/runtime/c/profile.c
-SmartEiffel/sys/runtime/c/profile.h
-SmartEiffel/sys/runtime/c/scoop.c
-SmartEiffel/sys/runtime/c/scoop.h
-SmartEiffel/sys/runtime/c/scoop_thread.c
-SmartEiffel/sys/runtime/c/scoop_thread.h
-SmartEiffel/sys/runtime/c/sedb.c
-SmartEiffel/sys/runtime/c/sedb.h
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicClock.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicClock.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicDirectory$DirectoryStream.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicDirectory.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicDirectory.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicFstat.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicFstat.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicGetenv.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicGetenv.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicMicrosecond.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicMicrosecond.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicPutenv.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicPutenv.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicSprintf.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicSprintf.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicSystem.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicSystem.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicTime.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelBasicTime.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelRuntime.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/SmartEiffelRuntime.java
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/io.class
-SmartEiffel/sys/runtime/java/fr/loria/smarteiffel/io.java
-SmartEiffel/sys/runtime/java/smarteiffel.jar
-SmartEiffel/sys/runtime/java/smarteiffel.mf
-SmartEiffel/sys/system.se
-SmartEiffel/tools/.#expression.e.1.103
-SmartEiffel/tools/.#expression.e.1.109
-SmartEiffel/tools/.#live_type.e.1.164
-SmartEiffel/tools/.#type.e.1.143
-SmartEiffel/tools/.#type.e.1.146
-SmartEiffel/tools/.#type.e.1.161
-SmartEiffel/tools/.#type.e.1.186
-SmartEiffel/tools/ace.e
-SmartEiffel/tools/ace_check.e
-SmartEiffel/tools/address_of_pool.e
-SmartEiffel/tools/agent_pool.e
-SmartEiffel/tools/aliased_string_list.e
-SmartEiffel/tools/assignment_handler.e
-SmartEiffel/tools/cecil_file.e
-SmartEiffel/tools/cecil_pool.e
-SmartEiffel/tools/class_check.e
-SmartEiffel/tools/class_checker.e
-SmartEiffel/tools/class_name.e
-SmartEiffel/tools/class_text.e
-SmartEiffel/tools/clean.e
-SmartEiffel/tools/cluster.e
-SmartEiffel/tools/cluster.html
-SmartEiffel/tools/code.e
-SmartEiffel/tools/command_line_tools.e
-SmartEiffel/tools/comment.e
-SmartEiffel/tools/compile.e
-SmartEiffel/tools/compile_to_c.e
-SmartEiffel/tools/compile_to_jvm.e
-SmartEiffel/tools/constant_pool.e
-SmartEiffel/tools/e_type/type_anchored.e
-SmartEiffel/tools/e_type/type_any.e
-SmartEiffel/tools/e_type/type_bit.e
-SmartEiffel/tools/e_type/type_bit_1.e
-SmartEiffel/tools/e_type/type_bit_2.e
-SmartEiffel/tools/e_type/type_boolean.e
-SmartEiffel/tools/e_type/type_character.e
-SmartEiffel/tools/e_type/type_class.e
-SmartEiffel/tools/e_type/type_double.e
-SmartEiffel/tools/e_type/type_integer.e
-SmartEiffel/tools/e_type/type_like_argument.e
-SmartEiffel/tools/e_type/type_like_feature.e
-SmartEiffel/tools/e_type/type_none.e
-SmartEiffel/tools/e_type/type_pointer.e
-SmartEiffel/tools/e_type/type_real.e
-SmartEiffel/tools/e_type/type_reference.e
-SmartEiffel/tools/e_type/type_separate.e
-SmartEiffel/tools/e_type/type_string.e
-SmartEiffel/tools/e_type/type_thread.e
-SmartEiffel/tools/echo.e
-SmartEiffel/tools/eiffel_parser.e
-SmartEiffel/tools/error_handler.e
-SmartEiffel/tools/expression.e
-SmartEiffel/tools/expression/.#agent_creation.e.1.36
-SmartEiffel/tools/expression/.#agent_expression.e.1.46
-SmartEiffel/tools/expression/.#call.e.1.60
-SmartEiffel/tools/expression/.#call_1_c.e.1.47
-SmartEiffel/tools/expression/.#call_infix_and.e.1.17
-SmartEiffel/tools/expression/.#call_infix_and_then.e.1.17
-SmartEiffel/tools/expression/.#call_n.e.1.54
-SmartEiffel/tools/expression/.#call_proc_call.e.1.76
-SmartEiffel/tools/expression/.#fake_argument.e.1.18
-SmartEiffel/tools/expression/.#fake_tuple.e.1.22
-SmartEiffel/tools/expression/.#open_operand.e.1.42
-SmartEiffel/tools/expression/.#simplified_expression.e.1.2
-SmartEiffel/tools/expression/abstract_current.e
-SmartEiffel/tools/expression/address_of.e
-SmartEiffel/tools/expression/agent_creation.e
-SmartEiffel/tools/expression/agent_expression.e
-SmartEiffel/tools/expression/agent_launcher.e
-SmartEiffel/tools/expression/argument_name.e
-SmartEiffel/tools/expression/argument_name1.e
-SmartEiffel/tools/expression/argument_name2.e
-SmartEiffel/tools/expression/base_type_constant.e
-SmartEiffel/tools/expression/bit_constant.e
-SmartEiffel/tools/expression/boolean_constant.e
-SmartEiffel/tools/expression/built_in_eq_neq.e
-SmartEiffel/tools/expression/call.e
-SmartEiffel/tools/expression/call_0.e
-SmartEiffel/tools/expression/call_0_c.e
-SmartEiffel/tools/expression/call_1.e
-SmartEiffel/tools/expression/call_1_c.e
-SmartEiffel/tools/expression/call_infix.e
-SmartEiffel/tools/expression/call_infix_and.e
-SmartEiffel/tools/expression/call_infix_and_then.e
-SmartEiffel/tools/expression/call_infix_div.e
-SmartEiffel/tools/expression/call_infix_freeop.e
-SmartEiffel/tools/expression/call_infix_ge.e
-SmartEiffel/tools/expression/call_infix_gt.e
-SmartEiffel/tools/expression/call_infix_implies.e
-SmartEiffel/tools/expression/call_infix_int_div.e
-SmartEiffel/tools/expression/call_infix_int_rem.e
-SmartEiffel/tools/expression/call_infix_le.e
-SmartEiffel/tools/expression/call_infix_lt.e
-SmartEiffel/tools/expression/call_infix_minus.e
-SmartEiffel/tools/expression/call_infix_or.e
-SmartEiffel/tools/expression/call_infix_or_else.e
-SmartEiffel/tools/expression/call_infix_plus.e
-SmartEiffel/tools/expression/call_infix_power.e
-SmartEiffel/tools/expression/call_infix_times.e
-SmartEiffel/tools/expression/call_infix_xor.e
-SmartEiffel/tools/expression/call_n.e
-SmartEiffel/tools/expression/call_prefix.e
-SmartEiffel/tools/expression/call_prefix_freeop.e
-SmartEiffel/tools/expression/call_prefix_minus.e
-SmartEiffel/tools/expression/call_prefix_not.e
-SmartEiffel/tools/expression/call_prefix_plus.e
-SmartEiffel/tools/expression/call_proc_call.e
-SmartEiffel/tools/expression/character_constant.e
-SmartEiffel/tools/expression/cluster.html
-SmartEiffel/tools/expression/create_expression.e
-SmartEiffel/tools/expression/e_false.e
-SmartEiffel/tools/expression/e_old.e
-SmartEiffel/tools/expression/e_result.e
-SmartEiffel/tools/expression/e_true.e
-SmartEiffel/tools/expression/e_void.e
-SmartEiffel/tools/expression/expression_with_comment.e
-SmartEiffel/tools/expression/fake_argument.e
-SmartEiffel/tools/expression/fake_target.e
-SmartEiffel/tools/expression/fake_tuple.e
-SmartEiffel/tools/expression/feature_name.e
-SmartEiffel/tools/expression/implicit_cast.e
-SmartEiffel/tools/expression/implicit_current.e
-SmartEiffel/tools/expression/integer_constant.e
-SmartEiffel/tools/expression/like_argument_wrapper.e
-SmartEiffel/tools/expression/local_argument.e
-SmartEiffel/tools/expression/local_argument1.e
-SmartEiffel/tools/expression/local_argument2.e
-SmartEiffel/tools/expression/local_name.e
-SmartEiffel/tools/expression/local_name1.e
-SmartEiffel/tools/expression/local_name2.e
-SmartEiffel/tools/expression/manifest_array.e
-SmartEiffel/tools/expression/manifest_expression.e
-SmartEiffel/tools/expression/manifest_string.e
-SmartEiffel/tools/expression/manifest_tuple.e
-SmartEiffel/tools/expression/non_void_no_dispatch.e
-SmartEiffel/tools/expression/non_written_expression.e
-SmartEiffel/tools/expression/null_pointer.e
-SmartEiffel/tools/expression/open_operand.e
-SmartEiffel/tools/expression/precursor_expression.e
-SmartEiffel/tools/expression/real_constant.e
-SmartEiffel/tools/expression/void_call.e
-SmartEiffel/tools/expression/writable.e
-SmartEiffel/tools/expression/written_current.e
-SmartEiffel/tools/external_tool.e
-SmartEiffel/tools/feature/.#anonymous_feature.e.1.131
-SmartEiffel/tools/feature/anonymous_feature.e
-SmartEiffel/tools/feature/attribute.e
-SmartEiffel/tools/feature/cluster.html
-SmartEiffel/tools/feature/cst_att.e
-SmartEiffel/tools/feature/cst_att_bit.e
-SmartEiffel/tools/feature/cst_att_boolean.e
-SmartEiffel/tools/feature/cst_att_character.e
-SmartEiffel/tools/feature/cst_att_double.e
-SmartEiffel/tools/feature/cst_att_integer.e
-SmartEiffel/tools/feature/cst_att_real.e
-SmartEiffel/tools/feature/cst_att_string.e
-SmartEiffel/tools/feature/cst_att_unique.e
-SmartEiffel/tools/feature/deferred_function.e
-SmartEiffel/tools/feature/deferred_procedure.e
-SmartEiffel/tools/feature/deferred_routine.e
-SmartEiffel/tools/feature/e_ensure.e
-SmartEiffel/tools/feature/e_function.e
-SmartEiffel/tools/feature/e_procedure.e
-SmartEiffel/tools/feature/e_require.e
-SmartEiffel/tools/feature/e_routine.e
-SmartEiffel/tools/feature/effective_routine.e
-SmartEiffel/tools/feature/external_function.e
-SmartEiffel/tools/feature/external_procedure.e
-SmartEiffel/tools/feature/external_routine.e
-SmartEiffel/tools/feature/native.e
-SmartEiffel/tools/feature/native_built_in.e
-SmartEiffel/tools/feature/native_c.e
-SmartEiffel/tools/feature/native_c_plus_plus.e
-SmartEiffel/tools/feature/native_java.e
-SmartEiffel/tools/feature/native_plug_in.e
-SmartEiffel/tools/feature/once_function.e
-SmartEiffel/tools/feature/once_procedure.e
-SmartEiffel/tools/feature/once_routine.e
-SmartEiffel/tools/feature/require_item.e
-SmartEiffel/tools/feature/writable_attribute.e
-SmartEiffel/tools/feature_stamp.e
-SmartEiffel/tools/feature_text.e
-SmartEiffel/tools/finder.e
-SmartEiffel/tools/frozen_string_list.e
-SmartEiffel/tools/gc_handler.e
-SmartEiffel/tools/generation/c_pretty_printer.e
-SmartEiffel/tools/generation/code_attribute.e
-SmartEiffel/tools/generation/code_context.e
-SmartEiffel/tools/generation/code_context_agent_launcher.e
-SmartEiffel/tools/generation/code_context_check_id.e
-SmartEiffel/tools/generation/code_context_constants.e
-SmartEiffel/tools/generation/code_context_create_expression.e
-SmartEiffel/tools/generation/code_context_create_instruction.e
-SmartEiffel/tools/generation/code_context_direct_call.e
-SmartEiffel/tools/generation/code_context_expanded_initialize.e
-SmartEiffel/tools/generation/code_context_inside_twin.e
-SmartEiffel/tools/generation/code_context_introspect.e
-SmartEiffel/tools/generation/code_context_precursor.e
-SmartEiffel/tools/generation/code_context_scoop_unwrapper.e
-SmartEiffel/tools/generation/code_context_scoop_wrapper.e
-SmartEiffel/tools/generation/code_context_string_inspector.e
-SmartEiffel/tools/generation/code_context_switch.e
-SmartEiffel/tools/generation/code_printer.e
-SmartEiffel/tools/generation/jvm.e
-SmartEiffel/tools/globals.e
-SmartEiffel/tools/hashed_string.e
-SmartEiffel/tools/id_provider.e
-SmartEiffel/tools/ini_parser.e
-SmartEiffel/tools/install.e
-SmartEiffel/tools/instruction.e
-SmartEiffel/tools/instruction/.#agent_instruction.e.1.32
-SmartEiffel/tools/instruction/.#agent_instruction.e.1.34
-SmartEiffel/tools/instruction/.#assignment.e.1.51
-SmartEiffel/tools/instruction/.#proc_call_0.e.1.38
-SmartEiffel/tools/instruction/.#proc_call_1.e.1.46
-SmartEiffel/tools/instruction/.#proc_call_n.e.1.36
-SmartEiffel/tools/instruction/agent_instruction.e
-SmartEiffel/tools/instruction/assignment.e
-SmartEiffel/tools/instruction/assignment_attempt.e
-SmartEiffel/tools/instruction/check_invariant.e
-SmartEiffel/tools/instruction/cluster.html
-SmartEiffel/tools/instruction/create_instruction.e
-SmartEiffel/tools/instruction/e_check.e
-SmartEiffel/tools/instruction/e_debug.e
-SmartEiffel/tools/instruction/e_loop.e
-SmartEiffel/tools/instruction/e_retry.e
-SmartEiffel/tools/instruction/ifthen.e
-SmartEiffel/tools/instruction/ifthenelse.e
-SmartEiffel/tools/instruction/inspect_statement.e
-SmartEiffel/tools/instruction/loop_invariant.e
-SmartEiffel/tools/instruction/loop_variant.e
-SmartEiffel/tools/instruction/non_written_instruction.e
-SmartEiffel/tools/instruction/precursor_instruction.e
-SmartEiffel/tools/instruction/proc_call.e
-SmartEiffel/tools/instruction/proc_call_0.e
-SmartEiffel/tools/instruction/proc_call_1.e
-SmartEiffel/tools/instruction/proc_call_n.e
-SmartEiffel/tools/instruction/void_proc_call.e
-SmartEiffel/tools/instruction/when_clause.e
-SmartEiffel/tools/instruction/when_item.e
-SmartEiffel/tools/instruction/when_item_1.e
-SmartEiffel/tools/instruction/when_item_2.e
-SmartEiffel/tools/live_type.e
-SmartEiffel/tools/loadpath.se
-SmartEiffel/tools/manifest_array_pool.e
-SmartEiffel/tools/manifest_string_pool.e
-SmartEiffel/tools/method_info.e
-SmartEiffel/tools/misc/.#agent_args.e.1.32
-SmartEiffel/tools/misc/.#anonymous_feature_mixer.e.1.70
-SmartEiffel/tools/misc/.#compound.e.1.61
-SmartEiffel/tools/misc/.#effective_arg_list.e.1.116
-SmartEiffel/tools/misc/.#precomputable_routine_detector.e.1.3
-SmartEiffel/tools/misc/agent_args.e
-SmartEiffel/tools/misc/anonymous_feature_mixer.e
-SmartEiffel/tools/misc/assertion.e
-SmartEiffel/tools/misc/assertion_level_numbering.e
-SmartEiffel/tools/misc/assertion_list.e
-SmartEiffel/tools/misc/c_compactor.e
-SmartEiffel/tools/misc/c_mode.e
-SmartEiffel/tools/misc/cecil_entry.e
-SmartEiffel/tools/misc/class_invariant.e
-SmartEiffel/tools/misc/class_name_list.e
-SmartEiffel/tools/misc/classfile_attribute.e
-SmartEiffel/tools/misc/client_list.e
-SmartEiffel/tools/misc/cluster.html
-SmartEiffel/tools/misc/compound.e
-SmartEiffel/tools/misc/counter63.e
-SmartEiffel/tools/misc/cp_info.e
-SmartEiffel/tools/misc/cp_info_tags.e
-SmartEiffel/tools/misc/create_tools.e
-SmartEiffel/tools/misc/creation_clause.e
-SmartEiffel/tools/misc/creation_clause_list.e
-SmartEiffel/tools/misc/declaration.e
-SmartEiffel/tools/misc/declaration_1.e
-SmartEiffel/tools/misc/declaration_group.e
-SmartEiffel/tools/misc/declaration_list.e
-SmartEiffel/tools/misc/effective_arg_list.e
-SmartEiffel/tools/misc/exception_table.e
-SmartEiffel/tools/misc/exceptions_handler.e
-SmartEiffel/tools/misc/export_item.e
-SmartEiffel/tools/misc/export_list.e
-SmartEiffel/tools/misc/feature_accumulator.e
-SmartEiffel/tools/misc/feature_clause.e
-SmartEiffel/tools/misc/feature_clause_list.e
-SmartEiffel/tools/misc/feature_name_list.e
-SmartEiffel/tools/misc/field_info.e
-SmartEiffel/tools/misc/field_modifier.e
-SmartEiffel/tools/misc/formal_arg_list.e
-SmartEiffel/tools/misc/formal_generic_arg.e
-SmartEiffel/tools/misc/formal_generic_list.e
-SmartEiffel/tools/misc/graph_node.e
-SmartEiffel/tools/misc/if_globals.e
-SmartEiffel/tools/misc/in_out_visitor.e
-SmartEiffel/tools/misc/index_clause.e
-SmartEiffel/tools/misc/index_list.e
-SmartEiffel/tools/misc/inherit_text.e
-SmartEiffel/tools/misc/inherit_text_item.e
-SmartEiffel/tools/misc/inline_memo.e
-SmartEiffel/tools/misc/install_globals.e
-SmartEiffel/tools/misc/interface_info.e
-SmartEiffel/tools/misc/line_number_table.e
-SmartEiffel/tools/misc/local_var_list.e
-SmartEiffel/tools/misc/manifest_string_inspector.e
-SmartEiffel/tools/misc/mini_buffer.e
-SmartEiffel/tools/misc/name.e
-SmartEiffel/tools/misc/precomputable_routine_detector.e
-SmartEiffel/tools/misc/precursor_call.e
-SmartEiffel/tools/misc/rename_list.e
-SmartEiffel/tools/misc/rename_pair.e
-SmartEiffel/tools/misc/separate_tools.e
-SmartEiffel/tools/misc/string_pool.e
-SmartEiffel/tools/misc/switch_site.e
-SmartEiffel/tools/misc/switch_type.e
-SmartEiffel/tools/misc/tag_name.e
-SmartEiffel/tools/misc/tmp_feature.e
-SmartEiffel/tools/misc/token_buffer.e
-SmartEiffel/tools/misc/tuple_string_pool.e
-SmartEiffel/tools/once_routine_pool.e
-SmartEiffel/tools/ordered_dictionary.e
-SmartEiffel/tools/parser.e
-SmartEiffel/tools/parser_buffer.e
-SmartEiffel/tools/position.e
-SmartEiffel/tools/pretty.e
-SmartEiffel/tools/pretty_printer.e
-SmartEiffel/tools/print_jvm_class.e
-SmartEiffel/tools/run_feature.e
-SmartEiffel/tools/run_feature/.#run_feature_3.e.1.39
-SmartEiffel/tools/run_feature/.#run_feature_4.e.1.47
-SmartEiffel/tools/run_feature/.#run_feature_5.e.1.32
-SmartEiffel/tools/run_feature/.#run_feature_6.e.1.41
-SmartEiffel/tools/run_feature/.#run_feature_8.e.1.39
-SmartEiffel/tools/run_feature/.#run_feature_9.e.1.32
-SmartEiffel/tools/run_feature/cluster.html
-SmartEiffel/tools/run_feature/run_feature_1.e
-SmartEiffel/tools/run_feature/run_feature_2.e
-SmartEiffel/tools/run_feature/run_feature_3.e
-SmartEiffel/tools/run_feature/run_feature_4.e
-SmartEiffel/tools/run_feature/run_feature_5.e
-SmartEiffel/tools/run_feature/run_feature_6.e
-SmartEiffel/tools/run_feature/run_feature_7.e
-SmartEiffel/tools/run_feature/run_feature_8.e
-SmartEiffel/tools/run_feature/run_feature_9.e
-SmartEiffel/tools/run_time_set.e
-SmartEiffel/tools/same_executables.e
-SmartEiffel/tools/short.e
-SmartEiffel/tools/short_printer.e
-SmartEiffel/tools/smart_eiffel.e
-SmartEiffel/tools/status.e
-SmartEiffel/tools/string_aliaser.e
-SmartEiffel/tools/string_command_line.e
-SmartEiffel/tools/switch.e
-SmartEiffel/tools/switch_collection.e
-SmartEiffel/tools/system_tools.e
-SmartEiffel/tools/type.e
-SmartEiffel/tools/type_mark.e
-SmartEiffel/tools/type_mark/agent_type_mark.e
-SmartEiffel/tools/type_mark/array_type_mark.e
-SmartEiffel/tools/type_mark/cluster.html
-SmartEiffel/tools/type_mark/empty_tuple_type_mark.e
-SmartEiffel/tools/type_mark/expanded_type_mark.e
-SmartEiffel/tools/type_mark/formal_generic_type_mark.e
-SmartEiffel/tools/type_mark/generic_type_mark.e
-SmartEiffel/tools/type_mark/kernel_expanded_type_mark.e
-SmartEiffel/tools/type_mark/like_current_type_mark.e
-SmartEiffel/tools/type_mark/native_array_type_mark.e
-SmartEiffel/tools/type_mark/non_empty_tuple_type_mark.e
-SmartEiffel/tools/type_mark/non_generic_type_mark.e
-SmartEiffel/tools/type_mark/non_static_type_mark.e
-SmartEiffel/tools/type_mark/static_type_mark.e
-SmartEiffel/tools/type_mark/tuple_type_mark.e
-SmartEiffel/tools/type_mark/user_generic_type_mark.e
-SmartEiffel/tools/visitable.e
-SmartEiffel/tools/visitor.e
-SmartEiffel/tools/visitor/abstract_current_visitor.e
-SmartEiffel/tools/visitor/address_of_visitor.e
-SmartEiffel/tools/visitor/agent_args_visitor.e
-SmartEiffel/tools/visitor/agent_creation_visitor.e
-SmartEiffel/tools/visitor/agent_expression_visitor.e
-SmartEiffel/tools/visitor/agent_instruction_visitor.e
-SmartEiffel/tools/visitor/agent_launcher_visitor.e
-SmartEiffel/tools/visitor/agent_type_mark_visitor.e
-SmartEiffel/tools/visitor/anonymous_feature_mixer_visitor.e
-SmartEiffel/tools/visitor/anonymous_feature_visitor.e
-SmartEiffel/tools/visitor/argument_name1_visitor.e
-SmartEiffel/tools/visitor/argument_name2_visitor.e
-SmartEiffel/tools/visitor/argument_name_visitor.e
-SmartEiffel/tools/visitor/array_type_mark_visitor.e
-SmartEiffel/tools/visitor/assertion_list_visitor.e
-SmartEiffel/tools/visitor/assertion_visitor.e
-SmartEiffel/tools/visitor/assignment_attempt_visitor.e
-SmartEiffel/tools/visitor/assignment_handler_visitor.e
-SmartEiffel/tools/visitor/assignment_visitor.e
-SmartEiffel/tools/visitor/attribute_visitor.e
-SmartEiffel/tools/visitor/base_type_constant_visitor.e
-SmartEiffel/tools/visitor/bit_constant_visitor.e
-SmartEiffel/tools/visitor/boolean_constant_visitor.e
-SmartEiffel/tools/visitor/built_in_eq_neq_visitor.e
-SmartEiffel/tools/visitor/c_compactor_visitor.e
-SmartEiffel/tools/visitor/c_mode_visitor.e
-SmartEiffel/tools/visitor/call_0_c_visitor.e
-SmartEiffel/tools/visitor/call_0_visitor.e
-SmartEiffel/tools/visitor/call_1_c_visitor.e
-SmartEiffel/tools/visitor/call_1_visitor.e
-SmartEiffel/tools/visitor/call_infix_and_then_visitor.e
-SmartEiffel/tools/visitor/call_infix_and_visitor.e
-SmartEiffel/tools/visitor/call_infix_div_visitor.e
-SmartEiffel/tools/visitor/call_infix_freeop_visitor.e
-SmartEiffel/tools/visitor/call_infix_ge_visitor.e
-SmartEiffel/tools/visitor/call_infix_gt_visitor.e
-SmartEiffel/tools/visitor/call_infix_implies_visitor.e
-SmartEiffel/tools/visitor/call_infix_int_div_visitor.e
-SmartEiffel/tools/visitor/call_infix_int_rem_visitor.e
-SmartEiffel/tools/visitor/call_infix_le_visitor.e
-SmartEiffel/tools/visitor/call_infix_lt_visitor.e
-SmartEiffel/tools/visitor/call_infix_minus_visitor.e
-SmartEiffel/tools/visitor/call_infix_or_else_visitor.e
-SmartEiffel/tools/visitor/call_infix_or_visitor.e
-SmartEiffel/tools/visitor/call_infix_plus_visitor.e
-SmartEiffel/tools/visitor/call_infix_power_visitor.e
-SmartEiffel/tools/visitor/call_infix_times_visitor.e
-SmartEiffel/tools/visitor/call_infix_visitor.e
-SmartEiffel/tools/visitor/call_infix_xor_visitor.e
-SmartEiffel/tools/visitor/call_n_visitor.e
-SmartEiffel/tools/visitor/call_prefix_freeop_visitor.e
-SmartEiffel/tools/visitor/call_prefix_minus_visitor.e
-SmartEiffel/tools/visitor/call_prefix_not_visitor.e
-SmartEiffel/tools/visitor/call_prefix_plus_visitor.e
-SmartEiffel/tools/visitor/call_prefix_visitor.e
-SmartEiffel/tools/visitor/call_proc_call_visitor.e
-SmartEiffel/tools/visitor/call_visitor.e
-SmartEiffel/tools/visitor/cecil_entry_visitor.e
-SmartEiffel/tools/visitor/cecil_file_visitor.e
-SmartEiffel/tools/visitor/character_constant_visitor.e
-SmartEiffel/tools/visitor/check_invariant_visitor.e
-SmartEiffel/tools/visitor/class_invariant_visitor.e
-SmartEiffel/tools/visitor/class_name_list_visitor.e
-SmartEiffel/tools/visitor/class_name_visitor.e
-SmartEiffel/tools/visitor/class_text_visitor.e
-SmartEiffel/tools/visitor/classfile_attribute_visitor.e
-SmartEiffel/tools/visitor/client_list_visitor.e
-SmartEiffel/tools/visitor/cluster_visitor.e
-SmartEiffel/tools/visitor/code_attribute_visitor.e
-SmartEiffel/tools/visitor/code_visitor.e
-SmartEiffel/tools/visitor/comment_visitor.e
-SmartEiffel/tools/visitor/compound_visitor.e
-SmartEiffel/tools/visitor/counter63_visitor.e
-SmartEiffel/tools/visitor/create_expression_visitor.e
-SmartEiffel/tools/visitor/create_instruction_visitor.e
-SmartEiffel/tools/visitor/create_tools_visitor.e
-SmartEiffel/tools/visitor/creation_clause_list_visitor.e
-SmartEiffel/tools/visitor/creation_clause_visitor.e
-SmartEiffel/tools/visitor/cst_att_bit_visitor.e
-SmartEiffel/tools/visitor/cst_att_boolean_visitor.e
-SmartEiffel/tools/visitor/cst_att_character_visitor.e
-SmartEiffel/tools/visitor/cst_att_double_visitor.e
-SmartEiffel/tools/visitor/cst_att_integer_visitor.e
-SmartEiffel/tools/visitor/cst_att_real_visitor.e
-SmartEiffel/tools/visitor/cst_att_string_visitor.e
-SmartEiffel/tools/visitor/cst_att_unique_visitor.e
-SmartEiffel/tools/visitor/cst_att_visitor.e
-SmartEiffel/tools/visitor/declaration_1_visitor.e
-SmartEiffel/tools/visitor/declaration_group_visitor.e
-SmartEiffel/tools/visitor/declaration_list_visitor.e
-SmartEiffel/tools/visitor/declaration_visitor.e
-SmartEiffel/tools/visitor/deferred_function_visitor.e
-SmartEiffel/tools/visitor/deferred_procedure_visitor.e
-SmartEiffel/tools/visitor/deferred_routine_visitor.e
-SmartEiffel/tools/visitor/e_check_visitor.e
-SmartEiffel/tools/visitor/e_debug_visitor.e
-SmartEiffel/tools/visitor/e_ensure_visitor.e
-SmartEiffel/tools/visitor/e_false_visitor.e
-SmartEiffel/tools/visitor/e_function_visitor.e
-SmartEiffel/tools/visitor/e_loop_visitor.e
-SmartEiffel/tools/visitor/e_old_visitor.e
-SmartEiffel/tools/visitor/e_procedure_visitor.e
-SmartEiffel/tools/visitor/e_require_visitor.e
-SmartEiffel/tools/visitor/e_result_visitor.e
-SmartEiffel/tools/visitor/e_retry_visitor.e
-SmartEiffel/tools/visitor/e_routine_visitor.e
-SmartEiffel/tools/visitor/e_true_visitor.e
-SmartEiffel/tools/visitor/e_void_visitor.e
-SmartEiffel/tools/visitor/echo_visitor.e
-SmartEiffel/tools/visitor/effective_arg_list_visitor.e
-SmartEiffel/tools/visitor/effective_routine_visitor.e
-SmartEiffel/tools/visitor/empty_tuple_type_mark_visitor.e
-SmartEiffel/tools/visitor/exception_table_visitor.e
-SmartEiffel/tools/visitor/exceptions_handler_visitor.e
-SmartEiffel/tools/visitor/expanded_type_mark_visitor.e
-SmartEiffel/tools/visitor/export_item_visitor.e
-SmartEiffel/tools/visitor/export_list_visitor.e
-SmartEiffel/tools/visitor/expression_visitor.e
-SmartEiffel/tools/visitor/expression_with_comment_visitor.e
-SmartEiffel/tools/visitor/external_function_visitor.e
-SmartEiffel/tools/visitor/external_procedure_visitor.e
-SmartEiffel/tools/visitor/external_routine_visitor.e
-SmartEiffel/tools/visitor/fake_argument_visitor.e
-SmartEiffel/tools/visitor/fake_target_visitor.e
-SmartEiffel/tools/visitor/fake_tuple_visitor.e
-SmartEiffel/tools/visitor/feature_accumulator_visitor.e
-SmartEiffel/tools/visitor/feature_clause_list_visitor.e
-SmartEiffel/tools/visitor/feature_clause_visitor.e
-SmartEiffel/tools/visitor/feature_name_list_visitor.e
-SmartEiffel/tools/visitor/feature_name_visitor.e
-SmartEiffel/tools/visitor/feature_stamp_visitor.e
-SmartEiffel/tools/visitor/feature_text_visitor.e
-SmartEiffel/tools/visitor/field_info_visitor.e
-SmartEiffel/tools/visitor/field_modifier_visitor.e
-SmartEiffel/tools/visitor/formal_arg_list_visitor.e
-SmartEiffel/tools/visitor/formal_generic_arg_visitor.e
-SmartEiffel/tools/visitor/formal_generic_list_visitor.e
-SmartEiffel/tools/visitor/formal_generic_type_mark_visitor.e
-SmartEiffel/tools/visitor/gc_handler_visitor.e
-SmartEiffel/tools/visitor/generic_type_mark_visitor.e
-SmartEiffel/tools/visitor/graph_node_visitor.e
-SmartEiffel/tools/visitor/id_provider_visitor.e
-SmartEiffel/tools/visitor/ifthen_visitor.e
-SmartEiffel/tools/visitor/ifthenelse_visitor.e
-SmartEiffel/tools/visitor/implicit_cast_visitor.e
-SmartEiffel/tools/visitor/implicit_current_visitor.e
-SmartEiffel/tools/visitor/index_clause_visitor.e
-SmartEiffel/tools/visitor/index_list_visitor.e
-SmartEiffel/tools/visitor/inherit_text_item_visitor.e
-SmartEiffel/tools/visitor/inherit_text_visitor.e
-SmartEiffel/tools/visitor/inspect_statement_visitor.e
-SmartEiffel/tools/visitor/instruction_visitor.e
-SmartEiffel/tools/visitor/integer_constant_visitor.e
-SmartEiffel/tools/visitor/interface_info_visitor.e
-SmartEiffel/tools/visitor/kernel_expanded_type_mark_visitor.e
-SmartEiffel/tools/visitor/like_argument_wrapper_visitor.e
-SmartEiffel/tools/visitor/like_current_type_mark_visitor.e
-SmartEiffel/tools/visitor/line_number_table_visitor.e
-SmartEiffel/tools/visitor/live_type_visitor.e
-SmartEiffel/tools/visitor/local_argument1_visitor.e
-SmartEiffel/tools/visitor/local_argument2_visitor.e
-SmartEiffel/tools/visitor/local_argument_visitor.e
-SmartEiffel/tools/visitor/local_name1_visitor.e
-SmartEiffel/tools/visitor/local_name2_visitor.e
-SmartEiffel/tools/visitor/local_name_visitor.e
-SmartEiffel/tools/visitor/local_var_list_visitor.e
-SmartEiffel/tools/visitor/loop_invariant_visitor.e
-SmartEiffel/tools/visitor/loop_variant_visitor.e
-SmartEiffel/tools/visitor/manifest_array_visitor.e
-SmartEiffel/tools/visitor/manifest_expression_visitor.e
-SmartEiffel/tools/visitor/manifest_string_inspector_visitor.e
-SmartEiffel/tools/visitor/manifest_string_visitor.e
-SmartEiffel/tools/visitor/manifest_tuple_visitor.e
-SmartEiffel/tools/visitor/method_info_visitor.e
-SmartEiffel/tools/visitor/mini_buffer_visitor.e
-SmartEiffel/tools/visitor/name_visitor.e
-SmartEiffel/tools/visitor/native_array_type_mark_visitor.e
-SmartEiffel/tools/visitor/native_built_in_visitor.e
-SmartEiffel/tools/visitor/native_c_plus_plus_visitor.e
-SmartEiffel/tools/visitor/native_c_visitor.e
-SmartEiffel/tools/visitor/native_java_visitor.e
-SmartEiffel/tools/visitor/native_plug_in_visitor.e
-SmartEiffel/tools/visitor/native_visitor.e
-SmartEiffel/tools/visitor/non_empty_tuple_type_mark_visitor.e
-SmartEiffel/tools/visitor/non_generic_type_mark_visitor.e
-SmartEiffel/tools/visitor/non_static_type_mark_visitor.e
-SmartEiffel/tools/visitor/non_void_no_dispatch_visitor.e
-SmartEiffel/tools/visitor/non_written_expression_visitor.e
-SmartEiffel/tools/visitor/non_written_instruction_visitor.e
-SmartEiffel/tools/visitor/null_pointer_visitor.e
-SmartEiffel/tools/visitor/once_function_visitor.e
-SmartEiffel/tools/visitor/once_procedure_visitor.e
-SmartEiffel/tools/visitor/once_routine_visitor.e
-SmartEiffel/tools/visitor/open_operand_visitor.e
-SmartEiffel/tools/visitor/position_visitor.e
-SmartEiffel/tools/visitor/precursor_call_visitor.e
-SmartEiffel/tools/visitor/precursor_expression_visitor.e
-SmartEiffel/tools/visitor/precursor_instruction_visitor.e
-SmartEiffel/tools/visitor/pretty_printer_visitor.e
-SmartEiffel/tools/visitor/proc_call_0_visitor.e
-SmartEiffel/tools/visitor/proc_call_1_visitor.e
-SmartEiffel/tools/visitor/proc_call_n_visitor.e
-SmartEiffel/tools/visitor/proc_call_visitor.e
-SmartEiffel/tools/visitor/real_constant_visitor.e
-SmartEiffel/tools/visitor/rename_list_visitor.e
-SmartEiffel/tools/visitor/rename_pair_visitor.e
-SmartEiffel/tools/visitor/require_item_visitor.e
-SmartEiffel/tools/visitor/run_time_set_visitor.e
-SmartEiffel/tools/visitor/separate_tools_visitor.e
-SmartEiffel/tools/visitor/short_printer_visitor.e
-SmartEiffel/tools/visitor/static_type_mark_visitor.e
-SmartEiffel/tools/visitor/status_visitor.e
-SmartEiffel/tools/visitor/string_aliaser_visitor.e
-SmartEiffel/tools/visitor/switch_collection_visitor.e
-SmartEiffel/tools/visitor/switch_site_visitor.e
-SmartEiffel/tools/visitor/switch_type_visitor.e
-SmartEiffel/tools/visitor/switch_visitor.e
-SmartEiffel/tools/visitor/system_tools_visitor.e
-SmartEiffel/tools/visitor/tag_name_visitor.e
-SmartEiffel/tools/visitor/tuple_type_mark_visitor.e
-SmartEiffel/tools/visitor/type_anchored_visitor.e
-SmartEiffel/tools/visitor/type_any_visitor.e
-SmartEiffel/tools/visitor/type_bit_1_visitor.e
-SmartEiffel/tools/visitor/type_bit_2_visitor.e
-SmartEiffel/tools/visitor/type_bit_visitor.e
-SmartEiffel/tools/visitor/type_boolean_visitor.e
-SmartEiffel/tools/visitor/type_character_visitor.e
-SmartEiffel/tools/visitor/type_class_visitor.e
-SmartEiffel/tools/visitor/type_double_visitor.e
-SmartEiffel/tools/visitor/type_integer_visitor.e
-SmartEiffel/tools/visitor/type_like_argument_visitor.e
-SmartEiffel/tools/visitor/type_like_feature_visitor.e
-SmartEiffel/tools/visitor/type_mark_visitor.e
-SmartEiffel/tools/visitor/type_none_visitor.e
-SmartEiffel/tools/visitor/type_pointer_visitor.e
-SmartEiffel/tools/visitor/type_real_visitor.e
-SmartEiffel/tools/visitor/type_reference_visitor.e
-SmartEiffel/tools/visitor/type_separate_visitor.e
-SmartEiffel/tools/visitor/type_string_visitor.e
-SmartEiffel/tools/visitor/type_thread_visitor.e
-SmartEiffel/tools/visitor/type_visitor.e
-SmartEiffel/tools/visitor/user_generic_type_mark_visitor.e
-SmartEiffel/tools/visitor/void_call_visitor.e
-SmartEiffel/tools/visitor/void_proc_call_visitor.e
-SmartEiffel/tools/visitor/when_clause_visitor.e
-SmartEiffel/tools/visitor/when_item_1_visitor.e
-SmartEiffel/tools/visitor/when_item_2_visitor.e
-SmartEiffel/tools/visitor/when_item_visitor.e
-SmartEiffel/tools/visitor/writable_attribute_visitor.e
-SmartEiffel/tools/visitor/writable_visitor.e
-SmartEiffel/tools/visitor/written_current_visitor.e
-SmartEiffel/tutorial/ace/READ_ME
-SmartEiffel/tutorial/ace/example1.ace
-SmartEiffel/tutorial/ace/example2.ace
-SmartEiffel/tutorial/ace/example3.ace
-SmartEiffel/tutorial/ace/example4.ace
-SmartEiffel/tutorial/ace/example5.ace
-SmartEiffel/tutorial/ace/template.ace
-SmartEiffel/tutorial/agent/apple.e
-SmartEiffel/tutorial/agent/example1.e
-SmartEiffel/tutorial/agent/example2.e
-SmartEiffel/tutorial/agent/example3.e
-SmartEiffel/tutorial/agent/example4.e
-SmartEiffel/tutorial/agent/example5.e
-SmartEiffel/tutorial/agent/fruit.e
-SmartEiffel/tutorial/agent/peach.e
-SmartEiffel/tutorial/basic_directory/example1.e
-SmartEiffel/tutorial/basic_directory/example2.e
-SmartEiffel/tutorial/basic_directory/example3.e
-SmartEiffel/tutorial/basic_directory/example4.e
-SmartEiffel/tutorial/basic_directory/example5.e
-SmartEiffel/tutorial/basic_directory/example6.e
-SmartEiffel/tutorial/cecil/JVM/Example1.java
-SmartEiffel/tutorial/cecil/JVM/Example2.java
-SmartEiffel/tutorial/cecil/JVM/Example3.java
-SmartEiffel/tutorial/cecil/JVM/Example4.java
-SmartEiffel/tutorial/cecil/JVM/root2.e
-SmartEiffel/tutorial/cecil/JVM/root3.e
-SmartEiffel/tutorial/cecil/JVM/root4.e
-SmartEiffel/tutorial/cecil/READ_ME
-SmartEiffel/tutorial/cecil/example1/c_prog.c
-SmartEiffel/tutorial/cecil/example1/cecil.se
-SmartEiffel/tutorial/cecil/example1/example.e
-SmartEiffel/tutorial/cecil/example1/output
-SmartEiffel/tutorial/cecil/example2/c_prog.c
-SmartEiffel/tutorial/cecil/example2/cecil.se
-SmartEiffel/tutorial/cecil/example2/example.e
-SmartEiffel/tutorial/cecil/example2/output
-SmartEiffel/tutorial/cecil/example3/c_prog.c
-SmartEiffel/tutorial/cecil/example3/cecil.se
-SmartEiffel/tutorial/cecil/example3/example.e
-SmartEiffel/tutorial/cecil/example3/output
-SmartEiffel/tutorial/cecil/example4/animal.e
-SmartEiffel/tutorial/cecil/example4/c_prog.c
-SmartEiffel/tutorial/cecil/example4/cat.e
-SmartEiffel/tutorial/cecil/example4/cecil.se
-SmartEiffel/tutorial/cecil/example4/dog.e
-SmartEiffel/tutorial/cecil/example4/example.e
-SmartEiffel/tutorial/cecil/example4/output
-SmartEiffel/tutorial/cecil/example5/c_prog.c
-SmartEiffel/tutorial/cecil/example5/cecil.se
-SmartEiffel/tutorial/cecil/example5/example.e
-SmartEiffel/tutorial/cecil/example5/output
-SmartEiffel/tutorial/cecil/example6/c_prog.c
-SmartEiffel/tutorial/cecil/example6/cecil.se
-SmartEiffel/tutorial/cecil/example6/example.e
-SmartEiffel/tutorial/cecil/example6/output
-SmartEiffel/tutorial/cecil/example7/c_prog.c
-SmartEiffel/tutorial/cecil/example7/cecil.se
-SmartEiffel/tutorial/cecil/example7/example.e
-SmartEiffel/tutorial/cecil/example7/output
-SmartEiffel/tutorial/cecil/example8/c_factory.e
-SmartEiffel/tutorial/cecil/example8/c_prog.c
-SmartEiffel/tutorial/cecil/example8/cecil.se
-SmartEiffel/tutorial/cecil/example8/example.e
-SmartEiffel/tutorial/cecil/example8/output
-SmartEiffel/tutorial/cecil/example9/c_prog.c
-SmartEiffel/tutorial/cecil/example9/cecil.se
-SmartEiffel/tutorial/cecil/example9/eif_stuff.e
-SmartEiffel/tutorial/cecil/example9/example.e
-SmartEiffel/tutorial/cecil/example9/output
-SmartEiffel/tutorial/directory/example1.e
-SmartEiffel/tutorial/directory/example2.e
-SmartEiffel/tutorial/external/C++/Bar.cpp
-SmartEiffel/tutorial/external/C++/Bar.h
-SmartEiffel/tutorial/external/C++/Foo.cpp
-SmartEiffel/tutorial/external/C++/Foo.h
-SmartEiffel/tutorial/external/C++/example1.e
-SmartEiffel/tutorial/external/C++/example2.e
-SmartEiffel/tutorial/external/C++/example3.e
-SmartEiffel/tutorial/external/C++/example4.e
-SmartEiffel/tutorial/external/C/c_glue1.c
-SmartEiffel/tutorial/external/C/c_glue2.c
-SmartEiffel/tutorial/external/C/c_glue3.h
-SmartEiffel/tutorial/external/C/c_glue4.c
-SmartEiffel/tutorial/external/C/c_glue4.h
-SmartEiffel/tutorial/external/C/c_glue6.c
-SmartEiffel/tutorial/external/C/c_glue6.h
-SmartEiffel/tutorial/external/C/example1.e
-SmartEiffel/tutorial/external/C/example2.e
-SmartEiffel/tutorial/external/C/example3.e
-SmartEiffel/tutorial/external/C/example4.e
-SmartEiffel/tutorial/external/C/example5.e
-SmartEiffel/tutorial/external/C/example6.e
-SmartEiffel/tutorial/external/Java/ASimple.java
-SmartEiffel/tutorial/external/Java/BSimple.java
-SmartEiffel/tutorial/external/Java/CSimple.java
-SmartEiffel/tutorial/external/Java/ISimple.java
-SmartEiffel/tutorial/external/Java/example1.e
-SmartEiffel/tutorial/external/Java/example2.e
-SmartEiffel/tutorial/external/Java/example3.e
-SmartEiffel/tutorial/external/Java/example4.e
-SmartEiffel/tutorial/external/Java/example5.e
-SmartEiffel/tutorial/external/Java/example6.e
-SmartEiffel/tutorial/external/READ_ME
-SmartEiffel/tutorial/fibonacci.e
-SmartEiffel/tutorial/gcd/test_gcd.e
-SmartEiffel/tutorial/hanoi/hanoi.e
-SmartEiffel/tutorial/hanoi/tower.e
-SmartEiffel/tutorial/hello_world.e
-SmartEiffel/tutorial/hexadecimal.e
-SmartEiffel/tutorial/io/redirection_example.e
-SmartEiffel/tutorial/io/text_file_read_example.e
-SmartEiffel/tutorial/iterator/example1.e
-SmartEiffel/tutorial/iterator/example2.e
-SmartEiffel/tutorial/iterator/example3.e
-SmartEiffel/tutorial/iterator/iterator_on_random_generator.e
-SmartEiffel/tutorial/iterator/iterator_with_variant.e
-SmartEiffel/tutorial/knight.e
-SmartEiffel/tutorial/loadpath.se
-SmartEiffel/tutorial/manifest_expression.e
-SmartEiffel/tutorial/memory/example1.e
-SmartEiffel/tutorial/memory/example2.e
-SmartEiffel/tutorial/number/example1.e
-SmartEiffel/tutorial/number/example2.e
-SmartEiffel/tutorial/number/example3.e
-SmartEiffel/tutorial/number/example4.e
-SmartEiffel/tutorial/number/example5.e
-SmartEiffel/tutorial/parking/car.e
-SmartEiffel/tutorial/parking/date.e
-SmartEiffel/tutorial/parking/level.e
-SmartEiffel/tutorial/parking/parking.e
-SmartEiffel/tutorial/parking/parking_simulator.e
-SmartEiffel/tutorial/print_arguments.e
-SmartEiffel/tutorial/pyramid.e
-SmartEiffel/tutorial/pyramid2.e
-SmartEiffel/tutorial/random/example1.e
-SmartEiffel/tutorial/random/example2.e
-SmartEiffel/tutorial/random/example3.e
-SmartEiffel/tutorial/scoop/consumer.e
-SmartEiffel/tutorial/scoop/example1.e
-SmartEiffel/tutorial/scoop/example2.e
-SmartEiffel/tutorial/scoop/example3.e
-SmartEiffel/tutorial/scoop/example4.e
-SmartEiffel/tutorial/scoop/foreman.e
-SmartEiffel/tutorial/scoop/worker.e
-SmartEiffel/tutorial/sequencer/example1.e
-SmartEiffel/tutorial/sequencer/example2.e
-SmartEiffel/tutorial/sequencer/example3.e
-SmartEiffel/tutorial/sequencer/example4.e
-SmartEiffel/tutorial/signal/a.e
-SmartEiffel/tutorial/signal/b.e
-SmartEiffel/tutorial/signal/example0.e
-SmartEiffel/tutorial/signal/example1.e
-SmartEiffel/tutorial/signal/example2.e
-SmartEiffel/tutorial/signal/example3.e
-SmartEiffel/tutorial/signal/signals.txt
-SmartEiffel/tutorial/sorting/example1.e
-SmartEiffel/tutorial/sorting/example2.e
-SmartEiffel/tutorial/spread_illness.e
-SmartEiffel/tutorial/time/example1.e
-SmartEiffel/tutorial/time/example2.e
-SmartEiffel/tutorial/time/example3.e
-SmartEiffel/tutorial/time/example4.e
-SmartEiffel/tutorial/time/example5.e
-SmartEiffel/tutorial/time/example6.e
-SmartEiffel/tutorial/time/example7.e
-SmartEiffel/tutorial/triangle/READ_ME
-SmartEiffel/tutorial/triangle/version1/example1.e
-SmartEiffel/tutorial/triangle/version1/example2.e
-SmartEiffel/tutorial/triangle/version1/example3.e
-SmartEiffel/tutorial/triangle/version1/point.e
-SmartEiffel/tutorial/triangle/version1/triangle.e
-SmartEiffel/tutorial/triangle/version2/example1.e
-SmartEiffel/tutorial/triangle/version2/example2.e
-SmartEiffel/tutorial/triangle/version2/example3.e
-SmartEiffel/tutorial/triangle/version2/point.e
-SmartEiffel/tutorial/triangle/version2/triangle.e
-SmartEiffel/tutorial/triangle/version3/example1.e
-SmartEiffel/tutorial/triangle/version3/example2.e
-SmartEiffel/tutorial/triangle/version3/example3.e
-SmartEiffel/tutorial/triangle/version3/example4.e
-SmartEiffel/tutorial/triangle/version3/point.e
-SmartEiffel/tutorial/triangle/version3/triangle.e
-SmartEiffel/tutorial/triangle/version4/example1.e
-SmartEiffel/tutorial/triangle/version4/example2.e
-SmartEiffel/tutorial/triangle/version4/example3.e
-SmartEiffel/tutorial/triangle/version4/example4.e
-SmartEiffel/tutorial/triangle/version4/point.e
-SmartEiffel/tutorial/triangle/version4/triangle.e
-SmartEiffel/tutorial/tuple/example1.e
-SmartEiffel/tutorial/tuple/example2.e
-SmartEiffel/tutorial/unicode/example1.e
-SmartEiffel/tutorial/vision/README.txt
-SmartEiffel/tutorial/vision/basic_examples/basic_events.e
-SmartEiffel/tutorial/vision/basic_examples/basic_unicode.e
-SmartEiffel/tutorial/vision/drawing/diagram.e
-SmartEiffel/tutorial/vision/drawing/free_drawing1.e
-SmartEiffel/tutorial/vision/drawing/free_drawing2.e
-SmartEiffel/tutorial/vision/hello_world/hello.e
-SmartEiffel/tutorial/vision/layout/align.e
-SmartEiffel/tutorial/vision/layout/fixed_widgets.e
-SmartEiffel/tutorial/vision/layout/shrink_expand.e
-SmartEiffel/tutorial/vision/modal/modal.e
-SmartEiffel/tutorial/vision/multi_tasking/clock.e
-SmartEiffel/tutorial/vision/multi_tasking/example1.e
-SmartEiffel/tutorial/vision/widget/check_button_demo.e
-SmartEiffel/tutorial/vision/widget/colors.e
-SmartEiffel/tutorial/vision/widget/combo_demo.e
-SmartEiffel/tutorial/vision/widget/list.txt
-SmartEiffel/tutorial/vision/widget/loadpath.se
-SmartEiffel/tutorial/vision/widget/menu_demo.e
-SmartEiffel/tutorial/vision/widget/pixmap_palette1.e
-SmartEiffel/tutorial/vision/widget/scroll.e
-SmartEiffel/tutorial/vision/widget/text_input.e
-SmartEiffel/tutorial/vision/widget/window_palette1.e
-SmartEiffel/tutorial/vision/widget/window_palette2.e
-SmartEiffel/www/commands/commands.html
-SmartEiffel/www/general/download.html
-SmartEiffel/www/general/repository.html
-SmartEiffel/www/general/resources.html
-SmartEiffel/www/general/whatsnew.html
-SmartEiffel/www/images/EiffelTowerObliqueSmall.jpg
-SmartEiffel/www/images/FlecheRouge.gif
-SmartEiffel/www/images/Loria2.gif
-SmartEiffel/www/images/blue_ball.gif
-SmartEiffel/www/images/fond_gw.gif
-SmartEiffel/www/images/graph1.gif
-SmartEiffel/www/images/graph2.gif
-SmartEiffel/www/images/green_ball.gif
-SmartEiffel/www/images/inria3.jpg
-SmartEiffel/www/images/logoEcoo.gif
-SmartEiffel/www/images/new.gif
-SmartEiffel/www/images/old-se-line.gif
-SmartEiffel/www/images/orange_ball.gif
-SmartEiffel/www/images/purple_ball.gif
-SmartEiffel/www/images/red_ball.gif
-SmartEiffel/www/images/se-home.gif
-SmartEiffel/www/images/se-line.gif
-SmartEiffel/www/images/stars_1.gif
-SmartEiffel/www/images/stars_2.gif
-SmartEiffel/www/images/stars_3.gif
-SmartEiffel/www/images/updated.jpg
-SmartEiffel/www/images/white_ball.gif
-SmartEiffel/www/images/wildebeest.gif
-SmartEiffel/www/images/worker.gif
-SmartEiffel/www/images/yellow_ball.gif
-SmartEiffel/www/index.html
-SmartEiffel/www/libraries/_ARRAY2_array2.html
-SmartEiffel/www/libraries/_ARRAY3_array3.html
-SmartEiffel/www/libraries/_ARRAYED_COLLECTION_arrayed_collection.html
-SmartEiffel/www/libraries/_AVL_DICTIONARY_NODE_avl_dictionary_node.html
-SmartEiffel/www/libraries/_AVL_HELPER_avl_dictionary_node.html
-SmartEiffel/www/libraries/_AVL_HELPER_avl_set_node.html
-SmartEiffel/www/libraries/_AVL_NODE_avl_node.html
-SmartEiffel/www/libraries/_AVL_SET_avl_set.html
-SmartEiffel/www/libraries/_BASIC_FONT_basic_font.html
-SmartEiffel/www/libraries/_BIT_STRING_bit_string.html
-SmartEiffel/www/libraries/_CONTAINER_column_layout.html
-SmartEiffel/www/libraries/_CONTAINER_container.html
-SmartEiffel/www/libraries/_CONTAINER_layout.html
-SmartEiffel/www/libraries/_CONTAINER_root_layout.html
-SmartEiffel/www/libraries/_CONTAINER_row_layout.html
-SmartEiffel/www/libraries/_CONTAINER_scroll_layout.html
-SmartEiffel/www/libraries/_CONTAINER_widget.html
-SmartEiffel/www/libraries/_CONTAINER_window.html
-SmartEiffel/www/libraries/_DECORATOR_arc.html
-SmartEiffel/www/libraries/_DECORATOR_point.html
-SmartEiffel/www/libraries/_DOUBLE_HASHED_DICTIONARY_double_hashed_dictionary.html
-SmartEiffel/www/libraries/_DRAWABLE_drawable.html
-SmartEiffel/www/libraries/_DRAWABLE_sensitive.html
-SmartEiffel/www/libraries/_EVENT_CATCHER_event_catcher.html
-SmartEiffel/www/libraries/_EVENT_CATCHER_vision_loop_stack.html
-SmartEiffel/www/libraries/_FAST_ARRAY2_fast_array2.html
-SmartEiffel/www/libraries/_FAST_ARRAY3_fast_array3.html
-SmartEiffel/www/libraries/_FILE_TOOLS_text_file_read.html
-SmartEiffel/www/libraries/_FILL_RECTANGLE_draw_style.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_base64_input_stream.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_input_stream.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_null_input_stream.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_quoted_printable_input_stream.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_std_input.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_std_input_output.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_string_input_stream.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_text_file_read.html
-SmartEiffel/www/libraries/_FILTER_INPUT_STREAM_text_file_read_write.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_base64_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_html_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_null_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_quoted_printable_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_std_error.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_std_input_output.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_std_output.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_string_output_stream.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_text_file_read_write.html
-SmartEiffel/www/libraries/_FILTER_OUTPUT_STREAM_text_file_write.html
-SmartEiffel/www/libraries/_FILTER_input_stream.html
-SmartEiffel/www/libraries/_FILTER_output_stream.html
-SmartEiffel/www/libraries/_FILTER_stream.html
-SmartEiffel/www/libraries/_HASHED_DICTIONARY_hashed_dictionary.html
-SmartEiffel/www/libraries/_HASHED_DICTIONARY_hashed_dictionary_node.html
-SmartEiffel/www/libraries/_HIERARCHIC_GRAPH_NODE_hierarchic_graph_node.html
-SmartEiffel/www/libraries/_INPUT_STREAM_text_file_read.html
-SmartEiffel/www/libraries/_INSTALL_basic_directory.html
-SmartEiffel/www/libraries/_INTEGER_GENERAL_NUMBER_integer_general_number.html
-SmartEiffel/www/libraries/_ITERATOR_ON_TWO_WAY_LINKED_LIST_two_way_linked_list_node.html
-SmartEiffel/www/libraries/_JOB_job.html
-SmartEiffel/www/libraries/_JOB_ready_description.html
-SmartEiffel/www/libraries/_LABEL_draw_style.html
-SmartEiffel/www/libraries/_LAYOUT_button_space.html
-SmartEiffel/www/libraries/_LAYOUT_check_space.html
-SmartEiffel/www/libraries/_LAYOUT_container.html
-SmartEiffel/www/libraries/_LAYOUT_cursor_space.html
-SmartEiffel/www/libraries/_LAYOUT_fill_rectangle.html
-SmartEiffel/www/libraries/_LAYOUT_horizontal_line.html
-SmartEiffel/www/libraries/_LAYOUT_image.html
-SmartEiffel/www/libraries/_LAYOUT_label.html
-SmartEiffel/www/libraries/_LAYOUT_label_alignable.html
-SmartEiffel/www/libraries/_LAYOUT_line.html
-SmartEiffel/www/libraries/_LAYOUT_pixmap.html
-SmartEiffel/www/libraries/_LAYOUT_rectangle.html
-SmartEiffel/www/libraries/_LAYOUT_vertical_line.html
-SmartEiffel/www/libraries/_LAYOUT_widget.html
-SmartEiffel/www/libraries/_LAYOUT_window.html
-SmartEiffel/www/libraries/_LINE_draw_style.html
-SmartEiffel/www/libraries/_LINKED_LIST_NODE_linked_list_node.html
-SmartEiffel/www/libraries/_LINKED_LIST_linked_list.html
-SmartEiffel/www/libraries/_LINKED_LIST_linked_list_node.html
-SmartEiffel/www/libraries/_LOADED_HIERARCHIC_GRAPH_NODE_loaded_hierarchic_graph_node.html
-SmartEiffel/www/libraries/_LOOP_ITEM_background_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_event_catcher.html
-SmartEiffel/www/libraries/_LOOP_ITEM_graphic_connection.html
-SmartEiffel/www/libraries/_LOOP_ITEM_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_periodic_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_ready_description.html
-SmartEiffel/www/libraries/_LOOP_ITEM_repeat_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_simple_background_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_simple_periodic_job.html
-SmartEiffel/www/libraries/_LOOP_ITEM_text_cursor_job.html
-SmartEiffel/www/libraries/_LOOP_STACK_event_catcher.html
-SmartEiffel/www/libraries/_LOOP_STACK_loop_item.html
-SmartEiffel/www/libraries/_MUTABLE_BIG_INTEGER_big_integer_number.html
-SmartEiffel/www/libraries/_MUTABLE_BIG_INTEGER_mutable_big_integer.html
-SmartEiffel/www/libraries/_NONE_abstract_sorter.html
-SmartEiffel/www/libraries/_NONE_alignable.html
-SmartEiffel/www/libraries/_NONE_alignment.html
-SmartEiffel/www/libraries/_NONE_alignment_constants.html
-SmartEiffel/www/libraries/_NONE_any.html
-SmartEiffel/www/libraries/_NONE_arc.html
-SmartEiffel/www/libraries/_NONE_arguments.html
-SmartEiffel/www/libraries/_NONE_array.html
-SmartEiffel/www/libraries/_NONE_array2.html
-SmartEiffel/www/libraries/_NONE_array3.html
-SmartEiffel/www/libraries/_NONE_arrayed_collection.html
-SmartEiffel/www/libraries/_NONE_avl_dictionary.html
-SmartEiffel/www/libraries/_NONE_avl_dictionary_node.html
-SmartEiffel/www/libraries/_NONE_avl_helper.html
-SmartEiffel/www/libraries/_NONE_avl_node.html
-SmartEiffel/www/libraries/_NONE_avl_set.html
-SmartEiffel/www/libraries/_NONE_avl_set_node.html
-SmartEiffel/www/libraries/_NONE_background_job.html
-SmartEiffel/www/libraries/_NONE_base64_input_stream.html
-SmartEiffel/www/libraries/_NONE_base64_output_stream.html
-SmartEiffel/www/libraries/_NONE_basic_directory.html
-SmartEiffel/www/libraries/_NONE_basic_font.html
-SmartEiffel/www/libraries/_NONE_basic_renderer.html
-SmartEiffel/www/libraries/_NONE_big_integer_number.html
-SmartEiffel/www/libraries/_NONE_binary_file_read.html
-SmartEiffel/www/libraries/_NONE_binary_file_write.html
-SmartEiffel/www/libraries/_NONE_bit_n.html
-SmartEiffel/www/libraries/_NONE_bit_string.html
-SmartEiffel/www/libraries/_NONE_boolean.html
-SmartEiffel/www/libraries/_NONE_button.html
-SmartEiffel/www/libraries/_NONE_button_space.html
-SmartEiffel/www/libraries/_NONE_character.html
-SmartEiffel/www/libraries/_NONE_character_constants.html
-SmartEiffel/www/libraries/_NONE_check_button.html
-SmartEiffel/www/libraries/_NONE_check_space.html
-SmartEiffel/www/libraries/_NONE_clock.html
-SmartEiffel/www/libraries/_NONE_collection.html
-SmartEiffel/www/libraries/_NONE_collection2.html
-SmartEiffel/www/libraries/_NONE_collection3.html
-SmartEiffel/www/libraries/_NONE_collection_sorter.html
-SmartEiffel/www/libraries/_NONE_color.html
-SmartEiffel/www/libraries/_NONE_color_list.html
-SmartEiffel/www/libraries/_NONE_column_layout.html
-SmartEiffel/www/libraries/_NONE_combo.html
-SmartEiffel/www/libraries/_NONE_combo_handle.html
-SmartEiffel/www/libraries/_NONE_comparable.html
-SmartEiffel/www/libraries/_NONE_comparator_collection_sorter.html
-SmartEiffel/www/libraries/_NONE_container.html
-SmartEiffel/www/libraries/_NONE_counter.html
-SmartEiffel/www/libraries/_NONE_cursor_space.html
-SmartEiffel/www/libraries/_NONE_decoration.html
-SmartEiffel/www/libraries/_NONE_decorator.html
-SmartEiffel/www/libraries/_NONE_default_renderer.html
-SmartEiffel/www/libraries/_NONE_dictionary.html
-SmartEiffel/www/libraries/_NONE_directory.html
-SmartEiffel/www/libraries/_NONE_disposable.html
-SmartEiffel/www/libraries/_NONE_double.html
-SmartEiffel/www/libraries/_NONE_double_avl_dictionary.html
-SmartEiffel/www/libraries/_NONE_double_dictionary.html
-SmartEiffel/www/libraries/_NONE_double_hashed_dictionary.html
-SmartEiffel/www/libraries/_NONE_draw_kit.html
-SmartEiffel/www/libraries/_NONE_draw_style.html
-SmartEiffel/www/libraries/_NONE_drawable.html
-SmartEiffel/www/libraries/_NONE_drawable_handler.html
-SmartEiffel/www/libraries/_NONE_event_catcher.html
-SmartEiffel/www/libraries/_NONE_exceptions.html
-SmartEiffel/www/libraries/_NONE_fast_array.html
-SmartEiffel/www/libraries/_NONE_fast_array2.html
-SmartEiffel/www/libraries/_NONE_fast_array3.html
-SmartEiffel/www/libraries/_NONE_file.html
-SmartEiffel/www/libraries/_NONE_file_tools.html
-SmartEiffel/www/libraries/_NONE_fill_rectangle.html
-SmartEiffel/www/libraries/_NONE_filter.html
-SmartEiffel/www/libraries/_NONE_filter_input_stream.html
-SmartEiffel/www/libraries/_NONE_filter_output_stream.html
-SmartEiffel/www/libraries/_NONE_font.html
-SmartEiffel/www/libraries/_NONE_font_manager.html
-SmartEiffel/www/libraries/_NONE_fraction_general_number.html
-SmartEiffel/www/libraries/_NONE_fraction_with_big_integer_number.html
-SmartEiffel/www/libraries/_NONE_full_color_list.html
-SmartEiffel/www/libraries/_NONE_function.html
-SmartEiffel/www/libraries/_NONE_gen_rand.html
-SmartEiffel/www/libraries/_NONE_general.html
-SmartEiffel/www/libraries/_NONE_graphic.html
-SmartEiffel/www/libraries/_NONE_graphic_connection.html
-SmartEiffel/www/libraries/_NONE_hash_table_size.html
-SmartEiffel/www/libraries/_NONE_hashable.html
-SmartEiffel/www/libraries/_NONE_hashed_dictionary.html
-SmartEiffel/www/libraries/_NONE_hashed_dictionary_node.html
-SmartEiffel/www/libraries/_NONE_hashed_set.html
-SmartEiffel/www/libraries/_NONE_hierarchic_graph_node.html
-SmartEiffel/www/libraries/_NONE_horizontal_line.html
-SmartEiffel/www/libraries/_NONE_html_output_stream.html
-SmartEiffel/www/libraries/_NONE_image.html
-SmartEiffel/www/libraries/_NONE_input_stream.html
-SmartEiffel/www/libraries/_NONE_input_watched_file.html
-SmartEiffel/www/libraries/_NONE_integer.html
-SmartEiffel/www/libraries/_NONE_integer_16.html
-SmartEiffel/www/libraries/_NONE_integer_32.html
-SmartEiffel/www/libraries/_NONE_integer_64.html
-SmartEiffel/www/libraries/_NONE_integer_64_number.html
-SmartEiffel/www/libraries/_NONE_integer_8.html
-SmartEiffel/www/libraries/_NONE_integer_general.html
-SmartEiffel/www/libraries/_NONE_integer_general_number.html
-SmartEiffel/www/libraries/_NONE_iterator.html
-SmartEiffel/www/libraries/_NONE_iterator_on_collection.html
-SmartEiffel/www/libraries/_NONE_iterator_on_dictionary_items.html
-SmartEiffel/www/libraries/_NONE_iterator_on_dictionary_keys.html
-SmartEiffel/www/libraries/_NONE_iterator_on_linked_list.html
-SmartEiffel/www/libraries/_NONE_iterator_on_set.html
-SmartEiffel/www/libraries/_NONE_iterator_on_string.html
-SmartEiffel/www/libraries/_NONE_iterator_on_two_way_linked_list.html
-SmartEiffel/www/libraries/_NONE_iterator_on_unicode_string.html
-SmartEiffel/www/libraries/_NONE_job.html
-SmartEiffel/www/libraries/_NONE_label.html
-SmartEiffel/www/libraries/_NONE_label_alignable.html
-SmartEiffel/www/libraries/_NONE_layout.html
-SmartEiffel/www/libraries/_NONE_line.html
-SmartEiffel/www/libraries/_NONE_linked_collection.html
-SmartEiffel/www/libraries/_NONE_linked_list.html
-SmartEiffel/www/libraries/_NONE_linked_list_node.html
-SmartEiffel/www/libraries/_NONE_list_window.html
-SmartEiffel/www/libraries/_NONE_loaded_hierarchic_graph_node.html
-SmartEiffel/www/libraries/_NONE_loop_item.html
-SmartEiffel/www/libraries/_NONE_loop_stack.html
-SmartEiffel/www/libraries/_NONE_math_constants.html
-SmartEiffel/www/libraries/_NONE_memo.html
-SmartEiffel/www/libraries/_NONE_memory.html
-SmartEiffel/www/libraries/_NONE_menu.html
-SmartEiffel/www/libraries/_NONE_menu_bar.html
-SmartEiffel/www/libraries/_NONE_microsecond_time.html
-SmartEiffel/www/libraries/_NONE_min_stand.html
-SmartEiffel/www/libraries/_NONE_mini_parser_buffer.html
-SmartEiffel/www/libraries/_NONE_mutable_big_integer.html
-SmartEiffel/www/libraries/_NONE_native_array.html
-SmartEiffel/www/libraries/_NONE_null_input_stream.html
-SmartEiffel/www/libraries/_NONE_null_output_stream.html
-SmartEiffel/www/libraries/_NONE_number.html
-SmartEiffel/www/libraries/_NONE_number_tools.html
-SmartEiffel/www/libraries/_NONE_numeric.html
-SmartEiffel/www/libraries/_NONE_output_stream.html
-SmartEiffel/www/libraries/_NONE_output_watched_file.html
-SmartEiffel/www/libraries/_NONE_periodic_job.html
-SmartEiffel/www/libraries/_NONE_pixmap.html
-SmartEiffel/www/libraries/_NONE_platform.html
-SmartEiffel/www/libraries/_NONE_point.html
-SmartEiffel/www/libraries/_NONE_pointer.html
-SmartEiffel/www/libraries/_NONE_pointer_status.html
-SmartEiffel/www/libraries/_NONE_predicate.html
-SmartEiffel/www/libraries/_NONE_procedure.html
-SmartEiffel/www/libraries/_NONE_quoted_printable_input_stream.html
-SmartEiffel/www/libraries/_NONE_quoted_printable_output_stream.html
-SmartEiffel/www/libraries/_NONE_ready_description.html
-SmartEiffel/www/libraries/_NONE_real.html
-SmartEiffel/www/libraries/_NONE_real_general.html
-SmartEiffel/www/libraries/_NONE_rect.html
-SmartEiffel/www/libraries/_NONE_rectangle.html
-SmartEiffel/www/libraries/_NONE_renderer.html
-SmartEiffel/www/libraries/_NONE_repeat_button.html
-SmartEiffel/www/libraries/_NONE_repeat_job.html
-SmartEiffel/www/libraries/_NONE_reverse_collection_sorter.html
-SmartEiffel/www/libraries/_NONE_ring_array.html
-SmartEiffel/www/libraries/_NONE_root_layout.html
-SmartEiffel/www/libraries/_NONE_root_window.html
-SmartEiffel/www/libraries/_NONE_routine.html
-SmartEiffel/www/libraries/_NONE_row_layout.html
-SmartEiffel/www/libraries/_NONE_safe_equal.html
-SmartEiffel/www/libraries/_NONE_scroll_layout.html
-SmartEiffel/www/libraries/_NONE_scroll_view.html
-SmartEiffel/www/libraries/_NONE_sensitive.html
-SmartEiffel/www/libraries/_NONE_set.html
-SmartEiffel/www/libraries/_NONE_signal_0.html
-SmartEiffel/www/libraries/_NONE_signal_1.html
-SmartEiffel/www/libraries/_NONE_signal_2.html
-SmartEiffel/www/libraries/_NONE_signal_4.html
-SmartEiffel/www/libraries/_NONE_simple_background_job.html
-SmartEiffel/www/libraries/_NONE_simple_dictionary.html
-SmartEiffel/www/libraries/_NONE_simple_periodic_job.html
-SmartEiffel/www/libraries/_NONE_standard_streams.html
-SmartEiffel/www/libraries/_NONE_state.html
-SmartEiffel/www/libraries/_NONE_state_constants.html
-SmartEiffel/www/libraries/_NONE_std_error.html
-SmartEiffel/www/libraries/_NONE_std_input.html
-SmartEiffel/www/libraries/_NONE_std_input_output.html
-SmartEiffel/www/libraries/_NONE_std_output.html
-SmartEiffel/www/libraries/_NONE_std_rand.html
-SmartEiffel/www/libraries/_NONE_stream.html
-SmartEiffel/www/libraries/_NONE_string.html
-SmartEiffel/www/libraries/_NONE_string_handler.html
-SmartEiffel/www/libraries/_NONE_string_input_stream.html
-SmartEiffel/www/libraries/_NONE_string_output_stream.html
-SmartEiffel/www/libraries/_NONE_sub_window.html
-SmartEiffel/www/libraries/_NONE_system.html
-SmartEiffel/www/libraries/_NONE_terminal_input_output_stream.html
-SmartEiffel/www/libraries/_NONE_terminal_input_stream.html
-SmartEiffel/www/libraries/_NONE_terminal_output_stream.html
-SmartEiffel/www/libraries/_NONE_text_cursor_job.html
-SmartEiffel/www/libraries/_NONE_text_field.html
-SmartEiffel/www/libraries/_NONE_text_file_read.html
-SmartEiffel/www/libraries/_NONE_text_file_read_write.html
-SmartEiffel/www/libraries/_NONE_text_file_write.html
-SmartEiffel/www/libraries/_NONE_time.html
-SmartEiffel/www/libraries/_NONE_time_formatter.html
-SmartEiffel/www/libraries/_NONE_time_in_english.html
-SmartEiffel/www/libraries/_NONE_time_in_french.html
-SmartEiffel/www/libraries/_NONE_time_in_german.html
-SmartEiffel/www/libraries/_NONE_time_in_italian.html
-SmartEiffel/www/libraries/_NONE_time_in_some_language.html
-SmartEiffel/www/libraries/_NONE_time_in_spanish.html
-SmartEiffel/www/libraries/_NONE_toplevel_window.html
-SmartEiffel/www/libraries/_NONE_tuple.html
-SmartEiffel/www/libraries/_NONE_two_way_linked_list.html
-SmartEiffel/www/libraries/_NONE_two_way_linked_list_node.html
-SmartEiffel/www/libraries/_NONE_unicode_string.html
-SmartEiffel/www/libraries/_NONE_unicode_string_handler.html
-SmartEiffel/www/libraries/_NONE_utf8_parser.html
-SmartEiffel/www/libraries/_NONE_vertical_line.html
-SmartEiffel/www/libraries/_NONE_vision.html
-SmartEiffel/www/libraries/_NONE_vision_loop_stack.html
-SmartEiffel/www/libraries/_NONE_weak_reference.html
-SmartEiffel/www/libraries/_NONE_when_close_requested.html
-SmartEiffel/www/libraries/_NONE_when_double_clicked.html
-SmartEiffel/www/libraries/_NONE_when_expose.html
-SmartEiffel/www/libraries/_NONE_when_fully_visible.html
-SmartEiffel/www/libraries/_NONE_when_geometry_change.html
-SmartEiffel/www/libraries/_NONE_when_key_down.html
-SmartEiffel/www/libraries/_NONE_when_key_up.html
-SmartEiffel/www/libraries/_NONE_when_left_clicked.html
-SmartEiffel/www/libraries/_NONE_when_left_down.html
-SmartEiffel/www/libraries/_NONE_when_left_up.html
-SmartEiffel/www/libraries/_NONE_when_mapped.html
-SmartEiffel/www/libraries/_NONE_when_middle_clicked.html
-SmartEiffel/www/libraries/_NONE_when_middle_down.html
-SmartEiffel/www/libraries/_NONE_when_middle_up.html
-SmartEiffel/www/libraries/_NONE_when_not_visible.html
-SmartEiffel/www/libraries/_NONE_when_partially_visible.html
-SmartEiffel/www/libraries/_NONE_when_pointer_enter.html
-SmartEiffel/www/libraries/_NONE_when_pointer_leave.html
-SmartEiffel/www/libraries/_NONE_when_pointer_move.html
-SmartEiffel/www/libraries/_NONE_when_right_clicked.html
-SmartEiffel/www/libraries/_NONE_when_right_down.html
-SmartEiffel/www/libraries/_NONE_when_right_up.html
-SmartEiffel/www/libraries/_NONE_when_unmapped.html
-SmartEiffel/www/libraries/_NONE_when_wheel_down.html
-SmartEiffel/www/libraries/_NONE_when_wheel_up.html
-SmartEiffel/www/libraries/_NONE_widget.html
-SmartEiffel/www/libraries/_NONE_window.html
-SmartEiffel/www/libraries/_NUMBER_big_integer_number.html
-SmartEiffel/www/libraries/_NUMBER_fraction_general_number.html
-SmartEiffel/www/libraries/_NUMBER_fraction_with_big_integer_number.html
-SmartEiffel/www/libraries/_NUMBER_integer_64_number.html
-SmartEiffel/www/libraries/_NUMBER_integer_general_number.html
-SmartEiffel/www/libraries/_NUMBER_mutable_big_integer.html
-SmartEiffel/www/libraries/_NUMBER_number.html
-SmartEiffel/www/libraries/_REAL_GENERAL_double.html
-SmartEiffel/www/libraries/_REAL_GENERAL_real.html
-SmartEiffel/www/libraries/_REAL_GENERAL_real_general.html
-SmartEiffel/www/libraries/_RECTANGLE_draw_style.html
-SmartEiffel/www/libraries/_RING_ARRAY_ring_array.html
-SmartEiffel/www/libraries/_ROOT_WINDOW_toplevel_window.html
-SmartEiffel/www/libraries/_ROOT_WINDOW_window.html
-SmartEiffel/www/libraries/_SCROLL_VIEW_scroll_layout.html
-SmartEiffel/www/libraries/_SENSITIVE_vision.html
-SmartEiffel/www/libraries/_SET_hashed_set.html
-SmartEiffel/www/libraries/_STD_INPUT_std_output.html
-SmartEiffel/www/libraries/_STREAM_filter.html
-SmartEiffel/www/libraries/_STREAM_filter_input_stream.html
-SmartEiffel/www/libraries/_STREAM_filter_output_stream.html
-SmartEiffel/www/libraries/_STRING_string.html
-SmartEiffel/www/libraries/_TEXT_CURSOR_JOB_text_field.html
-SmartEiffel/www/libraries/_TEXT_FILE_READ_text_file_read.html
-SmartEiffel/www/libraries/_TIME_time.html
-SmartEiffel/www/libraries/_TWO_WAY_LINKED_LIST_two_way_linked_list.html
-SmartEiffel/www/libraries/_TWO_WAY_LINKED_LIST_two_way_linked_list_node.html
-SmartEiffel/www/libraries/_UNICODE_STRING_unicode_string.html
-SmartEiffel/www/libraries/_VISION_LOOP_STACK_vision.html
-SmartEiffel/www/libraries/_VISION_event_catcher.html
-SmartEiffel/www/libraries/_VISION_vision_loop_stack.html
-SmartEiffel/www/libraries/_WHEN_LEFT_CLICKED_repeat_job.html
-SmartEiffel/www/libraries/_WIDGET_container.html
-SmartEiffel/www/libraries/_WIDGET_root_window.html
-SmartEiffel/www/libraries/_WIDGET_scroll_view.html
-SmartEiffel/www/libraries/_WINDOW_color.html
-SmartEiffel/www/libraries/_WINDOW_vision.html
-SmartEiffel/www/libraries/_WINDOW_window.html
-SmartEiffel/www/libraries/abstract_sorter.html
-SmartEiffel/www/libraries/alignable.html
-SmartEiffel/www/libraries/alignment.html
-SmartEiffel/www/libraries/alignment_constants.html
-SmartEiffel/www/libraries/all_classes.html
-SmartEiffel/www/libraries/any.html
-SmartEiffel/www/libraries/arc.html
-SmartEiffel/www/libraries/arguments.html
-SmartEiffel/www/libraries/array.html
-SmartEiffel/www/libraries/array2.html
-SmartEiffel/www/libraries/array3.html
-SmartEiffel/www/libraries/arrayed_collection.html
-SmartEiffel/www/libraries/avl_dictionary.html
-SmartEiffel/www/libraries/avl_dictionary_node.html
-SmartEiffel/www/libraries/avl_helper.html
-SmartEiffel/www/libraries/avl_node.html
-SmartEiffel/www/libraries/avl_set.html
-SmartEiffel/www/libraries/avl_set_node.html
-SmartEiffel/www/libraries/background_job.html
-SmartEiffel/www/libraries/base64_input_stream.html
-SmartEiffel/www/libraries/base64_output_stream.html
-SmartEiffel/www/libraries/basic_directory.html
-SmartEiffel/www/libraries/basic_font.html
-SmartEiffel/www/libraries/basic_renderer.html
-SmartEiffel/www/libraries/big_integer_number.html
-SmartEiffel/www/libraries/binary_file_read.html
-SmartEiffel/www/libraries/binary_file_write.html
-SmartEiffel/www/libraries/bit_n.html
-SmartEiffel/www/libraries/bit_string.html
-SmartEiffel/www/libraries/boolean.html
-SmartEiffel/www/libraries/button.html
-SmartEiffel/www/libraries/button_space.html
-SmartEiffel/www/libraries/character.html
-SmartEiffel/www/libraries/character_constants.html
-SmartEiffel/www/libraries/check_button.html
-SmartEiffel/www/libraries/check_space.html
-SmartEiffel/www/libraries/clock.html
-SmartEiffel/www/libraries/cluster_lib@abilities.html
-SmartEiffel/www/libraries/cluster_lib@io.html
-SmartEiffel/www/libraries/cluster_lib@io@filter.html
-SmartEiffel/www/libraries/cluster_lib@io@low_level.html
-SmartEiffel/www/libraries/cluster_lib@io@terminal.html
-SmartEiffel/www/libraries/cluster_lib@iterator.html
-SmartEiffel/www/libraries/cluster_lib@iterator@internal.html
-SmartEiffel/www/libraries/cluster_lib@kernel.html
-SmartEiffel/www/libraries/cluster_lib@misc.html
-SmartEiffel/www/libraries/cluster_lib@numeric.html
-SmartEiffel/www/libraries/cluster_lib@numeric@internal.html
-SmartEiffel/www/libraries/cluster_lib@random.html
-SmartEiffel/www/libraries/cluster_lib@sequencer.html
-SmartEiffel/www/libraries/cluster_lib@signal.html
-SmartEiffel/www/libraries/cluster_lib@sorting.html
-SmartEiffel/www/libraries/cluster_lib@storage.html
-SmartEiffel/www/libraries/cluster_lib@storage@collection.html
-SmartEiffel/www/libraries/cluster_lib@storage@collection2.html
-SmartEiffel/www/libraries/cluster_lib@storage@collection3.html
-SmartEiffel/www/libraries/cluster_lib@storage@dictionary.html
-SmartEiffel/www/libraries/cluster_lib@storage@internal.html
-SmartEiffel/www/libraries/cluster_lib@storage@low_level.html
-SmartEiffel/www/libraries/cluster_lib@storage@set.html
-SmartEiffel/www/libraries/cluster_lib@string.html
-SmartEiffel/www/libraries/cluster_lib@time.html
-SmartEiffel/www/libraries/cluster_lib@time@formatter.html
-SmartEiffel/www/libraries/cluster_lib@unicode.html
-SmartEiffel/www/libraries/cluster_lib@vision.html
-SmartEiffel/www/libraries/cluster_lib@vision@button.html
-SmartEiffel/www/libraries/cluster_lib@vision@color.html
-SmartEiffel/www/libraries/cluster_lib@vision@decoration.html
-SmartEiffel/www/libraries/cluster_lib@vision@events.html
-SmartEiffel/www/libraries/cluster_lib@vision@layouts.html
-SmartEiffel/www/libraries/cluster_lib@vision@render.html
-SmartEiffel/www/libraries/cluster_lib@vision@window.html
-SmartEiffel/www/libraries/clusters.html
-SmartEiffel/www/libraries/collection.html
-SmartEiffel/www/libraries/collection2.html
-SmartEiffel/www/libraries/collection3.html
-SmartEiffel/www/libraries/collection_sorter.html
-SmartEiffel/www/libraries/color.html
-SmartEiffel/www/libraries/color_list.html
-SmartEiffel/www/libraries/column_layout.html
-SmartEiffel/www/libraries/combo.html
-SmartEiffel/www/libraries/combo_handle.html
-SmartEiffel/www/libraries/comparable.html
-SmartEiffel/www/libraries/comparator_collection_sorter.html
-SmartEiffel/www/libraries/container.html
-SmartEiffel/www/libraries/counter.html
-SmartEiffel/www/libraries/cursor_space.html
-SmartEiffel/www/libraries/decoration.html
-SmartEiffel/www/libraries/decorator.html
-SmartEiffel/www/libraries/default_renderer.html
-SmartEiffel/www/libraries/dictionary.html
-SmartEiffel/www/libraries/directory.html
-SmartEiffel/www/libraries/disposable.html
-SmartEiffel/www/libraries/double.html
-SmartEiffel/www/libraries/double_avl_dictionary.html
-SmartEiffel/www/libraries/double_dictionary.html
-SmartEiffel/www/libraries/double_hashed_dictionary.html
-SmartEiffel/www/libraries/draw_kit.html
-SmartEiffel/www/libraries/draw_style.html
-SmartEiffel/www/libraries/drawable.html
-SmartEiffel/www/libraries/drawable_handler.html
-SmartEiffel/www/libraries/eiffeldoc.sh
-SmartEiffel/www/libraries/event_catcher.html
-SmartEiffel/www/libraries/exceptions.html
-SmartEiffel/www/libraries/fast_array.html
-SmartEiffel/www/libraries/fast_array2.html
-SmartEiffel/www/libraries/fast_array3.html
-SmartEiffel/www/libraries/file.html
-SmartEiffel/www/libraries/file_tools.html
-SmartEiffel/www/libraries/fill_rectangle.html
-SmartEiffel/www/libraries/filter.html
-SmartEiffel/www/libraries/filter_input_stream.html
-SmartEiffel/www/libraries/filter_output_stream.html
-SmartEiffel/www/libraries/font.html
-SmartEiffel/www/libraries/font_manager.html
-SmartEiffel/www/libraries/fraction_general_number.html
-SmartEiffel/www/libraries/fraction_with_big_integer_number.html
-SmartEiffel/www/libraries/full_color_list.html
-SmartEiffel/www/libraries/function.html
-SmartEiffel/www/libraries/gen_rand.html
-SmartEiffel/www/libraries/general.html
-SmartEiffel/www/libraries/graphic.html
-SmartEiffel/www/libraries/graphic_connection.html
-SmartEiffel/www/libraries/hash_table_size.html
-SmartEiffel/www/libraries/hashable.html
-SmartEiffel/www/libraries/hashed_dictionary.html
-SmartEiffel/www/libraries/hashed_dictionary_node.html
-SmartEiffel/www/libraries/hashed_set.html
-SmartEiffel/www/libraries/hierarchic_graph_node.html
-SmartEiffel/www/libraries/horizontal_line.html
-SmartEiffel/www/libraries/html_output_stream.html
-SmartEiffel/www/libraries/image.html
-SmartEiffel/www/libraries/index.html
-SmartEiffel/www/libraries/input_stream.html
-SmartEiffel/www/libraries/input_watched_file.html
-SmartEiffel/www/libraries/integer.html
-SmartEiffel/www/libraries/integer_16.html
-SmartEiffel/www/libraries/integer_32.html
-SmartEiffel/www/libraries/integer_64.html
-SmartEiffel/www/libraries/integer_64_number.html
-SmartEiffel/www/libraries/integer_8.html
-SmartEiffel/www/libraries/integer_general.html
-SmartEiffel/www/libraries/integer_general_number.html
-SmartEiffel/www/libraries/iterator.html
-SmartEiffel/www/libraries/iterator_on_collection.html
-SmartEiffel/www/libraries/iterator_on_dictionary_items.html
-SmartEiffel/www/libraries/iterator_on_dictionary_keys.html
-SmartEiffel/www/libraries/iterator_on_linked_list.html
-SmartEiffel/www/libraries/iterator_on_set.html
-SmartEiffel/www/libraries/iterator_on_string.html
-SmartEiffel/www/libraries/iterator_on_two_way_linked_list.html
-SmartEiffel/www/libraries/iterator_on_unicode_string.html
-SmartEiffel/www/libraries/job.html
-SmartEiffel/www/libraries/label.html
-SmartEiffel/www/libraries/label_alignable.html
-SmartEiffel/www/libraries/layout.html
-SmartEiffel/www/libraries/line.html
-SmartEiffel/www/libraries/linked_collection.html
-SmartEiffel/www/libraries/linked_list.html
-SmartEiffel/www/libraries/linked_list_node.html
-SmartEiffel/www/libraries/list_window.html
-SmartEiffel/www/libraries/loaded_hierarchic_graph_node.html
-SmartEiffel/www/libraries/loop_item.html
-SmartEiffel/www/libraries/loop_stack.html
-SmartEiffel/www/libraries/math_constants.html
-SmartEiffel/www/libraries/memo.html
-SmartEiffel/www/libraries/memory.html
-SmartEiffel/www/libraries/menu.html
-SmartEiffel/www/libraries/menu_bar.html
-SmartEiffel/www/libraries/microsecond_time.html
-SmartEiffel/www/libraries/min_stand.html
-SmartEiffel/www/libraries/mini_parser_buffer.html
-SmartEiffel/www/libraries/mutable_big_integer.html
-SmartEiffel/www/libraries/native_array.html
-SmartEiffel/www/libraries/null_input_stream.html
-SmartEiffel/www/libraries/null_output_stream.html
-SmartEiffel/www/libraries/number.html
-SmartEiffel/www/libraries/number_tools.html
-SmartEiffel/www/libraries/numeric.html
-SmartEiffel/www/libraries/output_stream.html
-SmartEiffel/www/libraries/output_watched_file.html
-SmartEiffel/www/libraries/periodic_job.html
-SmartEiffel/www/libraries/pixmap.html
-SmartEiffel/www/libraries/platform.html
-SmartEiffel/www/libraries/point.html
-SmartEiffel/www/libraries/pointer.html
-SmartEiffel/www/libraries/pointer_status.html
-SmartEiffel/www/libraries/predicate.html
-SmartEiffel/www/libraries/procedure.html
-SmartEiffel/www/libraries/quoted_printable_input_stream.html
-SmartEiffel/www/libraries/quoted_printable_output_stream.html
-SmartEiffel/www/libraries/ready_description.html
-SmartEiffel/www/libraries/real.html
-SmartEiffel/www/libraries/real_general.html
-SmartEiffel/www/libraries/rect.html
-SmartEiffel/www/libraries/rectangle.html
-SmartEiffel/www/libraries/renderer.html
-SmartEiffel/www/libraries/repeat_button.html
-SmartEiffel/www/libraries/repeat_job.html
-SmartEiffel/www/libraries/return_home.html
-SmartEiffel/www/libraries/reverse_collection_sorter.html
-SmartEiffel/www/libraries/ring_array.html
-SmartEiffel/www/libraries/root_layout.html
-SmartEiffel/www/libraries/root_window.html
-SmartEiffel/www/libraries/routine.html
-SmartEiffel/www/libraries/row_layout.html
-SmartEiffel/www/libraries/safe_equal.html
-SmartEiffel/www/libraries/scroll_layout.html
-SmartEiffel/www/libraries/scroll_view.html
-SmartEiffel/www/libraries/sensitive.html
-SmartEiffel/www/libraries/separator.html
-SmartEiffel/www/libraries/set.html
-SmartEiffel/www/libraries/signal_0.html
-SmartEiffel/www/libraries/signal_1.html
-SmartEiffel/www/libraries/signal_2.html
-SmartEiffel/www/libraries/signal_4.html
-SmartEiffel/www/libraries/simple_background_job.html
-SmartEiffel/www/libraries/simple_dictionary.html
-SmartEiffel/www/libraries/simple_periodic_job.html
-SmartEiffel/www/libraries/standard_streams.html
-SmartEiffel/www/libraries/state.html
-SmartEiffel/www/libraries/state_constants.html
-SmartEiffel/www/libraries/std_error.html
-SmartEiffel/www/libraries/std_input.html
-SmartEiffel/www/libraries/std_input_output.html
-SmartEiffel/www/libraries/std_output.html
-SmartEiffel/www/libraries/std_rand.html
-SmartEiffel/www/libraries/stream.html
-SmartEiffel/www/libraries/string.html
-SmartEiffel/www/libraries/string_handler.html
-SmartEiffel/www/libraries/string_input_stream.html
-SmartEiffel/www/libraries/string_output_stream.html
-SmartEiffel/www/libraries/sub_window.html
-SmartEiffel/www/libraries/summary.html
-SmartEiffel/www/libraries/summary_lib@abilities.html
-SmartEiffel/www/libraries/summary_lib@io.html
-SmartEiffel/www/libraries/summary_lib@io@filter.html
-SmartEiffel/www/libraries/summary_lib@io@low_level.html
-SmartEiffel/www/libraries/summary_lib@io@terminal.html
-SmartEiffel/www/libraries/summary_lib@iterator.html
-SmartEiffel/www/libraries/summary_lib@iterator@internal.html
-SmartEiffel/www/libraries/summary_lib@kernel.html
-SmartEiffel/www/libraries/summary_lib@misc.html
-SmartEiffel/www/libraries/summary_lib@numeric.html
-SmartEiffel/www/libraries/summary_lib@numeric@internal.html
-SmartEiffel/www/libraries/summary_lib@random.html
-SmartEiffel/www/libraries/summary_lib@sequencer.html
-SmartEiffel/www/libraries/summary_lib@signal.html
-SmartEiffel/www/libraries/summary_lib@sorting.html
-SmartEiffel/www/libraries/summary_lib@storage.html
-SmartEiffel/www/libraries/summary_lib@storage@collection.html
-SmartEiffel/www/libraries/summary_lib@storage@collection2.html
-SmartEiffel/www/libraries/summary_lib@storage@collection3.html
-SmartEiffel/www/libraries/summary_lib@storage@dictionary.html
-SmartEiffel/www/libraries/summary_lib@storage@internal.html
-SmartEiffel/www/libraries/summary_lib@storage@low_level.html
-SmartEiffel/www/libraries/summary_lib@storage@set.html
-SmartEiffel/www/libraries/summary_lib@string.html
-SmartEiffel/www/libraries/summary_lib@time.html
-SmartEiffel/www/libraries/summary_lib@time@formatter.html
-SmartEiffel/www/libraries/summary_lib@unicode.html
-SmartEiffel/www/libraries/summary_lib@vision.html
-SmartEiffel/www/libraries/summary_lib@vision@button.html
-SmartEiffel/www/libraries/summary_lib@vision@color.html
-SmartEiffel/www/libraries/summary_lib@vision@decoration.html
-SmartEiffel/www/libraries/summary_lib@vision@events.html
-SmartEiffel/www/libraries/summary_lib@vision@layouts.html
-SmartEiffel/www/libraries/summary_lib@vision@render.html
-SmartEiffel/www/libraries/summary_lib@vision@window.html
-SmartEiffel/www/libraries/system.html
-SmartEiffel/www/libraries/terminal_input_output_stream.html
-SmartEiffel/www/libraries/terminal_input_stream.html
-SmartEiffel/www/libraries/terminal_output_stream.html
-SmartEiffel/www/libraries/text_cursor_job.html
-SmartEiffel/www/libraries/text_field.html
-SmartEiffel/www/libraries/text_file_read.html
-SmartEiffel/www/libraries/text_file_read_write.html
-SmartEiffel/www/libraries/text_file_write.html
-SmartEiffel/www/libraries/time.html
-SmartEiffel/www/libraries/time_formatter.html
-SmartEiffel/www/libraries/time_in_english.html
-SmartEiffel/www/libraries/time_in_french.html
-SmartEiffel/www/libraries/time_in_german.html
-SmartEiffel/www/libraries/time_in_italian.html
-SmartEiffel/www/libraries/time_in_some_language.html
-SmartEiffel/www/libraries/time_in_spanish.html
-SmartEiffel/www/libraries/toplevel_window.html
-SmartEiffel/www/libraries/tuple.html
-SmartEiffel/www/libraries/two_way_linked_list.html
-SmartEiffel/www/libraries/two_way_linked_list_node.html
-SmartEiffel/www/libraries/unicode_string.html
-SmartEiffel/www/libraries/unicode_string_handler.html
-SmartEiffel/www/libraries/utf8_parser.html
-SmartEiffel/www/libraries/vertical_line.html
-SmartEiffel/www/libraries/vision.html
-SmartEiffel/www/libraries/vision_loop_stack.html
-SmartEiffel/www/libraries/weak_reference.html
-SmartEiffel/www/libraries/when_close_requested.html
-SmartEiffel/www/libraries/when_double_clicked.html
-SmartEiffel/www/libraries/when_expose.html
-SmartEiffel/www/libraries/when_fully_visible.html
-SmartEiffel/www/libraries/when_geometry_change.html
-SmartEiffel/www/libraries/when_key_down.html
-SmartEiffel/www/libraries/when_key_up.html
-SmartEiffel/www/libraries/when_left_clicked.html
-SmartEiffel/www/libraries/when_left_down.html
-SmartEiffel/www/libraries/when_left_up.html
-SmartEiffel/www/libraries/when_mapped.html
-SmartEiffel/www/libraries/when_middle_clicked.html
-SmartEiffel/www/libraries/when_middle_down.html
-SmartEiffel/www/libraries/when_middle_up.html
-SmartEiffel/www/libraries/when_not_visible.html
-SmartEiffel/www/libraries/when_partially_visible.html
-SmartEiffel/www/libraries/when_pointer_enter.html
-SmartEiffel/www/libraries/when_pointer_leave.html
-SmartEiffel/www/libraries/when_pointer_move.html
-SmartEiffel/www/libraries/when_right_clicked.html
-SmartEiffel/www/libraries/when_right_down.html
-SmartEiffel/www/libraries/when_right_up.html
-SmartEiffel/www/libraries/when_unmapped.html
-SmartEiffel/www/libraries/when_wheel_down.html
-SmartEiffel/www/libraries/when_wheel_up.html
-SmartEiffel/www/libraries/widget.html
-SmartEiffel/www/libraries/window.html
-SmartEiffel/www/man/SmartEiffelFAQ.html
-SmartEiffel/www/man/c_code.html
-SmartEiffel/www/man/cecil.html
-SmartEiffel/www/man/clean.html
-SmartEiffel/www/man/compile.html
-SmartEiffel/www/man/compile_to_c.html
-SmartEiffel/www/man/compile_to_jvm.html
-SmartEiffel/www/man/external.html
-SmartEiffel/www/man/finder.html
-SmartEiffel/www/man/install.html
-SmartEiffel/www/man/pretty.html
-SmartEiffel/www/man/print_jvm_class.html
-SmartEiffel/www/man/sedb.html
-SmartEiffel/www/man/short.html
-SmartEiffel/www/man/system.html
-SmartEiffel/www/misc/HISTORY.html
-SmartEiffel/www/misc/NOT_YET_IMPLEMENTED.html
-SmartEiffel/www/misc/THANKS.html
-SmartEiffel/www/misc/people.html
-SmartEiffel/www/papers/future.html
-SmartEiffel/www/papers/ismm98.pdf
-SmartEiffel/www/papers/ismm98.pdf.gz
-SmartEiffel/www/papers/ismm98.ps
-SmartEiffel/www/papers/ismm98.ps.gz
-SmartEiffel/www/papers/jmlc97.pdf
-SmartEiffel/www/papers/jmlc97.pdf.gz
-SmartEiffel/www/papers/jmlc97.ps
-SmartEiffel/www/papers/jmlc97.ps.gz
-SmartEiffel/www/papers/jot2004.pdf
-SmartEiffel/www/papers/oopsla97.pdf
-SmartEiffel/www/papers/oopsla97.pdf.gz
-SmartEiffel/www/papers/oopsla97.ps
-SmartEiffel/www/papers/oopsla97.ps.gz
-SmartEiffel/www/papers/papers.html
-SmartEiffel/www/papers/tools-europe-99.pdf
-SmartEiffel/www/papers/tools-europe-99.pdf.gz
-SmartEiffel/www/papers/tools-europe-99.ps
-SmartEiffel/www/papers/tools-europe-99.ps.gz
-SmartEiffel/www/papers/tools-pacific-1999.pdf
-SmartEiffel/www/papers/tools-pacific-1999.pdf.gz
-SmartEiffel/www/papers/tools-pacific-1999.ps
-SmartEiffel/www/papers/tools-pacific-1999.ps.gz
-SmartEiffel/www/smartzilla_stats/bug_status.html
-SmartEiffel/www/support/bug_report.html
-SmartEiffel/www/support/mailing-list.html
-SmartEiffel/www/support/support.html
-SmartEiffel/www/system/system.html
-SmartEiffel/www/technical/technical.html
diff --git a/lang/SmartEiffel/distinfo b/lang/SmartEiffel/distinfo
deleted file mode 100644
index 12ab9c05e1b..00000000000
--- a/lang/SmartEiffel/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2009/08/08 23:32:17 tnn Exp $
-
-SHA1 (SmartEiffel-2.0/se.tar.bz2) = 343747fc62460b43d5a00d58fab12c4f1542fb10
-RMD160 (SmartEiffel-2.0/se.tar.bz2) = 7429864c1f72ffdda8cc6b56e904c446e1303a8e
-Size (SmartEiffel-2.0/se.tar.bz2) = 4136823 bytes
-SHA1 (patch-aa) = 7133eec761eb939a97f6a028d407944d74573555
diff --git a/lang/SmartEiffel/files/system.se b/lang/SmartEiffel/files/system.se
deleted file mode 100644
index 91cdef46586..00000000000
--- a/lang/SmartEiffel/files/system.se
+++ /dev/null
@@ -1,140 +0,0 @@
--- This is the configuration file of SmartEiffel, generated by the
--- SmartEiffel installer.
--- If you have any problems or questions, please:
--- - either look at the SmartEiffel site (http://SmartEiffel.loria.fr)
--- - or contact the SmartEiffel team (SmartEiffel@loria.fr)
--- ======================================================================= --
-[General]
-
--- This section contains some general-purpose keys. They describe how is the
--- SmartEiffel distribution arranged, and on which operating system it was
--- installed.
-
--- The 'bin' key is the path to the directory that contains the SmartEiffel
--- directory. It is used by 'compile' to find 'compile_to_c'.
-
--- The 'sys' directory is used to find the C and Java files used by the
--- compilers.
-
--- The 'short' directory is used by the 'short' utility to format the output.
-
--- The 'os' key tells on which system SmartEiffel is installed on.
-
--- At last, 'tag' gives the version of install configuration (used only by the
--- installer)
-
-bin: XXXWORKDIRXXX/SmartEiffel/bin/
-sys: XXXWORKDIRXXX/SmartEiffel/sys/
-short: XXXWORKDIRXXX/SmartEiffel/short/
-os: UNIX
-tag: 2
-
-[Environment]
-
--- This section contains keys that can be used environment variables. They may
--- be used by other sections (typically [Loadpath]) or Ace files.
-
-path_tutorial: XXXWORKDIRXXX/SmartEiffel/tutorial/
-path_tools: XXXWORKDIRXXX/SmartEiffel/tools/
-path_lib: XXXWORKDIRXXX/SmartEiffel/lib/
-
-[Loadpath]
-
--- This section contains the default loadpaths used by this SmartEiffel
--- installation.
-
--- The key is used when naming clusters (SmartEiffel output when a
--- class is not found, or external tools like eiffeldoc)
-
--- The value of the key is the path to a loadpath file.
-
--- Note that the loadpath files are read in the order given below.
-
-lib: ${path_lib}loadpath.se
-tools: ${path_tools}loadpath.se
-tutorial: ${path_tutorial}loadpath.se
-
-
--- ======================================================================= --
-
--- Below are the "C mode" sections. Each C mode describes which C compiler must
--- be called, with which options, which linker, and so on. The keys are
--- described below.
-
--- The first sections (boost, ..., debug_check) are by default used in
--- conjunction with the corresponding SmartEiffel check level. This behaviour
--- may be changed by using the -c_mode flag.
-
--- The recognized keys in each section are:
-
--- 'compiler_type', which tells which is the compiler type to use
-
--- 'compiler_path', which gives the path to the compiler executable
-
--- 'compiler_options', which gives some options to the compiler
-
--- 'linker_path', which gives the path to the linker executable (not used in
--- -no_split mode)
-
--- 'linker_options', which gives some options for the linker (not used in
--- -no_split mode)
-
--- 'smarteiffel_options', which gives some extra SmartEiffel options to take
--- into account
-
-
-[boost]
-c_compiler_type: gcc
-c_compiler_options: -pipe -O2
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe -O2
-
-[no_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe -O1
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe -O1
-
-[require_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe
-
-[ensure_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe
-
-[invariant_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe
-
-[loop_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe
-
-[all_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe
-
-[debug_check]
-c_compiler_type: gcc
-c_compiler_options: -pipe -g
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe -g
-smarteiffel_options: -no_strip
-
-[release]
-c_compiler_type: gcc
-c_compiler_options: -pipe -O3 -fomit-frame-pointer
-cpp_compiler_type: g++
-cpp_compiler_options: -pipe -O3 -fomit-frame-pointer
-smarteiffel_options: -no_split -compact
diff --git a/lang/SmartEiffel/patches/patch-aa b/lang/SmartEiffel/patches/patch-aa
deleted file mode 100644
index 037b7398a97..00000000000
--- a/lang/SmartEiffel/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/08/08 23:32:17 tnn Exp $
-
---- Makefile.orig 2004-09-27 18:50:36.000000000 +0200
-+++ Makefile
-@@ -34,7 +34,7 @@
-
- all: ./install/germ/compile_to_c.h install.c
- gcc -o se_install install.c
-- (echo ''; echo '4'; echo '5'; echo ''; echo '6') | ./se_install
-+ (echo ''; echo '4'; echo '5'; echo ''; echo '6'; echo y; echo y) | ./se_install
- \rm -f ./se_install
-
- interactive: ./install/germ/compile_to_c.h install.c
diff --git a/lang/ezm3/DESCR b/lang/ezm3/DESCR
deleted file mode 100644
index 0ed97657419..00000000000
--- a/lang/ezm3/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Ezm3 is a smaller, more portable distribution of the Modula-3 compiler
-and runtime system for people whose only need for Modula-3 is to build
-CVSup. It supports all features of CVSup, but has smaller distfiles
-and installs more quickly than other versions of Modula-3. Ezm3
-provides full X11 GUI support even when compiled on systems which
-do not have X11 installed. It links programs statically with the
-Modula-3 libraries but dynamically with the system libraries, so that
-programs built with Ezm3 can run on systems which do not have
-Modula-3 installed on them.
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
deleted file mode 100644
index 24e839d28ac..00000000000
--- a/lang/ezm3/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2013/10/24 10:31:02 wiz Exp $
-
-DISTNAME= ezm3-1.2
-PKGREVISION= 2
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/
-DISTFILES= ${DISTNAME}-src.tar.bz2 ${BOOTSTRAP}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.cvsup.org/ezm3/
-COMMENT= Easier, more portable Modula-3 distribution for building CVSup
-
-PKG_DESTDIR_SUPPORT= none
-BROKEN= Does not support DESTDIR; will be removed after 2013Q4
-
-DIST_SUBDIR= ezm3
-USE_TOOLS+= gmake
-INSTALL_TARGET= all
-MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL"
-PLIST_SUBST+= TARGET=${TARGET:Q} TARGETDIR=${TARGETDIR:Q}
-PRIVILEGED_STAGES+= clean
-
-# XXX CFLAGS has to be empty, because if it's not, the build
-# XXX process will fail.
-
-.include "../../mk/bsd.prefs.mk"
-CFLAGS:=
-EZM3ROOT= ${PREFIX}/ezm3
-BUILDLINK_PASSTHRU_DIRS+= ${EZM3ROOT}
-
-# XXX: This may well work for some others.
-ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 \
- Linux-*-i386
-# DragonFly-*-i386 needs new bootstrap
-
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
-BOOTSTRAP= ${DISTNAME}-FreeBSD4-boot.tar.bz2
-TARGET= FreeBSD4
-TARGETDIR= freebsd-4
-.elif ${OPSYS} == "NetBSD"
-BOOTSTRAP= ${DISTNAME}-NetBSDi386-boot.tar.bz2
-TARGET= NetBSDi386
-TARGETDIR= netbsd-1
-.elif ${OPSYS} == "OpenBSD"
-BOOTSTRAP= ${DISTNAME}-OpenBSD_386-boot.tar.bz2
-TARGET= OpenBSD_386
-TARGETDIR= openbsd-2
-.elif ${OPSYS} == "Linux"
-BOOTSTRAP= ${DISTNAME}-LINUXLIBC6-boot.tar.bz2
-TARGET= LINUXLIBC6
-TARGETDIR= linux-libc6
-.endif
-
-do-configure:
- cd ${WRKSRC}/m3config/src && \
- ${MV} -f ${TARGET} ${TARGET}.bak && \
- ${SED} -e "/^INSTALL_ROOT = /s|\".*\"|\"${EZM3ROOT}\"|" \
- -e "/^X11ROOT = /s|\".*\"|\"${X11BASE}/lib\"|" \
- ${TARGET}.bak > ${TARGET}
-
-pre-build:
- ${RM} -rf ${WRKSRC}/${TARGET}
-
-do-build:
- @${ECHO}
- @${ECHO} "======================================================================";
- @${ECHO} "As per the website, it is NOT possible to separate the build process"
- @${ECHO} "from the installation process."
- @${ECHO} "'${MAKE} install' will build AND install the package."
- @${ECHO} "======================================================================";
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/ezm3/PLIST.DragonFly b/lang/ezm3/PLIST.DragonFly
deleted file mode 100644
index baa4ad94fca..00000000000
--- a/lang/ezm3/PLIST.DragonFly
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST.DragonFly,v 1.3 2009/06/14 18:03:31 joerg Exp $
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Udir.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uerror.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uexec.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Ugrp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uin.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uipc.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Umsg.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Unetdb.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uprocess.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Upwd.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uresource.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usem.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Ushm.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usocket.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usyslog.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Utime.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uugid.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uuio.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uutmp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Umman.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Unix.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Usignal.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Ustat.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Utypes.i3
diff --git a/lang/ezm3/PLIST.FreeBSD b/lang/ezm3/PLIST.FreeBSD
deleted file mode 100644
index 72eaa2cf534..00000000000
--- a/lang/ezm3/PLIST.FreeBSD
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.3 2009/06/14 18:03:31 joerg Exp $
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Udir.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uerror.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uexec.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Ugrp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uin.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uipc.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Umsg.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Unetdb.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uprocess.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Upwd.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uresource.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usem.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Ushm.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usocket.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Usyslog.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Utime.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uugid.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uuio.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.generic/Uutmp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Umman.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Unix.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Usignal.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Ustat.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}.${MACHINE_ARCH}/Utypes.i3
diff --git a/lang/ezm3/PLIST.Linux b/lang/ezm3/PLIST.Linux
deleted file mode 100644
index 3253a1ab750..00000000000
--- a/lang/ezm3/PLIST.Linux
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.3 2009/06/14 18:03:31 joerg Exp $
-ezm3/lib/m3/pkg/m3core/src/runtime/${TARGET}/socketcall.h
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Udir.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uerror.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uexec.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ugrp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uin.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uipc.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umman.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umsg.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unetdb.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unix.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Upaths.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uprocess.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Upwd.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uresource.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usem.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ushm.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usignal.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usocket.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ustat.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usyslog.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utime.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utypes.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uugid.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uuio.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uutmp.i3
diff --git a/lang/ezm3/PLIST.NetBSD b/lang/ezm3/PLIST.NetBSD
deleted file mode 100644
index 9ddaf4b7b05..00000000000
--- a/lang/ezm3/PLIST.NetBSD
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.3 2009/06/14 18:03:31 joerg Exp $
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Udir.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uerror.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uexec.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ugrp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uin.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uipc.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umman.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umsg.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unetdb.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unix.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uprocess.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Upwd.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uresource.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usem.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ushm.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usignal.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usocket.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ustat.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usyslog.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utime.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utypes.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uugid.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uuio.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uutmp.i3
diff --git a/lang/ezm3/PLIST.OpenBSD b/lang/ezm3/PLIST.OpenBSD
deleted file mode 100644
index 47532f2e3fd..00000000000
--- a/lang/ezm3/PLIST.OpenBSD
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST.OpenBSD,v 1.2 2009/06/14 18:03:31 joerg Exp $
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Udir.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uerror.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uexec.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ugrp.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uin.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uipc.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umman.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Umsg.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unetdb.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Unix.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uprocess.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Upwd.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uresource.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usem.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ushm.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usignal.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usocket.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Ustat.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Usyslog.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utime.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Utypes.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uugid.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uuio.i3
-ezm3/lib/m3/pkg/m3core/src/unix/${TARGETDIR}/Uutmp.i3
diff --git a/lang/ezm3/PLIST.common b/lang/ezm3/PLIST.common
deleted file mode 100644
index f696aa687d7..00000000000
--- a/lang/ezm3/PLIST.common
+++ /dev/null
@@ -1,917 +0,0 @@
-@comment $NetBSD: PLIST.common,v 1.1 2004/01/06 06:35:47 xtraeme Exp $
-ezm3/bin/m3build
-ezm3/bin/m3bundle
-ezm3/bin/m3ship
-ezm3/lib/m3/${TARGET}/m3cgc1
-ezm3/lib/m3/pkg/X11/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/X11/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/X11/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/X11/${TARGET}/libm3X11.a
-ezm3/lib/m3/pkg/X11/${TARGET}/libm3X11.m3x
-ezm3/lib/m3/pkg/X11/src/Common/X.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xatom.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xaw.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xct.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xmbuf.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xmu.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xrm.i3
-ezm3/lib/m3/pkg/X11/src/Common/Xt.i3
-ezm3/lib/m3/pkg/X11/src/Common/XtC.i3
-ezm3/lib/m3/pkg/X11/src/Common/XtE.i3
-ezm3/lib/m3/pkg/X11/src/Common/XtN.i3
-ezm3/lib/m3/pkg/X11/src/Common/XtR.i3
-ezm3/lib/m3/pkg/X11/src/Vanilla/XMachine.i3
-ezm3/lib/m3/pkg/formsvbt/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/formsvbt/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/formsvbt/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.a
-ezm3/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.m3x
-ezm3/lib/m3/pkg/formsvbt/src/FVRuntime.i3
-ezm3/lib/m3/pkg/formsvbt/src/FVTypes.i3
-ezm3/lib/m3/pkg/formsvbt/src/FormsVBT.i3
-ezm3/lib/m3/pkg/formsvbt/src/Macro.i3
-ezm3/lib/m3/pkg/formsvbt/src/Manpage.i3
-ezm3/lib/m3/pkg/formsvbt/src/RefListUtils.i3
-ezm3/lib/m3/pkg/formsvbt/src/StubImageRd.i3
-ezm3/lib/m3/pkg/formsvbt/src/StubImageVBT.i3
-ezm3/lib/m3/pkg/formsvbt/src/StubImages.i3
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/FormsVBTPixmapsBundle.i3
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/libm3formsvbtpixmaps.a
-ezm3/lib/m3/pkg/formsvbtpixmaps/${TARGET}/libm3formsvbtpixmaps.m3x
-ezm3/lib/m3/pkg/jvideo/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/jvideo/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/jvideo/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/jvideo/${TARGET}/libjvideo.a
-ezm3/lib/m3/pkg/jvideo/${TARGET}/libjvideo.m3x
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVAudio.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVBuffer.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVConverter.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVConverterF.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVDecomp.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVDecompPool.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVFromDecomp.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVFromSource.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVSink.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JVSinkPool.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/Jv.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/Jva.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JvaProtocol.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/Jvs.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JvsBuffer.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/JvsProtocol.i3
-ezm3/lib/m3/pkg/jvideo/src/POSIX/jvprotocol.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/libm3/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/libm3/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomList.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomListSort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomPQ.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomPQRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomSeq.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomSeqRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/AtomTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntArraySort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntList.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntListSort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntPQ.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntPQRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntSeq.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntSeqRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/IntTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/LongFloatExtras.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/LongSqrt.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/PackingTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/PklActionSeq.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/PklActionSeqRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RealFloatExtras.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RealSqrt.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefList.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefListSort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefPQ.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefPQRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefSeq.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefSeqRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/RefTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedAtomAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedAtomIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedAtomRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedAtomTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedIntAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedIntIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedIntRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedIntTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedRefAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedRefIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedRefRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedRefTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedTextAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedTextIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedTextRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/SortedTextTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextArraySort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextAtomTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextIntTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextList.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextListSort.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextPQ.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextPQRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextRefTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextSeq.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextSeqRep.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/TextTextTbl.i3
-ezm3/lib/m3/pkg/libm3/${TARGET}/libm3.a
-ezm3/lib/m3/pkg/libm3/${TARGET}/libm3.m3x
-ezm3/lib/m3/pkg/libm3/src/arith/POSIX/Math.i3
-ezm3/lib/m3/pkg/libm3/src/atom/Atom.i3
-ezm3/lib/m3/pkg/libm3/src/bundleintf/Bundle.i3
-ezm3/lib/m3/pkg/libm3/src/bundleintf/BundleRep.i3
-ezm3/lib/m3/pkg/libm3/src/etimer/ETimer.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/Fmt.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/FmtBuf.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/FmtBufF.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/FmtBufTest.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/Lex.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/OldFmt.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/OldLex.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/OldScan.i3
-ezm3/lib/m3/pkg/libm3/src/fmtlex/Scan.i3
-ezm3/lib/m3/pkg/libm3/src/formatter/Formatter.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Axis.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Interval.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Path.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/PathPrivate.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Point.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/PolyRegion.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Rect.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Region.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/RegionRep.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Transform.i3
-ezm3/lib/m3/pkg/libm3/src/geometry/Trapezoid.i3
-ezm3/lib/m3/pkg/libm3/src/list/List.ig
-ezm3/lib/m3/pkg/libm3/src/list/List.mg
-ezm3/lib/m3/pkg/libm3/src/list/ListSort.ig
-ezm3/lib/m3/pkg/libm3/src/list/ListSort.mg
-ezm3/lib/m3/pkg/libm3/src/list/list.tmpl
-ezm3/lib/m3/pkg/libm3/src/os/Common/FS.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/File.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/OSError.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/Pathname.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/Pipe.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/Process.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/RegularFile.i3
-ezm3/lib/m3/pkg/libm3/src/os/Common/Terminal.i3
-ezm3/lib/m3/pkg/libm3/src/os/POSIX/FilePosix.i3
-ezm3/lib/m3/pkg/libm3/src/os/POSIX/OSErrorPosix.i3
-ezm3/lib/m3/pkg/libm3/src/params/Env.i3
-ezm3/lib/m3/pkg/libm3/src/params/Params.i3
-ezm3/lib/m3/pkg/libm3/src/perftool/Common/LowPerfTool.i3
-ezm3/lib/m3/pkg/libm3/src/perftool/Common/PerfComm.ig
-ezm3/lib/m3/pkg/libm3/src/perftool/Common/PerfComm.mg
-ezm3/lib/m3/pkg/libm3/src/perftool/Common/PerfTool.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/AtomPkl.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/ConvertPacking.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/ListPkl.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/PackingTypeCode.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/Pickle.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/PickleRd.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/PickleStubs.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/PklAction.i3
-ezm3/lib/m3/pkg/libm3/src/pickle/PklTipeMap.i3
-ezm3/lib/m3/pkg/libm3/src/pqueue/PQueue.ig
-ezm3/lib/m3/pkg/libm3/src/pqueue/PQueue.mg
-ezm3/lib/m3/pkg/libm3/src/pqueue/PQueueRep.ig
-ezm3/lib/m3/pkg/libm3/src/pqueue/pqueue.tmpl
-ezm3/lib/m3/pkg/libm3/src/property/MProperty.i3
-ezm3/lib/m3/pkg/libm3/src/property/MPropertyF.i3
-ezm3/lib/m3/pkg/libm3/src/property/Property.i3
-ezm3/lib/m3/pkg/libm3/src/property/PropertyF.i3
-ezm3/lib/m3/pkg/libm3/src/property/PropertyV.i3
-ezm3/lib/m3/pkg/libm3/src/random/Common/Random.i3
-ezm3/lib/m3/pkg/libm3/src/random/Common/RandomPerm.i3
-ezm3/lib/m3/pkg/libm3/src/random/Common/RandomReal.i3
-ezm3/lib/m3/pkg/libm3/src/regex/RegEx.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/AutoFlushWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/FileRd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/FileWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/IO.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/MsgRd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/MsgWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/NullRd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/NullWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/Rd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/RdClass.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/RdCopy.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/RdUtils.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/Stdio.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/TextRd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/TextWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/UnsafeRd.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/UnsafeWr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/Wr.i3
-ezm3/lib/m3/pkg/libm3/src/rw/Common/WrClass.i3
-ezm3/lib/m3/pkg/libm3/src/sequence/Sequence.ig
-ezm3/lib/m3/pkg/libm3/src/sequence/Sequence.mg
-ezm3/lib/m3/pkg/libm3/src/sequence/SequenceRep.ig
-ezm3/lib/m3/pkg/libm3/src/sequence/sequence.tmpl
-ezm3/lib/m3/pkg/libm3/src/sort/ArraySort.ig
-ezm3/lib/m3/pkg/libm3/src/sort/ArraySort.mg
-ezm3/lib/m3/pkg/libm3/src/sort/arraysort.tmpl
-ezm3/lib/m3/pkg/libm3/src/sortedtable/SortedTable.ig
-ezm3/lib/m3/pkg/libm3/src/sortedtable/SortedTable.mg
-ezm3/lib/m3/pkg/libm3/src/sortedtable/sortedtable.tmpl
-ezm3/lib/m3/pkg/libm3/src/sqrt/FloatExtras.ig
-ezm3/lib/m3/pkg/libm3/src/sqrt/FloatExtras.mg
-ezm3/lib/m3/pkg/libm3/src/sqrt/Sqrt.ig
-ezm3/lib/m3/pkg/libm3/src/sqrt/Sqrt.mg
-ezm3/lib/m3/pkg/libm3/src/statistics/Stat.i3
-ezm3/lib/m3/pkg/libm3/src/sx/Sx.i3
-ezm3/lib/m3/pkg/libm3/src/table/Table.ig
-ezm3/lib/m3/pkg/libm3/src/table/Table.mg
-ezm3/lib/m3/pkg/libm3/src/table/table.tmpl
-ezm3/lib/m3/pkg/libm3/src/types/ASCII.i3
-ezm3/lib/m3/pkg/libm3/src/types/Boolean.i3
-ezm3/lib/m3/pkg/libm3/src/types/CIText.i3
-ezm3/lib/m3/pkg/libm3/src/types/Char.i3
-ezm3/lib/m3/pkg/libm3/src/types/Int32.i3
-ezm3/lib/m3/pkg/libm3/src/types/Integer.i3
-ezm3/lib/m3/pkg/libm3/src/types/LongrealType.i3
-ezm3/lib/m3/pkg/libm3/src/types/RealType.i3
-ezm3/lib/m3/pkg/libm3/src/types/Refany.i3
-ezm3/lib/m3/pkg/libm3/src/uid/Common/Capability.i3
-ezm3/lib/m3/pkg/libm3/src/uid/Common/MachineID.i3
-ezm3/lib/m3/pkg/libm3/src/uid/Common/Swap.i3
-ezm3/lib/m3/pkg/libm3/src/uid/Common/TimeStamp.i3
-ezm3/lib/m3/pkg/libm3/src/uid/Common/TimeStampRep.i3
-ezm3/lib/m3/pkg/m3build/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3build/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3build/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3bundle/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3bundle/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3bundle/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3config/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3config/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3config/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3config/${TARGET}/M3Config.i3
-ezm3/lib/m3/pkg/m3config/${TARGET}/libm3config.a
-ezm3/lib/m3/pkg/m3config/${TARGET}/libm3config.m3x
-ezm3/lib/m3/pkg/m3config/src/COMMON
-ezm3/lib/m3/pkg/m3config/src/GCWRAP
-ezm3/lib/m3/pkg/m3config/src/${TARGET}
-ezm3/lib/m3/pkg/m3core/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3core/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3core/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3core/${TARGET}/libm3core.a
-ezm3/lib/m3/pkg/m3core/${TARGET}/libm3core.m3x
-ezm3/lib/m3/pkg/m3core/src/C/32BITS/BasicCtypes.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/Cerrno.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/Cstdarg.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/Cstddef.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/Cstdlib.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/Ctypes.i3
-ezm3/lib/m3/pkg/m3core/src/C/Common/M3toC.i3
-ezm3/lib/m3/pkg/m3core/src/C/${TARGET}/Csetjmp.i3
-ezm3/lib/m3/pkg/m3core/src/C/${TARGET}/Csignal.i3
-ezm3/lib/m3/pkg/m3core/src/C/${TARGET}/Cstdio.i3
-ezm3/lib/m3/pkg/m3core/src/C/${TARGET}/Cstring.i3
-ezm3/lib/m3/pkg/m3core/src/Csupport/Common/dtoa.h
-ezm3/lib/m3/pkg/m3core/src/convert/CConvert.i3
-ezm3/lib/m3/pkg/m3core/src/convert/Convert.i3
-ezm3/lib/m3/pkg/m3core/src/fingerprint/Fingerprint.i3
-ezm3/lib/m3/pkg/m3core/src/fingerprint/Poly.i3
-ezm3/lib/m3/pkg/m3core/src/fingerprint/PolyBasis.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/DragonInt.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/DragonT.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/ExtendedFloat.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/Float.ig
-ezm3/lib/m3/pkg/m3core/src/float/Common/IEEESpecial.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/LongFloat.i3
-ezm3/lib/m3/pkg/m3core/src/float/Common/RealFloat.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE-default/FPU.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE-default/FloatMode.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE-le/LongRealRep.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE-le/RealRep.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE/Extended.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE/LongReal.i3
-ezm3/lib/m3/pkg/m3core/src/float/IEEE/Real.i3
-ezm3/lib/m3/pkg/m3core/src/main/Main.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/${TARGET}/RTMachine.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/POSIX/RT0u.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/POSIX/RTPerfTool.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/POSIX/RTThread.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RT0.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTAllocStats.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTAllocator.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTArgs.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTCollector.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTCollectorSRC.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTException.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeap.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapDebug.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapDep.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapEvent.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapInfo.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapMap.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapRep.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHeapStats.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTHooks.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTIO.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTLinker.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTMapOp.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTMisc.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTModule.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTOS.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTPacking.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTParams.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTProcedure.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTProcedureSRC.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTProcess.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTSignal.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTStack.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTThreadInit.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTTipe.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTType.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTTypeFP.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTTypeMap.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTTypeSRC.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTWeakRef.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/common/RTutils.i3
-ezm3/lib/m3/pkg/m3core/src/runtime/ex_frame/RTExRep.i3
-ezm3/lib/m3/pkg/m3core/src/text/Text.i3
-ezm3/lib/m3/pkg/m3core/src/text/TextConv.i3
-ezm3/lib/m3/pkg/m3core/src/text/TextExtras.i3
-ezm3/lib/m3/pkg/m3core/src/text/TextF.i3
-ezm3/lib/m3/pkg/m3core/src/thread/Common/Scheduler.i3
-ezm3/lib/m3/pkg/m3core/src/thread/Common/Thread.i3
-ezm3/lib/m3/pkg/m3core/src/thread/POSIX/SchedulerPosix.i3
-ezm3/lib/m3/pkg/m3core/src/thread/POSIX/ThreadEvent.i3
-ezm3/lib/m3/pkg/m3core/src/thread/POSIX/ThreadF.i3
-ezm3/lib/m3/pkg/m3core/src/time/Common/Date.i3
-ezm3/lib/m3/pkg/m3core/src/time/Common/FmtTime.i3
-ezm3/lib/m3/pkg/m3core/src/time/Common/Tick.i3
-ezm3/lib/m3/pkg/m3core/src/time/Common/Time.i3
-ezm3/lib/m3/pkg/m3core/src/time/POSIX/TimePosix.i3
-ezm3/lib/m3/pkg/m3core/src/weakref/WeakRef.i3
-ezm3/lib/m3/pkg/m3core/src/word/Word.i3
-ezm3/lib/m3/pkg/m3doc/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3doc/src/m3doc.tmpl
-ezm3/lib/m3/pkg/m3driver/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3driver/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3driver/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3driver/${TARGET}/LibSeq.i3
-ezm3/lib/m3/pkg/m3driver/${TARGET}/LibSeqRep.i3
-ezm3/lib/m3/pkg/m3driver/${TARGET}/libm3driver.a
-ezm3/lib/m3/pkg/m3driver/${TARGET}/libm3driver.m3x
-ezm3/lib/m3/pkg/m3driver/src/Arg.i3
-ezm3/lib/m3/pkg/m3driver/src/Lib.i3
-ezm3/lib/m3/pkg/m3driver/src/M3Backend.i3
-ezm3/lib/m3/pkg/m3driver/src/M3Driver.i3
-ezm3/lib/m3/pkg/m3driver/src/M3DriverRep.i3
-ezm3/lib/m3/pkg/m3driver/src/M3Path.i3
-ezm3/lib/m3/pkg/m3driver/src/Msg.i3
-ezm3/lib/m3/pkg/m3driver/src/Unit.i3
-ezm3/lib/m3/pkg/m3driver/src/Utils.i3
-ezm3/lib/m3/pkg/m3driver/src/WebFile.i3
-ezm3/lib/m3/pkg/m3front/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3front/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3front/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3front/${TARGET}/libm3front.a
-ezm3/lib/m3/pkg/m3front/${TARGET}/libm3front.m3x
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Abs.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Adr.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/AdrSize.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/BitSize.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/BuiltinOps.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/ByteSize.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Ceiling.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Dec.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Dispose.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/First.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Floatt.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Floor.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Inc.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/IsType.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Last.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Loophole.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Max.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Min.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Narrow.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/New.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Number.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Ord.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Round.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Subarray.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Trunc.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Typecode.i3
-ezm3/lib/m3/pkg/m3front/src/builtinOps/Val.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Addr.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Bool.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/BuiltinTypes.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/CChar.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Card.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/EReel.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/ErrType.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Int.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/LReel.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Mutex.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Null.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/ObjectAdr.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/ObjectRef.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Reel.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Reff.i3
-ezm3/lib/m3/pkg/m3front/src/builtinTypes/Textt.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordAnd.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordDivide.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordExtract.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordGE.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordGT.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordInsert.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordLE.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordLT.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordMinus.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordMod.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordModule.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordNot.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordOr.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordPlus.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordRotate.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordShift.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordTimes.i3
-ezm3/lib/m3/pkg/m3front/src/builtinWord/WordXor.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/AddExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/AddressExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/AndExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ArrayExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/CallExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/CastExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/CheckExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/CompareExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ConcatExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ConsExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/DerefExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/DivExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/DivideExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/EnumExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/EqualExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/Expr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ExprParse.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ExprRep.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/InExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/IntegerExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/KeywordExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/MethodExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ModExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/MultiplyExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/NamedExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/NegateExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/NilChkExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/NotExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/OrExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/PlusExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ProcExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/QualifyExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/RangeExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/RecordExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/ReelExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/SetExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/SubscriptExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/SubtractExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/TextExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/TypeExpr.i3
-ezm3/lib/m3/pkg/m3front/src/exprs/VarExpr.i3
-ezm3/lib/m3/pkg/m3front/src/misc/CG.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Coverage.i3
-ezm3/lib/m3/pkg/m3front/src/misc/ESet.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Error.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Host.i3
-ezm3/lib/m3/pkg/m3front/src/misc/M3.i3
-ezm3/lib/m3/pkg/m3front/src/misc/M3Compiler.i3
-ezm3/lib/m3/pkg/m3front/src/misc/M3Header.i3
-ezm3/lib/m3/pkg/m3front/src/misc/M3String.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Marker.i3
-ezm3/lib/m3/pkg/m3front/src/misc/ProcBody.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Runtime.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Scanner.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Scope.i3
-ezm3/lib/m3/pkg/m3front/src/misc/TipeDesc.i3
-ezm3/lib/m3/pkg/m3front/src/misc/TipeMap.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Token.i3
-ezm3/lib/m3/pkg/m3front/src/misc/Tracer.i3
-ezm3/lib/m3/pkg/m3front/src/misc/WebInfo.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/AssertStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/AssignStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/BlockStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/CallStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/CaseStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/EvalStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/ExitStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/ForStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/IfStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/LockStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/LoopStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/RaiseStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/RepeatStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/ReturnStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/Stmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/StmtRep.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/TryFinStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/TryStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/TypeCaseStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/WhileStmt.i3
-ezm3/lib/m3/pkg/m3front/src/stmts/WithStmt.i3
-ezm3/lib/m3/pkg/m3front/src/types/ArrayType.i3
-ezm3/lib/m3/pkg/m3front/src/types/EnumType.i3
-ezm3/lib/m3/pkg/m3front/src/types/NamedType.i3
-ezm3/lib/m3/pkg/m3front/src/types/ObjectType.i3
-ezm3/lib/m3/pkg/m3front/src/types/OpaqueType.i3
-ezm3/lib/m3/pkg/m3front/src/types/OpenArrayType.i3
-ezm3/lib/m3/pkg/m3front/src/types/PackedType.i3
-ezm3/lib/m3/pkg/m3front/src/types/ProcType.i3
-ezm3/lib/m3/pkg/m3front/src/types/RecordType.i3
-ezm3/lib/m3/pkg/m3front/src/types/RefType.i3
-ezm3/lib/m3/pkg/m3front/src/types/SetType.i3
-ezm3/lib/m3/pkg/m3front/src/types/SubrangeType.i3
-ezm3/lib/m3/pkg/m3front/src/types/Type.i3
-ezm3/lib/m3/pkg/m3front/src/types/TypeFP.i3
-ezm3/lib/m3/pkg/m3front/src/types/TypeRep.i3
-ezm3/lib/m3/pkg/m3front/src/types/TypeTbl.i3
-ezm3/lib/m3/pkg/m3front/src/types/UserProc.i3
-ezm3/lib/m3/pkg/m3front/src/values/Constant.i3
-ezm3/lib/m3/pkg/m3front/src/values/Decl.i3
-ezm3/lib/m3/pkg/m3front/src/values/EnumElt.i3
-ezm3/lib/m3/pkg/m3front/src/values/Exceptionz.i3
-ezm3/lib/m3/pkg/m3front/src/values/External.i3
-ezm3/lib/m3/pkg/m3front/src/values/Field.i3
-ezm3/lib/m3/pkg/m3front/src/values/Formal.i3
-ezm3/lib/m3/pkg/m3front/src/values/Ident.i3
-ezm3/lib/m3/pkg/m3front/src/values/Method.i3
-ezm3/lib/m3/pkg/m3front/src/values/Module.i3
-ezm3/lib/m3/pkg/m3front/src/values/Procedure.i3
-ezm3/lib/m3/pkg/m3front/src/values/Revelation.i3
-ezm3/lib/m3/pkg/m3front/src/values/Tipe.i3
-ezm3/lib/m3/pkg/m3front/src/values/Value.i3
-ezm3/lib/m3/pkg/m3front/src/values/ValueRep.i3
-ezm3/lib/m3/pkg/m3front/src/values/Variable.i3
-ezm3/lib/m3/pkg/m3linker/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3linker/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3linker/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3linker/${TARGET}/libm3link.a
-ezm3/lib/m3/pkg/m3linker/${TARGET}/libm3link.m3x
-ezm3/lib/m3/pkg/m3linker/src/Mx.i3
-ezm3/lib/m3/pkg/m3linker/src/MxCheck.i3
-ezm3/lib/m3/pkg/m3linker/src/MxGen.i3
-ezm3/lib/m3/pkg/m3linker/src/MxGenC.i3
-ezm3/lib/m3/pkg/m3linker/src/MxGenCG.i3
-ezm3/lib/m3/pkg/m3linker/src/MxGenRep.i3
-ezm3/lib/m3/pkg/m3linker/src/MxIO.i3
-ezm3/lib/m3/pkg/m3linker/src/MxIn.i3
-ezm3/lib/m3/pkg/m3linker/src/MxMap.i3
-ezm3/lib/m3/pkg/m3linker/src/MxMerge.i3
-ezm3/lib/m3/pkg/m3linker/src/MxOut.i3
-ezm3/lib/m3/pkg/m3linker/src/MxRep.i3
-ezm3/lib/m3/pkg/m3linker/src/MxSet.i3
-ezm3/lib/m3/pkg/m3linker/src/MxVS.i3
-ezm3/lib/m3/pkg/m3linker/src/MxVSSet.i3
-ezm3/lib/m3/pkg/m3middle/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3middle/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3middle/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3middle/${TARGET}/libm3middle.a
-ezm3/lib/m3/pkg/m3middle/${TARGET}/libm3middle.m3x
-ezm3/lib/m3/pkg/m3middle/src/M3Buf.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG_Check.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG_Clean.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG_Ops.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG_Rd.i3
-ezm3/lib/m3/pkg/m3middle/src/M3CG_Wr.i3
-ezm3/lib/m3/pkg/m3middle/src/M3FP.i3
-ezm3/lib/m3/pkg/m3middle/src/M3File.i3
-ezm3/lib/m3/pkg/m3middle/src/M3ID.i3
-ezm3/lib/m3/pkg/m3middle/src/M3RT.i3
-ezm3/lib/m3/pkg/m3middle/src/M3Timers.i3
-ezm3/lib/m3/pkg/m3middle/src/POSIX/CoffTime.i3
-ezm3/lib/m3/pkg/m3middle/src/TFloat.i3
-ezm3/lib/m3/pkg/m3middle/src/TInt.i3
-ezm3/lib/m3/pkg/m3middle/src/TWord.i3
-ezm3/lib/m3/pkg/m3middle/src/Target.i3
-ezm3/lib/m3/pkg/m3middle/src/TargetMap.i3
-ezm3/lib/m3/pkg/m3quake/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3quake/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3quake/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3quake/${TARGET}/QVSeq.i3
-ezm3/lib/m3/pkg/m3quake/${TARGET}/QVSeqRep.i3
-ezm3/lib/m3/pkg/m3quake/${TARGET}/QVTbl.i3
-ezm3/lib/m3/pkg/m3quake/${TARGET}/libm3quake.a
-ezm3/lib/m3/pkg/m3quake/${TARGET}/libm3quake.m3x
-ezm3/lib/m3/pkg/m3quake/src/QCode.i3
-ezm3/lib/m3/pkg/m3quake/src/QCompiler.i3
-ezm3/lib/m3/pkg/m3quake/src/QMachRep.i3
-ezm3/lib/m3/pkg/m3quake/src/QMachine.i3
-ezm3/lib/m3/pkg/m3quake/src/QScanner.i3
-ezm3/lib/m3/pkg/m3quake/src/QToken.i3
-ezm3/lib/m3/pkg/m3quake/src/QVal.i3
-ezm3/lib/m3/pkg/m3quake/src/QValue.i3
-ezm3/lib/m3/pkg/m3quake/src/Quake.i3
-ezm3/lib/m3/pkg/m3ship/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3ship/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3ship/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3templates/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/m3templates/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/m3templates/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/m3templates/${TARGET}/IntM3LibsTbl.i3
-ezm3/lib/m3/pkg/m3templates/${TARGET}/IntMapTbl.i3
-ezm3/lib/m3/pkg/m3templates/${TARGET}/TextLocTbl.i3
-ezm3/lib/m3/pkg/m3templates/${TARGET}/libm3templates.a
-ezm3/lib/m3/pkg/m3templates/${TARGET}/libm3templates.m3x
-ezm3/lib/m3/pkg/m3templates/src/BldFace.i3
-ezm3/lib/m3/pkg/m3templates/src/BldHooks.i3
-ezm3/lib/m3/pkg/m3templates/src/BldPosix.i3
-ezm3/lib/m3/pkg/m3templates/src/BldQRep.i3
-ezm3/lib/m3/pkg/m3templates/src/BldQuake.i3
-ezm3/lib/m3/pkg/m3templates/src/BldWin32.i3
-ezm3/lib/m3/pkg/m3templates/src/Location.i3
-ezm3/lib/m3/pkg/m3templates/src/M3Libs.i3
-ezm3/lib/m3/pkg/set/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/set/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/set/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/set/${TARGET}/AtomSet.i3
-ezm3/lib/m3/pkg/set/${TARGET}/AtomSetDef.i3
-ezm3/lib/m3/pkg/set/${TARGET}/AtomSetList.i3
-ezm3/lib/m3/pkg/set/${TARGET}/IntSet.i3
-ezm3/lib/m3/pkg/set/${TARGET}/IntSetDef.i3
-ezm3/lib/m3/pkg/set/${TARGET}/IntSetList.i3
-ezm3/lib/m3/pkg/set/${TARGET}/RefSet.i3
-ezm3/lib/m3/pkg/set/${TARGET}/RefSetList.i3
-ezm3/lib/m3/pkg/set/${TARGET}/TextSet.i3
-ezm3/lib/m3/pkg/set/${TARGET}/TextSetDef.i3
-ezm3/lib/m3/pkg/set/${TARGET}/TextSetList.i3
-ezm3/lib/m3/pkg/set/${TARGET}/libset.a
-ezm3/lib/m3/pkg/set/${TARGET}/libset.m3x
-ezm3/lib/m3/pkg/set/src/Set.ig
-ezm3/lib/m3/pkg/set/src/Set.mg
-ezm3/lib/m3/pkg/set/src/SetDef.ig
-ezm3/lib/m3/pkg/set/src/SetDef.mg
-ezm3/lib/m3/pkg/set/src/SetList.ig
-ezm3/lib/m3/pkg/set/src/SetList.mg
-ezm3/lib/m3/pkg/set/src/set.tmpl
-ezm3/lib/m3/pkg/tcp/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/tcp/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/tcp/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a
-ezm3/lib/m3/pkg/tcp/${TARGET}/libm3tcp.m3x
-ezm3/lib/m3/pkg/tcp/src/POSIX/Herrno.i3
-ezm3/lib/m3/pkg/tcp/src/POSIX/TCPHack.i3
-ezm3/lib/m3/pkg/tcp/src/POSIX/TCPPosix.i3
-ezm3/lib/m3/pkg/tcp/src/common/ConnFD.i3
-ezm3/lib/m3/pkg/tcp/src/common/ConnMsgRW.i3
-ezm3/lib/m3/pkg/tcp/src/common/ConnRW.i3
-ezm3/lib/m3/pkg/tcp/src/common/IP.i3
-ezm3/lib/m3/pkg/tcp/src/common/TCP.i3
-ezm3/lib/m3/pkg/tcp/src/common/TCPSpecial.i3
-ezm3/lib/m3/pkg/tempfiles/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/tempfiles/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/tempfiles/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/tempfiles/${TARGET}/libTempFiles.a
-ezm3/lib/m3/pkg/tempfiles/${TARGET}/libTempFiles.m3x
-ezm3/lib/m3/pkg/tempfiles/src/TempFiles.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/ui/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/ui/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/ui/${TARGET}/ComplSeq.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/ComplSeqRep.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/CompletionSeq.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/CompletionSeqRep.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/STypeMapSeq.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/STypeMapSeqRep.i3
-ezm3/lib/m3/pkg/ui/${TARGET}/libm3ui.a
-ezm3/lib/m3/pkg/ui/${TARGET}/libm3ui.m3x
-ezm3/lib/m3/pkg/ui/src/picture/Completion.i3
-ezm3/lib/m3/pkg/ui/src/picture/FreeList.mg
-ezm3/lib/m3/pkg/ui/src/picture/Picture.i3
-ezm3/lib/m3/pkg/ui/src/picture/PictureRep.i3
-ezm3/lib/m3/pkg/ui/src/split/AnchorBtnVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/BdrVBTClass.i3
-ezm3/lib/m3/pkg/ui/src/split/BorderedVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/BtnVBTClass.i3
-ezm3/lib/m3/pkg/ui/src/split/ButtonVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/ComposeKey.i3
-ezm3/lib/m3/pkg/ui/src/split/DblBufferUtil.i3
-ezm3/lib/m3/pkg/ui/src/split/DblBufferVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/ETAgent.i3
-ezm3/lib/m3/pkg/ui/src/split/Filter.i3
-ezm3/lib/m3/pkg/ui/src/split/FilterClass.i3
-ezm3/lib/m3/pkg/ui/src/split/Gray.i3
-ezm3/lib/m3/pkg/ui/src/split/HVBar.i3
-ezm3/lib/m3/pkg/ui/src/split/HVSplit.i3
-ezm3/lib/m3/pkg/ui/src/split/HighlightVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinCMap.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinCursor.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinFont.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinPaintOp.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinParent.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinPixmap.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinScreen.i3
-ezm3/lib/m3/pkg/ui/src/split/JoinedVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/MenuBtnVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/OverlayVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/PackSplit.i3
-ezm3/lib/m3/pkg/ui/src/split/ProperSplit.i3
-ezm3/lib/m3/pkg/ui/src/split/QuickBtnVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/RigidVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/STypeMap.i3
-ezm3/lib/m3/pkg/ui/src/split/SelectQueue.i3
-ezm3/lib/m3/pkg/ui/src/split/Split.i3
-ezm3/lib/m3/pkg/ui/src/split/StableVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/TSplit.i3
-ezm3/lib/m3/pkg/ui/src/split/TextVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/TextVBTClass.i3
-ezm3/lib/m3/pkg/ui/src/split/TextureVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/TranslateVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/TwoTone.i3
-ezm3/lib/m3/pkg/ui/src/split/TypeInVBT.i3
-ezm3/lib/m3/pkg/ui/src/split/ZSplit.i3
-ezm3/lib/m3/pkg/ui/src/trestle/DpyFilter.i3
-ezm3/lib/m3/pkg/ui/src/trestle/InstallQueue.i3
-ezm3/lib/m3/pkg/ui/src/trestle/InstalledVBT.i3
-ezm3/lib/m3/pkg/ui/src/trestle/TrestleConf.i3
-ezm3/lib/m3/pkg/ui/src/trestle/TrestleGoo.i3
-ezm3/lib/m3/pkg/ui/src/trestle/TrestleImpl.i3
-ezm3/lib/m3/pkg/ui/src/trestle/TrestleOS.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Batch.i3
-ezm3/lib/m3/pkg/ui/src/vbt/BatchRep.i3
-ezm3/lib/m3/pkg/ui/src/vbt/BatchUtil.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Cursor.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Font.i3
-ezm3/lib/m3/pkg/ui/src/vbt/KeyboardKey.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Latin1Key.i3
-ezm3/lib/m3/pkg/ui/src/vbt/MiscDetail.i3
-ezm3/lib/m3/pkg/ui/src/vbt/MouseSplit.i3
-ezm3/lib/m3/pkg/ui/src/vbt/PaintExt.i3
-ezm3/lib/m3/pkg/ui/src/vbt/PaintOp.i3
-ezm3/lib/m3/pkg/ui/src/vbt/PaintPrivate.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Palette.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Pixmap.i3
-ezm3/lib/m3/pkg/ui/src/vbt/PlttFrnds.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScreenType.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScrnColorMap.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScrnCursor.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScrnFont.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScrnPaintOp.i3
-ezm3/lib/m3/pkg/ui/src/vbt/ScrnPixmap.i3
-ezm3/lib/m3/pkg/ui/src/vbt/Trestle.i3
-ezm3/lib/m3/pkg/ui/src/vbt/TrestleClass.i3
-ezm3/lib/m3/pkg/ui/src/vbt/TrestleComm.i3
-ezm3/lib/m3/pkg/ui/src/vbt/VBT.i3
-ezm3/lib/m3/pkg/ui/src/vbt/VBTClass.i3
-ezm3/lib/m3/pkg/ui/src/vbt/VBTRep.i3
-ezm3/lib/m3/pkg/ui/src/vbt/VBTTuning.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/Compl.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/TrestleOnX.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/TrslOnXF.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XAtomQueue.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XClient.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XClientExt.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XClientF.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XConfCtl.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XCursors.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XEventQueue.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XExtensions.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XGC.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XImUtil.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XInput.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XMessenger.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XPaint.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XPicture.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XProperties.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScreenType.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnCmap.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnCrsr.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnFont.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnPntOp.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnPxmp.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrnTpRep.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XScrollQueue.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XSharedMem.i3
-ezm3/lib/m3/pkg/ui/src/xvbt/XShm.i3
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/VBTKitBundle.i3
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/libm3vbtkit.a
-ezm3/lib/m3/pkg/vbtkit/${TARGET}/libm3vbtkit.m3x
-ezm3/lib/m3/pkg/vbtkit/src/color/Color.i3
-ezm3/lib/m3/pkg/vbtkit/src/color/ColorName.i3
-ezm3/lib/m3/pkg/vbtkit/src/color/ColorNameF.i3
-ezm3/lib/m3/pkg/vbtkit/src/color/ColorNameTable.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/EmacsModel.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/ISOChar.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/IvyModel.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/Key.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/KeyFilter.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/KeyTrans.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/MTextUnit.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/MacModel.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/TextEditVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/TextPort.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/TextPortClass.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/TypeinVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/TypescriptVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/etext/XtermModel.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/AnchorHelpSplit.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/AnchorHelpVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/AnchorSplit.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/BiFeedbackVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/BooleanVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ChoiceVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/FeedbackVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/FileBrowserVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/FlexVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/GuardedBtnVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/Image.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ListVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/MarginFeedbackVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/MenuSwitchVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/MultiClass.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/MultiFilter.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/MultiSplit.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/NumericVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/OffsetVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/PixmapVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/QuickSwitchVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ReactivityVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ScaleFilter.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ScrollerVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ScrollerVBTClass.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/Shadow.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ShadowPaint.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ShadowedBarVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ShadowedFeedbackVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ShadowedVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/SourceVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/SplitterVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/SwitchVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/TrillSwitchVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/VBTKitResources.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ViewportVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZBackgroundVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZChassisVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZChildVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZGrowVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZMoveVBT.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZSplitUtils.i3
-ezm3/lib/m3/pkg/vbtkit/src/lego/ZTilps.i3
-ezm3/lib/m3/pkg/vbtkit/src/mtext/MText.i3
-ezm3/lib/m3/pkg/vbtkit/src/mtext/MTextDebug.i3
-ezm3/lib/m3/pkg/vbtkit/src/mtext/MTextDs.i3
-ezm3/lib/m3/pkg/vbtkit/src/mtext/MTextPrivate.i3
-ezm3/lib/m3/pkg/vbtkit/src/mtext/MTextRd.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/AnyEvent.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/AutoRepeat.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/LargeCursor.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/Pts.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/Rsrc.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/VBTColors.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/VBTKitEnv.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/XParam.i3
-ezm3/lib/m3/pkg/vbtkit/src/vbtkitutils/XTrestle.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VT.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTBase.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTCaret.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTDef.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTInterval.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTMarker.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTPounce.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTRd.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTReal.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTTexture.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTView.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTVirtual.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VText.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTextDef.i3
-ezm3/lib/m3/pkg/vbtkit/src/vtext/VTextRegion.i3
-ezm3/lib/m3/pkg/videovbt/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/videovbt/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/videovbt/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/videovbt/${TARGET}/libvideovbt.a
-ezm3/lib/m3/pkg/videovbt/${TARGET}/libvideovbt.m3x
-ezm3/lib/m3/pkg/videovbt/src/AudioVBT.i3
-ezm3/lib/m3/pkg/videovbt/src/POSIX/VideoVBTRep.i3
-ezm3/lib/m3/pkg/videovbt/src/VideoVBT.i3
-ezm3/lib/m3/pkg/web/${TARGET}/.M3EXPORTS
-ezm3/lib/m3/pkg/web/${TARGET}/.M3IMPTAB
-ezm3/lib/m3/pkg/web/${TARGET}/.M3WEB
-ezm3/lib/m3/pkg/web/${TARGET}/libweb.a
-ezm3/lib/m3/pkg/web/${TARGET}/libweb.m3x
-ezm3/lib/m3/pkg/web/src/Web.i3
-ezm3/man/man1/m3bundle.1
diff --git a/lang/ezm3/buildlink3.mk b/lang/ezm3/buildlink3.mk
deleted file mode 100644
index 59c0715d330..00000000000
--- a/lang/ezm3/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:39 dholland Exp $
-
-BUILDLINK_TREE+= ezm3
-
-.if !defined(EZM3_BUILDLINK3_MK)
-EZM3_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.ezm3+= ezm3>=1.1nb1
-BUILDLINK_DEPMETHOD.ezm3?= build
-BUILDLINK_ABI_DEPENDS.ezm3+= ezm3>=1.2nb1
-BUILDLINK_PKGSRCDIR.ezm3?= ../../lang/ezm3
-
-BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/ezm3
-.endif # EZM3_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -ezm3
diff --git a/lang/ezm3/distinfo b/lang/ezm3/distinfo
deleted file mode 100644
index 9d44b05abab..00000000000
--- a/lang/ezm3/distinfo
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: distinfo,v 1.7 2007/02/26 19:50:26 veego Exp $
-
-SHA1 (ezm3/ezm3-1.2-src.tar.bz2) = 2a284baac3be18a17e1fa49ab3b0b346f1a5dd68
-RMD160 (ezm3/ezm3-1.2-src.tar.bz2) = a94b86a5f177e4f3ed242d93e21b079ee37c4454
-Size (ezm3/ezm3-1.2-src.tar.bz2) = 10727649 bytes
-SHA1 (ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2) = d2e5322d0c356e4e151763f7dc377ac76c226646
-RMD160 (ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2) = c1c9272e7dd918cbd47c2d972831591aa2354535
-Size (ezm3/ezm3-1.2-FreeBSD4-boot.tar.bz2) = 1366495 bytes
-SHA1 (ezm3/ezm3-1.2-NetBSDi386-boot.tar.bz2) = fcbcbc1156b185101656dd7014a89fd6c5a8a901
-RMD160 (ezm3/ezm3-1.2-NetBSDi386-boot.tar.bz2) = ee23323ef758e841f86577134f5817ee1c1a12fc
-Size (ezm3/ezm3-1.2-NetBSDi386-boot.tar.bz2) = 1375781 bytes
-SHA1 (ezm3/ezm3-1.2-OpenBSD_386-boot.tar.bz2) = 51f3119a97a79f120666460bbef6294d8360fd9f
-RMD160 (ezm3/ezm3-1.2-OpenBSD_386-boot.tar.bz2) = f768b86b987b0990c719c4d486357f5c41e8b007
-Size (ezm3/ezm3-1.2-OpenBSD_386-boot.tar.bz2) = 1345247 bytes
-SHA1 (ezm3/ezm3-1.2-LINUXLIBC6-boot.tar.bz2) = de6080f0e3e2bf6c2ac8a26f975b1cfe6789f483
-RMD160 (ezm3/ezm3-1.2-LINUXLIBC6-boot.tar.bz2) = bc3f240dce4c49df40d351d52f4edaf6be858a9b
-Size (ezm3/ezm3-1.2-LINUXLIBC6-boot.tar.bz2) = 1445569 bytes
-SHA1 (patch-ab) = d7ca4b997caacdd9a6eb16d13530dc1e9343ea1a
-SHA1 (patch-ac) = 297efa1a8c8fdc33060734565ad19113903acd5d
diff --git a/lang/ezm3/patches/patch-ab b/lang/ezm3/patches/patch-ab
deleted file mode 100644
index 57e1a52c5d6..00000000000
--- a/lang/ezm3/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/06/04 17:34:36 jschauma Exp $
-
---- m3config/src/LINUXLIBC6.orig 2004-06-04 13:05:30.000000000 -0400
-+++ m3config/src/LINUXLIBC6 2004-06-04 13:05:47.000000000 -0400
-@@ -5,6 +5,7 @@
-
- INSTALL_ROOT = "/usr/local"
- X11ROOT = "/usr/X11R6/lib"
-+GNU_MAKE = "make"
-
- % The internal back end is disabled in ezm3.
- %PLATFORM_SUPPORTS_INTERNAL_BACKEND = "T"
diff --git a/lang/ezm3/patches/patch-ac b/lang/ezm3/patches/patch-ac
deleted file mode 100644
index 8be2d1c35ea..00000000000
--- a/lang/ezm3/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2007/02/26 19:50:27 veego Exp $
-
-Patch from http://mail-index.netbsd.org/tech-toolchain/2005/09/22/0004.html
-
---- language/modula3/m3compiler/m3cc/gcc/gcc/read-rtl.c.orig 2003-01-11 21:58:40.000000000 +0100
-+++ language/modula3/m3compiler/m3cc/gcc/gcc/read-rtl.c 2007-01-06 17:08:03.000000000 +0100
-@@ -657,9 +657,13 @@
- obstack_init (&vector_stack);
- while ((c = read_skip_spaces (infile)) && c != ']')
- {
-+ rtx tmp;
- ungetc (c, infile);
- list_counter++;
-- obstack_ptr_grow (&vector_stack, (PTR) read_rtx (infile));
-+
-+ tmp = read_rtx (infile);
-+ obstack_grow (&vector_stack, &tmp, sizeof(rtx));
-+ /* obstack_ptr_grow (&vector_stack, (PTR) read_rtx (infile)); */
- }
- if (list_counter > 0)
- {
diff --git a/lang/snobol/DESCR b/lang/snobol/DESCR
deleted file mode 100644
index 1e8f3229f2c..00000000000
--- a/lang/snobol/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-This is a C implementation of the original Macro SIL (SNOBOL4 Implementation
-Language) version of SNOBOL4, originally developed at ATT Bell Labs.
-
-SNOBOL4, primarily known as a string processing language, excels at any task
-involving symbolic manipulations. The interpreter provides run-time typing,
-garbage collection, user defined data types, and on-the-fly sub-interpretation
-within a running program. Its primary weakness is a simple syntax, and a lack
-of "structured" constructs, although many would consider these to be strengths
-when compared to some "modern" and ever-changing agglomerations such as Perl.
-
-While not computationally speedy, it is handy for minimizing development time
-and effort when creating data conversion tools. This is because of its data
-manipulation functions, associative memory data structures, and an extensive
-set of sophisticated built-in string pattern matching primatives.
-
-SNOBOL4 consists of one relatively small executable file, without the scads
-of associated libraries and modules that make package management difficult.
-
-Although developed in the early 1960s (the SNOBOL3 primer was published by the
-MIT press in 1967), some feel that it is still ahead of its time today. While
-it is fully functional and extensively tested, it is no longer evolving, having
-reached the desirable stable plateau in any programming language's life cycle.
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile
deleted file mode 100644
index f86c11d9d89..00000000000
--- a/lang/snobol/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2012/10/02 20:11:54 asau Exp $
-#
-
-DISTNAME= snobol4-1.3
-PKGNAME= snobol-1.3
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.snobol4.org/snobol/ \
- ftp://ftp.ultimate.com/snobol/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} vanilla.tar.gz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.snobol4.org/csnobol4/curr/
-COMMENT= Macro implementation of SNOBOL4 in C
-LICENSE= 2-clause-bsd
-
-BROKEN= Distfile doesn't match
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-SUBST_CLASSES+= snobol-config
-SUBST_STAGE.snobol-config= post-patch
-SUBST_FILES.snobol-config= Makefile
-SUBST_SED.snobol-config+= -e s\|M4=m4\|M4=${TOOLS_PATH.m4:Q}\|
-
-HAS_CONFIGURE=yes
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-# not yet
-#CONFIGURE_ARGS+=--with-tcl
-#CONFIGURE_ARGS+=--with-tk
-
-BUILD_TARGET= all pv
-
-USE_TOOLS+= gzip m4 unzip
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-MAKE_JOBS_SAFE= NO
-
-post-build:
- ${CP} ${WRKSRC}/doc/head ${WRKSRC}/doc/tutorial
- unzip -d ${WRKSRC} -joqqLC ${DISTDIR}/vanilla.zip pm.exe
- unzip -p -opaaqqLC ${WRKSRC}/pm.exe >> ${WRKSRC}/doc/tutorial
- ${GZIP_CMD} ${WRKSRC}/doc/tutorial
-
-post-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/snobol4
- cd ${WRKSRC} && ${INSTALL_DATA} README \
- ${DESTDIR}${PREFIX}/share/doc/snobol4
- cd ${WRKSRC}/doc && ${INSTALL_DATA} load.txt design.txt tutorial.gz \
- ${DESTDIR}${PREFIX}/share/doc/snobol4
- @${ECHO} ''
- @${ECHO} '***********************************************************'
- @${ECHO} '* A helpful tutorial is at share/doc/snobol4/tutorial.gz *'
- @${ECHO} '* within your package tree. *'
- @${ECHO} '***********************************************************'
- @${ECHO} ''
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/snobol/PLIST b/lang/snobol/PLIST
deleted file mode 100644
index 0e0b53208f4..00000000000
--- a/lang/snobol/PLIST
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:03:41 joerg Exp $
-bin/snobol4
-bin/snobol4-${PKGVERSION}
-lib/snobol4/bq.sno
-lib/snobol4/chars.sno
-lib/snobol4/config.h
-lib/snobol4/dt.h
-lib/snobol4/dynamic.sno
-lib/snobol4/equ.h
-lib/snobol4/fence.sno
-lib/snobol4/file.sno
-lib/snobol4/ftp.sno
-lib/snobol4/h.h
-lib/snobol4/host.sno
-lib/snobol4/http.sno
-lib/snobol4/load.h
-lib/snobol4/logic.sno
-lib/snobol4/macros.h
-lib/snobol4/ndbm.sno
-lib/snobol4/not.sno
-lib/snobol4/serv.sno
-lib/snobol4/smtp.sno
-lib/snobol4/snobol4+.sno
-lib/snobol4/snotypes.h
-lib/snobol4/spitbol.sno
-lib/snobol4/stcl.sno
-lib/snobol4/tcp.sno
-lib/snobol4/unique.sno
-lib/snobol4/url.sno
-lib/snobol4/utf.sno
-lib/snobol4/wrapper.sno
-man/man1/snobol4.1
-man/man3/snobol4dbm.3
-man/man3/snobol4tcl.3
-man/man3/snolib.3
-share/doc/snobol4/README
-share/doc/snobol4/design.txt
-share/doc/snobol4/load.txt
-share/doc/snobol4/tutorial.gz
diff --git a/lang/snobol/distinfo b/lang/snobol/distinfo
deleted file mode 100644
index e7a935ae26e..00000000000
--- a/lang/snobol/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.10 2010/05/19 10:30:58 asau Exp $
-
-SHA1 (snobol4-1.3.tar.gz) = 8c44fbe03083ae7d3a68305e4a8980777bdd7d5a
-RMD160 (snobol4-1.3.tar.gz) = a7f4c3d3b92072900603914ba0b02c04c9deaccf
-Size (snobol4-1.3.tar.gz) = 663194 bytes
-SHA1 (vanilla.tar.gz) = d72c86620862b8b61ef64dbfe8b646c2688d30ff
-RMD160 (vanilla.tar.gz) = 0d553d50584302fef69a4fc7d4de65e68517d10e
-Size (vanilla.tar.gz) = 188502 bytes
-SHA1 (patch-aa) = 02b759eb25bd46678d96eb281247ae326822d8f4
-SHA1 (patch-ab) = f9d5017a5f65fbafa8c483ea84ec9ec6ff2a4169
diff --git a/lang/snobol/patches/patch-aa b/lang/snobol/patches/patch-aa
deleted file mode 100644
index 1d8d26115a9..00000000000
--- a/lang/snobol/patches/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/07/10 21:27:46 wiz Exp $
-
---- doc/head.orig Thu Jan 25 07:23:12 2001
-+++ doc/head Thu Jan 25 07:22:50 2001
-@@ -0,0 +1,5 @@
-+[This document is publically posted at ftp://ftp.snobol4.com/vanilla.zip
-+ and zipped within PM.EXE as SNOBOL4.MAN. This is actually for the MSDOS
-+ version of SNOBOL4, but is a very good starting point to learn the Unix
-+ version. Pardon the references to DOS. References to code snippets may
-+ be found in vanilla.zip. This is a NetBSD package, John Refling, 2001.]
diff --git a/lang/snobol/patches/patch-ab b/lang/snobol/patches/patch-ab
deleted file mode 100644
index 1d1b385d123..00000000000
--- a/lang/snobol/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2008/07/14 04:21:39 dholland Exp $
-
---- Makefile2.m4.orig 2005-12-06 21:10:59.000000000 -0500
-+++ Makefile2.m4 2008-07-14 00:02:37.000000000 -0400
-@@ -537,7 +537,8 @@
- # generated SNOLIB files (host.sno generated at top level)
- GENSNOLIB=host.sno
-
--SNOLIB_FILES=snolib/*.sno $(INSTALL_H) doc/load.txt README $(GENSNOLIB)
-+SNOLIB_FILES=snolib/*.sno $(INSTALL_H) $(GENSNOLIB)
-+# doc/load.txt README # installed by package makefile
-
- VERS=`./pv`
- install: snobol4 pv