head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.5.0.54
	pkgsrc-2013Q2-base:1.5
	pkgsrc-2012Q4:1.5.0.52
	pkgsrc-2012Q4-base:1.5
	pkgsrc-2011Q4:1.5.0.50
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q2:1.5.0.48
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2009Q4:1.5.0.46
	pkgsrc-2009Q4-base:1.5
	pkgsrc-2008Q4:1.5.0.44
	pkgsrc-2008Q4-base:1.5
	pkgsrc-2008Q3:1.5.0.42
	pkgsrc-2008Q3-base:1.5
	cube-native-xorg:1.5.0.40
	cube-native-xorg-base:1.5
	pkgsrc-2008Q2:1.5.0.38
	pkgsrc-2008Q2-base:1.5
	pkgsrc-2008Q1:1.5.0.36
	pkgsrc-2008Q1-base:1.5
	pkgsrc-2007Q4:1.5.0.34
	pkgsrc-2007Q4-base:1.5
	pkgsrc-2007Q3:1.5.0.32
	pkgsrc-2007Q3-base:1.5
	pkgsrc-2007Q2:1.5.0.30
	pkgsrc-2007Q2-base:1.5
	pkgsrc-2007Q1:1.5.0.28
	pkgsrc-2007Q1-base:1.5
	pkgsrc-2006Q4:1.5.0.26
	pkgsrc-2006Q4-base:1.5
	pkgsrc-2006Q3:1.5.0.24
	pkgsrc-2006Q3-base:1.5
	pkgsrc-2006Q2:1.5.0.22
	pkgsrc-2006Q2-base:1.5
	pkgsrc-2006Q1:1.5.0.20
	pkgsrc-2006Q1-base:1.5
	pkgsrc-2005Q4:1.5.0.18
	pkgsrc-2005Q4-base:1.5
	pkgsrc-2005Q3:1.5.0.16
	pkgsrc-2005Q3-base:1.5
	pkgsrc-2005Q2:1.5.0.14
	pkgsrc-2005Q2-base:1.5
	pkgsrc-2005Q1:1.5.0.12
	pkgsrc-2005Q1-base:1.5
	pkgsrc-2004Q4:1.5.0.10
	pkgsrc-2004Q4-base:1.5
	pkgsrc-2004Q3:1.5.0.8
	pkgsrc-2004Q3-base:1.5
	pkgsrc-2004Q2:1.5.0.6
	pkgsrc-2004Q2-base:1.5
	pkgsrc-2004Q1:1.5.0.4
	pkgsrc-2004Q1-base:1.5
	pkgsrc-2003Q4:1.5.0.2
	pkgsrc-2003Q4-base:1.5
	buildlink2-base:1.5
	netbsd-1-5-RELEASE:1.4
	netbsd-1-4-PATCH003:1.4
	netbsd-1-4-PATCH002:1.3
	comdex-fall-1999:1.2;
locks; strict;
comment	@# @;


1.5
date	2001.04.17.11.32.03;	author agc;	state dead;
branches;
next	1.4;

1.4
date	2000.09.06.14.31.38;	author jlam;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.21.21.23.34;	author jlam;	state Exp;
branches;
next	1.2;

1.2
date	99.10.13.19.03.39;	author jlam;	state Exp;
branches;
next	1.1;

1.1
date	99.10.12.08.01.33;	author jlam;	state Exp;
branches;
next	;


desc
@@


1.5
log
@+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
@
text
@$NetBSD: patch-sum,v 1.4 2000/09/06 14:31:38 jlam Exp $

MD5 (patch-aa) = 9e0c7bb22c83186875b948aba6b3fef5
MD5 (patch-ab) = b344f645dc4bca959e4a0cdb630dba5a
MD5 (patch-ac) = 71043e3a025084402246b02e1bfbb897
MD5 (patch-ad) = 291add8ee7fbc0edaf0053405e9e465f
@


