added: _atof.c
[fw/sdcc] / ChangeLog
index 84c3e4c798e8df1ba257158ecb0bec7c07d495b3..dbfde422afad7a9e15110e8adbfc841af7203862 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,117 @@
+2003-06-07  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
+         device/lib/libfloat.lib: added atof function.
+
+2003-06-04  Bernhard Held <bernhard@bernhardheld.de>
+
+       * doc/sdccman.lyx: updated to Lyx 1.3
+       * doc/cdbfileformat.lyx: updated to Lyx 1.3
+       * doc/test_suite_spec.lyx: updated to Lyx 1.3
+       * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
+
+2003-06-03  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas@otenet.gr>
+
+2003-06-02  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
+          additions to the "related tools/documentation" section
+
+2003-06-02  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
+
+2003-05-29  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn@vt.edu>
+       * src/SDCCcse.c (algebraicOpts): fixed "c * 1" 
+
+2003-05-28  Bernhard Held <bernhard@bernhardheld.de>
+
+       * doc/sdccman.lyx: fix double dash and other minor things
+       * doc/Makefile: fix double dash
+
+2003-05-28  Karl Bongers(patches from Martin Helmling)
+       * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
+         condition and ignore commands.
+
+2003-05-28  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
+         is in parts still quite out of date, I did changes as far as I felt makes sense
+         for a non-native english speaker.
+         Please feel free to add to the manual or to correct my changes.
+       * doc/Makefile: undid touching the date of intermediate tex files.
+
+2003-05-26  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: Manual has an index now
+
+2003-05-25  Bernhard Held <bernhard@bernhardheld.de>
+
+       Finalize muluint/mulsint and mululong/mulslong merging:
+       * device/lib/_mulint.c
+       * device/lib/_mullong.c
+       * device/lib/gbz80/mul.s
+       * device/lib/gbz80/stubs.s
+       * device/lib/z80/mul.s
+       * device/lib/z80/stubs.s
+       * src/SDCCsymt.c (initCSupport)
+
+2003-05-25  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * as/mcs51/lkaomf51.c: Address space 'z' was missing.
+       * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
+         src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
+         src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
+         instead of /Zm500.
+
+2003-05-25  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
+          the regression tests I'm not brave enough to enable 245.b, 245.c
+       * doc/sdccman.lyx: added latex preamble for hyperref package.
+         Using pdflatex this will give you a hyperlinked pdf file with
+          bookmarks. (prepend '%' before /usepackage if this breaks something)
+
+2003-05-24  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+        * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
+        
+2003-05-22  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
+
+2003-05-21    <johan@balder>
+
+       * src/SDCCglue.c (printIval): fixed bug #739934
+
+2003-05-19  Bernhard Held <bernhard@bernhardheld.de>
+
+       Applied patch from bug 737905 (renamed yylineo to mylineno):
+       * src/altlex.c
+       * src/SDCCast.c
+       * src/SDCglobl.h
+       * src/SDCC.lex
+       * src/SDCCsymt.c
+       * src/SDCCval.c 
+       * src/pic16/pcode.c: Cleaned warnings
+       * src/pic16/pcodeflow.c: Cleaned warnings
+       * src/pic16/pcoderegs.c: Cleaned warnings
+
+2003-05-19  Scott Dattalo  <scott@dattalo.com>
+
+       * src/pic16/pcode.c: Cleaned warnings
+       * src/pic16/pcodepeep.c: Cleaned warnings
+       * src/pic16/ralloc.c: Cleaned warnings
+
+2003-05-19  Bernhard Held <bernhard@bernhardheld.de>
+
+       * doc/sdccman.lyx: fixed bug 739745
+       * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
+
 2003-05-18  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)