Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Feb 21 21:23:35 UTC 2000

Modified Files:
        pkgsrc/lang/smalleiffel: Makefile
        pkgsrc/lang/smalleiffel/files: loadpath.UNIX.in md5 patch-sum
        pkgsrc/lang/smalleiffel/patches: patch-aa patch-ab patch-ac
        pkgsrc/lang/smalleiffel/pkg: PLIST
Added Files:
        pkgsrc/lang/smalleiffel/patches: patch-ad
Removed Files:
        pkgsrc/lang/smalleiffel/files: compiler.se gc system.se

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/smalleiffel/Makefile
cvs rdiff -r1.2 -r0 pkgsrc/lang/smalleiffel/files/compiler.se
cvs rdiff -r1.1.1.1 -r0 pkgsrc/lang/smalleiffel/files/gc \
    pkgsrc/lang/smalleiffel/files/system.se
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/smalleiffel/files/loadpath.UNIX.in
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/smalleiffel/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/smalleiffel/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/smalleiffel/patches/patch-aa \
    pkgsrc/lang/smalleiffel/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/smalleiffel/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/lang/smalleiffel/patches/patch-ad
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/smalleiffel/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index