home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / SmallEiffel.lha / SmallEiffel / misc / THANKS.txt < prev    next >
Text File  |  1999-06-05  |  7KB  |  128 lines

  1.  
  2.                           SmallEiffel Contributors
  3.                                       
  4.    *** Frank ARNAUD: bug report of test_tag1.e. Reported a problem with
  5.    Windows NT / Microsoft C / empty struct. Reported a bug about
  6.    renaming/redefinition of Eiffel externals. New maintainer of the
  7.    Eiffel FAQ.
  8.    *** Eric BEZAULT: lots of really good (short!) bug reports:
  9.    rename/select, statically computed expressions, weird uses of
  10.    inheritance clause, insisted to give SmallEiffel a -case_insensitive
  11.    flag...
  12.    *** Xavier CREGUT: has been using SmallEiffel for a long time. Many
  13.    bug reports. Reported in a very small program a tricky bug dealing
  14.    with inheritance/genericity and VNCG rule.
  15.    *** Fabrice FRANCESCHI: initial sketch of the SmallEiffel Web site.
  16.    *** Enrico GOBBETTI: many (excellent) bug reports and many good
  17.    bug-fixes .
  18.    *** James GRAVES: initial design of exception handling, on which we
  19.    based our final implementation. Maintainer of SmallEiffel's RPMs for
  20.    RedHat Linux.
  21.    *** Philippe RIBET: fixed a bug in the ensure clause of
  22.    INTEGER/append_in_format. Optimized INTEGER/gcd. Prepared the first
  23.    precompiled DOS version. Debugging of class BIT_N. (Worked with
  24.    Antoine GUARRIGUES).
  25.    *** S.u.S.E. GNU/Linux: since mid-1998, the S.u.S.E. GNU/Linux
  26.    distribution is our main development OS. Indeed, we have already
  27.    received for free versions 4.3 to 6.0. Also note that SmallEiffel The
  28.    GNU Eiffel Compiler is part of the S.u.S.E. GNU/Linux distribution. We
  29.    hope the S.u.S.E. GNU/Linux team will keep up the good work, providing
  30.    us with free copies of their distribution ;-)
  31.                     ___________________________________
  32.    
  33.    ** Cyril ADRIAN: fixed some bugs in STD_FILE_READ (read_character,
  34.    read_integer). Found bug of test_req2.e. Found problem with xor.
  35.    Author of spread_illness. Found a bug in character constants, etc.
  36.    (Worked with Antony LE LABOUSSE).
  37.    ** Reimer BEHRENDS: isolated a bug about once precomputed functions
  38.    and many other bugs.
  39.    ** Nigel BREE: fixed a tricky bug in the runtime stack. Improved
  40.    portability for Windows95/NT. Wrote the install script for
  41.    Windows95/NT.
  42.    ** Thierry DE CARVALHO: found a bug in inspect/when. Fixed a bug in
  43.    STD_FILE_READ.connect_to.
  44.    ** Emmanuel CECCHET: updates of the Linux executable. Found some bugs
  45.    in creation calls. Provided a lot of useful comments.
  46.    ** Valery CROIZIER: reported bugs (in very numerous mails :-).
  47.    Provided hints to optimize the C code.
  48.    ** Andre DOHERTY: used to maintain the SmallEiffel ready for OS2
  49.    version.
  50.    ** Antoine GUARRIGUES: worked with Philippe RIBET (see above).
  51.    ** Jean-Marc JEZEQUEL: reported some bugs on ARRAY inheritance.
  52.    Isolated a bug on VNCG. Beta testing.
  53.    ** Alexander KJELDAAS: fixed a bug in INSTALL.CSH. Reported a problem
  54.    with mixed rename/redefine and a problem with run time stack.
  55.    ** Philippe LAHIRE: reported some bugs with repeated inheritance.
  56.    Isolated some problems with select.
  57.    ** Alain LE GUENNEC: many well-isolated bug reports plus some good
  58.    bug-fixes.
  59.    ** Antony LE LABOUSSE: worked with Cyril ADRIAN (see above).
  60.    ** Jean-Lin PACHERIE: many bug reports.
  61.    ** Marc SCALZOLARO: reported some bugs and added some tests for
  62.    expanded class types.
  63.    ** Fridtjof SIEBERT: for some well isolated bug reports.
  64.    ** Brian STRELIOFF: reported some bugs. Gave me some good hints about
  65.    compatibility with C++ and warning messages of gcc.
  66.    ** Jerome THOEN: author of some (optimized) features to avoid memory
  67.    leaks.
  68.    ** Dan WILDER: uploads new versions of SmallEiffel to sunsite (for
  69.    Linux).
  70.                     ___________________________________
  71.    
  72.    * Christophe ALEXANDRE: found a bug in REAL.put_real_format.
  73.    * Wilfried BERGER: done some tuning of the GC for Windows platforms.
  74.    * Oscar N. BRIA: reported a bug for mixed rename/redefine.
  75.    * Emmanuel BOUYER: was the first one to use SmallEiffel for his PhD
  76.    Thesis. He is also a good bug reporter.
  77.    * Robert W. Brewer: a good bug report about inlining of $ operator.
  78.    * Lars BRUECKNER: wrote some code for STD_FILE_READ.
  79.    * Romaric CHARTON: find two bugs in ifthenelse expression, and
  80.    argument checking of external feature.
  81.    * Grant CHESTON: reported a bug with attribute renaming.
  82.    * Frank CHIRON: fixed a bug in class BIT_N.
  83.    * Vincent CROIZIER: good work to fix the priority of operator infix
  84.    "^" and for Precursor implementation.
  85.    * Stephane D'ALU: added some features in STRING (split, ...). Reported
  86.    some bugs for class BIT.
  87.    * Oliver ELPHICK: fixed a bug in misc/INSTALL.SH and help us to make
  88.    our decision about Eiffel source distribution.
  89.    * Joel FAEDI: (not yet) solved some problems using gcc.
  90.    * Wai-Ming HO: many well-isolated bug reports.
  91.    * Brigitte JARAY: one of the first beta testing girls.
  92.    * Zahi Al JAMOUS: found a syntaxical bug, and some others. First
  93.    Lebanese user of SmallEiffel.
  94.    * Stephane JANTZEN: beta testing of externals.
  95.    * Patrice KHAWAM: reported some bugs.
  96.    * Mostefa KASSAB: reported a bug about deferred features.
  97.    * Frédéric LEJAL: provides us precompiled versions for several
  98.    platforms.
  99.    * Nicole LEVY: found some syntactical bugs producing a core dump.
  100.    * Masato MOGAKI: reported a bug with $ operator.
  101.    * Jean-Louis NeBUT: reported bug about renaming.
  102.    * Steve NORMAN: fixed a bug in floating-point constants.
  103.    * Francois PENNANEACH: a good bug report.
  104.    * Todd PLESSEL: a good bug report.
  105.    * Francois RAGUIN: isolated a bug of REAL.infix "^"
  106.    * Philippe REITZ: bug report dealing with inheritance.
  107.    * Christophe REMY: isolated a bug about argument passing.
  108.    * Claude SANCHEZ: allowed me to use some more memory (256Mb...) to be
  109.    able to do the very first bootstrap.
  110.    * Gregoire SCHNAKENBOURG: fixed a bug in REAL/DOUBLE keybord input.
  111.    * Adrian SIEBER: for some good bug reports. TR> * Brian STEFANISH:
  112.    patch for assertion tags.
  113.    * John TYRREL: comments and some bug reports.
  114.    * Johannes WEHRLI: done some beta testing on VMS.
  115.    * Bruce WIELINGA: first author of SmallEiffel/lib_rand.
  116.    * Dietmar WOLZ: beta testing and information of SmallEiffel with
  117.    Boehm-Demers-Weiser garbage collector. Also gave me some hints to
  118.    optimize ARRAY add_last. Provided a very interesting benchmark
  119.    comparing SmallEiffel to other C/C++/Eiffel compilers.
  120.    
  121.                                    [Line]
  122.    Copyright © Dominique COLNET and Suzanne COLLIN - [1]<colnet@loria.fr>
  123.                      Last update: 20 May 1999, by OZ. 
  124.  
  125. References
  126.  
  127.    1. mailto:colnet@loria.fr
  128.