doc/adccman.lyx: documented RFE #1901171: inerger promotion of casted varargs
[fw/sdcc] / doc / README.txt
index 0b854f3053c7776081a27ef1c0c971ce74dff1ef..c11f74608460de06094f0651593d0207f500b71e 100644 (file)
@@ -1,15 +1,16 @@
-SDCC - a Freeware, retargettable, optimizing ANSI-C compiler
-------------------------------------------------------------
+SDCC - free open source, retargettable, optimizing ANSI-C compiler
+------------------------------------------------------------------
 $Id$
 
-Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler
+
+Welcome to SDCC, free open source, retargettable, optimizing ANSI C compiler
 that supports a growing list of processors including the Intel mcs51
-family, the Zilog Z80, and the ds390.
+family, the Zilog z80, the Maxim ds390 and the Motorola HC08.
 
-See share/doc/sdcc/INSTALL.txt for the installation instructions for
+See share/sdcc/doc/INSTALL.txt for the installation instructions for
 the binary kits.
 
-See the share/doc/sdcc directory for more documentation.
+See the share/sdcc/doc directory for more documentation.
 
 See http://sdcc.sourceforge.net/ for the latest information on sdcc.
 
@@ -35,29 +36,51 @@ questions on the user mailing list.  See:
 
 
 Notes:
-* The gbz80, avr, and pic ports are currently experimental.  The gbz80
-  port is known to have some large bugs due to falling out of sync
-  with the z80 port.
+* The ds400, pic14 and pic16 are currently experimental, but work is in
+progress. Please check http://sdcc.sourceforge.net/snap.php for snapshots.
+* The TININative, gbz80, avr and xa51 ports are no longer maintained.
+
+Roadmap:
+COPYING                - GPL v2
+as/            - Assembler, derrived from asxxxx
+debugger/
+device/                - Device libraries and examples
+doc/           - sdcc and port specific documentation
+link/          - Linker, also derrived from asxxxx
+sim/           - Simulator (mcs51 only)
+src/           - Source to the C compiler and ports
+support/       - Libraries and apps that may not be provided by your system.
 
 
 Authors and interested persons:
-* Sandeep Dutta (sandeep@users.sourceforge.net)
-
-* Daniel Drotos     <drdani@mazsola.iit.uni-miskolc.hu>
-* Jean Loius-VERN   <jlvern@writeme.com>
-* Johan Knol        <johan.knol@iduna.nl>
-* Karl Bongers      <karl@turbobit.com>
-* Kevin Vigor       <kevin@vigor.nu>
-* Michael Hope      <michaelh@juju.net.nz> <nz_michaelh@yahoo.com>
-* Scott Dattalo     <scott@dattalo.com> 
-
+* Sandeep Dutta (sandeep AT users.sourceforge.net)
+
+* Jean Loius-VERN     <jlvern AT writeme.com>
+* Daniel Drotos       <drdani AT mazsola.iit.uni-miskolc.hu>
+* Kevin Vigor         <kevin AT vigor.nu>
+* Johan Knol          <johan.knol AT iduna.nl>
+* Scott Dattalo       <scott AT dattalo.com>
+* Karl Bongers        <karl AT turbobit.com>
+* Bernhard Held       <bernhard AT bernhardheld.de>
+* Frieder Ferlemann   <frieder.ferlemann AT web.de>
+* Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
+* Borut Razem         <borut.razem AT siol.net>
+* Vangelis Rokas      <vrokas AT otenet.gr>
+* Erik Petrich        <epetrich AT ivorytower.norman.ok.us>
+* Paul Stoffregen     <paul AT pjrc.com>
+* Michael Hope        <michaelh AT juju.net.nz> <nz_michaelh AT yahoo.com>
+* Maarten Brock       <sourceforge.brock AT dse.nl>
+* Raphael Neider      <RNeider AT web.de>
+* Hans-Juergen Dorn   <hans.dorn AT apl-landau.de>
+* Klaus Flittner      <klaus_flittner AT gmx.de>
 
 SDCC includes code from:
-* Alan Baldwin      <baldwin@shop-pdp.kent.edu>
+* Alan Baldwin      <baldwin AT shop-pdp.kent.edu>
    Initial version of ASXXXX and  ASLINK. 
-* John Hartman      <jhartman@compuserve.com>
-   Porting ASXXX and ASLINK for 8051.
-* Dmitry S. Obukhov <dso@usa.net>
+* John Hartman      <jhartman AT compuserve.com>
+   Porting ASXXXX and ASLINK for 8051.
+* Dmitry S. Obukhov <dso AT usa.net>
    malloc and serial I/O routines.
-
-
+* Pascal Felber
+   Some of the Z80 related files are borrowed from the Gameboy
+   Development Kit (GBDK).