Commit graph

17 commits

Author SHA1 Message Date
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
1901c40db9 Use the tarballs that have the release version in their names.
Takes care of pkg/12172.
2001-02-27 21:36:07 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
jlam
c3319f37a3 Make smalleiffel wrapper script display a usage statement when called
with no arguments.  Also move HTML documentation into
${PREFIX}/share/doc/html.
2000-09-06 14:31:38 +00:00
jlam
5a0ab57446 Cosmetic changes. 2000-02-25 06:18:08 +00:00
jlam
127efa3706 Use a static instead of dynamic PLIST. 2000-02-25 05:11:58 +00:00
jlam
4c82cdc02d 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).
2000-02-21 21:23:28 +00:00
wiz
294cda9307 replaced some more commands by their ${COMMAND} counterparts 2000-01-09 01:19:09 +00:00
jlam
a07b19af15 * 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.
1999-10-13 19:03:38 +00:00
jlam
45ef1508d3 * Rearrange directory structure to conform to hier(7);
* Add ability to load personal Eiffel environment via ${HOME}/.smalleiffelrc
  when using the compiler system.
1999-10-12 08:01:33 +00:00
jlam
1c858aa8b1 Forgot a file...again. 1999-06-21 21:24:11 +00:00
jlam
d7e1bb410a Update smalleiffel to -0.78. From HISTORY.txt:
* New -html2 flag for command short generates a colorized HTML short
       form for classes.
     * The garbage collector now takes into account feature dispose of
       class MEMORY for reference objects.
     * Obsolete classes (obsolete keyword) now supported.
     * Assertion tags are now displayed when an assertion fails.
     * Added environment variable in loadpath files. Syntax: ${SOME_VAR}
     * Added the -no_style_warning flag to suppress warnings when the
       recommended styles guidelines for Eiffel are not strictly
       followed.
     * Added the -version flag to show SmallEiffel's version.
     * Enhanced ease of use with and adaptability to various C compilers
       (SYSTEM_TOOLS). Files compiler.system, linker.system and
       o_suffix.system are now obsolete and replaced by a unique file
       compiler.se common to all systems. See the [2]System configuration
       page for more information.
     * Class LINKED_LIST now replaces obsolete class LINK_LIST (simple
       renaming).
       Class TWO_WAY_LINKED_LIST now replaces obsolete class LINK2_LIST
       (simple renaming).
     * Fixed "implicit renaming" bug.
     * Cleaned all source code of tabulations at beginning of line (made
       code look ugly when using an editor whose tabs were not 8).
     * Some new ELKS'95 features implemented.
     * Validity rule VEEN fixed.
     * Added class COLLECTION_SORTER and REVERSE_COLLECTION_SORTER to the
       library.
     * Fixed file renaming portability bug (".d files bug").
     * Validity rule VCFG.1 is now enforced.
     * Validity rule VAPE is now enforced.
     * Classes mentioned in a cecil.se file are now automatically made
       live. Makes it easier to link with external libraries.
     * Various other bug fixes.
1999-06-21 21:23:15 +00:00
jlam
ee6eee599f smalleiffel-0.79 -- the GNU Eiffel compiler 1999-04-12 18:19:27 +00:00