From d31d4029b4e011456dcb0ec0910a801b2107cb3f Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 27 Feb 2008 19:18:19 +0000 Subject: [PATCH] * support/scripts/sdcc.nsi: corrected installation directory for 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 | 16 +++++++---- doc/README.txt | 60 +++++++++++++++++++++------------------- support/scripts/sdcc.nsi | 2 +- 3 files changed, 44 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index b827d343..a2f1770f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-27 Borut Razem + + * 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 * 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 - - * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152 - * support/regression/tests/bug1565152.c: new, added - 2008-02-26 Borut Razem * src/SDCCast.c, doc/adccman.lyx: fixed RFE #1901171: inerger promotion @@ -21,6 +22,11 @@ * support/scripts/sdcc.nsi: added MULTIUSER page, NSIS upgraded to version 2.35 +2008-02-25 Maarten Brock + + * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152 + * support/regression/tests/bug1565152.c: new, added + 2008-02-25 Maarten Brock * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148 diff --git a/doc/README.txt b/doc/README.txt index c11f7460..721ae48c 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -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 -* Daniel Drotos -* Kevin Vigor -* Johan Knol -* Scott Dattalo -* Karl Bongers -* Bernhard Held -* Frieder Ferlemann -* Jesus Calvino-Fraga -* Borut Razem -* Vangelis Rokas -* Erik Petrich -* Paul Stoffregen -* Michael Hope -* Maarten Brock -* Raphael Neider -* Hans-Juergen Dorn -* Klaus Flittner +* Jean Loius-VERN +* Daniel Drotos +* Kevin Vigor +* Johan Knol +* Scott Dattalo +* Karl Bongers +* Bernhard Held +* Frieder Ferlemann +* Jesus Calvino-Fraga +* Borut Razem +* Vangelis Rokas +* Erik Petrich +* Paul Stoffregen +* Michael Hope +* Maarten Brock +* Raphael Neider +* Hans-Juergen Dorn +* Klaus Flittner +* Philipp Klaus Krause SDCC includes code from: * Alan Baldwin @@ -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 diff --git a/support/scripts/sdcc.nsi b/support/scripts/sdcc.nsi index 81acbe5e..55e1aac5 100644 --- a/support/scripts/sdcc.nsi +++ b/support/scripts/sdcc.nsi @@ -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 -- 2.30.2