X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=9626325b901787d410c66a7dd6a38cbb95d60cce;hb=f39f00a291dd52d621035a9434db2a03d52d020a;hp=47f87818baaf728ed3baff3322bd05f1d78c2ef5;hpb=256bce22d6b6abdc49735eef9b87f4685ca20bcc;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 47f87818..9626325b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +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 + + * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix + +2003-05-11 Borut Razem + + * 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 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 + +2003-05-04 Bernhard Held + + * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80 + * support/regression/Makefile: inter-port-clean is no longer nesessary, the + temp files are in the port dir; clean the gen/test directory when + generating new test.c + * support/regression/ports/host/spec.mk: defined OBJEXT for target clean + * support/regression/tests/vaargs.c: fixed gcc 3.3 warning + * support/regression/tests/zeropad.c: added + +2003-05-09 + + * src/SDCCglue.c: fixed bug #597940 + 2003-05-05 Karl Bongers(apply patches from Martin Helmling) * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files. @@ -28,7 +62,7 @@ 2003-04-29 Kevin Vigor - Initial support for DS80C400. "Hello world" runs on TINIm400 + Initial support for DS80C400. "Hello world" runs on TINIm400 (with polled I/O). 2003-04-28 Karl Bongers(apply patches for Martin Helmling)