]> git.gag.com Git - fw/sdcc/blobdiff - ChangeLog
sdcdb changes
[fw/sdcc] / ChangeLog
index efb8e7e9d7b514fea7414161c40d606a57807f4a..9626325b901787d410c66a7dd6a38cbb95d60cce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,20 @@
+2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
+
+       * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
+  Fixed so you can set breakpoints prior to run, run does not stop
+  on entry now.  Add tbreak.  Other enhancements and fixes for use
+  with ddd.
+
+2003-05-12  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
+
 2003-05-11  Borut Razem <borut.razem@siol.net>
 
        * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
        the path of bin directory, so that PATH is the only env. variable, which has to be set
        in case of standard installation.
-       * src/ds390/ds390.dsp: increased /Zm option value to 1000
+       * src/ds390/ds390.dsp: increased value of /Zm option to 1000
        * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
        * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option