1.4
log
@Make smalleiffel wrapper script display a usage statement when called
with no arguments.  Also move HTML documentation into
${PREFIX}/share/doc/html.
@
text
@d1 1
a1 1
$NetBSD: patch-sum,v 1.3 2000/02/21 21:23:34 jlam Exp $
@


1.3
log
@Update smalleiffel to -0.77.

   Release - 0.77 - Saturday February 12th, 2000
     * Added in directory SmallEiffel the new [2]install command class
       install.e with a precompiled install.exe for Windows. This
       install.e class is intended to install the SmallEiffel
       distribution it comes with, and is designed to be as portable as
       possible. This automatic installation program has already been
       tested for Windows/lcc-win32, Windows/bcc32, Linux/gcc,
       Solaris/gcc, DEC-Alpha/gcc and FreeBSD/gcc, ... To install
       SmallEiffel under some UNIX like system, just type make in the
       SmallEiffel directory. To install SmallEiffel under Windows, just
       run install.exe. On other systems, C compile and run the install.c
       file.
     * Added C++ external support (creation of C++ objects, deletion of
       C++ objects, member functions calls, static functions calls etc.).
       See lib_show/external/C++ for examples.
     * Added NUMBER library, for infinite precision and infinitely large
       numbers. See lib_show/number for examples.
     * Added ITERATOR library, for external iterators on data structures.
       See lib_show/iterator for examples.
     * Added class BIT_STRING for very large bit sequences, with
       reference semantics.
     * Added class BASIC_DIRECTORY and class DIRECTORY to handle in a
       portable way directories as well as system path notations. See
       lib_show/basic_directory for examples. This class is also
       implemented for Java byte-code (command [3]compile_to_jvm).
     * Added class BASIC_TIME, TIME_IN_FRENCH TIME_IN_ENGLISH and
       TIME_IN_ITALIAN to handle date and time. See lib_show/basic_time
       for examples. Low level routines for Java byte-code are not yet
       implemented If you have some time to do this, you just have to add
       the missing Java code in sys/runtime/SmallEiffelRuntime.java (do
       not forget to post your work on the SmallEiffel mailing list).
     * Features deep_clone and deep_equal of class GENERAL are now
       implemented for the C compilation mode (does not work yet with
       compile_to_jvm).
     * Added feature skip_remainder_of_line and feature reach_and_skip in
       class INPUT_STREAM. Warning: in order to be consistent with other
       features, the behavior of features skip_separators and
       skip_separators_using has changed.
     * Added feature to_hexadecimal and feature to_hexadecimal_in in
       class INTEGER.
     * Improved incremental recompilation of the generated C code (also
       fixed a very old bug in incrementality).
     * Exceptions handling: the default_rescue feature is now supported.
     * Various bug fixes and improvements (type inference score
       increased).
@
text
@d1 1
a1 1
$NetBSD: patch-sum,v 1.2 1999/10/13 19:03:39 jlam Exp $
d3 1
a3 1
MD5 (patch-aa) = bdf9783bdcb2f1d8d547f57b16f92894
@


1.2
log
@* teach SmallEiffel that -Wl,option is a linker flag for gcc;
* bootstrap compile SmallEiffel with optimizations on;
* some corrections to default loadpath.UNIX;
* point users at correct documentation files in error messages.
@
text
@d1 1
a1 1
$NetBSD$
d3 4
a6 3
MD5 (patch-aa) = 8c4d2e4256c0a148906d30ab2f7b48fe
MD5 (patch-ab) = 43b7f0fac9666bfb83b8f1d50b81a7ad
MD5 (patch-ac) = f0d2fb0bb3f407a387a1ab9bc7ba96b6
@


1.1
log
@* Rearrange directory structure to conform to hier(7);
* Add ability to load personal Eiffel environment via ${HOME}/.smalleiffelrc
  when using the compiler system.
@
text
@d3 3
a5 2
MD5 (patch-aa) = 3c747a451b17b116bdf5a16e68a3a0fb
MD5 (patch-ab) = 99935df366c8a24e4569e969a356c209
@

