* support/scripts/sdcc.nsi: corrected installation directory for
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 27 Feb 2008 19:18:19 +0000 (19:18 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 27 Feb 2008 19:18:19 +0000 (19:18 +0000)
  current user installation mode
* doc/README.txt: added Philipp Klaus Krause to the developers list

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5056 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/README.txt
support/scripts/sdcc.nsi

index b827d343e1c56d17a923c68a836cb38a3e1ac046..a2f1770f6b95834267f1ab78b441103819372b00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-27 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: corrected installation directory for
+         current user installation mode
+       * doc/README.txt: added Philipp Klaus Krause to the developers list
+
 2008-02-27 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (genUnpackBits): don't generate ifxJump, instead return
@@ -9,11 +15,6 @@
        * support/regression/tests/bug1838000.c: new, added
        * device/include/mcs51/cc1110.h: new, added, thanks to Pravin Angolkar
 
-2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
-
-       * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
-       * support/regression/tests/bug1565152.c: new, added
-
 2008-02-26 Borut Razem <borut.razem AT siol.net>
 
        * src/SDCCast.c, doc/adccman.lyx: fixed RFE #1901171: inerger promotion
        * support/scripts/sdcc.nsi: added MULTIUSER page,
          NSIS upgraded to version 2.35
 
+2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
+       * support/regression/tests/bug1565152.c: new, added
+
 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148
index c11f74608460de06094f0651593d0207f500b71e..721ae48c122477ea90f3cd77eec345313da19256 100644 (file)
@@ -5,7 +5,8 @@ $Id$
 
 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, the Maxim ds390 and the Motorola HC08.
+family, the Zilog z80, the Maxim ds390 and ds400, the Motorola HC08 and the
+PIC16 and PIC18 familiy.
 
 See share/sdcc/doc/INSTALL.txt for the installation instructions for
 the binary kits.
@@ -38,41 +39,42 @@ questions on the user mailing list.  See:
 Notes:
 * 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.
+* The TININative, gbz80, avr and xa51 targets are no longer maintained.
 
 Roadmap:
-COPYING                - GPL v2
-as/            - Assembler, derrived from asxxxx
+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.
+device/         - Device libraries and examples
+doc/            - sdcc and target specific documentation
+link/           - Linker, also derrived from asxxxx
+sim/            - Simulator (mcs51 only)
+src/            - Source to the C compiler and targets
+support/        - Libraries and apps that may not be provided by your system.
 
 
 Authors and interested persons:
 * 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>
+* 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>
+* Philipp Klaus Krause <pkk AT spth.de>
 
 SDCC includes code from:
 * Alan Baldwin      <baldwin AT shop-pdp.kent.edu>
@@ -84,3 +86,5 @@ SDCC includes code from:
 * Pascal Felber
    Some of the Z80 related files are borrowed from the Gameboy
    Development Kit (GBDK).
+* The GCC developement team http://gcc.gnu.org/
+   The basis of sdcpp preprocessor
index 81acbe5e0eff7a514376cda87e8a0a97faed4304..55e1aac577585fd35872cbaea5efc4153d17ea65 100644 (file)
@@ -99,6 +99,7 @@ InstType "Compact (Bin, ucSim, SDCDB, Doc)"
 ;--------------------------------
 ; Header Files
 
+!define MULTIUSER_INSTALLMODE_INSTDIR SDCC
 !define MULTIUSER_EXECUTIONLEVEL Highest
 !define MULTIUSER_MUI
 !define MULTIUSER_INSTALLMODE_COMMANDLINE
@@ -173,7 +174,6 @@ Var MUI_STARTMENUPAGE_VARIABLE
 Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
 BrandingText ""
 OutFile "setup.exe"
-InstallDir "$PROGRAMFILES\SDCC"
 ;;;;ShowInstDetails show
 ;;;;ShowUnInstDetails show