aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/smalleiffel-devel/Makefile55
-rw-r--r--lang/smalleiffel-devel/distinfo1
-rw-r--r--lang/smalleiffel-devel/pkg-comment1
-rw-r--r--lang/smalleiffel-devel/pkg-descr21
-rw-r--r--lang/smalleiffel-devel/pkg-install3
-rw-r--r--lang/smalleiffel-devel/pkg-message11
-rw-r--r--lang/smalleiffel-devel/pkg-plist944
-rw-r--r--lang/smalleiffel/Makefile55
-rw-r--r--lang/smalleiffel/distinfo1
-rw-r--r--lang/smalleiffel/pkg-comment1
-rw-r--r--lang/smalleiffel/pkg-descr21
-rw-r--r--lang/smalleiffel/pkg-install3
-rw-r--r--lang/smalleiffel/pkg-message11
-rw-r--r--lang/smalleiffel/pkg-plist944
-rw-r--r--lang/smarteiffel/Makefile55
-rw-r--r--lang/smarteiffel/distinfo1
-rw-r--r--lang/smarteiffel/pkg-comment1
-rw-r--r--lang/smarteiffel/pkg-descr21
-rw-r--r--lang/smarteiffel/pkg-install3
-rw-r--r--lang/smarteiffel/pkg-message11
-rw-r--r--lang/smarteiffel/pkg-plist944
21 files changed, 3108 insertions, 0 deletions
diff --git a/lang/smalleiffel-devel/Makefile b/lang/smalleiffel-devel/Makefile
new file mode 100644
index 000000000000..862d220047f7
--- /dev/null
+++ b/lang/smalleiffel-devel/Makefile
@@ -0,0 +1,55 @@
+# New ports collection makefile for: SmallEiffel
+# Date created: Wed Dec 22 18:20:05 CET 1999
+# Whom: berend@pobox.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= smalleiffel
+PORTVERSION= 0.77
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/
+DISTNAME= se
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= berend@pobox.com
+
+WRKSRC= ${WRKDIR}/SmallEiffel
+
+# We install in this directory
+SEDIR= ${PREFIX}/${PKGNAME}
+
+# We alias a directory to the installation directory
+# That we we can easily switch between different builds
+ALIASDIR= ${PREFIX}/SmallEiffel
+
+# SmallEiffel needs this to find system.se
+MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se
+ALL_TARGET=
+
+PKGMESSAGE= ${WRKDIR}/MESSAGE
+PKGINSTALL= ${WRKDIR}/INSTALL
+
+# Make sure we can set the symbolic link SmallEiffel
+# to the actual release directory.
+do-install:
+ @(if test -e ${ALIASDIR} ; then \
+ if ! test -L ${ALIASDIR} ; then \
+ ${ECHO} "Make sure ${ALIASDIR} is a symbolic link"; \
+ ${ECHO} "or does not exist. This directory will point to "; \
+ ${ECHO} "the actual SmallEiffel installation directory."; \
+ exit 1; \
+ fi; \
+ ${RM} ${ALIASDIR}; \
+ fi; \
+ ${LN} -fs ${SEDIR} ${ALIASDIR})
+ @(if test -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
+ ${MKDIR} ${SEDIR}; \
+ ${CP} -pR ${WRKSRC}/* ${SEDIR})
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/MESSAGE \
+ > ${PKGMESSAGE}
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/INSTALL \
+ > ${PKGINSTALL}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/lang/smalleiffel-devel/distinfo b/lang/smalleiffel-devel/distinfo
new file mode 100644
index 000000000000..b682782cffb9
--- /dev/null
+++ b/lang/smalleiffel-devel/distinfo
@@ -0,0 +1 @@
+MD5 (se.tgz) = 7ab24f8025ca50b4723ef8300cef9a86
diff --git a/lang/smalleiffel-devel/pkg-comment b/lang/smalleiffel-devel/pkg-comment
new file mode 100644
index 000000000000..b2668d7b2328
--- /dev/null
+++ b/lang/smalleiffel-devel/pkg-comment
@@ -0,0 +1 @@
+The GNU compiler for the object-oriented language Eiffel
diff --git a/lang/smalleiffel-devel/pkg-descr b/lang/smalleiffel-devel/pkg-descr
new file mode 100644
index 000000000000..84124e55d8de
--- /dev/null
+++ b/lang/smalleiffel-devel/pkg-descr
@@ -0,0 +1,21 @@
+SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
+compiler distributed under the terms of the GNU General Public License
+as published by the Free Software Foundation. It is a complete, small
+and very fast, free Eiffel compiler.
+
+It is available for a very wide range of platforms. In fact,
+SmallEiffel should run on any platform for which an ANSI C - POSIX
+compiler or a standard JVM exists.
+
+The current distribution includes an Eiffel to C compiler, an Eiffel
+to Java bytecode compiler, a documentation tool, a pretty printer and
+various other tools, with their sources.
+
+SmallEiffel features an innovative strategy involving whole system
+analysis which allows compilation to be often faster than the
+incremental compilation of traditional compilers.
+
+WWW: http://smalleiffel.loria.fr/index.hmtl
+
+- Berend
+berend@pobox.com
diff --git a/lang/smalleiffel-devel/pkg-install b/lang/smalleiffel-devel/pkg-install
new file mode 100644
index 000000000000..f68d7ed80b7a
--- /dev/null
+++ b/lang/smalleiffel-devel/pkg-install
@@ -0,0 +1,3 @@
+if [ "X$2" = "XPOST-INSTALL" ]; then
+ ln -fs %%PREFIX%%/$1 %%PREFIX%%/SmallEiffel;
+fi
diff --git a/lang/smalleiffel-devel/pkg-message b/lang/smalleiffel-devel/pkg-message
new file mode 100644
index 000000000000..c160ac9e7f74
--- /dev/null
+++ b/lang/smalleiffel-devel/pkg-message
@@ -0,0 +1,11 @@
+SmallEiffel is now available through the symbolic link %%PREFIX%%/SmallEiffel.
+
+Add %%PREFIX%%/SmallEiffel/bin to your path to be able to call
+the SmallEiffel compiler and its other utilities.
+
+Make sure the environment variable SmallEiffel is defined and points to
+%%PREFIX%%/SmallEiffel/sys/system.se.
+
+One way to do this is to extend /etc/profile with the following line:
+
+ SmallEiffel=%%PREFIX%%/SmallEiffel/sys/system.se; export SmallEiffel
diff --git a/lang/smalleiffel-devel/pkg-plist b/lang/smalleiffel-devel/pkg-plist
new file mode 100644
index 000000000000..2ce0910ecb81
--- /dev/null
+++ b/lang/smalleiffel-devel/pkg-plist
@@ -0,0 +1,944 @@
+smalleiffel-0.77/COPYING
+smalleiffel-0.77/GNU_LICENSE
+smalleiffel-0.77/Makefile
+smalleiffel-0.77/READ_ME
+smalleiffel-0.77/bin/compile_to_c
+smalleiffel-0.77/bin/clean
+smalleiffel-0.77/bin/compile
+smalleiffel-0.77/bin/finder
+smalleiffel-0.77/bin/print_jvm_class
+smalleiffel-0.77/bin/short
+smalleiffel-0.77/bin/pretty
+smalleiffel-0.77/bin/compile_to_jvm
+smalleiffel-0.77/bin_c/compile_to_c27.c
+smalleiffel-0.77/bin_c/compile_to_c.h
+smalleiffel-0.77/bin_c/compile_to_c2.c
+smalleiffel-0.77/bin_c/compile_to_c3.c
+smalleiffel-0.77/bin_c/compile_to_c4.c
+smalleiffel-0.77/bin_c/compile_to_c5.c
+smalleiffel-0.77/bin_c/compile_to_c6.c
+smalleiffel-0.77/bin_c/compile_to_c7.c
+smalleiffel-0.77/bin_c/compile_to_c8.c
+smalleiffel-0.77/bin_c/compile_to_c9.c
+smalleiffel-0.77/bin_c/compile_to_c10.c
+smalleiffel-0.77/bin_c/compile_to_c11.c
+smalleiffel-0.77/bin_c/compile_to_c12.c
+smalleiffel-0.77/bin_c/compile_to_c13.c
+smalleiffel-0.77/bin_c/compile_to_c14.c
+smalleiffel-0.77/bin_c/compile_to_c15.c
+smalleiffel-0.77/bin_c/compile_to_c16.c
+smalleiffel-0.77/bin_c/compile_to_c17.c
+smalleiffel-0.77/bin_c/compile_to_c18.c
+smalleiffel-0.77/bin_c/compile_to_c19.c
+smalleiffel-0.77/bin_c/compile_to_c20.c
+smalleiffel-0.77/bin_c/compile_to_c21.c
+smalleiffel-0.77/bin_c/compile_to_c22.c
+smalleiffel-0.77/bin_c/compile_to_c23.c
+smalleiffel-0.77/bin_c/compile_to_c24.c
+smalleiffel-0.77/bin_c/compile_to_c25.c
+smalleiffel-0.77/bin_c/compile_to_c26.c
+smalleiffel-0.77/bin_c/compile_to_c1.c
+smalleiffel-0.77/contrib/edb/gc-inc
+smalleiffel-0.77/contrib/edb/edb.el
+smalleiffel-0.77/contrib/edb/edb19.el
+smalleiffel-0.77/contrib/edb/add-line-directive
+smalleiffel-0.77/contrib/edb/move-if-changed
+smalleiffel-0.77/contrib/edb/sec
+smalleiffel-0.77/contrib/edb/READ_ME
+smalleiffel-0.77/contrib/lib/case_insensitive_string.e
+smalleiffel-0.77/contrib/lib/header.txt
+smalleiffel-0.77/contrib/lib/string_formatter.e
+smalleiffel-0.77/contrib/htmldoc/READ_ME
+smalleiffel-0.77/contrib/htmldoc/htmlshort
+smalleiffel-0.77/contrib/htmldoc/hooks.sh
+smalleiffel-0.77/contrib/READ_ME
+smalleiffel-0.77/install.c
+smalleiffel-0.77/install.e
+smalleiffel-0.77/install.exe
+smalleiffel-0.77/install.h
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_keys.e
+smalleiffel-0.77/lib_iterator/iterator_on_collection.e
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_items.e
+smalleiffel-0.77/lib_iterator/iterator.e
+smalleiffel-0.77/lib_iterator/iterator_on_linked_list.e
+smalleiffel-0.77/lib_iterator/iterator_on_string.e
+smalleiffel-0.77/lib_iterator/iterator_on_two_way_linked_list.e
+smalleiffel-0.77/lib_number/small_integer.e
+smalleiffel-0.77/lib_number/abstract_integer.e
+smalleiffel-0.77/lib_number/large_fraction.e
+smalleiffel-0.77/lib_number/large_integer.e
+smalleiffel-0.77/lib_number/large_negative_integer.e
+smalleiffel-0.77/lib_number/large_positive_integer.e
+smalleiffel-0.77/lib_number/number.e
+smalleiffel-0.77/lib_number/number_tools.e
+smalleiffel-0.77/lib_number/small_fraction.e
+smalleiffel-0.77/lib_number/abstract_fraction.e
+smalleiffel-0.77/lib_random/READ_ME
+smalleiffel-0.77/lib_random/gen_rand.e
+smalleiffel-0.77/lib_random/min_stand.e
+smalleiffel-0.77/lib_random/std_rand.e
+smalleiffel-0.77/lib_se/eiffel_parser.e.flc
+smalleiffel-0.77/lib_se/run_feature_4.e
+smalleiffel-0.77/lib_se/argument_name.e
+smalleiffel-0.77/lib_se/short.e
+smalleiffel-0.77/lib_se/argument_name1.e
+smalleiffel-0.77/lib_se/argument_name2.e
+smalleiffel-0.77/lib_se/assertion.e
+smalleiffel-0.77/lib_se/assertion_list.e
+smalleiffel-0.77/lib_se/assignment.e
+smalleiffel-0.77/lib_se/attribute.e
+smalleiffel-0.77/lib_se/base_class.e
+smalleiffel-0.77/lib_se/jvm.e
+smalleiffel-0.77/lib_se/base_type_constant.e
+smalleiffel-0.77/lib_se/run_feature.e
+smalleiffel-0.77/lib_se/expression.e
+smalleiffel-0.77/lib_se/bit_constant.e
+smalleiffel-0.77/lib_se/call_infix_eq.e
+smalleiffel-0.77/lib_se/boolean_constant.e
+smalleiffel-0.77/lib_se/eiffel_parser.e
+smalleiffel-0.77/lib_se/short_print.e
+smalleiffel-0.77/lib_se/call.e
+smalleiffel-0.77/lib_se/call_0.e
+smalleiffel-0.77/lib_se/call_0_c.e
+smalleiffel-0.77/lib_se/globals.e
+smalleiffel-0.77/lib_se/call_1.e
+smalleiffel-0.77/lib_se/call_1_c.e
+smalleiffel-0.77/lib_se/run_class.e
+smalleiffel-0.77/lib_se/call_infix.e
+smalleiffel-0.77/lib_se/call_infix_and.e
+smalleiffel-0.77/lib_se/call_infix_and_then.e
+smalleiffel-0.77/lib_se/run_require.e
+smalleiffel-0.77/lib_se/call_infix_div.e
+smalleiffel-0.77/lib_se/compile.e
+smalleiffel-0.77/lib_se/type.e
+smalleiffel-0.77/lib_se/character_constant.e
+smalleiffel-0.77/lib_se/print_jvm_class.e
+smalleiffel-0.77/lib_se/e_old.e
+smalleiffel-0.77/lib_se/call_infix_freeop.e
+smalleiffel-0.77/lib_se/compile_to_c.e
+smalleiffel-0.77/lib_se/call_n.e
+smalleiffel-0.77/lib_se/call_infix_ge.e
+smalleiffel-0.77/lib_se/constant_pool.e
+smalleiffel-0.77/lib_se/call_infix_gt.e
+smalleiffel-0.77/lib_se/call_infix_le.e
+smalleiffel-0.77/lib_se/call_prefix_minus.e
+smalleiffel-0.77/lib_se/call_infix_implies.e
+smalleiffel-0.77/lib_se/call_prefix_freeop.e
+smalleiffel-0.77/lib_se/call_infix_int_div.e
+smalleiffel-0.77/lib_se/class_invariant.e
+smalleiffel-0.77/lib_se/call_infix_int_rem.e
+smalleiffel-0.77/lib_se/c_pretty_printer.e
+smalleiffel-0.77/lib_se/call_prefix_plus.e
+smalleiffel-0.77/lib_se/call_infix_lt.e
+smalleiffel-0.77/lib_se/parent_list.e
+smalleiffel-0.77/lib_se/call_infix_minus.e
+smalleiffel-0.77/lib_se/call_prefix_not.e
+smalleiffel-0.77/lib_se/call_infix_neq.e
+smalleiffel-0.77/lib_se/declaration_group.e
+smalleiffel-0.77/lib_se/call_infix_or.e
+smalleiffel-0.77/lib_se/clean.e
+smalleiffel-0.77/lib_se/cp_info.e
+smalleiffel-0.77/lib_se/call_infix_or_else.e
+smalleiffel-0.77/lib_se/parent.e
+smalleiffel-0.77/lib_se/call_infix_plus.e
+smalleiffel-0.77/lib_se/gc_handler.e
+smalleiffel-0.77/lib_se/call_infix_power.e
+smalleiffel-0.77/lib_se/feature_name_list.e
+smalleiffel-0.77/lib_se/call_infix_times.e
+smalleiffel-0.77/lib_se/declaration_1.e
+smalleiffel-0.77/lib_se/call_infix_xor.e
+smalleiffel-0.77/lib_se/comment.e
+smalleiffel-0.77/lib_se/small_eiffel.e
+smalleiffel-0.77/lib_se/call_prefix.e
+smalleiffel-0.77/lib_se/native_small_eiffel.e
+smalleiffel-0.77/lib_se/parser_buffer.e
+smalleiffel-0.77/lib_se/formal_generic_list.e
+smalleiffel-0.77/lib_se/formal_generic_arg.e
+smalleiffel-0.77/lib_se/run_feature_8.e
+smalleiffel-0.77/lib_se/creation_clause_list.e
+smalleiffel-0.77/lib_se/type_bit_2.e
+smalleiffel-0.77/lib_se/type_expanded.e
+smalleiffel-0.77/lib_se/call_proc_call.e
+smalleiffel-0.77/lib_se/cecil_arg_list.e
+smalleiffel-0.77/lib_se/cecil_pool.e
+smalleiffel-0.77/lib_se/error_handler.e
+smalleiffel-0.77/lib_se/cecil_target.e
+smalleiffel-0.77/lib_se/creation_clause.e
+smalleiffel-0.77/lib_se/feature_name.e
+smalleiffel-0.77/lib_se/external_routine.e
+smalleiffel-0.77/lib_se/check_invariant.e
+smalleiffel-0.77/lib_se/feature_clause.e
+smalleiffel-0.77/lib_se/class_name.e
+smalleiffel-0.77/lib_se/class_name_list.e
+smalleiffel-0.77/lib_se/infix_name.e
+smalleiffel-0.77/lib_se/client_list.e
+smalleiffel-0.77/lib_se/type_none.e
+smalleiffel-0.77/lib_se/code_attribute.e
+smalleiffel-0.77/lib_se/native_c.e
+smalleiffel-0.77/lib_se/code_printer.e
+smalleiffel-0.77/lib_se/prefix_name.e
+smalleiffel-0.77/lib_se/native_inline_without_current.e
+smalleiffel-0.77/lib_se/index_list.e
+smalleiffel-0.77/lib_se/compile_to_jvm.e
+smalleiffel-0.77/lib_se/compound.e
+smalleiffel-0.77/lib_se/type_bit_1.e
+smalleiffel-0.77/lib_se/native_jvm.e
+smalleiffel-0.77/lib_se/run_feature_7.e
+smalleiffel-0.77/lib_se/cp_info_tags.e
+smalleiffel-0.77/lib_se/creation_call.e
+smalleiffel-0.77/lib_se/creation_call_1.e
+smalleiffel-0.77/lib_se/creation_call_1_2.e
+smalleiffel-0.77/lib_se/creation_call_2.e
+smalleiffel-0.77/lib_se/creation_call_2_4.e
+smalleiffel-0.77/lib_se/cst_att.e
+smalleiffel-0.77/lib_se/creation_call_3.e
+smalleiffel-0.77/lib_se/creation_call_3_4.e
+smalleiffel-0.77/lib_se/creation_call_4.e
+smalleiffel-0.77/lib_se/pretty.e
+smalleiffel-0.77/lib_se/declaration.e
+smalleiffel-0.77/lib_se/e_feature.e
+smalleiffel-0.77/lib_se/local_argument.e
+smalleiffel-0.77/lib_se/cst_att_bit.e
+smalleiffel-0.77/lib_se/cst_att_boolean.e
+smalleiffel-0.77/lib_se/cst_att_character.e
+smalleiffel-0.77/lib_se/cst_att_double.e
+smalleiffel-0.77/lib_se/cst_att_real.e
+smalleiffel-0.77/lib_se/e_ensure.e
+smalleiffel-0.77/lib_se/cst_att_integer.e
+smalleiffel-0.77/lib_se/cst_att_string.e
+smalleiffel-0.77/lib_se/cst_att_unique.e
+smalleiffel-0.77/lib_se/formal_arg_list.e
+smalleiffel-0.77/lib_se/echo.e
+smalleiffel-0.77/lib_se/type_like_feature.e
+smalleiffel-0.77/lib_se/declaration_list.e
+smalleiffel-0.77/lib_se/deferred_function.e
+smalleiffel-0.77/lib_se/deferred_procedure.e
+smalleiffel-0.77/lib_se/deferred_routine.e
+smalleiffel-0.77/lib_se/fmt.e
+smalleiffel-0.77/lib_se/effective_arg_list.e
+smalleiffel-0.77/lib_se/effective_routine.e
+smalleiffel-0.77/lib_se/local_name.e
+smalleiffel-0.77/lib_se/exception_table.e
+smalleiffel-0.77/lib_se/export_item.e
+smalleiffel-0.77/lib_se/export_list.e
+smalleiffel-0.77/lib_se/expression_with_comment.e
+smalleiffel-0.77/lib_se/e_require.e
+smalleiffel-0.77/lib_se/external_function.e
+smalleiffel-0.77/lib_se/external_procedure.e
+smalleiffel-0.77/lib_se/e_check.e
+smalleiffel-0.77/lib_se/type_array.e
+smalleiffel-0.77/lib_se/type_bit.e
+smalleiffel-0.77/lib_se/e_debug.e
+smalleiffel-0.77/lib_se/e_false.e
+smalleiffel-0.77/lib_se/type_any.e
+smalleiffel-0.77/lib_se/e_inspect.e
+smalleiffel-0.77/lib_se/e_loop.e
+smalleiffel-0.77/lib_se/once_routine_pool.e
+smalleiffel-0.77/lib_se/e_retry.e
+smalleiffel-0.77/lib_se/type_native_array.e
+smalleiffel-0.77/lib_se/e_strip.e
+smalleiffel-0.77/lib_se/e_true.e
+smalleiffel-0.77/lib_se/e_void.e
+smalleiffel-0.77/lib_se/e_when.e
+smalleiffel-0.77/lib_se/feature_clause_list.e
+smalleiffel-0.77/lib_se/type_string.e
+smalleiffel-0.77/lib_se/type_anchored.e
+smalleiffel-0.77/lib_se/field_info.e
+smalleiffel-0.77/lib_se/finder.e
+smalleiffel-0.77/lib_se/system_tools.e
+smalleiffel-0.77/lib_se/function.e
+smalleiffel-0.77/lib_se/id_provider.e
+smalleiffel-0.77/lib_se/type_basic_eiffel_expanded.e
+smalleiffel-0.77/lib_se/simple_feature_name.e
+smalleiffel-0.77/lib_se/ifthen.e
+smalleiffel-0.77/lib_se/ifthenelse.e
+smalleiffel-0.77/lib_se/ifthenlist.e
+smalleiffel-0.77/lib_se/if_globals.e
+smalleiffel-0.77/lib_se/index_clause.e
+smalleiffel-0.77/lib_se/type_class.e
+smalleiffel-0.77/lib_se/type_generic.e
+smalleiffel-0.77/lib_se/instruction.e
+smalleiffel-0.77/lib_se/instruction_with_comment.e
+smalleiffel-0.77/lib_se/integer_constant.e
+smalleiffel-0.77/lib_se/type_bit_ref.e
+smalleiffel-0.77/lib_se/type_formal_generic.e
+smalleiffel-0.77/lib_se/local_name1.e
+smalleiffel-0.77/lib_se/local_name2.e
+smalleiffel-0.77/lib_se/local_var_list.e
+smalleiffel-0.77/lib_se/loop_invariant.e
+smalleiffel-0.77/lib_se/loop_variant.e
+smalleiffel-0.77/lib_se/loop_variant_1.e
+smalleiffel-0.77/lib_se/loop_variant_2.e
+smalleiffel-0.77/lib_se/manifest_array.e
+smalleiffel-0.77/lib_se/name.e
+smalleiffel-0.77/lib_se/manifest_string.e
+smalleiffel-0.77/lib_se/tag_name.e
+smalleiffel-0.77/lib_se/manifest_string_pool.e
+smalleiffel-0.77/lib_se/method_info.e
+smalleiffel-0.77/lib_se/native.e
+smalleiffel-0.77/lib_se/native_inline_with_current.e
+smalleiffel-0.77/lib_se/type_like_argument.e
+smalleiffel-0.77/lib_se/native_without_current.e
+smalleiffel-0.77/lib_se/native_with_current.e
+smalleiffel-0.77/lib_se/once_function.e
+smalleiffel-0.77/lib_se/once_procedure.e
+smalleiffel-0.77/lib_se/once_routine.e
+smalleiffel-0.77/lib_se/type_like_current.e
+smalleiffel-0.77/lib_se/position.e
+smalleiffel-0.77/lib_se/procedure.e
+smalleiffel-0.77/lib_se/proc_call.e
+smalleiffel-0.77/lib_se/proc_call_0.e
+smalleiffel-0.77/lib_se/proc_call_1.e
+smalleiffel-0.77/lib_se/proc_call_n.e
+smalleiffel-0.77/lib_se/real_constant.e
+smalleiffel-0.77/lib_se/rename_list.e
+smalleiffel-0.77/lib_se/rename_pair.e
+smalleiffel-0.77/lib_se/reverse_assignment.e
+smalleiffel-0.77/lib_se/routine.e
+smalleiffel-0.77/lib_se/run_control.e
+smalleiffel-0.77/lib_se/tmp_name.e
+smalleiffel-0.77/lib_se/run_feature_1.e
+smalleiffel-0.77/lib_se/run_feature_2.e
+smalleiffel-0.77/lib_se/run_feature_3.e
+smalleiffel-0.77/lib_se/run_feature_5.e
+smalleiffel-0.77/lib_se/run_feature_6.e
+smalleiffel-0.77/lib_se/run_feature_9.e
+smalleiffel-0.77/lib_se/same_executables.e
+smalleiffel-0.77/lib_se/switch.e
+smalleiffel-0.77/lib_se/switch_collection.e
+smalleiffel-0.77/lib_se/tmp_feature.e
+smalleiffel-0.77/lib_se/type_boolean.e
+smalleiffel-0.77/lib_se/type_character.e
+smalleiffel-0.77/lib_se/type_double.e
+smalleiffel-0.77/lib_se/type_integer.e
+smalleiffel-0.77/lib_se/type_pointer.e
+smalleiffel-0.77/lib_se/type_real.e
+smalleiffel-0.77/lib_se/when_item.e
+smalleiffel-0.77/lib_se/when_item_1.e
+smalleiffel-0.77/lib_se/when_item_2.e
+smalleiffel-0.77/lib_se/when_list.e
+smalleiffel-0.77/lib_se/writable_attribute.e
+smalleiffel-0.77/lib_se/native_jvm_invokestatic.e
+smalleiffel-0.77/lib_se/native_jvm_invokevirtual.e
+smalleiffel-0.77/lib_se/frozen_string_list.e
+smalleiffel-0.77/lib_se/binary_file_read.e
+smalleiffel-0.77/lib_se/conversion_handler.e
+smalleiffel-0.77/lib_se/manifest_array_pool.e
+smalleiffel-0.77/lib_se/binary_file_write.e
+smalleiffel-0.77/lib_se/e_precursor.e
+smalleiffel-0.77/lib_se/exceptions_handler.e
+smalleiffel-0.77/lib_se/precursor_name.e
+smalleiffel-0.77/lib_se/run_feature_10.e
+smalleiffel-0.77/lib_se/run_feature_11.e
+smalleiffel-0.77/lib_se/type_ref_to_exp.e
+smalleiffel-0.77/lib_se/e_precursor_procedure.e
+smalleiffel-0.77/lib_se/e_precursor_function.e
+smalleiffel-0.77/lib_se/abstract_current.e
+smalleiffel-0.77/lib_se/local_argument1.e
+smalleiffel-0.77/lib_se/call_infix2.e
+smalleiffel-0.77/lib_se/call_infix1.e
+smalleiffel-0.77/lib_se/abstract_result.e
+smalleiffel-0.77/lib_se/address_of_pool.e
+smalleiffel-0.77/lib_se/ordinary_result.e
+smalleiffel-0.77/lib_se/once_result.e
+smalleiffel-0.77/lib_se/implicit_cast.e
+smalleiffel-0.77/lib_se/written_current.e
+smalleiffel-0.77/lib_se/frozen_feature_name.e
+smalleiffel-0.77/lib_se/implicit_current.e
+smalleiffel-0.77/lib_se/command_flags.e
+smalleiffel-0.77/lib_se/assertion_collector.e
+smalleiffel-0.77/lib_se/aliased_string_list.e
+smalleiffel-0.77/lib_se/string_aliaser.e
+smalleiffel-0.77/lib_se/native_c_plus_plus.e
+smalleiffel-0.77/lib_se/address_of.e
+smalleiffel-0.77/lib_show/external/C/external_demo.out
+smalleiffel-0.77/lib_show/external/C/address_of_demo.e
+smalleiffel-0.77/lib_show/external/C/READ_ME
+smalleiffel-0.77/lib_show/external/C/external_demo.e
+smalleiffel-0.77/lib_show/external/C/external_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_demo.out
+smalleiffel-0.77/lib_show/external/JVM/example1.e
+smalleiffel-0.77/lib_show/external/JVM/example2.e
+smalleiffel-0.77/lib_show/external/JVM/example1.out
+smalleiffel-0.77/lib_show/external/JVM/example2.out
+smalleiffel-0.77/lib_show/external/C++/example4.e
+smalleiffel-0.77/lib_show/external/C++/Foo.h
+smalleiffel-0.77/lib_show/external/C++/Bar.h
+smalleiffel-0.77/lib_show/external/C++/Bar.cpp
+smalleiffel-0.77/lib_show/external/C++/example3.e
+smalleiffel-0.77/lib_show/external/C++/example1.e
+smalleiffel-0.77/lib_show/external/C++/example2.e
+smalleiffel-0.77/lib_show/external/C++/Foo.cpp
+smalleiffel-0.77/lib_show/external/READ_ME
+smalleiffel-0.77/lib_show/number/example1.e
+smalleiffel-0.77/lib_show/number/example2.e
+smalleiffel-0.77/lib_show/number/example3.e
+smalleiffel-0.77/lib_show/random/example3.e
+smalleiffel-0.77/lib_show/random/example1.e
+smalleiffel-0.77/lib_show/random/example2.e
+smalleiffel-0.77/lib_show/basic_time/example1.e
+smalleiffel-0.77/lib_show/basic_time/example5.e
+smalleiffel-0.77/lib_show/basic_time/example2.e
+smalleiffel-0.77/lib_show/basic_time/example3.e
+smalleiffel-0.77/lib_show/basic_time/example4.e
+smalleiffel-0.77/lib_show/sorting/example1.e
+smalleiffel-0.77/lib_show/sorting/example2.e
+smalleiffel-0.77/lib_show/cecil/example9/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example9/cecil.se
+smalleiffel-0.77/lib_show/cecil/example9/example.e
+smalleiffel-0.77/lib_show/cecil/example9/output
+smalleiffel-0.77/lib_show/cecil/example9/eif_stuff.e
+smalleiffel-0.77/lib_show/cecil/example2/cecil.se
+smalleiffel-0.77/lib_show/cecil/example2/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example2/example.e
+smalleiffel-0.77/lib_show/cecil/example2/output
+smalleiffel-0.77/lib_show/cecil/example3/cecil.se
+smalleiffel-0.77/lib_show/cecil/example3/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example3/example.e
+smalleiffel-0.77/lib_show/cecil/example3/output
+smalleiffel-0.77/lib_show/cecil/example4/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example4/cat.e
+smalleiffel-0.77/lib_show/cecil/example4/cecil.se
+smalleiffel-0.77/lib_show/cecil/example4/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example4/dog.e
+smalleiffel-0.77/lib_show/cecil/example4/example.e
+smalleiffel-0.77/lib_show/cecil/example4/output
+smalleiffel-0.77/lib_show/cecil/example4/animal.e
+smalleiffel-0.77/lib_show/cecil/JVM/root2.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example3.java
+smalleiffel-0.77/lib_show/cecil/JVM/root4.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example1.java
+smalleiffel-0.77/lib_show/cecil/JVM/root3.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example4.java
+smalleiffel-0.77/lib_show/cecil/JVM/Example2.java
+smalleiffel-0.77/lib_show/cecil/example1/cecil.se
+smalleiffel-0.77/lib_show/cecil/example1/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example1/example.e
+smalleiffel-0.77/lib_show/cecil/example1/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example1/output
+smalleiffel-0.77/lib_show/cecil/example6/cecil.se
+smalleiffel-0.77/lib_show/cecil/example6/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example6/example.e
+smalleiffel-0.77/lib_show/cecil/example6/output
+smalleiffel-0.77/lib_show/cecil/example7/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example7/cecil.se
+smalleiffel-0.77/lib_show/cecil/example7/example.e
+smalleiffel-0.77/lib_show/cecil/example7/output
+smalleiffel-0.77/lib_show/cecil/example8/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example8/cecil.se
+smalleiffel-0.77/lib_show/cecil/example8/example.e
+smalleiffel-0.77/lib_show/cecil/example8/c_factory.e
+smalleiffel-0.77/lib_show/cecil/example8/output
+smalleiffel-0.77/lib_show/cecil/example5/cecil.se
+smalleiffel-0.77/lib_show/cecil/example5/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example5/example.e
+smalleiffel-0.77/lib_show/cecil/example5/output
+smalleiffel-0.77/lib_show/cecil/READ_ME
+smalleiffel-0.77/lib_show/parking/command.e
+smalleiffel-0.77/lib_show/parking/date.e
+smalleiffel-0.77/lib_show/parking/level.e
+smalleiffel-0.77/lib_show/parking/parking.e
+smalleiffel-0.77/lib_show/parking/run_parking.e
+smalleiffel-0.77/lib_show/parking/ticket.e
+smalleiffel-0.77/lib_show/basic_directory/example1.e
+smalleiffel-0.77/lib_show/basic_directory/example2.e
+smalleiffel-0.77/lib_show/basic_directory/example3.e
+smalleiffel-0.77/lib_show/basic_directory/example4.e
+smalleiffel-0.77/lib_show/basic_directory/example5.e
+smalleiffel-0.77/lib_show/basic_directory/example6.e
+smalleiffel-0.77/lib_show/gcd/integer.e
+smalleiffel-0.77/lib_show/gcd/test_gcd.e
+smalleiffel-0.77/lib_show/directory/example1.e
+smalleiffel-0.77/lib_show/animal/sample3.e
+smalleiffel-0.77/lib_show/animal/chat.e
+smalleiffel-0.77/lib_show/animal/chien.e
+smalleiffel-0.77/lib_show/animal/mille_pattes.e
+smalleiffel-0.77/lib_show/animal/quadrupede.e
+smalleiffel-0.77/lib_show/animal/sample1.e
+smalleiffel-0.77/lib_show/animal/sample2.e
+smalleiffel-0.77/lib_show/animal/animal.e
+smalleiffel-0.77/lib_show/hanoi/hanoi.e
+smalleiffel-0.77/lib_show/hanoi/tower.e
+smalleiffel-0.77/lib_show/iterator/example1.e
+smalleiffel-0.77/lib_show/iterator/example2.e
+smalleiffel-0.77/lib_show/iterator/iterator_with_variant.e
+smalleiffel-0.77/lib_show/iterator/iterator_on_random_generator.e
+smalleiffel-0.77/lib_show/iterator/example3.e
+smalleiffel-0.77/lib_show/spread_illness.e
+smalleiffel-0.77/lib_show/pyramid.e
+smalleiffel-0.77/lib_show/pyramid2.e
+smalleiffel-0.77/lib_show/print_arguments.e
+smalleiffel-0.77/lib_show/hello_world.e
+smalleiffel-0.77/lib_show/fibonacci.e
+smalleiffel-0.77/lib_show/knight.e
+smalleiffel-0.77/lib_std/time_in_some_language.e
+smalleiffel-0.77/lib_std/arguments.e
+smalleiffel-0.77/lib_std/array.e
+smalleiffel-0.77/lib_std/array2.e
+smalleiffel-0.77/lib_std/arrayed_collection.e
+smalleiffel-0.77/lib_std/bit_n.e
+smalleiffel-0.77/lib_std/character.e
+smalleiffel-0.77/lib_std/bit_n_ref.e
+smalleiffel-0.77/lib_std/boolean.e
+smalleiffel-0.77/lib_std/boolean_ref.e
+smalleiffel-0.77/lib_std/std_file_read.e
+smalleiffel-0.77/lib_std/character_ref.e
+smalleiffel-0.77/lib_std/collection.e
+smalleiffel-0.77/lib_std/comparable.e
+smalleiffel-0.77/lib_std/counter.e
+smalleiffel-0.77/lib_std/dictionary.e
+smalleiffel-0.77/lib_std/double.e
+smalleiffel-0.77/lib_std/double_ref.e
+smalleiffel-0.77/lib_std/file_tools.e
+smalleiffel-0.77/lib_std/fixed_array.e
+smalleiffel-0.77/lib_std/collection2.e
+smalleiffel-0.77/lib_std/general.e
+smalleiffel-0.77/lib_std/input_stream.e
+smalleiffel-0.77/lib_std/integer.e
+smalleiffel-0.77/lib_std/string.e
+smalleiffel-0.77/lib_std/integer_ref.e
+smalleiffel-0.77/lib_std/link.e
+smalleiffel-0.77/lib_std/link2.e
+smalleiffel-0.77/lib_std/bit_string.e
+smalleiffel-0.77/lib_std/linked_collection.e
+smalleiffel-0.77/lib_std/basic_time.e
+smalleiffel-0.77/lib_std/memory.e
+smalleiffel-0.77/lib_std/native_array.e
+smalleiffel-0.77/lib_std/numeric.e
+smalleiffel-0.77/lib_std/output_stream.e
+smalleiffel-0.77/lib_std/platform.e
+smalleiffel-0.77/lib_std/pointer.e
+smalleiffel-0.77/lib_std/pointer_ref.e
+smalleiffel-0.77/lib_std/real.e
+smalleiffel-0.77/lib_std/real_ref.e
+smalleiffel-0.77/lib_std/std_error.e
+smalleiffel-0.77/lib_std/memo.e
+smalleiffel-0.77/lib_std/std_input.e
+smalleiffel-0.77/lib_std/std_file_read_write.e
+smalleiffel-0.77/lib_std/hashable.e
+smalleiffel-0.77/lib_std/std_file_write.e
+smalleiffel-0.77/lib_std/std_input_output.e
+smalleiffel-0.77/lib_std/std_output.e
+smalleiffel-0.77/lib_std/exceptions.e
+smalleiffel-0.77/lib_std/fixed_array2.e
+smalleiffel-0.77/lib_std/dirent.e
+smalleiffel-0.77/lib_std/directory.e
+smalleiffel-0.77/lib_std/collection_sorter.e
+smalleiffel-0.77/lib_std/basic_directory.e
+smalleiffel-0.77/lib_std/reverse_collection_sorter.e
+smalleiffel-0.77/lib_std/array3.e
+smalleiffel-0.77/lib_std/fixed_array3.e
+smalleiffel-0.77/lib_std/time_in_french.e
+smalleiffel-0.77/lib_std/linked_list.e
+smalleiffel-0.77/lib_std/two_way_linked_list.e
+smalleiffel-0.77/lib_std/collection3.e
+smalleiffel-0.77/lib_std/link_list.e
+smalleiffel-0.77/lib_std/time_in_english.e
+smalleiffel-0.77/lib_std/time_in_italian.e
+smalleiffel-0.77/lib_std/link2_list.e
+smalleiffel-0.77/lib_std/any.e
+smalleiffel-0.77/man/install.txt
+smalleiffel-0.77/man/compile.html
+smalleiffel-0.77/man/se-line.gif
+smalleiffel-0.77/man/compile_to_c.html
+smalleiffel-0.77/man/Eiffel.FAQ
+smalleiffel-0.77/man/compile.txt
+smalleiffel-0.77/man/compile_to_c.txt
+smalleiffel-0.77/man/compile_to_jvm.html
+smalleiffel-0.77/man/pretty.html
+smalleiffel-0.77/man/pretty.txt
+smalleiffel-0.77/man/short.html
+smalleiffel-0.77/man/short.txt
+smalleiffel-0.77/man/finder.html
+smalleiffel-0.77/man/compile_to_jvm.txt
+smalleiffel-0.77/man/print_jvm_class.html
+smalleiffel-0.77/man/finder.txt
+smalleiffel-0.77/man/cecil.html
+smalleiffel-0.77/man/cecil.txt
+smalleiffel-0.77/man/external.html
+smalleiffel-0.77/man/external.txt
+smalleiffel-0.77/man/system.html
+smalleiffel-0.77/man/system.txt
+smalleiffel-0.77/man/clean.html
+smalleiffel-0.77/man/print_jvm_class.txt
+smalleiffel-0.77/man/SmallEiffelFAQ.html
+smalleiffel-0.77/man/clean.txt
+smalleiffel-0.77/man/support.html
+smalleiffel-0.77/man/c_code.html
+smalleiffel-0.77/man/SmallEiffelFAQ.txt
+smalleiffel-0.77/man/support.txt
+smalleiffel-0.77/man/index.html
+smalleiffel-0.77/man/c_code.txt
+smalleiffel-0.77/man/install.html
+smalleiffel-0.77/man/commands.txt
+smalleiffel-0.77/misc/benchmarks/gc/LkROInc/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/link.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRODec/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/std_rand.e
+smalleiffel-0.77/misc/benchmarks/gc/LkROSm/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/MRO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/peach.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/peach.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench1/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/array2_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/fixed_array2_bench.e
+smalleiffel-0.77/misc/THANKS.html
+smalleiffel-0.77/misc/INSTALL.CSH
+smalleiffel-0.77/misc/INSTALL.OS2
+smalleiffel-0.77/misc/INSTALL.READ_ME
+smalleiffel-0.77/misc/INSTALL.SH
+smalleiffel-0.77/misc/THANKS.txt
+smalleiffel-0.77/misc/rename.se
+smalleiffel-0.77/misc/SmallEiffel.lsm
+smalleiffel-0.77/misc/HISTORY.html
+smalleiffel-0.77/misc/HISTORY.txt
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.html
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.txt
+smalleiffel-0.77/misc/header.GPL
+smalleiffel-0.77/misc/header.FREE
+smalleiffel-0.77/misc/GC.SH
+smalleiffel-0.77/misc/people.txt
+smalleiffel-0.77/misc/tmp.html
+smalleiffel-0.77/misc/WeNeedFeedBack.txt
+smalleiffel-0.77/misc/people.html
+smalleiffel-0.77/misc/eiffel-mode.el
+smalleiffel-0.77/short/html1/HOOKS.SH
+smalleiffel-0.77/short/html1/hook002
+smalleiffel-0.77/short/html1/hook010
+smalleiffel-0.77/short/html1/hook011
+smalleiffel-0.77/short/html1/hook012
+smalleiffel-0.77/short/html1/hook015
+smalleiffel-0.77/short/html1/hook018
+smalleiffel-0.77/short/html1/hook019
+smalleiffel-0.77/short/html1/hook100
+smalleiffel-0.77/short/html1/hook200
+smalleiffel-0.77/short/html1/hook201
+smalleiffel-0.77/short/html1/hook202
+smalleiffel-0.77/short/html1/hook204
+smalleiffel-0.77/short/html1/hook205
+smalleiffel-0.77/short/html1/hook208
+smalleiffel-0.77/short/html1/hook310
+smalleiffel-0.77/short/html1/hook313
+smalleiffel-0.77/short/html1/hook401
+smalleiffel-0.77/short/html1/hook402
+smalleiffel-0.77/short/html1/hook413
+smalleiffel-0.77/short/html1/hook416
+smalleiffel-0.77/short/html1/hook427
+smalleiffel-0.77/short/html1/hook430
+smalleiffel-0.77/short/html1/hook511
+smalleiffel-0.77/short/html1/hook513
+smalleiffel-0.77/short/html1/hook516
+smalleiffel-0.77/short/html1/hook527
+smalleiffel-0.77/short/html1/hook530
+smalleiffel-0.77/short/html1/hook599
+smalleiffel-0.77/short/html1/hook811
+smalleiffel-0.77/short/html1/hook813
+smalleiffel-0.77/short/html1/hook816
+smalleiffel-0.77/short/html1/hook827
+smalleiffel-0.77/short/html1/hook830
+smalleiffel-0.77/short/html1/hook900
+smalleiffel-0.77/short/html1/hook905
+smalleiffel-0.77/short/html1/hook999
+smalleiffel-0.77/short/html1/Bcn
+smalleiffel-0.77/short/html1/Mcn
+smalleiffel-0.77/short/html1/Acn
+smalleiffel-0.77/short/html1/op_quote
+smalleiffel-0.77/short/html1/cl_quote
+smalleiffel-0.77/short/html1/READ_ME
+smalleiffel-0.77/short/html1/hook000
+smalleiffel-0.77/short/html2/hook819
+smalleiffel-0.77/short/html2/hook002
+smalleiffel-0.77/short/html2/hook010
+smalleiffel-0.77/short/html2/hook011
+smalleiffel-0.77/short/html2/hook012
+smalleiffel-0.77/short/html2/hook015
+smalleiffel-0.77/short/html2/hook018
+smalleiffel-0.77/short/html2/hook019
+smalleiffel-0.77/short/html2/hook100
+smalleiffel-0.77/short/html2/hook200
+smalleiffel-0.77/short/html2/hook201
+smalleiffel-0.77/short/html2/hook202
+smalleiffel-0.77/short/html2/hook204
+smalleiffel-0.77/short/html2/hook205
+smalleiffel-0.77/short/html2/hook208
+smalleiffel-0.77/short/html2/hook310
+smalleiffel-0.77/short/html2/hook313
+smalleiffel-0.77/short/html2/hook401
+smalleiffel-0.77/short/html2/hook402
+smalleiffel-0.77/short/html2/hook413
+smalleiffel-0.77/short/html2/hook416
+smalleiffel-0.77/short/html2/hook427
+smalleiffel-0.77/short/html2/hook430
+smalleiffel-0.77/short/html2/hook511
+smalleiffel-0.77/short/html2/hook513
+smalleiffel-0.77/short/html2/hook516
+smalleiffel-0.77/short/html2/hook527
+smalleiffel-0.77/short/html2/hook530
+smalleiffel-0.77/short/html2/hook599
+smalleiffel-0.77/short/html2/hook811
+smalleiffel-0.77/short/html2/hook813
+smalleiffel-0.77/short/html2/hook816
+smalleiffel-0.77/short/html2/hook827
+smalleiffel-0.77/short/html2/hook830
+smalleiffel-0.77/short/html2/hook900
+smalleiffel-0.77/short/html2/hook905
+smalleiffel-0.77/short/html2/hook999
+smalleiffel-0.77/short/html2/Bcn
+smalleiffel-0.77/short/html2/Mcn
+smalleiffel-0.77/short/html2/Acn
+smalleiffel-0.77/short/html2/op_quote
+smalleiffel-0.77/short/html2/cl_quote
+smalleiffel-0.77/short/html2/READ_ME
+smalleiffel-0.77/short/html2/HOOKS.SH
+smalleiffel-0.77/short/html2/like
+smalleiffel-0.77/short/html2/old
+smalleiffel-0.77/short/html2/op_strip
+smalleiffel-0.77/short/html2/Result
+smalleiffel-0.77/short/html2/Current
+smalleiffel-0.77/short/html2/Void
+smalleiffel-0.77/short/html2/hook000
+smalleiffel-0.77/short/tex2/rem
+smalleiffel-0.77/short/tex2/Bcn
+smalleiffel-0.77/short/tex2/hook999
+smalleiffel-0.77/short/tex2/hook000
+smalleiffel-0.77/short/tex2/Usfn
+smalleiffel-0.77/short/tex2/Ucomment
+smalleiffel-0.77/short/tex2/Uan
+smalleiffel-0.77/short/tex2/Utag
+smalleiffel-0.77/short/tex2/READ_ME
+smalleiffel-0.77/short/tex2/hook013
+smalleiffel-0.77/short/tex2/hook900
+smalleiffel-0.77/short/tex2/hook904
+smalleiffel-0.77/short/tex2/AECL
+smalleiffel-0.77/short/tex2/BECL
+smalleiffel-0.77/short/tex2/hook811
+smalleiffel-0.77/short/tex2/hook401
+smalleiffel-0.77/short/tex2/hook402
+smalleiffel-0.77/short/tex2/hook100
+smalleiffel-0.77/short/tex2/hook200
+smalleiffel-0.77/short/tex2/hook202
+smalleiffel-0.77/short/tex2/hook204
+smalleiffel-0.77/short/tex2/hook511
+smalleiffel-0.77/short/tex2/op_quote
+smalleiffel-0.77/short/tex2/cl_quote
+smalleiffel-0.77/short/tex2/Acn
+smalleiffel-0.77/short/plain/READ_ME
+smalleiffel-0.77/short/tex3/rem
+smalleiffel-0.77/short/tex3/Bcn
+smalleiffel-0.77/short/tex3/hook999
+smalleiffel-0.77/short/tex3/hook000
+smalleiffel-0.77/short/tex3/Usfn
+smalleiffel-0.77/short/tex3/Ucomment
+smalleiffel-0.77/short/tex3/Uan
+smalleiffel-0.77/short/tex3/Utag
+smalleiffel-0.77/short/tex3/READ_ME
+smalleiffel-0.77/short/tex3/hook013
+smalleiffel-0.77/short/tex3/hook900
+smalleiffel-0.77/short/tex3/hook904
+smalleiffel-0.77/short/tex3/AECL
+smalleiffel-0.77/short/tex3/BECL
+smalleiffel-0.77/short/tex3/hook811
+smalleiffel-0.77/short/tex3/hook401
+smalleiffel-0.77/short/tex3/hook402
+smalleiffel-0.77/short/tex3/hook100
+smalleiffel-0.77/short/tex3/hook200
+smalleiffel-0.77/short/tex3/hook204
+smalleiffel-0.77/short/tex3/hook511
+smalleiffel-0.77/short/tex3/op_quote
+smalleiffel-0.77/short/tex3/cl_quote
+smalleiffel-0.77/short/tex3/Bsfn
+smalleiffel-0.77/short/tex3/Asfn
+smalleiffel-0.77/short/tex3/Current
+smalleiffel-0.77/short/tex3/Result
+smalleiffel-0.77/short/tex3/Ban
+smalleiffel-0.77/short/tex3/Aan
+smalleiffel-0.77/short/tex3/open_sb
+smalleiffel-0.77/short/tex3/hook832
+smalleiffel-0.77/short/tex3/close_sb
+smalleiffel-0.77/short/tex3/Bifn
+smalleiffel-0.77/short/tex3/Bpfn
+smalleiffel-0.77/short/tex3/Acn
+smalleiffel-0.77/short/tex1/hook999
+smalleiffel-0.77/short/tex1/hook000
+smalleiffel-0.77/short/tex1/READ_ME
+smalleiffel-0.77/short/READ_ME
+smalleiffel-0.77/sys/runtime/deep_twin.c
+smalleiffel-0.77/sys/runtime/exceptions.h
+smalleiffel-0.77/sys/runtime/gc_lib.c
+smalleiffel-0.77/sys/runtime/base.h
+smalleiffel-0.77/sys/runtime/exceptions.c
+smalleiffel-0.77/sys/runtime/no_check.h
+smalleiffel-0.77/sys/runtime/trace.c
+smalleiffel-0.77/sys/runtime/no_check.c
+smalleiffel-0.77/sys/runtime/boost.c
+smalleiffel-0.77/sys/runtime/trace.h
+smalleiffel-0.77/sys/runtime/boost.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.java
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.class
+smalleiffel-0.77/sys/runtime/basic_directory.h
+smalleiffel-0.77/sys/runtime/basic_directory.c
+smalleiffel-0.77/sys/runtime/basic_time.c
+smalleiffel-0.77/sys/runtime/c_plus_plus.h
+smalleiffel-0.77/sys/runtime/basic_time.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime$DirectoryStream.class
+smalleiffel-0.77/sys/runtime/deep_twin.h
+smalleiffel-0.77/sys/runtime/gc_lib.h
+smalleiffel-0.77/sys/gc_lib/aix.c
+smalleiffel-0.77/sys/gc_lib/alpha.c
+smalleiffel-0.77/sys/gc_lib/windows.c
+smalleiffel-0.77/sys/gc_lib/generic.c
+smalleiffel-0.77/sys/gc_lib/linux.c
+smalleiffel-0.77/sys/gc_lib/m68k.c
+smalleiffel-0.77/sys/gc_lib/hp-pa.c
+smalleiffel-0.77/sys/gc_lib/MacintoshPPC.c
+smalleiffel-0.77/sys/gc_lib/BeOS_x86.c
+smalleiffel-0.77/sys/gc_lib/freebsd.c
+smalleiffel-0.77/sys/gc_lib/m68k-amigaos.c
+smalleiffel-0.77/sys/gc_lib/READ_ME
+smalleiffel-0.77/sys/gc_lib/sparc.c
+smalleiffel-0.77/sys/compiler.se
+smalleiffel-0.77/sys/gc
+smalleiffel-0.77/sys/loadpath.Amiga
+smalleiffel-0.77/sys/loadpath.DOS
+smalleiffel-0.77/sys/loadpath.Macintosh
+smalleiffel-0.77/sys/loadpath.OS2
+smalleiffel-0.77/sys/loadpath.VMS
+smalleiffel-0.77/sys/loadpath.Windows
+smalleiffel-0.77/sys/READ_ME
+smalleiffel-0.77/sys/system.se
+smalleiffel-0.77/sys/loadpath.BeOS
+smalleiffel-0.77/sys/loadpath.UNIX
+@dirrm smalleiffel-0.77/bin
+@dirrm smalleiffel-0.77/bin_c
+@dirrm smalleiffel-0.77/contrib/edb
+@dirrm smalleiffel-0.77/contrib/lib
+@dirrm smalleiffel-0.77/contrib/htmldoc
+@dirrm smalleiffel-0.77/contrib
+@dirrm smalleiffel-0.77/lib_iterator
+@dirrm smalleiffel-0.77/lib_number
+@dirrm smalleiffel-0.77/lib_random
+@dirrm smalleiffel-0.77/lib_se
+@dirrm smalleiffel-0.77/lib_show/external/C
+@dirrm smalleiffel-0.77/lib_show/external/JVM
+@dirrm smalleiffel-0.77/lib_show/external/C++
+@dirrm smalleiffel-0.77/lib_show/external
+@dirrm smalleiffel-0.77/lib_show/number
+@dirrm smalleiffel-0.77/lib_show/random
+@dirrm smalleiffel-0.77/lib_show/basic_time
+@dirrm smalleiffel-0.77/lib_show/sorting
+@dirrm smalleiffel-0.77/lib_show/cecil/example9
+@dirrm smalleiffel-0.77/lib_show/cecil/example2
+@dirrm smalleiffel-0.77/lib_show/cecil/example3
+@dirrm smalleiffel-0.77/lib_show/cecil/example4
+@dirrm smalleiffel-0.77/lib_show/cecil/JVM
+@dirrm smalleiffel-0.77/lib_show/cecil/example1
+@dirrm smalleiffel-0.77/lib_show/cecil/example6
+@dirrm smalleiffel-0.77/lib_show/cecil/example7
+@dirrm smalleiffel-0.77/lib_show/cecil/example8
+@dirrm smalleiffel-0.77/lib_show/cecil/example5
+@dirrm smalleiffel-0.77/lib_show/cecil
+@dirrm smalleiffel-0.77/lib_show/parking
+@dirrm smalleiffel-0.77/lib_show/basic_directory
+@dirrm smalleiffel-0.77/lib_show/gcd
+@dirrm smalleiffel-0.77/lib_show/directory
+@dirrm smalleiffel-0.77/lib_show/animal
+@dirrm smalleiffel-0.77/lib_show/hanoi
+@dirrm smalleiffel-0.77/lib_show/iterator
+@dirrm smalleiffel-0.77/lib_show
+@dirrm smalleiffel-0.77/lib_std
+@dirrm smalleiffel-0.77/man
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROInc
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CNoLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/DNeStr
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaEStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRODec
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRORnd
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROSm
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MRO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PLk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PMO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench4
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2
+@dirrm smalleiffel-0.77/misc/benchmarks
+@dirrm smalleiffel-0.77/misc
+@dirrm smalleiffel-0.77/short/html1
+@dirrm smalleiffel-0.77/short/html2
+@dirrm smalleiffel-0.77/short/tex2
+@dirrm smalleiffel-0.77/short/plain
+@dirrm smalleiffel-0.77/short/tex3
+@dirrm smalleiffel-0.77/short/tex1
+@dirrm smalleiffel-0.77/short
+@dirrm smalleiffel-0.77/sys/runtime
+@dirrm smalleiffel-0.77/sys/gc_lib
+@dirrm smalleiffel-0.77/sys
+@dirrm smalleiffel-0.77
+@unexec rm /usr/local/SmallEiffel
diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile
new file mode 100644
index 000000000000..862d220047f7
--- /dev/null
+++ b/lang/smalleiffel/Makefile
@@ -0,0 +1,55 @@
+# New ports collection makefile for: SmallEiffel
+# Date created: Wed Dec 22 18:20:05 CET 1999
+# Whom: berend@pobox.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= smalleiffel
+PORTVERSION= 0.77
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/
+DISTNAME= se
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= berend@pobox.com
+
+WRKSRC= ${WRKDIR}/SmallEiffel
+
+# We install in this directory
+SEDIR= ${PREFIX}/${PKGNAME}
+
+# We alias a directory to the installation directory
+# That we we can easily switch between different builds
+ALIASDIR= ${PREFIX}/SmallEiffel
+
+# SmallEiffel needs this to find system.se
+MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se
+ALL_TARGET=
+
+PKGMESSAGE= ${WRKDIR}/MESSAGE
+PKGINSTALL= ${WRKDIR}/INSTALL
+
+# Make sure we can set the symbolic link SmallEiffel
+# to the actual release directory.
+do-install:
+ @(if test -e ${ALIASDIR} ; then \
+ if ! test -L ${ALIASDIR} ; then \
+ ${ECHO} "Make sure ${ALIASDIR} is a symbolic link"; \
+ ${ECHO} "or does not exist. This directory will point to "; \
+ ${ECHO} "the actual SmallEiffel installation directory."; \
+ exit 1; \
+ fi; \
+ ${RM} ${ALIASDIR}; \
+ fi; \
+ ${LN} -fs ${SEDIR} ${ALIASDIR})
+ @(if test -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
+ ${MKDIR} ${SEDIR}; \
+ ${CP} -pR ${WRKSRC}/* ${SEDIR})
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/MESSAGE \
+ > ${PKGMESSAGE}
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/INSTALL \
+ > ${PKGINSTALL}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/lang/smalleiffel/distinfo b/lang/smalleiffel/distinfo
new file mode 100644
index 000000000000..b682782cffb9
--- /dev/null
+++ b/lang/smalleiffel/distinfo
@@ -0,0 +1 @@
+MD5 (se.tgz) = 7ab24f8025ca50b4723ef8300cef9a86
diff --git a/lang/smalleiffel/pkg-comment b/lang/smalleiffel/pkg-comment
new file mode 100644
index 000000000000..b2668d7b2328
--- /dev/null
+++ b/lang/smalleiffel/pkg-comment
@@ -0,0 +1 @@
+The GNU compiler for the object-oriented language Eiffel
diff --git a/lang/smalleiffel/pkg-descr b/lang/smalleiffel/pkg-descr
new file mode 100644
index 000000000000..84124e55d8de
--- /dev/null
+++ b/lang/smalleiffel/pkg-descr
@@ -0,0 +1,21 @@
+SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
+compiler distributed under the terms of the GNU General Public License
+as published by the Free Software Foundation. It is a complete, small
+and very fast, free Eiffel compiler.
+
+It is available for a very wide range of platforms. In fact,
+SmallEiffel should run on any platform for which an ANSI C - POSIX
+compiler or a standard JVM exists.
+
+The current distribution includes an Eiffel to C compiler, an Eiffel
+to Java bytecode compiler, a documentation tool, a pretty printer and
+various other tools, with their sources.
+
+SmallEiffel features an innovative strategy involving whole system
+analysis which allows compilation to be often faster than the
+incremental compilation of traditional compilers.
+
+WWW: http://smalleiffel.loria.fr/index.hmtl
+
+- Berend
+berend@pobox.com
diff --git a/lang/smalleiffel/pkg-install b/lang/smalleiffel/pkg-install
new file mode 100644
index 000000000000..f68d7ed80b7a
--- /dev/null
+++ b/lang/smalleiffel/pkg-install
@@ -0,0 +1,3 @@
+if [ "X$2" = "XPOST-INSTALL" ]; then
+ ln -fs %%PREFIX%%/$1 %%PREFIX%%/SmallEiffel;
+fi
diff --git a/lang/smalleiffel/pkg-message b/lang/smalleiffel/pkg-message
new file mode 100644
index 000000000000..c160ac9e7f74
--- /dev/null
+++ b/lang/smalleiffel/pkg-message
@@ -0,0 +1,11 @@
+SmallEiffel is now available through the symbolic link %%PREFIX%%/SmallEiffel.
+
+Add %%PREFIX%%/SmallEiffel/bin to your path to be able to call
+the SmallEiffel compiler and its other utilities.
+
+Make sure the environment variable SmallEiffel is defined and points to
+%%PREFIX%%/SmallEiffel/sys/system.se.
+
+One way to do this is to extend /etc/profile with the following line:
+
+ SmallEiffel=%%PREFIX%%/SmallEiffel/sys/system.se; export SmallEiffel
diff --git a/lang/smalleiffel/pkg-plist b/lang/smalleiffel/pkg-plist
new file mode 100644
index 000000000000..2ce0910ecb81
--- /dev/null
+++ b/lang/smalleiffel/pkg-plist
@@ -0,0 +1,944 @@
+smalleiffel-0.77/COPYING
+smalleiffel-0.77/GNU_LICENSE
+smalleiffel-0.77/Makefile
+smalleiffel-0.77/READ_ME
+smalleiffel-0.77/bin/compile_to_c
+smalleiffel-0.77/bin/clean
+smalleiffel-0.77/bin/compile
+smalleiffel-0.77/bin/finder
+smalleiffel-0.77/bin/print_jvm_class
+smalleiffel-0.77/bin/short
+smalleiffel-0.77/bin/pretty
+smalleiffel-0.77/bin/compile_to_jvm
+smalleiffel-0.77/bin_c/compile_to_c27.c
+smalleiffel-0.77/bin_c/compile_to_c.h
+smalleiffel-0.77/bin_c/compile_to_c2.c
+smalleiffel-0.77/bin_c/compile_to_c3.c
+smalleiffel-0.77/bin_c/compile_to_c4.c
+smalleiffel-0.77/bin_c/compile_to_c5.c
+smalleiffel-0.77/bin_c/compile_to_c6.c
+smalleiffel-0.77/bin_c/compile_to_c7.c
+smalleiffel-0.77/bin_c/compile_to_c8.c
+smalleiffel-0.77/bin_c/compile_to_c9.c
+smalleiffel-0.77/bin_c/compile_to_c10.c
+smalleiffel-0.77/bin_c/compile_to_c11.c
+smalleiffel-0.77/bin_c/compile_to_c12.c
+smalleiffel-0.77/bin_c/compile_to_c13.c
+smalleiffel-0.77/bin_c/compile_to_c14.c
+smalleiffel-0.77/bin_c/compile_to_c15.c
+smalleiffel-0.77/bin_c/compile_to_c16.c
+smalleiffel-0.77/bin_c/compile_to_c17.c
+smalleiffel-0.77/bin_c/compile_to_c18.c
+smalleiffel-0.77/bin_c/compile_to_c19.c
+smalleiffel-0.77/bin_c/compile_to_c20.c
+smalleiffel-0.77/bin_c/compile_to_c21.c
+smalleiffel-0.77/bin_c/compile_to_c22.c
+smalleiffel-0.77/bin_c/compile_to_c23.c
+smalleiffel-0.77/bin_c/compile_to_c24.c
+smalleiffel-0.77/bin_c/compile_to_c25.c
+smalleiffel-0.77/bin_c/compile_to_c26.c
+smalleiffel-0.77/bin_c/compile_to_c1.c
+smalleiffel-0.77/contrib/edb/gc-inc
+smalleiffel-0.77/contrib/edb/edb.el
+smalleiffel-0.77/contrib/edb/edb19.el
+smalleiffel-0.77/contrib/edb/add-line-directive
+smalleiffel-0.77/contrib/edb/move-if-changed
+smalleiffel-0.77/contrib/edb/sec
+smalleiffel-0.77/contrib/edb/READ_ME
+smalleiffel-0.77/contrib/lib/case_insensitive_string.e
+smalleiffel-0.77/contrib/lib/header.txt
+smalleiffel-0.77/contrib/lib/string_formatter.e
+smalleiffel-0.77/contrib/htmldoc/READ_ME
+smalleiffel-0.77/contrib/htmldoc/htmlshort
+smalleiffel-0.77/contrib/htmldoc/hooks.sh
+smalleiffel-0.77/contrib/READ_ME
+smalleiffel-0.77/install.c
+smalleiffel-0.77/install.e
+smalleiffel-0.77/install.exe
+smalleiffel-0.77/install.h
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_keys.e
+smalleiffel-0.77/lib_iterator/iterator_on_collection.e
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_items.e
+smalleiffel-0.77/lib_iterator/iterator.e
+smalleiffel-0.77/lib_iterator/iterator_on_linked_list.e
+smalleiffel-0.77/lib_iterator/iterator_on_string.e
+smalleiffel-0.77/lib_iterator/iterator_on_two_way_linked_list.e
+smalleiffel-0.77/lib_number/small_integer.e
+smalleiffel-0.77/lib_number/abstract_integer.e
+smalleiffel-0.77/lib_number/large_fraction.e
+smalleiffel-0.77/lib_number/large_integer.e
+smalleiffel-0.77/lib_number/large_negative_integer.e
+smalleiffel-0.77/lib_number/large_positive_integer.e
+smalleiffel-0.77/lib_number/number.e
+smalleiffel-0.77/lib_number/number_tools.e
+smalleiffel-0.77/lib_number/small_fraction.e
+smalleiffel-0.77/lib_number/abstract_fraction.e
+smalleiffel-0.77/lib_random/READ_ME
+smalleiffel-0.77/lib_random/gen_rand.e
+smalleiffel-0.77/lib_random/min_stand.e
+smalleiffel-0.77/lib_random/std_rand.e
+smalleiffel-0.77/lib_se/eiffel_parser.e.flc
+smalleiffel-0.77/lib_se/run_feature_4.e
+smalleiffel-0.77/lib_se/argument_name.e
+smalleiffel-0.77/lib_se/short.e
+smalleiffel-0.77/lib_se/argument_name1.e
+smalleiffel-0.77/lib_se/argument_name2.e
+smalleiffel-0.77/lib_se/assertion.e
+smalleiffel-0.77/lib_se/assertion_list.e
+smalleiffel-0.77/lib_se/assignment.e
+smalleiffel-0.77/lib_se/attribute.e
+smalleiffel-0.77/lib_se/base_class.e
+smalleiffel-0.77/lib_se/jvm.e
+smalleiffel-0.77/lib_se/base_type_constant.e
+smalleiffel-0.77/lib_se/run_feature.e
+smalleiffel-0.77/lib_se/expression.e
+smalleiffel-0.77/lib_se/bit_constant.e
+smalleiffel-0.77/lib_se/call_infix_eq.e
+smalleiffel-0.77/lib_se/boolean_constant.e
+smalleiffel-0.77/lib_se/eiffel_parser.e
+smalleiffel-0.77/lib_se/short_print.e
+smalleiffel-0.77/lib_se/call.e
+smalleiffel-0.77/lib_se/call_0.e
+smalleiffel-0.77/lib_se/call_0_c.e
+smalleiffel-0.77/lib_se/globals.e
+smalleiffel-0.77/lib_se/call_1.e
+smalleiffel-0.77/lib_se/call_1_c.e
+smalleiffel-0.77/lib_se/run_class.e
+smalleiffel-0.77/lib_se/call_infix.e
+smalleiffel-0.77/lib_se/call_infix_and.e
+smalleiffel-0.77/lib_se/call_infix_and_then.e
+smalleiffel-0.77/lib_se/run_require.e
+smalleiffel-0.77/lib_se/call_infix_div.e
+smalleiffel-0.77/lib_se/compile.e
+smalleiffel-0.77/lib_se/type.e
+smalleiffel-0.77/lib_se/character_constant.e
+smalleiffel-0.77/lib_se/print_jvm_class.e
+smalleiffel-0.77/lib_se/e_old.e
+smalleiffel-0.77/lib_se/call_infix_freeop.e
+smalleiffel-0.77/lib_se/compile_to_c.e
+smalleiffel-0.77/lib_se/call_n.e
+smalleiffel-0.77/lib_se/call_infix_ge.e
+smalleiffel-0.77/lib_se/constant_pool.e
+smalleiffel-0.77/lib_se/call_infix_gt.e
+smalleiffel-0.77/lib_se/call_infix_le.e
+smalleiffel-0.77/lib_se/call_prefix_minus.e
+smalleiffel-0.77/lib_se/call_infix_implies.e
+smalleiffel-0.77/lib_se/call_prefix_freeop.e
+smalleiffel-0.77/lib_se/call_infix_int_div.e
+smalleiffel-0.77/lib_se/class_invariant.e
+smalleiffel-0.77/lib_se/call_infix_int_rem.e
+smalleiffel-0.77/lib_se/c_pretty_printer.e
+smalleiffel-0.77/lib_se/call_prefix_plus.e
+smalleiffel-0.77/lib_se/call_infix_lt.e
+smalleiffel-0.77/lib_se/parent_list.e
+smalleiffel-0.77/lib_se/call_infix_minus.e
+smalleiffel-0.77/lib_se/call_prefix_not.e
+smalleiffel-0.77/lib_se/call_infix_neq.e
+smalleiffel-0.77/lib_se/declaration_group.e
+smalleiffel-0.77/lib_se/call_infix_or.e
+smalleiffel-0.77/lib_se/clean.e
+smalleiffel-0.77/lib_se/cp_info.e
+smalleiffel-0.77/lib_se/call_infix_or_else.e
+smalleiffel-0.77/lib_se/parent.e
+smalleiffel-0.77/lib_se/call_infix_plus.e
+smalleiffel-0.77/lib_se/gc_handler.e
+smalleiffel-0.77/lib_se/call_infix_power.e
+smalleiffel-0.77/lib_se/feature_name_list.e
+smalleiffel-0.77/lib_se/call_infix_times.e
+smalleiffel-0.77/lib_se/declaration_1.e
+smalleiffel-0.77/lib_se/call_infix_xor.e
+smalleiffel-0.77/lib_se/comment.e
+smalleiffel-0.77/lib_se/small_eiffel.e
+smalleiffel-0.77/lib_se/call_prefix.e
+smalleiffel-0.77/lib_se/native_small_eiffel.e
+smalleiffel-0.77/lib_se/parser_buffer.e
+smalleiffel-0.77/lib_se/formal_generic_list.e
+smalleiffel-0.77/lib_se/formal_generic_arg.e
+smalleiffel-0.77/lib_se/run_feature_8.e
+smalleiffel-0.77/lib_se/creation_clause_list.e
+smalleiffel-0.77/lib_se/type_bit_2.e
+smalleiffel-0.77/lib_se/type_expanded.e
+smalleiffel-0.77/lib_se/call_proc_call.e
+smalleiffel-0.77/lib_se/cecil_arg_list.e
+smalleiffel-0.77/lib_se/cecil_pool.e
+smalleiffel-0.77/lib_se/error_handler.e
+smalleiffel-0.77/lib_se/cecil_target.e
+smalleiffel-0.77/lib_se/creation_clause.e
+smalleiffel-0.77/lib_se/feature_name.e
+smalleiffel-0.77/lib_se/external_routine.e
+smalleiffel-0.77/lib_se/check_invariant.e
+smalleiffel-0.77/lib_se/feature_clause.e
+smalleiffel-0.77/lib_se/class_name.e
+smalleiffel-0.77/lib_se/class_name_list.e
+smalleiffel-0.77/lib_se/infix_name.e
+smalleiffel-0.77/lib_se/client_list.e
+smalleiffel-0.77/lib_se/type_none.e
+smalleiffel-0.77/lib_se/code_attribute.e
+smalleiffel-0.77/lib_se/native_c.e
+smalleiffel-0.77/lib_se/code_printer.e
+smalleiffel-0.77/lib_se/prefix_name.e
+smalleiffel-0.77/lib_se/native_inline_without_current.e
+smalleiffel-0.77/lib_se/index_list.e
+smalleiffel-0.77/lib_se/compile_to_jvm.e
+smalleiffel-0.77/lib_se/compound.e
+smalleiffel-0.77/lib_se/type_bit_1.e
+smalleiffel-0.77/lib_se/native_jvm.e
+smalleiffel-0.77/lib_se/run_feature_7.e
+smalleiffel-0.77/lib_se/cp_info_tags.e
+smalleiffel-0.77/lib_se/creation_call.e
+smalleiffel-0.77/lib_se/creation_call_1.e
+smalleiffel-0.77/lib_se/creation_call_1_2.e
+smalleiffel-0.77/lib_se/creation_call_2.e
+smalleiffel-0.77/lib_se/creation_call_2_4.e
+smalleiffel-0.77/lib_se/cst_att.e
+smalleiffel-0.77/lib_se/creation_call_3.e
+smalleiffel-0.77/lib_se/creation_call_3_4.e
+smalleiffel-0.77/lib_se/creation_call_4.e
+smalleiffel-0.77/lib_se/pretty.e
+smalleiffel-0.77/lib_se/declaration.e
+smalleiffel-0.77/lib_se/e_feature.e
+smalleiffel-0.77/lib_se/local_argument.e
+smalleiffel-0.77/lib_se/cst_att_bit.e
+smalleiffel-0.77/lib_se/cst_att_boolean.e
+smalleiffel-0.77/lib_se/cst_att_character.e
+smalleiffel-0.77/lib_se/cst_att_double.e
+smalleiffel-0.77/lib_se/cst_att_real.e
+smalleiffel-0.77/lib_se/e_ensure.e
+smalleiffel-0.77/lib_se/cst_att_integer.e
+smalleiffel-0.77/lib_se/cst_att_string.e
+smalleiffel-0.77/lib_se/cst_att_unique.e
+smalleiffel-0.77/lib_se/formal_arg_list.e
+smalleiffel-0.77/lib_se/echo.e
+smalleiffel-0.77/lib_se/type_like_feature.e
+smalleiffel-0.77/lib_se/declaration_list.e
+smalleiffel-0.77/lib_se/deferred_function.e
+smalleiffel-0.77/lib_se/deferred_procedure.e
+smalleiffel-0.77/lib_se/deferred_routine.e
+smalleiffel-0.77/lib_se/fmt.e
+smalleiffel-0.77/lib_se/effective_arg_list.e
+smalleiffel-0.77/lib_se/effective_routine.e
+smalleiffel-0.77/lib_se/local_name.e
+smalleiffel-0.77/lib_se/exception_table.e
+smalleiffel-0.77/lib_se/export_item.e
+smalleiffel-0.77/lib_se/export_list.e
+smalleiffel-0.77/lib_se/expression_with_comment.e
+smalleiffel-0.77/lib_se/e_require.e
+smalleiffel-0.77/lib_se/external_function.e
+smalleiffel-0.77/lib_se/external_procedure.e
+smalleiffel-0.77/lib_se/e_check.e
+smalleiffel-0.77/lib_se/type_array.e
+smalleiffel-0.77/lib_se/type_bit.e
+smalleiffel-0.77/lib_se/e_debug.e
+smalleiffel-0.77/lib_se/e_false.e
+smalleiffel-0.77/lib_se/type_any.e
+smalleiffel-0.77/lib_se/e_inspect.e
+smalleiffel-0.77/lib_se/e_loop.e
+smalleiffel-0.77/lib_se/once_routine_pool.e
+smalleiffel-0.77/lib_se/e_retry.e
+smalleiffel-0.77/lib_se/type_native_array.e
+smalleiffel-0.77/lib_se/e_strip.e
+smalleiffel-0.77/lib_se/e_true.e
+smalleiffel-0.77/lib_se/e_void.e
+smalleiffel-0.77/lib_se/e_when.e
+smalleiffel-0.77/lib_se/feature_clause_list.e
+smalleiffel-0.77/lib_se/type_string.e
+smalleiffel-0.77/lib_se/type_anchored.e
+smalleiffel-0.77/lib_se/field_info.e
+smalleiffel-0.77/lib_se/finder.e
+smalleiffel-0.77/lib_se/system_tools.e
+smalleiffel-0.77/lib_se/function.e
+smalleiffel-0.77/lib_se/id_provider.e
+smalleiffel-0.77/lib_se/type_basic_eiffel_expanded.e
+smalleiffel-0.77/lib_se/simple_feature_name.e
+smalleiffel-0.77/lib_se/ifthen.e
+smalleiffel-0.77/lib_se/ifthenelse.e
+smalleiffel-0.77/lib_se/ifthenlist.e
+smalleiffel-0.77/lib_se/if_globals.e
+smalleiffel-0.77/lib_se/index_clause.e
+smalleiffel-0.77/lib_se/type_class.e
+smalleiffel-0.77/lib_se/type_generic.e
+smalleiffel-0.77/lib_se/instruction.e
+smalleiffel-0.77/lib_se/instruction_with_comment.e
+smalleiffel-0.77/lib_se/integer_constant.e
+smalleiffel-0.77/lib_se/type_bit_ref.e
+smalleiffel-0.77/lib_se/type_formal_generic.e
+smalleiffel-0.77/lib_se/local_name1.e
+smalleiffel-0.77/lib_se/local_name2.e
+smalleiffel-0.77/lib_se/local_var_list.e
+smalleiffel-0.77/lib_se/loop_invariant.e
+smalleiffel-0.77/lib_se/loop_variant.e
+smalleiffel-0.77/lib_se/loop_variant_1.e
+smalleiffel-0.77/lib_se/loop_variant_2.e
+smalleiffel-0.77/lib_se/manifest_array.e
+smalleiffel-0.77/lib_se/name.e
+smalleiffel-0.77/lib_se/manifest_string.e
+smalleiffel-0.77/lib_se/tag_name.e
+smalleiffel-0.77/lib_se/manifest_string_pool.e
+smalleiffel-0.77/lib_se/method_info.e
+smalleiffel-0.77/lib_se/native.e
+smalleiffel-0.77/lib_se/native_inline_with_current.e
+smalleiffel-0.77/lib_se/type_like_argument.e
+smalleiffel-0.77/lib_se/native_without_current.e
+smalleiffel-0.77/lib_se/native_with_current.e
+smalleiffel-0.77/lib_se/once_function.e
+smalleiffel-0.77/lib_se/once_procedure.e
+smalleiffel-0.77/lib_se/once_routine.e
+smalleiffel-0.77/lib_se/type_like_current.e
+smalleiffel-0.77/lib_se/position.e
+smalleiffel-0.77/lib_se/procedure.e
+smalleiffel-0.77/lib_se/proc_call.e
+smalleiffel-0.77/lib_se/proc_call_0.e
+smalleiffel-0.77/lib_se/proc_call_1.e
+smalleiffel-0.77/lib_se/proc_call_n.e
+smalleiffel-0.77/lib_se/real_constant.e
+smalleiffel-0.77/lib_se/rename_list.e
+smalleiffel-0.77/lib_se/rename_pair.e
+smalleiffel-0.77/lib_se/reverse_assignment.e
+smalleiffel-0.77/lib_se/routine.e
+smalleiffel-0.77/lib_se/run_control.e
+smalleiffel-0.77/lib_se/tmp_name.e
+smalleiffel-0.77/lib_se/run_feature_1.e
+smalleiffel-0.77/lib_se/run_feature_2.e
+smalleiffel-0.77/lib_se/run_feature_3.e
+smalleiffel-0.77/lib_se/run_feature_5.e
+smalleiffel-0.77/lib_se/run_feature_6.e
+smalleiffel-0.77/lib_se/run_feature_9.e
+smalleiffel-0.77/lib_se/same_executables.e
+smalleiffel-0.77/lib_se/switch.e
+smalleiffel-0.77/lib_se/switch_collection.e
+smalleiffel-0.77/lib_se/tmp_feature.e
+smalleiffel-0.77/lib_se/type_boolean.e
+smalleiffel-0.77/lib_se/type_character.e
+smalleiffel-0.77/lib_se/type_double.e
+smalleiffel-0.77/lib_se/type_integer.e
+smalleiffel-0.77/lib_se/type_pointer.e
+smalleiffel-0.77/lib_se/type_real.e
+smalleiffel-0.77/lib_se/when_item.e
+smalleiffel-0.77/lib_se/when_item_1.e
+smalleiffel-0.77/lib_se/when_item_2.e
+smalleiffel-0.77/lib_se/when_list.e
+smalleiffel-0.77/lib_se/writable_attribute.e
+smalleiffel-0.77/lib_se/native_jvm_invokestatic.e
+smalleiffel-0.77/lib_se/native_jvm_invokevirtual.e
+smalleiffel-0.77/lib_se/frozen_string_list.e
+smalleiffel-0.77/lib_se/binary_file_read.e
+smalleiffel-0.77/lib_se/conversion_handler.e
+smalleiffel-0.77/lib_se/manifest_array_pool.e
+smalleiffel-0.77/lib_se/binary_file_write.e
+smalleiffel-0.77/lib_se/e_precursor.e
+smalleiffel-0.77/lib_se/exceptions_handler.e
+smalleiffel-0.77/lib_se/precursor_name.e
+smalleiffel-0.77/lib_se/run_feature_10.e
+smalleiffel-0.77/lib_se/run_feature_11.e
+smalleiffel-0.77/lib_se/type_ref_to_exp.e
+smalleiffel-0.77/lib_se/e_precursor_procedure.e
+smalleiffel-0.77/lib_se/e_precursor_function.e
+smalleiffel-0.77/lib_se/abstract_current.e
+smalleiffel-0.77/lib_se/local_argument1.e
+smalleiffel-0.77/lib_se/call_infix2.e
+smalleiffel-0.77/lib_se/call_infix1.e
+smalleiffel-0.77/lib_se/abstract_result.e
+smalleiffel-0.77/lib_se/address_of_pool.e
+smalleiffel-0.77/lib_se/ordinary_result.e
+smalleiffel-0.77/lib_se/once_result.e
+smalleiffel-0.77/lib_se/implicit_cast.e
+smalleiffel-0.77/lib_se/written_current.e
+smalleiffel-0.77/lib_se/frozen_feature_name.e
+smalleiffel-0.77/lib_se/implicit_current.e
+smalleiffel-0.77/lib_se/command_flags.e
+smalleiffel-0.77/lib_se/assertion_collector.e
+smalleiffel-0.77/lib_se/aliased_string_list.e
+smalleiffel-0.77/lib_se/string_aliaser.e
+smalleiffel-0.77/lib_se/native_c_plus_plus.e
+smalleiffel-0.77/lib_se/address_of.e
+smalleiffel-0.77/lib_show/external/C/external_demo.out
+smalleiffel-0.77/lib_show/external/C/address_of_demo.e
+smalleiffel-0.77/lib_show/external/C/READ_ME
+smalleiffel-0.77/lib_show/external/C/external_demo.e
+smalleiffel-0.77/lib_show/external/C/external_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_demo.out
+smalleiffel-0.77/lib_show/external/JVM/example1.e
+smalleiffel-0.77/lib_show/external/JVM/example2.e
+smalleiffel-0.77/lib_show/external/JVM/example1.out
+smalleiffel-0.77/lib_show/external/JVM/example2.out
+smalleiffel-0.77/lib_show/external/C++/example4.e
+smalleiffel-0.77/lib_show/external/C++/Foo.h
+smalleiffel-0.77/lib_show/external/C++/Bar.h
+smalleiffel-0.77/lib_show/external/C++/Bar.cpp
+smalleiffel-0.77/lib_show/external/C++/example3.e
+smalleiffel-0.77/lib_show/external/C++/example1.e
+smalleiffel-0.77/lib_show/external/C++/example2.e
+smalleiffel-0.77/lib_show/external/C++/Foo.cpp
+smalleiffel-0.77/lib_show/external/READ_ME
+smalleiffel-0.77/lib_show/number/example1.e
+smalleiffel-0.77/lib_show/number/example2.e
+smalleiffel-0.77/lib_show/number/example3.e
+smalleiffel-0.77/lib_show/random/example3.e
+smalleiffel-0.77/lib_show/random/example1.e
+smalleiffel-0.77/lib_show/random/example2.e
+smalleiffel-0.77/lib_show/basic_time/example1.e
+smalleiffel-0.77/lib_show/basic_time/example5.e
+smalleiffel-0.77/lib_show/basic_time/example2.e
+smalleiffel-0.77/lib_show/basic_time/example3.e
+smalleiffel-0.77/lib_show/basic_time/example4.e
+smalleiffel-0.77/lib_show/sorting/example1.e
+smalleiffel-0.77/lib_show/sorting/example2.e
+smalleiffel-0.77/lib_show/cecil/example9/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example9/cecil.se
+smalleiffel-0.77/lib_show/cecil/example9/example.e
+smalleiffel-0.77/lib_show/cecil/example9/output
+smalleiffel-0.77/lib_show/cecil/example9/eif_stuff.e
+smalleiffel-0.77/lib_show/cecil/example2/cecil.se
+smalleiffel-0.77/lib_show/cecil/example2/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example2/example.e
+smalleiffel-0.77/lib_show/cecil/example2/output
+smalleiffel-0.77/lib_show/cecil/example3/cecil.se
+smalleiffel-0.77/lib_show/cecil/example3/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example3/example.e
+smalleiffel-0.77/lib_show/cecil/example3/output
+smalleiffel-0.77/lib_show/cecil/example4/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example4/cat.e
+smalleiffel-0.77/lib_show/cecil/example4/cecil.se
+smalleiffel-0.77/lib_show/cecil/example4/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example4/dog.e
+smalleiffel-0.77/lib_show/cecil/example4/example.e
+smalleiffel-0.77/lib_show/cecil/example4/output
+smalleiffel-0.77/lib_show/cecil/example4/animal.e
+smalleiffel-0.77/lib_show/cecil/JVM/root2.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example3.java
+smalleiffel-0.77/lib_show/cecil/JVM/root4.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example1.java
+smalleiffel-0.77/lib_show/cecil/JVM/root3.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example4.java
+smalleiffel-0.77/lib_show/cecil/JVM/Example2.java
+smalleiffel-0.77/lib_show/cecil/example1/cecil.se
+smalleiffel-0.77/lib_show/cecil/example1/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example1/example.e
+smalleiffel-0.77/lib_show/cecil/example1/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example1/output
+smalleiffel-0.77/lib_show/cecil/example6/cecil.se
+smalleiffel-0.77/lib_show/cecil/example6/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example6/example.e
+smalleiffel-0.77/lib_show/cecil/example6/output
+smalleiffel-0.77/lib_show/cecil/example7/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example7/cecil.se
+smalleiffel-0.77/lib_show/cecil/example7/example.e
+smalleiffel-0.77/lib_show/cecil/example7/output
+smalleiffel-0.77/lib_show/cecil/example8/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example8/cecil.se
+smalleiffel-0.77/lib_show/cecil/example8/example.e
+smalleiffel-0.77/lib_show/cecil/example8/c_factory.e
+smalleiffel-0.77/lib_show/cecil/example8/output
+smalleiffel-0.77/lib_show/cecil/example5/cecil.se
+smalleiffel-0.77/lib_show/cecil/example5/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example5/example.e
+smalleiffel-0.77/lib_show/cecil/example5/output
+smalleiffel-0.77/lib_show/cecil/READ_ME
+smalleiffel-0.77/lib_show/parking/command.e
+smalleiffel-0.77/lib_show/parking/date.e
+smalleiffel-0.77/lib_show/parking/level.e
+smalleiffel-0.77/lib_show/parking/parking.e
+smalleiffel-0.77/lib_show/parking/run_parking.e
+smalleiffel-0.77/lib_show/parking/ticket.e
+smalleiffel-0.77/lib_show/basic_directory/example1.e
+smalleiffel-0.77/lib_show/basic_directory/example2.e
+smalleiffel-0.77/lib_show/basic_directory/example3.e
+smalleiffel-0.77/lib_show/basic_directory/example4.e
+smalleiffel-0.77/lib_show/basic_directory/example5.e
+smalleiffel-0.77/lib_show/basic_directory/example6.e
+smalleiffel-0.77/lib_show/gcd/integer.e
+smalleiffel-0.77/lib_show/gcd/test_gcd.e
+smalleiffel-0.77/lib_show/directory/example1.e
+smalleiffel-0.77/lib_show/animal/sample3.e
+smalleiffel-0.77/lib_show/animal/chat.e
+smalleiffel-0.77/lib_show/animal/chien.e
+smalleiffel-0.77/lib_show/animal/mille_pattes.e
+smalleiffel-0.77/lib_show/animal/quadrupede.e
+smalleiffel-0.77/lib_show/animal/sample1.e
+smalleiffel-0.77/lib_show/animal/sample2.e
+smalleiffel-0.77/lib_show/animal/animal.e
+smalleiffel-0.77/lib_show/hanoi/hanoi.e
+smalleiffel-0.77/lib_show/hanoi/tower.e
+smalleiffel-0.77/lib_show/iterator/example1.e
+smalleiffel-0.77/lib_show/iterator/example2.e
+smalleiffel-0.77/lib_show/iterator/iterator_with_variant.e
+smalleiffel-0.77/lib_show/iterator/iterator_on_random_generator.e
+smalleiffel-0.77/lib_show/iterator/example3.e
+smalleiffel-0.77/lib_show/spread_illness.e
+smalleiffel-0.77/lib_show/pyramid.e
+smalleiffel-0.77/lib_show/pyramid2.e
+smalleiffel-0.77/lib_show/print_arguments.e
+smalleiffel-0.77/lib_show/hello_world.e
+smalleiffel-0.77/lib_show/fibonacci.e
+smalleiffel-0.77/lib_show/knight.e
+smalleiffel-0.77/lib_std/time_in_some_language.e
+smalleiffel-0.77/lib_std/arguments.e
+smalleiffel-0.77/lib_std/array.e
+smalleiffel-0.77/lib_std/array2.e
+smalleiffel-0.77/lib_std/arrayed_collection.e
+smalleiffel-0.77/lib_std/bit_n.e
+smalleiffel-0.77/lib_std/character.e
+smalleiffel-0.77/lib_std/bit_n_ref.e
+smalleiffel-0.77/lib_std/boolean.e
+smalleiffel-0.77/lib_std/boolean_ref.e
+smalleiffel-0.77/lib_std/std_file_read.e
+smalleiffel-0.77/lib_std/character_ref.e
+smalleiffel-0.77/lib_std/collection.e
+smalleiffel-0.77/lib_std/comparable.e
+smalleiffel-0.77/lib_std/counter.e
+smalleiffel-0.77/lib_std/dictionary.e
+smalleiffel-0.77/lib_std/double.e
+smalleiffel-0.77/lib_std/double_ref.e
+smalleiffel-0.77/lib_std/file_tools.e
+smalleiffel-0.77/lib_std/fixed_array.e
+smalleiffel-0.77/lib_std/collection2.e
+smalleiffel-0.77/lib_std/general.e
+smalleiffel-0.77/lib_std/input_stream.e
+smalleiffel-0.77/lib_std/integer.e
+smalleiffel-0.77/lib_std/string.e
+smalleiffel-0.77/lib_std/integer_ref.e
+smalleiffel-0.77/lib_std/link.e
+smalleiffel-0.77/lib_std/link2.e
+smalleiffel-0.77/lib_std/bit_string.e
+smalleiffel-0.77/lib_std/linked_collection.e
+smalleiffel-0.77/lib_std/basic_time.e
+smalleiffel-0.77/lib_std/memory.e
+smalleiffel-0.77/lib_std/native_array.e
+smalleiffel-0.77/lib_std/numeric.e
+smalleiffel-0.77/lib_std/output_stream.e
+smalleiffel-0.77/lib_std/platform.e
+smalleiffel-0.77/lib_std/pointer.e
+smalleiffel-0.77/lib_std/pointer_ref.e
+smalleiffel-0.77/lib_std/real.e
+smalleiffel-0.77/lib_std/real_ref.e
+smalleiffel-0.77/lib_std/std_error.e
+smalleiffel-0.77/lib_std/memo.e
+smalleiffel-0.77/lib_std/std_input.e
+smalleiffel-0.77/lib_std/std_file_read_write.e
+smalleiffel-0.77/lib_std/hashable.e
+smalleiffel-0.77/lib_std/std_file_write.e
+smalleiffel-0.77/lib_std/std_input_output.e
+smalleiffel-0.77/lib_std/std_output.e
+smalleiffel-0.77/lib_std/exceptions.e
+smalleiffel-0.77/lib_std/fixed_array2.e
+smalleiffel-0.77/lib_std/dirent.e
+smalleiffel-0.77/lib_std/directory.e
+smalleiffel-0.77/lib_std/collection_sorter.e
+smalleiffel-0.77/lib_std/basic_directory.e
+smalleiffel-0.77/lib_std/reverse_collection_sorter.e
+smalleiffel-0.77/lib_std/array3.e
+smalleiffel-0.77/lib_std/fixed_array3.e
+smalleiffel-0.77/lib_std/time_in_french.e
+smalleiffel-0.77/lib_std/linked_list.e
+smalleiffel-0.77/lib_std/two_way_linked_list.e
+smalleiffel-0.77/lib_std/collection3.e
+smalleiffel-0.77/lib_std/link_list.e
+smalleiffel-0.77/lib_std/time_in_english.e
+smalleiffel-0.77/lib_std/time_in_italian.e
+smalleiffel-0.77/lib_std/link2_list.e
+smalleiffel-0.77/lib_std/any.e
+smalleiffel-0.77/man/install.txt
+smalleiffel-0.77/man/compile.html
+smalleiffel-0.77/man/se-line.gif
+smalleiffel-0.77/man/compile_to_c.html
+smalleiffel-0.77/man/Eiffel.FAQ
+smalleiffel-0.77/man/compile.txt
+smalleiffel-0.77/man/compile_to_c.txt
+smalleiffel-0.77/man/compile_to_jvm.html
+smalleiffel-0.77/man/pretty.html
+smalleiffel-0.77/man/pretty.txt
+smalleiffel-0.77/man/short.html
+smalleiffel-0.77/man/short.txt
+smalleiffel-0.77/man/finder.html
+smalleiffel-0.77/man/compile_to_jvm.txt
+smalleiffel-0.77/man/print_jvm_class.html
+smalleiffel-0.77/man/finder.txt
+smalleiffel-0.77/man/cecil.html
+smalleiffel-0.77/man/cecil.txt
+smalleiffel-0.77/man/external.html
+smalleiffel-0.77/man/external.txt
+smalleiffel-0.77/man/system.html
+smalleiffel-0.77/man/system.txt
+smalleiffel-0.77/man/clean.html
+smalleiffel-0.77/man/print_jvm_class.txt
+smalleiffel-0.77/man/SmallEiffelFAQ.html
+smalleiffel-0.77/man/clean.txt
+smalleiffel-0.77/man/support.html
+smalleiffel-0.77/man/c_code.html
+smalleiffel-0.77/man/SmallEiffelFAQ.txt
+smalleiffel-0.77/man/support.txt
+smalleiffel-0.77/man/index.html
+smalleiffel-0.77/man/c_code.txt
+smalleiffel-0.77/man/install.html
+smalleiffel-0.77/man/commands.txt
+smalleiffel-0.77/misc/benchmarks/gc/LkROInc/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/link.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRODec/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/std_rand.e
+smalleiffel-0.77/misc/benchmarks/gc/LkROSm/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/MRO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/peach.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/peach.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench1/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/array2_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/fixed_array2_bench.e
+smalleiffel-0.77/misc/THANKS.html
+smalleiffel-0.77/misc/INSTALL.CSH
+smalleiffel-0.77/misc/INSTALL.OS2
+smalleiffel-0.77/misc/INSTALL.READ_ME
+smalleiffel-0.77/misc/INSTALL.SH
+smalleiffel-0.77/misc/THANKS.txt
+smalleiffel-0.77/misc/rename.se
+smalleiffel-0.77/misc/SmallEiffel.lsm
+smalleiffel-0.77/misc/HISTORY.html
+smalleiffel-0.77/misc/HISTORY.txt
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.html
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.txt
+smalleiffel-0.77/misc/header.GPL
+smalleiffel-0.77/misc/header.FREE
+smalleiffel-0.77/misc/GC.SH
+smalleiffel-0.77/misc/people.txt
+smalleiffel-0.77/misc/tmp.html
+smalleiffel-0.77/misc/WeNeedFeedBack.txt
+smalleiffel-0.77/misc/people.html
+smalleiffel-0.77/misc/eiffel-mode.el
+smalleiffel-0.77/short/html1/HOOKS.SH
+smalleiffel-0.77/short/html1/hook002
+smalleiffel-0.77/short/html1/hook010
+smalleiffel-0.77/short/html1/hook011
+smalleiffel-0.77/short/html1/hook012
+smalleiffel-0.77/short/html1/hook015
+smalleiffel-0.77/short/html1/hook018
+smalleiffel-0.77/short/html1/hook019
+smalleiffel-0.77/short/html1/hook100
+smalleiffel-0.77/short/html1/hook200
+smalleiffel-0.77/short/html1/hook201
+smalleiffel-0.77/short/html1/hook202
+smalleiffel-0.77/short/html1/hook204
+smalleiffel-0.77/short/html1/hook205
+smalleiffel-0.77/short/html1/hook208
+smalleiffel-0.77/short/html1/hook310
+smalleiffel-0.77/short/html1/hook313
+smalleiffel-0.77/short/html1/hook401
+smalleiffel-0.77/short/html1/hook402
+smalleiffel-0.77/short/html1/hook413
+smalleiffel-0.77/short/html1/hook416
+smalleiffel-0.77/short/html1/hook427
+smalleiffel-0.77/short/html1/hook430
+smalleiffel-0.77/short/html1/hook511
+smalleiffel-0.77/short/html1/hook513
+smalleiffel-0.77/short/html1/hook516
+smalleiffel-0.77/short/html1/hook527
+smalleiffel-0.77/short/html1/hook530
+smalleiffel-0.77/short/html1/hook599
+smalleiffel-0.77/short/html1/hook811
+smalleiffel-0.77/short/html1/hook813
+smalleiffel-0.77/short/html1/hook816
+smalleiffel-0.77/short/html1/hook827
+smalleiffel-0.77/short/html1/hook830
+smalleiffel-0.77/short/html1/hook900
+smalleiffel-0.77/short/html1/hook905
+smalleiffel-0.77/short/html1/hook999
+smalleiffel-0.77/short/html1/Bcn
+smalleiffel-0.77/short/html1/Mcn
+smalleiffel-0.77/short/html1/Acn
+smalleiffel-0.77/short/html1/op_quote
+smalleiffel-0.77/short/html1/cl_quote
+smalleiffel-0.77/short/html1/READ_ME
+smalleiffel-0.77/short/html1/hook000
+smalleiffel-0.77/short/html2/hook819
+smalleiffel-0.77/short/html2/hook002
+smalleiffel-0.77/short/html2/hook010
+smalleiffel-0.77/short/html2/hook011
+smalleiffel-0.77/short/html2/hook012
+smalleiffel-0.77/short/html2/hook015
+smalleiffel-0.77/short/html2/hook018
+smalleiffel-0.77/short/html2/hook019
+smalleiffel-0.77/short/html2/hook100
+smalleiffel-0.77/short/html2/hook200
+smalleiffel-0.77/short/html2/hook201
+smalleiffel-0.77/short/html2/hook202
+smalleiffel-0.77/short/html2/hook204
+smalleiffel-0.77/short/html2/hook205
+smalleiffel-0.77/short/html2/hook208
+smalleiffel-0.77/short/html2/hook310
+smalleiffel-0.77/short/html2/hook313
+smalleiffel-0.77/short/html2/hook401
+smalleiffel-0.77/short/html2/hook402
+smalleiffel-0.77/short/html2/hook413
+smalleiffel-0.77/short/html2/hook416
+smalleiffel-0.77/short/html2/hook427
+smalleiffel-0.77/short/html2/hook430
+smalleiffel-0.77/short/html2/hook511
+smalleiffel-0.77/short/html2/hook513
+smalleiffel-0.77/short/html2/hook516
+smalleiffel-0.77/short/html2/hook527
+smalleiffel-0.77/short/html2/hook530
+smalleiffel-0.77/short/html2/hook599
+smalleiffel-0.77/short/html2/hook811
+smalleiffel-0.77/short/html2/hook813
+smalleiffel-0.77/short/html2/hook816
+smalleiffel-0.77/short/html2/hook827
+smalleiffel-0.77/short/html2/hook830
+smalleiffel-0.77/short/html2/hook900
+smalleiffel-0.77/short/html2/hook905
+smalleiffel-0.77/short/html2/hook999
+smalleiffel-0.77/short/html2/Bcn
+smalleiffel-0.77/short/html2/Mcn
+smalleiffel-0.77/short/html2/Acn
+smalleiffel-0.77/short/html2/op_quote
+smalleiffel-0.77/short/html2/cl_quote
+smalleiffel-0.77/short/html2/READ_ME
+smalleiffel-0.77/short/html2/HOOKS.SH
+smalleiffel-0.77/short/html2/like
+smalleiffel-0.77/short/html2/old
+smalleiffel-0.77/short/html2/op_strip
+smalleiffel-0.77/short/html2/Result
+smalleiffel-0.77/short/html2/Current
+smalleiffel-0.77/short/html2/Void
+smalleiffel-0.77/short/html2/hook000
+smalleiffel-0.77/short/tex2/rem
+smalleiffel-0.77/short/tex2/Bcn
+smalleiffel-0.77/short/tex2/hook999
+smalleiffel-0.77/short/tex2/hook000
+smalleiffel-0.77/short/tex2/Usfn
+smalleiffel-0.77/short/tex2/Ucomment
+smalleiffel-0.77/short/tex2/Uan
+smalleiffel-0.77/short/tex2/Utag
+smalleiffel-0.77/short/tex2/READ_ME
+smalleiffel-0.77/short/tex2/hook013
+smalleiffel-0.77/short/tex2/hook900
+smalleiffel-0.77/short/tex2/hook904
+smalleiffel-0.77/short/tex2/AECL
+smalleiffel-0.77/short/tex2/BECL
+smalleiffel-0.77/short/tex2/hook811
+smalleiffel-0.77/short/tex2/hook401
+smalleiffel-0.77/short/tex2/hook402
+smalleiffel-0.77/short/tex2/hook100
+smalleiffel-0.77/short/tex2/hook200
+smalleiffel-0.77/short/tex2/hook202
+smalleiffel-0.77/short/tex2/hook204
+smalleiffel-0.77/short/tex2/hook511
+smalleiffel-0.77/short/tex2/op_quote
+smalleiffel-0.77/short/tex2/cl_quote
+smalleiffel-0.77/short/tex2/Acn
+smalleiffel-0.77/short/plain/READ_ME
+smalleiffel-0.77/short/tex3/rem
+smalleiffel-0.77/short/tex3/Bcn
+smalleiffel-0.77/short/tex3/hook999
+smalleiffel-0.77/short/tex3/hook000
+smalleiffel-0.77/short/tex3/Usfn
+smalleiffel-0.77/short/tex3/Ucomment
+smalleiffel-0.77/short/tex3/Uan
+smalleiffel-0.77/short/tex3/Utag
+smalleiffel-0.77/short/tex3/READ_ME
+smalleiffel-0.77/short/tex3/hook013
+smalleiffel-0.77/short/tex3/hook900
+smalleiffel-0.77/short/tex3/hook904
+smalleiffel-0.77/short/tex3/AECL
+smalleiffel-0.77/short/tex3/BECL
+smalleiffel-0.77/short/tex3/hook811
+smalleiffel-0.77/short/tex3/hook401
+smalleiffel-0.77/short/tex3/hook402
+smalleiffel-0.77/short/tex3/hook100
+smalleiffel-0.77/short/tex3/hook200
+smalleiffel-0.77/short/tex3/hook204
+smalleiffel-0.77/short/tex3/hook511
+smalleiffel-0.77/short/tex3/op_quote
+smalleiffel-0.77/short/tex3/cl_quote
+smalleiffel-0.77/short/tex3/Bsfn
+smalleiffel-0.77/short/tex3/Asfn
+smalleiffel-0.77/short/tex3/Current
+smalleiffel-0.77/short/tex3/Result
+smalleiffel-0.77/short/tex3/Ban
+smalleiffel-0.77/short/tex3/Aan
+smalleiffel-0.77/short/tex3/open_sb
+smalleiffel-0.77/short/tex3/hook832
+smalleiffel-0.77/short/tex3/close_sb
+smalleiffel-0.77/short/tex3/Bifn
+smalleiffel-0.77/short/tex3/Bpfn
+smalleiffel-0.77/short/tex3/Acn
+smalleiffel-0.77/short/tex1/hook999
+smalleiffel-0.77/short/tex1/hook000
+smalleiffel-0.77/short/tex1/READ_ME
+smalleiffel-0.77/short/READ_ME
+smalleiffel-0.77/sys/runtime/deep_twin.c
+smalleiffel-0.77/sys/runtime/exceptions.h
+smalleiffel-0.77/sys/runtime/gc_lib.c
+smalleiffel-0.77/sys/runtime/base.h
+smalleiffel-0.77/sys/runtime/exceptions.c
+smalleiffel-0.77/sys/runtime/no_check.h
+smalleiffel-0.77/sys/runtime/trace.c
+smalleiffel-0.77/sys/runtime/no_check.c
+smalleiffel-0.77/sys/runtime/boost.c
+smalleiffel-0.77/sys/runtime/trace.h
+smalleiffel-0.77/sys/runtime/boost.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.java
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.class
+smalleiffel-0.77/sys/runtime/basic_directory.h
+smalleiffel-0.77/sys/runtime/basic_directory.c
+smalleiffel-0.77/sys/runtime/basic_time.c
+smalleiffel-0.77/sys/runtime/c_plus_plus.h
+smalleiffel-0.77/sys/runtime/basic_time.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime$DirectoryStream.class
+smalleiffel-0.77/sys/runtime/deep_twin.h
+smalleiffel-0.77/sys/runtime/gc_lib.h
+smalleiffel-0.77/sys/gc_lib/aix.c
+smalleiffel-0.77/sys/gc_lib/alpha.c
+smalleiffel-0.77/sys/gc_lib/windows.c
+smalleiffel-0.77/sys/gc_lib/generic.c
+smalleiffel-0.77/sys/gc_lib/linux.c
+smalleiffel-0.77/sys/gc_lib/m68k.c
+smalleiffel-0.77/sys/gc_lib/hp-pa.c
+smalleiffel-0.77/sys/gc_lib/MacintoshPPC.c
+smalleiffel-0.77/sys/gc_lib/BeOS_x86.c
+smalleiffel-0.77/sys/gc_lib/freebsd.c
+smalleiffel-0.77/sys/gc_lib/m68k-amigaos.c
+smalleiffel-0.77/sys/gc_lib/READ_ME
+smalleiffel-0.77/sys/gc_lib/sparc.c
+smalleiffel-0.77/sys/compiler.se
+smalleiffel-0.77/sys/gc
+smalleiffel-0.77/sys/loadpath.Amiga
+smalleiffel-0.77/sys/loadpath.DOS
+smalleiffel-0.77/sys/loadpath.Macintosh
+smalleiffel-0.77/sys/loadpath.OS2
+smalleiffel-0.77/sys/loadpath.VMS
+smalleiffel-0.77/sys/loadpath.Windows
+smalleiffel-0.77/sys/READ_ME
+smalleiffel-0.77/sys/system.se
+smalleiffel-0.77/sys/loadpath.BeOS
+smalleiffel-0.77/sys/loadpath.UNIX
+@dirrm smalleiffel-0.77/bin
+@dirrm smalleiffel-0.77/bin_c
+@dirrm smalleiffel-0.77/contrib/edb
+@dirrm smalleiffel-0.77/contrib/lib
+@dirrm smalleiffel-0.77/contrib/htmldoc
+@dirrm smalleiffel-0.77/contrib
+@dirrm smalleiffel-0.77/lib_iterator
+@dirrm smalleiffel-0.77/lib_number
+@dirrm smalleiffel-0.77/lib_random
+@dirrm smalleiffel-0.77/lib_se
+@dirrm smalleiffel-0.77/lib_show/external/C
+@dirrm smalleiffel-0.77/lib_show/external/JVM
+@dirrm smalleiffel-0.77/lib_show/external/C++
+@dirrm smalleiffel-0.77/lib_show/external
+@dirrm smalleiffel-0.77/lib_show/number
+@dirrm smalleiffel-0.77/lib_show/random
+@dirrm smalleiffel-0.77/lib_show/basic_time
+@dirrm smalleiffel-0.77/lib_show/sorting
+@dirrm smalleiffel-0.77/lib_show/cecil/example9
+@dirrm smalleiffel-0.77/lib_show/cecil/example2
+@dirrm smalleiffel-0.77/lib_show/cecil/example3
+@dirrm smalleiffel-0.77/lib_show/cecil/example4
+@dirrm smalleiffel-0.77/lib_show/cecil/JVM
+@dirrm smalleiffel-0.77/lib_show/cecil/example1
+@dirrm smalleiffel-0.77/lib_show/cecil/example6
+@dirrm smalleiffel-0.77/lib_show/cecil/example7
+@dirrm smalleiffel-0.77/lib_show/cecil/example8
+@dirrm smalleiffel-0.77/lib_show/cecil/example5
+@dirrm smalleiffel-0.77/lib_show/cecil
+@dirrm smalleiffel-0.77/lib_show/parking
+@dirrm smalleiffel-0.77/lib_show/basic_directory
+@dirrm smalleiffel-0.77/lib_show/gcd
+@dirrm smalleiffel-0.77/lib_show/directory
+@dirrm smalleiffel-0.77/lib_show/animal
+@dirrm smalleiffel-0.77/lib_show/hanoi
+@dirrm smalleiffel-0.77/lib_show/iterator
+@dirrm smalleiffel-0.77/lib_show
+@dirrm smalleiffel-0.77/lib_std
+@dirrm smalleiffel-0.77/man
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROInc
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CNoLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/DNeStr
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaEStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRODec
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRORnd
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROSm
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MRO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PLk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PMO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench4
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2
+@dirrm smalleiffel-0.77/misc/benchmarks
+@dirrm smalleiffel-0.77/misc
+@dirrm smalleiffel-0.77/short/html1
+@dirrm smalleiffel-0.77/short/html2
+@dirrm smalleiffel-0.77/short/tex2
+@dirrm smalleiffel-0.77/short/plain
+@dirrm smalleiffel-0.77/short/tex3
+@dirrm smalleiffel-0.77/short/tex1
+@dirrm smalleiffel-0.77/short
+@dirrm smalleiffel-0.77/sys/runtime
+@dirrm smalleiffel-0.77/sys/gc_lib
+@dirrm smalleiffel-0.77/sys
+@dirrm smalleiffel-0.77
+@unexec rm /usr/local/SmallEiffel
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile
new file mode 100644
index 000000000000..862d220047f7
--- /dev/null
+++ b/lang/smarteiffel/Makefile
@@ -0,0 +1,55 @@
+# New ports collection makefile for: SmallEiffel
+# Date created: Wed Dec 22 18:20:05 CET 1999
+# Whom: berend@pobox.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= smalleiffel
+PORTVERSION= 0.77
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/
+DISTNAME= se
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= berend@pobox.com
+
+WRKSRC= ${WRKDIR}/SmallEiffel
+
+# We install in this directory
+SEDIR= ${PREFIX}/${PKGNAME}
+
+# We alias a directory to the installation directory
+# That we we can easily switch between different builds
+ALIASDIR= ${PREFIX}/SmallEiffel
+
+# SmallEiffel needs this to find system.se
+MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se
+ALL_TARGET=
+
+PKGMESSAGE= ${WRKDIR}/MESSAGE
+PKGINSTALL= ${WRKDIR}/INSTALL
+
+# Make sure we can set the symbolic link SmallEiffel
+# to the actual release directory.
+do-install:
+ @(if test -e ${ALIASDIR} ; then \
+ if ! test -L ${ALIASDIR} ; then \
+ ${ECHO} "Make sure ${ALIASDIR} is a symbolic link"; \
+ ${ECHO} "or does not exist. This directory will point to "; \
+ ${ECHO} "the actual SmallEiffel installation directory."; \
+ exit 1; \
+ fi; \
+ ${RM} ${ALIASDIR}; \
+ fi; \
+ ${LN} -fs ${SEDIR} ${ALIASDIR})
+ @(if test -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
+ ${MKDIR} ${SEDIR}; \
+ ${CP} -pR ${WRKSRC}/* ${SEDIR})
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/MESSAGE \
+ > ${PKGMESSAGE}
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/INSTALL \
+ > ${PKGINSTALL}
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/lang/smarteiffel/distinfo b/lang/smarteiffel/distinfo
new file mode 100644
index 000000000000..b682782cffb9
--- /dev/null
+++ b/lang/smarteiffel/distinfo
@@ -0,0 +1 @@
+MD5 (se.tgz) = 7ab24f8025ca50b4723ef8300cef9a86
diff --git a/lang/smarteiffel/pkg-comment b/lang/smarteiffel/pkg-comment
new file mode 100644
index 000000000000..b2668d7b2328
--- /dev/null
+++ b/lang/smarteiffel/pkg-comment
@@ -0,0 +1 @@
+The GNU compiler for the object-oriented language Eiffel
diff --git a/lang/smarteiffel/pkg-descr b/lang/smarteiffel/pkg-descr
new file mode 100644
index 000000000000..84124e55d8de
--- /dev/null
+++ b/lang/smarteiffel/pkg-descr
@@ -0,0 +1,21 @@
+SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
+compiler distributed under the terms of the GNU General Public License
+as published by the Free Software Foundation. It is a complete, small
+and very fast, free Eiffel compiler.
+
+It is available for a very wide range of platforms. In fact,
+SmallEiffel should run on any platform for which an ANSI C - POSIX
+compiler or a standard JVM exists.
+
+The current distribution includes an Eiffel to C compiler, an Eiffel
+to Java bytecode compiler, a documentation tool, a pretty printer and
+various other tools, with their sources.
+
+SmallEiffel features an innovative strategy involving whole system
+analysis which allows compilation to be often faster than the
+incremental compilation of traditional compilers.
+
+WWW: http://smalleiffel.loria.fr/index.hmtl
+
+- Berend
+berend@pobox.com
diff --git a/lang/smarteiffel/pkg-install b/lang/smarteiffel/pkg-install
new file mode 100644
index 000000000000..f68d7ed80b7a
--- /dev/null
+++ b/lang/smarteiffel/pkg-install
@@ -0,0 +1,3 @@
+if [ "X$2" = "XPOST-INSTALL" ]; then
+ ln -fs %%PREFIX%%/$1 %%PREFIX%%/SmallEiffel;
+fi
diff --git a/lang/smarteiffel/pkg-message b/lang/smarteiffel/pkg-message
new file mode 100644
index 000000000000..c160ac9e7f74
--- /dev/null
+++ b/lang/smarteiffel/pkg-message
@@ -0,0 +1,11 @@
+SmallEiffel is now available through the symbolic link %%PREFIX%%/SmallEiffel.
+
+Add %%PREFIX%%/SmallEiffel/bin to your path to be able to call
+the SmallEiffel compiler and its other utilities.
+
+Make sure the environment variable SmallEiffel is defined and points to
+%%PREFIX%%/SmallEiffel/sys/system.se.
+
+One way to do this is to extend /etc/profile with the following line:
+
+ SmallEiffel=%%PREFIX%%/SmallEiffel/sys/system.se; export SmallEiffel
diff --git a/lang/smarteiffel/pkg-plist b/lang/smarteiffel/pkg-plist
new file mode 100644
index 000000000000..2ce0910ecb81
--- /dev/null
+++ b/lang/smarteiffel/pkg-plist
@@ -0,0 +1,944 @@
+smalleiffel-0.77/COPYING
+smalleiffel-0.77/GNU_LICENSE
+smalleiffel-0.77/Makefile
+smalleiffel-0.77/READ_ME
+smalleiffel-0.77/bin/compile_to_c
+smalleiffel-0.77/bin/clean
+smalleiffel-0.77/bin/compile
+smalleiffel-0.77/bin/finder
+smalleiffel-0.77/bin/print_jvm_class
+smalleiffel-0.77/bin/short
+smalleiffel-0.77/bin/pretty
+smalleiffel-0.77/bin/compile_to_jvm
+smalleiffel-0.77/bin_c/compile_to_c27.c
+smalleiffel-0.77/bin_c/compile_to_c.h
+smalleiffel-0.77/bin_c/compile_to_c2.c
+smalleiffel-0.77/bin_c/compile_to_c3.c
+smalleiffel-0.77/bin_c/compile_to_c4.c
+smalleiffel-0.77/bin_c/compile_to_c5.c
+smalleiffel-0.77/bin_c/compile_to_c6.c
+smalleiffel-0.77/bin_c/compile_to_c7.c
+smalleiffel-0.77/bin_c/compile_to_c8.c
+smalleiffel-0.77/bin_c/compile_to_c9.c
+smalleiffel-0.77/bin_c/compile_to_c10.c
+smalleiffel-0.77/bin_c/compile_to_c11.c
+smalleiffel-0.77/bin_c/compile_to_c12.c
+smalleiffel-0.77/bin_c/compile_to_c13.c
+smalleiffel-0.77/bin_c/compile_to_c14.c
+smalleiffel-0.77/bin_c/compile_to_c15.c
+smalleiffel-0.77/bin_c/compile_to_c16.c
+smalleiffel-0.77/bin_c/compile_to_c17.c
+smalleiffel-0.77/bin_c/compile_to_c18.c
+smalleiffel-0.77/bin_c/compile_to_c19.c
+smalleiffel-0.77/bin_c/compile_to_c20.c
+smalleiffel-0.77/bin_c/compile_to_c21.c
+smalleiffel-0.77/bin_c/compile_to_c22.c
+smalleiffel-0.77/bin_c/compile_to_c23.c
+smalleiffel-0.77/bin_c/compile_to_c24.c
+smalleiffel-0.77/bin_c/compile_to_c25.c
+smalleiffel-0.77/bin_c/compile_to_c26.c
+smalleiffel-0.77/bin_c/compile_to_c1.c
+smalleiffel-0.77/contrib/edb/gc-inc
+smalleiffel-0.77/contrib/edb/edb.el
+smalleiffel-0.77/contrib/edb/edb19.el
+smalleiffel-0.77/contrib/edb/add-line-directive
+smalleiffel-0.77/contrib/edb/move-if-changed
+smalleiffel-0.77/contrib/edb/sec
+smalleiffel-0.77/contrib/edb/READ_ME
+smalleiffel-0.77/contrib/lib/case_insensitive_string.e
+smalleiffel-0.77/contrib/lib/header.txt
+smalleiffel-0.77/contrib/lib/string_formatter.e
+smalleiffel-0.77/contrib/htmldoc/READ_ME
+smalleiffel-0.77/contrib/htmldoc/htmlshort
+smalleiffel-0.77/contrib/htmldoc/hooks.sh
+smalleiffel-0.77/contrib/READ_ME
+smalleiffel-0.77/install.c
+smalleiffel-0.77/install.e
+smalleiffel-0.77/install.exe
+smalleiffel-0.77/install.h
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_keys.e
+smalleiffel-0.77/lib_iterator/iterator_on_collection.e
+smalleiffel-0.77/lib_iterator/iterator_on_dictionary_items.e
+smalleiffel-0.77/lib_iterator/iterator.e
+smalleiffel-0.77/lib_iterator/iterator_on_linked_list.e
+smalleiffel-0.77/lib_iterator/iterator_on_string.e
+smalleiffel-0.77/lib_iterator/iterator_on_two_way_linked_list.e
+smalleiffel-0.77/lib_number/small_integer.e
+smalleiffel-0.77/lib_number/abstract_integer.e
+smalleiffel-0.77/lib_number/large_fraction.e
+smalleiffel-0.77/lib_number/large_integer.e
+smalleiffel-0.77/lib_number/large_negative_integer.e
+smalleiffel-0.77/lib_number/large_positive_integer.e
+smalleiffel-0.77/lib_number/number.e
+smalleiffel-0.77/lib_number/number_tools.e
+smalleiffel-0.77/lib_number/small_fraction.e
+smalleiffel-0.77/lib_number/abstract_fraction.e
+smalleiffel-0.77/lib_random/READ_ME
+smalleiffel-0.77/lib_random/gen_rand.e
+smalleiffel-0.77/lib_random/min_stand.e
+smalleiffel-0.77/lib_random/std_rand.e
+smalleiffel-0.77/lib_se/eiffel_parser.e.flc
+smalleiffel-0.77/lib_se/run_feature_4.e
+smalleiffel-0.77/lib_se/argument_name.e
+smalleiffel-0.77/lib_se/short.e
+smalleiffel-0.77/lib_se/argument_name1.e
+smalleiffel-0.77/lib_se/argument_name2.e
+smalleiffel-0.77/lib_se/assertion.e
+smalleiffel-0.77/lib_se/assertion_list.e
+smalleiffel-0.77/lib_se/assignment.e
+smalleiffel-0.77/lib_se/attribute.e
+smalleiffel-0.77/lib_se/base_class.e
+smalleiffel-0.77/lib_se/jvm.e
+smalleiffel-0.77/lib_se/base_type_constant.e
+smalleiffel-0.77/lib_se/run_feature.e
+smalleiffel-0.77/lib_se/expression.e
+smalleiffel-0.77/lib_se/bit_constant.e
+smalleiffel-0.77/lib_se/call_infix_eq.e
+smalleiffel-0.77/lib_se/boolean_constant.e
+smalleiffel-0.77/lib_se/eiffel_parser.e
+smalleiffel-0.77/lib_se/short_print.e
+smalleiffel-0.77/lib_se/call.e
+smalleiffel-0.77/lib_se/call_0.e
+smalleiffel-0.77/lib_se/call_0_c.e
+smalleiffel-0.77/lib_se/globals.e
+smalleiffel-0.77/lib_se/call_1.e
+smalleiffel-0.77/lib_se/call_1_c.e
+smalleiffel-0.77/lib_se/run_class.e
+smalleiffel-0.77/lib_se/call_infix.e
+smalleiffel-0.77/lib_se/call_infix_and.e
+smalleiffel-0.77/lib_se/call_infix_and_then.e
+smalleiffel-0.77/lib_se/run_require.e
+smalleiffel-0.77/lib_se/call_infix_div.e
+smalleiffel-0.77/lib_se/compile.e
+smalleiffel-0.77/lib_se/type.e
+smalleiffel-0.77/lib_se/character_constant.e
+smalleiffel-0.77/lib_se/print_jvm_class.e
+smalleiffel-0.77/lib_se/e_old.e
+smalleiffel-0.77/lib_se/call_infix_freeop.e
+smalleiffel-0.77/lib_se/compile_to_c.e
+smalleiffel-0.77/lib_se/call_n.e
+smalleiffel-0.77/lib_se/call_infix_ge.e
+smalleiffel-0.77/lib_se/constant_pool.e
+smalleiffel-0.77/lib_se/call_infix_gt.e
+smalleiffel-0.77/lib_se/call_infix_le.e
+smalleiffel-0.77/lib_se/call_prefix_minus.e
+smalleiffel-0.77/lib_se/call_infix_implies.e
+smalleiffel-0.77/lib_se/call_prefix_freeop.e
+smalleiffel-0.77/lib_se/call_infix_int_div.e
+smalleiffel-0.77/lib_se/class_invariant.e
+smalleiffel-0.77/lib_se/call_infix_int_rem.e
+smalleiffel-0.77/lib_se/c_pretty_printer.e
+smalleiffel-0.77/lib_se/call_prefix_plus.e
+smalleiffel-0.77/lib_se/call_infix_lt.e
+smalleiffel-0.77/lib_se/parent_list.e
+smalleiffel-0.77/lib_se/call_infix_minus.e
+smalleiffel-0.77/lib_se/call_prefix_not.e
+smalleiffel-0.77/lib_se/call_infix_neq.e
+smalleiffel-0.77/lib_se/declaration_group.e
+smalleiffel-0.77/lib_se/call_infix_or.e
+smalleiffel-0.77/lib_se/clean.e
+smalleiffel-0.77/lib_se/cp_info.e
+smalleiffel-0.77/lib_se/call_infix_or_else.e
+smalleiffel-0.77/lib_se/parent.e
+smalleiffel-0.77/lib_se/call_infix_plus.e
+smalleiffel-0.77/lib_se/gc_handler.e
+smalleiffel-0.77/lib_se/call_infix_power.e
+smalleiffel-0.77/lib_se/feature_name_list.e
+smalleiffel-0.77/lib_se/call_infix_times.e
+smalleiffel-0.77/lib_se/declaration_1.e
+smalleiffel-0.77/lib_se/call_infix_xor.e
+smalleiffel-0.77/lib_se/comment.e
+smalleiffel-0.77/lib_se/small_eiffel.e
+smalleiffel-0.77/lib_se/call_prefix.e
+smalleiffel-0.77/lib_se/native_small_eiffel.e
+smalleiffel-0.77/lib_se/parser_buffer.e
+smalleiffel-0.77/lib_se/formal_generic_list.e
+smalleiffel-0.77/lib_se/formal_generic_arg.e
+smalleiffel-0.77/lib_se/run_feature_8.e
+smalleiffel-0.77/lib_se/creation_clause_list.e
+smalleiffel-0.77/lib_se/type_bit_2.e
+smalleiffel-0.77/lib_se/type_expanded.e
+smalleiffel-0.77/lib_se/call_proc_call.e
+smalleiffel-0.77/lib_se/cecil_arg_list.e
+smalleiffel-0.77/lib_se/cecil_pool.e
+smalleiffel-0.77/lib_se/error_handler.e
+smalleiffel-0.77/lib_se/cecil_target.e
+smalleiffel-0.77/lib_se/creation_clause.e
+smalleiffel-0.77/lib_se/feature_name.e
+smalleiffel-0.77/lib_se/external_routine.e
+smalleiffel-0.77/lib_se/check_invariant.e
+smalleiffel-0.77/lib_se/feature_clause.e
+smalleiffel-0.77/lib_se/class_name.e
+smalleiffel-0.77/lib_se/class_name_list.e
+smalleiffel-0.77/lib_se/infix_name.e
+smalleiffel-0.77/lib_se/client_list.e
+smalleiffel-0.77/lib_se/type_none.e
+smalleiffel-0.77/lib_se/code_attribute.e
+smalleiffel-0.77/lib_se/native_c.e
+smalleiffel-0.77/lib_se/code_printer.e
+smalleiffel-0.77/lib_se/prefix_name.e
+smalleiffel-0.77/lib_se/native_inline_without_current.e
+smalleiffel-0.77/lib_se/index_list.e
+smalleiffel-0.77/lib_se/compile_to_jvm.e
+smalleiffel-0.77/lib_se/compound.e
+smalleiffel-0.77/lib_se/type_bit_1.e
+smalleiffel-0.77/lib_se/native_jvm.e
+smalleiffel-0.77/lib_se/run_feature_7.e
+smalleiffel-0.77/lib_se/cp_info_tags.e
+smalleiffel-0.77/lib_se/creation_call.e
+smalleiffel-0.77/lib_se/creation_call_1.e
+smalleiffel-0.77/lib_se/creation_call_1_2.e
+smalleiffel-0.77/lib_se/creation_call_2.e
+smalleiffel-0.77/lib_se/creation_call_2_4.e
+smalleiffel-0.77/lib_se/cst_att.e
+smalleiffel-0.77/lib_se/creation_call_3.e
+smalleiffel-0.77/lib_se/creation_call_3_4.e
+smalleiffel-0.77/lib_se/creation_call_4.e
+smalleiffel-0.77/lib_se/pretty.e
+smalleiffel-0.77/lib_se/declaration.e
+smalleiffel-0.77/lib_se/e_feature.e
+smalleiffel-0.77/lib_se/local_argument.e
+smalleiffel-0.77/lib_se/cst_att_bit.e
+smalleiffel-0.77/lib_se/cst_att_boolean.e
+smalleiffel-0.77/lib_se/cst_att_character.e
+smalleiffel-0.77/lib_se/cst_att_double.e
+smalleiffel-0.77/lib_se/cst_att_real.e
+smalleiffel-0.77/lib_se/e_ensure.e
+smalleiffel-0.77/lib_se/cst_att_integer.e
+smalleiffel-0.77/lib_se/cst_att_string.e
+smalleiffel-0.77/lib_se/cst_att_unique.e
+smalleiffel-0.77/lib_se/formal_arg_list.e
+smalleiffel-0.77/lib_se/echo.e
+smalleiffel-0.77/lib_se/type_like_feature.e
+smalleiffel-0.77/lib_se/declaration_list.e
+smalleiffel-0.77/lib_se/deferred_function.e
+smalleiffel-0.77/lib_se/deferred_procedure.e
+smalleiffel-0.77/lib_se/deferred_routine.e
+smalleiffel-0.77/lib_se/fmt.e
+smalleiffel-0.77/lib_se/effective_arg_list.e
+smalleiffel-0.77/lib_se/effective_routine.e
+smalleiffel-0.77/lib_se/local_name.e
+smalleiffel-0.77/lib_se/exception_table.e
+smalleiffel-0.77/lib_se/export_item.e
+smalleiffel-0.77/lib_se/export_list.e
+smalleiffel-0.77/lib_se/expression_with_comment.e
+smalleiffel-0.77/lib_se/e_require.e
+smalleiffel-0.77/lib_se/external_function.e
+smalleiffel-0.77/lib_se/external_procedure.e
+smalleiffel-0.77/lib_se/e_check.e
+smalleiffel-0.77/lib_se/type_array.e
+smalleiffel-0.77/lib_se/type_bit.e
+smalleiffel-0.77/lib_se/e_debug.e
+smalleiffel-0.77/lib_se/e_false.e
+smalleiffel-0.77/lib_se/type_any.e
+smalleiffel-0.77/lib_se/e_inspect.e
+smalleiffel-0.77/lib_se/e_loop.e
+smalleiffel-0.77/lib_se/once_routine_pool.e
+smalleiffel-0.77/lib_se/e_retry.e
+smalleiffel-0.77/lib_se/type_native_array.e
+smalleiffel-0.77/lib_se/e_strip.e
+smalleiffel-0.77/lib_se/e_true.e
+smalleiffel-0.77/lib_se/e_void.e
+smalleiffel-0.77/lib_se/e_when.e
+smalleiffel-0.77/lib_se/feature_clause_list.e
+smalleiffel-0.77/lib_se/type_string.e
+smalleiffel-0.77/lib_se/type_anchored.e
+smalleiffel-0.77/lib_se/field_info.e
+smalleiffel-0.77/lib_se/finder.e
+smalleiffel-0.77/lib_se/system_tools.e
+smalleiffel-0.77/lib_se/function.e
+smalleiffel-0.77/lib_se/id_provider.e
+smalleiffel-0.77/lib_se/type_basic_eiffel_expanded.e
+smalleiffel-0.77/lib_se/simple_feature_name.e
+smalleiffel-0.77/lib_se/ifthen.e
+smalleiffel-0.77/lib_se/ifthenelse.e
+smalleiffel-0.77/lib_se/ifthenlist.e
+smalleiffel-0.77/lib_se/if_globals.e
+smalleiffel-0.77/lib_se/index_clause.e
+smalleiffel-0.77/lib_se/type_class.e
+smalleiffel-0.77/lib_se/type_generic.e
+smalleiffel-0.77/lib_se/instruction.e
+smalleiffel-0.77/lib_se/instruction_with_comment.e
+smalleiffel-0.77/lib_se/integer_constant.e
+smalleiffel-0.77/lib_se/type_bit_ref.e
+smalleiffel-0.77/lib_se/type_formal_generic.e
+smalleiffel-0.77/lib_se/local_name1.e
+smalleiffel-0.77/lib_se/local_name2.e
+smalleiffel-0.77/lib_se/local_var_list.e
+smalleiffel-0.77/lib_se/loop_invariant.e
+smalleiffel-0.77/lib_se/loop_variant.e
+smalleiffel-0.77/lib_se/loop_variant_1.e
+smalleiffel-0.77/lib_se/loop_variant_2.e
+smalleiffel-0.77/lib_se/manifest_array.e
+smalleiffel-0.77/lib_se/name.e
+smalleiffel-0.77/lib_se/manifest_string.e
+smalleiffel-0.77/lib_se/tag_name.e
+smalleiffel-0.77/lib_se/manifest_string_pool.e
+smalleiffel-0.77/lib_se/method_info.e
+smalleiffel-0.77/lib_se/native.e
+smalleiffel-0.77/lib_se/native_inline_with_current.e
+smalleiffel-0.77/lib_se/type_like_argument.e
+smalleiffel-0.77/lib_se/native_without_current.e
+smalleiffel-0.77/lib_se/native_with_current.e
+smalleiffel-0.77/lib_se/once_function.e
+smalleiffel-0.77/lib_se/once_procedure.e
+smalleiffel-0.77/lib_se/once_routine.e
+smalleiffel-0.77/lib_se/type_like_current.e
+smalleiffel-0.77/lib_se/position.e
+smalleiffel-0.77/lib_se/procedure.e
+smalleiffel-0.77/lib_se/proc_call.e
+smalleiffel-0.77/lib_se/proc_call_0.e
+smalleiffel-0.77/lib_se/proc_call_1.e
+smalleiffel-0.77/lib_se/proc_call_n.e
+smalleiffel-0.77/lib_se/real_constant.e
+smalleiffel-0.77/lib_se/rename_list.e
+smalleiffel-0.77/lib_se/rename_pair.e
+smalleiffel-0.77/lib_se/reverse_assignment.e
+smalleiffel-0.77/lib_se/routine.e
+smalleiffel-0.77/lib_se/run_control.e
+smalleiffel-0.77/lib_se/tmp_name.e
+smalleiffel-0.77/lib_se/run_feature_1.e
+smalleiffel-0.77/lib_se/run_feature_2.e
+smalleiffel-0.77/lib_se/run_feature_3.e
+smalleiffel-0.77/lib_se/run_feature_5.e
+smalleiffel-0.77/lib_se/run_feature_6.e
+smalleiffel-0.77/lib_se/run_feature_9.e
+smalleiffel-0.77/lib_se/same_executables.e
+smalleiffel-0.77/lib_se/switch.e
+smalleiffel-0.77/lib_se/switch_collection.e
+smalleiffel-0.77/lib_se/tmp_feature.e
+smalleiffel-0.77/lib_se/type_boolean.e
+smalleiffel-0.77/lib_se/type_character.e
+smalleiffel-0.77/lib_se/type_double.e
+smalleiffel-0.77/lib_se/type_integer.e
+smalleiffel-0.77/lib_se/type_pointer.e
+smalleiffel-0.77/lib_se/type_real.e
+smalleiffel-0.77/lib_se/when_item.e
+smalleiffel-0.77/lib_se/when_item_1.e
+smalleiffel-0.77/lib_se/when_item_2.e
+smalleiffel-0.77/lib_se/when_list.e
+smalleiffel-0.77/lib_se/writable_attribute.e
+smalleiffel-0.77/lib_se/native_jvm_invokestatic.e
+smalleiffel-0.77/lib_se/native_jvm_invokevirtual.e
+smalleiffel-0.77/lib_se/frozen_string_list.e
+smalleiffel-0.77/lib_se/binary_file_read.e
+smalleiffel-0.77/lib_se/conversion_handler.e
+smalleiffel-0.77/lib_se/manifest_array_pool.e
+smalleiffel-0.77/lib_se/binary_file_write.e
+smalleiffel-0.77/lib_se/e_precursor.e
+smalleiffel-0.77/lib_se/exceptions_handler.e
+smalleiffel-0.77/lib_se/precursor_name.e
+smalleiffel-0.77/lib_se/run_feature_10.e
+smalleiffel-0.77/lib_se/run_feature_11.e
+smalleiffel-0.77/lib_se/type_ref_to_exp.e
+smalleiffel-0.77/lib_se/e_precursor_procedure.e
+smalleiffel-0.77/lib_se/e_precursor_function.e
+smalleiffel-0.77/lib_se/abstract_current.e
+smalleiffel-0.77/lib_se/local_argument1.e
+smalleiffel-0.77/lib_se/call_infix2.e
+smalleiffel-0.77/lib_se/call_infix1.e
+smalleiffel-0.77/lib_se/abstract_result.e
+smalleiffel-0.77/lib_se/address_of_pool.e
+smalleiffel-0.77/lib_se/ordinary_result.e
+smalleiffel-0.77/lib_se/once_result.e
+smalleiffel-0.77/lib_se/implicit_cast.e
+smalleiffel-0.77/lib_se/written_current.e
+smalleiffel-0.77/lib_se/frozen_feature_name.e
+smalleiffel-0.77/lib_se/implicit_current.e
+smalleiffel-0.77/lib_se/command_flags.e
+smalleiffel-0.77/lib_se/assertion_collector.e
+smalleiffel-0.77/lib_se/aliased_string_list.e
+smalleiffel-0.77/lib_se/string_aliaser.e
+smalleiffel-0.77/lib_se/native_c_plus_plus.e
+smalleiffel-0.77/lib_se/address_of.e
+smalleiffel-0.77/lib_show/external/C/external_demo.out
+smalleiffel-0.77/lib_show/external/C/address_of_demo.e
+smalleiffel-0.77/lib_show/external/C/READ_ME
+smalleiffel-0.77/lib_show/external/C/external_demo.e
+smalleiffel-0.77/lib_show/external/C/external_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_src.c
+smalleiffel-0.77/lib_show/external/C/address_of_demo.out
+smalleiffel-0.77/lib_show/external/JVM/example1.e
+smalleiffel-0.77/lib_show/external/JVM/example2.e
+smalleiffel-0.77/lib_show/external/JVM/example1.out
+smalleiffel-0.77/lib_show/external/JVM/example2.out
+smalleiffel-0.77/lib_show/external/C++/example4.e
+smalleiffel-0.77/lib_show/external/C++/Foo.h
+smalleiffel-0.77/lib_show/external/C++/Bar.h
+smalleiffel-0.77/lib_show/external/C++/Bar.cpp
+smalleiffel-0.77/lib_show/external/C++/example3.e
+smalleiffel-0.77/lib_show/external/C++/example1.e
+smalleiffel-0.77/lib_show/external/C++/example2.e
+smalleiffel-0.77/lib_show/external/C++/Foo.cpp
+smalleiffel-0.77/lib_show/external/READ_ME
+smalleiffel-0.77/lib_show/number/example1.e
+smalleiffel-0.77/lib_show/number/example2.e
+smalleiffel-0.77/lib_show/number/example3.e
+smalleiffel-0.77/lib_show/random/example3.e
+smalleiffel-0.77/lib_show/random/example1.e
+smalleiffel-0.77/lib_show/random/example2.e
+smalleiffel-0.77/lib_show/basic_time/example1.e
+smalleiffel-0.77/lib_show/basic_time/example5.e
+smalleiffel-0.77/lib_show/basic_time/example2.e
+smalleiffel-0.77/lib_show/basic_time/example3.e
+smalleiffel-0.77/lib_show/basic_time/example4.e
+smalleiffel-0.77/lib_show/sorting/example1.e
+smalleiffel-0.77/lib_show/sorting/example2.e
+smalleiffel-0.77/lib_show/cecil/example9/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example9/cecil.se
+smalleiffel-0.77/lib_show/cecil/example9/example.e
+smalleiffel-0.77/lib_show/cecil/example9/output
+smalleiffel-0.77/lib_show/cecil/example9/eif_stuff.e
+smalleiffel-0.77/lib_show/cecil/example2/cecil.se
+smalleiffel-0.77/lib_show/cecil/example2/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example2/example.e
+smalleiffel-0.77/lib_show/cecil/example2/output
+smalleiffel-0.77/lib_show/cecil/example3/cecil.se
+smalleiffel-0.77/lib_show/cecil/example3/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example3/example.e
+smalleiffel-0.77/lib_show/cecil/example3/output
+smalleiffel-0.77/lib_show/cecil/example4/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example4/cat.e
+smalleiffel-0.77/lib_show/cecil/example4/cecil.se
+smalleiffel-0.77/lib_show/cecil/example4/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example4/dog.e
+smalleiffel-0.77/lib_show/cecil/example4/example.e
+smalleiffel-0.77/lib_show/cecil/example4/output
+smalleiffel-0.77/lib_show/cecil/example4/animal.e
+smalleiffel-0.77/lib_show/cecil/JVM/root2.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example3.java
+smalleiffel-0.77/lib_show/cecil/JVM/root4.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example1.java
+smalleiffel-0.77/lib_show/cecil/JVM/root3.e
+smalleiffel-0.77/lib_show/cecil/JVM/Example4.java
+smalleiffel-0.77/lib_show/cecil/JVM/Example2.java
+smalleiffel-0.77/lib_show/cecil/example1/cecil.se
+smalleiffel-0.77/lib_show/cecil/example1/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example1/example.e
+smalleiffel-0.77/lib_show/cecil/example1/.gdb_history
+smalleiffel-0.77/lib_show/cecil/example1/output
+smalleiffel-0.77/lib_show/cecil/example6/cecil.se
+smalleiffel-0.77/lib_show/cecil/example6/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example6/example.e
+smalleiffel-0.77/lib_show/cecil/example6/output
+smalleiffel-0.77/lib_show/cecil/example7/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example7/cecil.se
+smalleiffel-0.77/lib_show/cecil/example7/example.e
+smalleiffel-0.77/lib_show/cecil/example7/output
+smalleiffel-0.77/lib_show/cecil/example8/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example8/cecil.se
+smalleiffel-0.77/lib_show/cecil/example8/example.e
+smalleiffel-0.77/lib_show/cecil/example8/c_factory.e
+smalleiffel-0.77/lib_show/cecil/example8/output
+smalleiffel-0.77/lib_show/cecil/example5/cecil.se
+smalleiffel-0.77/lib_show/cecil/example5/c_prog.c
+smalleiffel-0.77/lib_show/cecil/example5/example.e
+smalleiffel-0.77/lib_show/cecil/example5/output
+smalleiffel-0.77/lib_show/cecil/READ_ME
+smalleiffel-0.77/lib_show/parking/command.e
+smalleiffel-0.77/lib_show/parking/date.e
+smalleiffel-0.77/lib_show/parking/level.e
+smalleiffel-0.77/lib_show/parking/parking.e
+smalleiffel-0.77/lib_show/parking/run_parking.e
+smalleiffel-0.77/lib_show/parking/ticket.e
+smalleiffel-0.77/lib_show/basic_directory/example1.e
+smalleiffel-0.77/lib_show/basic_directory/example2.e
+smalleiffel-0.77/lib_show/basic_directory/example3.e
+smalleiffel-0.77/lib_show/basic_directory/example4.e
+smalleiffel-0.77/lib_show/basic_directory/example5.e
+smalleiffel-0.77/lib_show/basic_directory/example6.e
+smalleiffel-0.77/lib_show/gcd/integer.e
+smalleiffel-0.77/lib_show/gcd/test_gcd.e
+smalleiffel-0.77/lib_show/directory/example1.e
+smalleiffel-0.77/lib_show/animal/sample3.e
+smalleiffel-0.77/lib_show/animal/chat.e
+smalleiffel-0.77/lib_show/animal/chien.e
+smalleiffel-0.77/lib_show/animal/mille_pattes.e
+smalleiffel-0.77/lib_show/animal/quadrupede.e
+smalleiffel-0.77/lib_show/animal/sample1.e
+smalleiffel-0.77/lib_show/animal/sample2.e
+smalleiffel-0.77/lib_show/animal/animal.e
+smalleiffel-0.77/lib_show/hanoi/hanoi.e
+smalleiffel-0.77/lib_show/hanoi/tower.e
+smalleiffel-0.77/lib_show/iterator/example1.e
+smalleiffel-0.77/lib_show/iterator/example2.e
+smalleiffel-0.77/lib_show/iterator/iterator_with_variant.e
+smalleiffel-0.77/lib_show/iterator/iterator_on_random_generator.e
+smalleiffel-0.77/lib_show/iterator/example3.e
+smalleiffel-0.77/lib_show/spread_illness.e
+smalleiffel-0.77/lib_show/pyramid.e
+smalleiffel-0.77/lib_show/pyramid2.e
+smalleiffel-0.77/lib_show/print_arguments.e
+smalleiffel-0.77/lib_show/hello_world.e
+smalleiffel-0.77/lib_show/fibonacci.e
+smalleiffel-0.77/lib_show/knight.e
+smalleiffel-0.77/lib_std/time_in_some_language.e
+smalleiffel-0.77/lib_std/arguments.e
+smalleiffel-0.77/lib_std/array.e
+smalleiffel-0.77/lib_std/array2.e
+smalleiffel-0.77/lib_std/arrayed_collection.e
+smalleiffel-0.77/lib_std/bit_n.e
+smalleiffel-0.77/lib_std/character.e
+smalleiffel-0.77/lib_std/bit_n_ref.e
+smalleiffel-0.77/lib_std/boolean.e
+smalleiffel-0.77/lib_std/boolean_ref.e
+smalleiffel-0.77/lib_std/std_file_read.e
+smalleiffel-0.77/lib_std/character_ref.e
+smalleiffel-0.77/lib_std/collection.e
+smalleiffel-0.77/lib_std/comparable.e
+smalleiffel-0.77/lib_std/counter.e
+smalleiffel-0.77/lib_std/dictionary.e
+smalleiffel-0.77/lib_std/double.e
+smalleiffel-0.77/lib_std/double_ref.e
+smalleiffel-0.77/lib_std/file_tools.e
+smalleiffel-0.77/lib_std/fixed_array.e
+smalleiffel-0.77/lib_std/collection2.e
+smalleiffel-0.77/lib_std/general.e
+smalleiffel-0.77/lib_std/input_stream.e
+smalleiffel-0.77/lib_std/integer.e
+smalleiffel-0.77/lib_std/string.e
+smalleiffel-0.77/lib_std/integer_ref.e
+smalleiffel-0.77/lib_std/link.e
+smalleiffel-0.77/lib_std/link2.e
+smalleiffel-0.77/lib_std/bit_string.e
+smalleiffel-0.77/lib_std/linked_collection.e
+smalleiffel-0.77/lib_std/basic_time.e
+smalleiffel-0.77/lib_std/memory.e
+smalleiffel-0.77/lib_std/native_array.e
+smalleiffel-0.77/lib_std/numeric.e
+smalleiffel-0.77/lib_std/output_stream.e
+smalleiffel-0.77/lib_std/platform.e
+smalleiffel-0.77/lib_std/pointer.e
+smalleiffel-0.77/lib_std/pointer_ref.e
+smalleiffel-0.77/lib_std/real.e
+smalleiffel-0.77/lib_std/real_ref.e
+smalleiffel-0.77/lib_std/std_error.e
+smalleiffel-0.77/lib_std/memo.e
+smalleiffel-0.77/lib_std/std_input.e
+smalleiffel-0.77/lib_std/std_file_read_write.e
+smalleiffel-0.77/lib_std/hashable.e
+smalleiffel-0.77/lib_std/std_file_write.e
+smalleiffel-0.77/lib_std/std_input_output.e
+smalleiffel-0.77/lib_std/std_output.e
+smalleiffel-0.77/lib_std/exceptions.e
+smalleiffel-0.77/lib_std/fixed_array2.e
+smalleiffel-0.77/lib_std/dirent.e
+smalleiffel-0.77/lib_std/directory.e
+smalleiffel-0.77/lib_std/collection_sorter.e
+smalleiffel-0.77/lib_std/basic_directory.e
+smalleiffel-0.77/lib_std/reverse_collection_sorter.e
+smalleiffel-0.77/lib_std/array3.e
+smalleiffel-0.77/lib_std/fixed_array3.e
+smalleiffel-0.77/lib_std/time_in_french.e
+smalleiffel-0.77/lib_std/linked_list.e
+smalleiffel-0.77/lib_std/two_way_linked_list.e
+smalleiffel-0.77/lib_std/collection3.e
+smalleiffel-0.77/lib_std/link_list.e
+smalleiffel-0.77/lib_std/time_in_english.e
+smalleiffel-0.77/lib_std/time_in_italian.e
+smalleiffel-0.77/lib_std/link2_list.e
+smalleiffel-0.77/lib_std/any.e
+smalleiffel-0.77/man/install.txt
+smalleiffel-0.77/man/compile.html
+smalleiffel-0.77/man/se-line.gif
+smalleiffel-0.77/man/compile_to_c.html
+smalleiffel-0.77/man/Eiffel.FAQ
+smalleiffel-0.77/man/compile.txt
+smalleiffel-0.77/man/compile_to_c.txt
+smalleiffel-0.77/man/compile_to_jvm.html
+smalleiffel-0.77/man/pretty.html
+smalleiffel-0.77/man/pretty.txt
+smalleiffel-0.77/man/short.html
+smalleiffel-0.77/man/short.txt
+smalleiffel-0.77/man/finder.html
+smalleiffel-0.77/man/compile_to_jvm.txt
+smalleiffel-0.77/man/print_jvm_class.html
+smalleiffel-0.77/man/finder.txt
+smalleiffel-0.77/man/cecil.html
+smalleiffel-0.77/man/cecil.txt
+smalleiffel-0.77/man/external.html
+smalleiffel-0.77/man/external.txt
+smalleiffel-0.77/man/system.html
+smalleiffel-0.77/man/system.txt
+smalleiffel-0.77/man/clean.html
+smalleiffel-0.77/man/print_jvm_class.txt
+smalleiffel-0.77/man/SmallEiffelFAQ.html
+smalleiffel-0.77/man/clean.txt
+smalleiffel-0.77/man/support.html
+smalleiffel-0.77/man/c_code.html
+smalleiffel-0.77/man/SmallEiffelFAQ.txt
+smalleiffel-0.77/man/support.txt
+smalleiffel-0.77/man/index.html
+smalleiffel-0.77/man/c_code.txt
+smalleiffel-0.77/man/install.html
+smalleiffel-0.77/man/commands.txt
+smalleiffel-0.77/misc/benchmarks/gc/LkROInc/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/CNoLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/DNeStr/link.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaEStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LaStk/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/triangle.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkFSO/point.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRODec/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/CLfO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/LkRORnd/std_rand.e
+smalleiffel-0.77/misc/benchmarks/gc/LkROSm/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/MFSO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/MRO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PLk/peach.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/apple.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/bench.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/fruit.e
+smalleiffel-0.77/misc/benchmarks/gc/PMO/peach.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench2/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench3/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench3/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench4/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench4/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/fixed_array_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection/bench1/linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection/bench1/two_way_linked_list_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench2/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection3/bench1/fixed_array3_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/array2_bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.csh
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/bench.e
+smalleiffel-0.77/misc/benchmarks/collection2/bench1/fixed_array2_bench.e
+smalleiffel-0.77/misc/THANKS.html
+smalleiffel-0.77/misc/INSTALL.CSH
+smalleiffel-0.77/misc/INSTALL.OS2
+smalleiffel-0.77/misc/INSTALL.READ_ME
+smalleiffel-0.77/misc/INSTALL.SH
+smalleiffel-0.77/misc/THANKS.txt
+smalleiffel-0.77/misc/rename.se
+smalleiffel-0.77/misc/SmallEiffel.lsm
+smalleiffel-0.77/misc/HISTORY.html
+smalleiffel-0.77/misc/HISTORY.txt
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.html
+smalleiffel-0.77/misc/NOT_YET_IMPLEMENTED.txt
+smalleiffel-0.77/misc/header.GPL
+smalleiffel-0.77/misc/header.FREE
+smalleiffel-0.77/misc/GC.SH
+smalleiffel-0.77/misc/people.txt
+smalleiffel-0.77/misc/tmp.html
+smalleiffel-0.77/misc/WeNeedFeedBack.txt
+smalleiffel-0.77/misc/people.html
+smalleiffel-0.77/misc/eiffel-mode.el
+smalleiffel-0.77/short/html1/HOOKS.SH
+smalleiffel-0.77/short/html1/hook002
+smalleiffel-0.77/short/html1/hook010
+smalleiffel-0.77/short/html1/hook011
+smalleiffel-0.77/short/html1/hook012
+smalleiffel-0.77/short/html1/hook015
+smalleiffel-0.77/short/html1/hook018
+smalleiffel-0.77/short/html1/hook019
+smalleiffel-0.77/short/html1/hook100
+smalleiffel-0.77/short/html1/hook200
+smalleiffel-0.77/short/html1/hook201
+smalleiffel-0.77/short/html1/hook202
+smalleiffel-0.77/short/html1/hook204
+smalleiffel-0.77/short/html1/hook205
+smalleiffel-0.77/short/html1/hook208
+smalleiffel-0.77/short/html1/hook310
+smalleiffel-0.77/short/html1/hook313
+smalleiffel-0.77/short/html1/hook401
+smalleiffel-0.77/short/html1/hook402
+smalleiffel-0.77/short/html1/hook413
+smalleiffel-0.77/short/html1/hook416
+smalleiffel-0.77/short/html1/hook427
+smalleiffel-0.77/short/html1/hook430
+smalleiffel-0.77/short/html1/hook511
+smalleiffel-0.77/short/html1/hook513
+smalleiffel-0.77/short/html1/hook516
+smalleiffel-0.77/short/html1/hook527
+smalleiffel-0.77/short/html1/hook530
+smalleiffel-0.77/short/html1/hook599
+smalleiffel-0.77/short/html1/hook811
+smalleiffel-0.77/short/html1/hook813
+smalleiffel-0.77/short/html1/hook816
+smalleiffel-0.77/short/html1/hook827
+smalleiffel-0.77/short/html1/hook830
+smalleiffel-0.77/short/html1/hook900
+smalleiffel-0.77/short/html1/hook905
+smalleiffel-0.77/short/html1/hook999
+smalleiffel-0.77/short/html1/Bcn
+smalleiffel-0.77/short/html1/Mcn
+smalleiffel-0.77/short/html1/Acn
+smalleiffel-0.77/short/html1/op_quote
+smalleiffel-0.77/short/html1/cl_quote
+smalleiffel-0.77/short/html1/READ_ME
+smalleiffel-0.77/short/html1/hook000
+smalleiffel-0.77/short/html2/hook819
+smalleiffel-0.77/short/html2/hook002
+smalleiffel-0.77/short/html2/hook010
+smalleiffel-0.77/short/html2/hook011
+smalleiffel-0.77/short/html2/hook012
+smalleiffel-0.77/short/html2/hook015
+smalleiffel-0.77/short/html2/hook018
+smalleiffel-0.77/short/html2/hook019
+smalleiffel-0.77/short/html2/hook100
+smalleiffel-0.77/short/html2/hook200
+smalleiffel-0.77/short/html2/hook201
+smalleiffel-0.77/short/html2/hook202
+smalleiffel-0.77/short/html2/hook204
+smalleiffel-0.77/short/html2/hook205
+smalleiffel-0.77/short/html2/hook208
+smalleiffel-0.77/short/html2/hook310
+smalleiffel-0.77/short/html2/hook313
+smalleiffel-0.77/short/html2/hook401
+smalleiffel-0.77/short/html2/hook402
+smalleiffel-0.77/short/html2/hook413
+smalleiffel-0.77/short/html2/hook416
+smalleiffel-0.77/short/html2/hook427
+smalleiffel-0.77/short/html2/hook430
+smalleiffel-0.77/short/html2/hook511
+smalleiffel-0.77/short/html2/hook513
+smalleiffel-0.77/short/html2/hook516
+smalleiffel-0.77/short/html2/hook527
+smalleiffel-0.77/short/html2/hook530
+smalleiffel-0.77/short/html2/hook599
+smalleiffel-0.77/short/html2/hook811
+smalleiffel-0.77/short/html2/hook813
+smalleiffel-0.77/short/html2/hook816
+smalleiffel-0.77/short/html2/hook827
+smalleiffel-0.77/short/html2/hook830
+smalleiffel-0.77/short/html2/hook900
+smalleiffel-0.77/short/html2/hook905
+smalleiffel-0.77/short/html2/hook999
+smalleiffel-0.77/short/html2/Bcn
+smalleiffel-0.77/short/html2/Mcn
+smalleiffel-0.77/short/html2/Acn
+smalleiffel-0.77/short/html2/op_quote
+smalleiffel-0.77/short/html2/cl_quote
+smalleiffel-0.77/short/html2/READ_ME
+smalleiffel-0.77/short/html2/HOOKS.SH
+smalleiffel-0.77/short/html2/like
+smalleiffel-0.77/short/html2/old
+smalleiffel-0.77/short/html2/op_strip
+smalleiffel-0.77/short/html2/Result
+smalleiffel-0.77/short/html2/Current
+smalleiffel-0.77/short/html2/Void
+smalleiffel-0.77/short/html2/hook000
+smalleiffel-0.77/short/tex2/rem
+smalleiffel-0.77/short/tex2/Bcn
+smalleiffel-0.77/short/tex2/hook999
+smalleiffel-0.77/short/tex2/hook000
+smalleiffel-0.77/short/tex2/Usfn
+smalleiffel-0.77/short/tex2/Ucomment
+smalleiffel-0.77/short/tex2/Uan
+smalleiffel-0.77/short/tex2/Utag
+smalleiffel-0.77/short/tex2/READ_ME
+smalleiffel-0.77/short/tex2/hook013
+smalleiffel-0.77/short/tex2/hook900
+smalleiffel-0.77/short/tex2/hook904
+smalleiffel-0.77/short/tex2/AECL
+smalleiffel-0.77/short/tex2/BECL
+smalleiffel-0.77/short/tex2/hook811
+smalleiffel-0.77/short/tex2/hook401
+smalleiffel-0.77/short/tex2/hook402
+smalleiffel-0.77/short/tex2/hook100
+smalleiffel-0.77/short/tex2/hook200
+smalleiffel-0.77/short/tex2/hook202
+smalleiffel-0.77/short/tex2/hook204
+smalleiffel-0.77/short/tex2/hook511
+smalleiffel-0.77/short/tex2/op_quote
+smalleiffel-0.77/short/tex2/cl_quote
+smalleiffel-0.77/short/tex2/Acn
+smalleiffel-0.77/short/plain/READ_ME
+smalleiffel-0.77/short/tex3/rem
+smalleiffel-0.77/short/tex3/Bcn
+smalleiffel-0.77/short/tex3/hook999
+smalleiffel-0.77/short/tex3/hook000
+smalleiffel-0.77/short/tex3/Usfn
+smalleiffel-0.77/short/tex3/Ucomment
+smalleiffel-0.77/short/tex3/Uan
+smalleiffel-0.77/short/tex3/Utag
+smalleiffel-0.77/short/tex3/READ_ME
+smalleiffel-0.77/short/tex3/hook013
+smalleiffel-0.77/short/tex3/hook900
+smalleiffel-0.77/short/tex3/hook904
+smalleiffel-0.77/short/tex3/AECL
+smalleiffel-0.77/short/tex3/BECL
+smalleiffel-0.77/short/tex3/hook811
+smalleiffel-0.77/short/tex3/hook401
+smalleiffel-0.77/short/tex3/hook402
+smalleiffel-0.77/short/tex3/hook100
+smalleiffel-0.77/short/tex3/hook200
+smalleiffel-0.77/short/tex3/hook204
+smalleiffel-0.77/short/tex3/hook511
+smalleiffel-0.77/short/tex3/op_quote
+smalleiffel-0.77/short/tex3/cl_quote
+smalleiffel-0.77/short/tex3/Bsfn
+smalleiffel-0.77/short/tex3/Asfn
+smalleiffel-0.77/short/tex3/Current
+smalleiffel-0.77/short/tex3/Result
+smalleiffel-0.77/short/tex3/Ban
+smalleiffel-0.77/short/tex3/Aan
+smalleiffel-0.77/short/tex3/open_sb
+smalleiffel-0.77/short/tex3/hook832
+smalleiffel-0.77/short/tex3/close_sb
+smalleiffel-0.77/short/tex3/Bifn
+smalleiffel-0.77/short/tex3/Bpfn
+smalleiffel-0.77/short/tex3/Acn
+smalleiffel-0.77/short/tex1/hook999
+smalleiffel-0.77/short/tex1/hook000
+smalleiffel-0.77/short/tex1/READ_ME
+smalleiffel-0.77/short/READ_ME
+smalleiffel-0.77/sys/runtime/deep_twin.c
+smalleiffel-0.77/sys/runtime/exceptions.h
+smalleiffel-0.77/sys/runtime/gc_lib.c
+smalleiffel-0.77/sys/runtime/base.h
+smalleiffel-0.77/sys/runtime/exceptions.c
+smalleiffel-0.77/sys/runtime/no_check.h
+smalleiffel-0.77/sys/runtime/trace.c
+smalleiffel-0.77/sys/runtime/no_check.c
+smalleiffel-0.77/sys/runtime/boost.c
+smalleiffel-0.77/sys/runtime/trace.h
+smalleiffel-0.77/sys/runtime/boost.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.java
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime.class
+smalleiffel-0.77/sys/runtime/basic_directory.h
+smalleiffel-0.77/sys/runtime/basic_directory.c
+smalleiffel-0.77/sys/runtime/basic_time.c
+smalleiffel-0.77/sys/runtime/c_plus_plus.h
+smalleiffel-0.77/sys/runtime/basic_time.h
+smalleiffel-0.77/sys/runtime/SmallEiffelRuntime$DirectoryStream.class
+smalleiffel-0.77/sys/runtime/deep_twin.h
+smalleiffel-0.77/sys/runtime/gc_lib.h
+smalleiffel-0.77/sys/gc_lib/aix.c
+smalleiffel-0.77/sys/gc_lib/alpha.c
+smalleiffel-0.77/sys/gc_lib/windows.c
+smalleiffel-0.77/sys/gc_lib/generic.c
+smalleiffel-0.77/sys/gc_lib/linux.c
+smalleiffel-0.77/sys/gc_lib/m68k.c
+smalleiffel-0.77/sys/gc_lib/hp-pa.c
+smalleiffel-0.77/sys/gc_lib/MacintoshPPC.c
+smalleiffel-0.77/sys/gc_lib/BeOS_x86.c
+smalleiffel-0.77/sys/gc_lib/freebsd.c
+smalleiffel-0.77/sys/gc_lib/m68k-amigaos.c
+smalleiffel-0.77/sys/gc_lib/READ_ME
+smalleiffel-0.77/sys/gc_lib/sparc.c
+smalleiffel-0.77/sys/compiler.se
+smalleiffel-0.77/sys/gc
+smalleiffel-0.77/sys/loadpath.Amiga
+smalleiffel-0.77/sys/loadpath.DOS
+smalleiffel-0.77/sys/loadpath.Macintosh
+smalleiffel-0.77/sys/loadpath.OS2
+smalleiffel-0.77/sys/loadpath.VMS
+smalleiffel-0.77/sys/loadpath.Windows
+smalleiffel-0.77/sys/READ_ME
+smalleiffel-0.77/sys/system.se
+smalleiffel-0.77/sys/loadpath.BeOS
+smalleiffel-0.77/sys/loadpath.UNIX
+@dirrm smalleiffel-0.77/bin
+@dirrm smalleiffel-0.77/bin_c
+@dirrm smalleiffel-0.77/contrib/edb
+@dirrm smalleiffel-0.77/contrib/lib
+@dirrm smalleiffel-0.77/contrib/htmldoc
+@dirrm smalleiffel-0.77/contrib
+@dirrm smalleiffel-0.77/lib_iterator
+@dirrm smalleiffel-0.77/lib_number
+@dirrm smalleiffel-0.77/lib_random
+@dirrm smalleiffel-0.77/lib_se
+@dirrm smalleiffel-0.77/lib_show/external/C
+@dirrm smalleiffel-0.77/lib_show/external/JVM
+@dirrm smalleiffel-0.77/lib_show/external/C++
+@dirrm smalleiffel-0.77/lib_show/external
+@dirrm smalleiffel-0.77/lib_show/number
+@dirrm smalleiffel-0.77/lib_show/random
+@dirrm smalleiffel-0.77/lib_show/basic_time
+@dirrm smalleiffel-0.77/lib_show/sorting
+@dirrm smalleiffel-0.77/lib_show/cecil/example9
+@dirrm smalleiffel-0.77/lib_show/cecil/example2
+@dirrm smalleiffel-0.77/lib_show/cecil/example3
+@dirrm smalleiffel-0.77/lib_show/cecil/example4
+@dirrm smalleiffel-0.77/lib_show/cecil/JVM
+@dirrm smalleiffel-0.77/lib_show/cecil/example1
+@dirrm smalleiffel-0.77/lib_show/cecil/example6
+@dirrm smalleiffel-0.77/lib_show/cecil/example7
+@dirrm smalleiffel-0.77/lib_show/cecil/example8
+@dirrm smalleiffel-0.77/lib_show/cecil/example5
+@dirrm smalleiffel-0.77/lib_show/cecil
+@dirrm smalleiffel-0.77/lib_show/parking
+@dirrm smalleiffel-0.77/lib_show/basic_directory
+@dirrm smalleiffel-0.77/lib_show/gcd
+@dirrm smalleiffel-0.77/lib_show/directory
+@dirrm smalleiffel-0.77/lib_show/animal
+@dirrm smalleiffel-0.77/lib_show/hanoi
+@dirrm smalleiffel-0.77/lib_show/iterator
+@dirrm smalleiffel-0.77/lib_show
+@dirrm smalleiffel-0.77/lib_std
+@dirrm smalleiffel-0.77/man
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROInc
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CNoLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/DNeStr
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaEStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LaStk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRODec
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/CLfO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkRORnd
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/LkROSm
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MFSO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/MRO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PLk
+@dirrm smalleiffel-0.77/misc/benchmarks/gc/PMO
+@dirrm smalleiffel-0.77/misc/benchmarks/gc
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench4
+@dirrm smalleiffel-0.77/misc/benchmarks/collection/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench2
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection3
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2/bench1
+@dirrm smalleiffel-0.77/misc/benchmarks/collection2
+@dirrm smalleiffel-0.77/misc/benchmarks
+@dirrm smalleiffel-0.77/misc
+@dirrm smalleiffel-0.77/short/html1
+@dirrm smalleiffel-0.77/short/html2
+@dirrm smalleiffel-0.77/short/tex2
+@dirrm smalleiffel-0.77/short/plain
+@dirrm smalleiffel-0.77/short/tex3
+@dirrm smalleiffel-0.77/short/tex1
+@dirrm smalleiffel-0.77/short
+@dirrm smalleiffel-0.77/sys/runtime
+@dirrm smalleiffel-0.77/sys/gc_lib
+@dirrm smalleiffel-0.77/sys
+@dirrm smalleiffel-0.77
+@unexec rm /usr/local/SmallEiffel