sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target...
[fw/sdcc] / ChangeLog
2003-04-19 bernhardheldsim/ucsim/gui.src/Makefile.in: target "install" builds...
2003-04-19 bernhardheld* as/z80/Makefile: fix permanent rebuild of z80
2003-04-18 kvigoroptimization: replace modulo by a power of two with...
2003-04-18 johanknolfixed bug #635354
2003-04-17 johanknolfixed bug #716790 and removes lot's of redundant regist...
2003-04-17 johanknolfixed bug #720667
2003-04-13 borutr* configure.in, configure: fixed mingw problem in adl_N...
2003-04-13 borutr* doc/sdccman.lyx: updated info about #pragma SAVE...
2003-04-12 borutrfixed "#pragma SAVE/RESTORE can not be nested"
2003-04-12 bernhardheld* src/SDCCutil.c (pathEquivalent): defined but not...
2003-04-12 borutrcompleted "different paths" task
2003-04-12 bernhardheldsrc/pic/pcoderegs.c (Remove1pcode): fix warning on...
2003-04-11 kvigorFix bug 706781
2003-04-11 borutrdbuf update to version 1.1.1 - re-added C++ stuff to...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-04-08 johanknolyes
2003-04-07 bernhardheld* configure.in: fully support prefix, exec_prefix,...
2003-04-07 bernhardheld* Makefile.common.in: unused PORT, SCC and SAS removed...
2003-04-07 pjsAdded okToRemoveSLOC conditional test to peephole optim...
2003-04-07 pjsAdd leading zero format to printf_fast ("%07d", "%017lu...
2003-04-06 pjsAdded peephole to replace LJMP to RET with just a RET...
2003-04-05 johanknolfixed bug #460088
2003-04-04 johanknolThat's it for today, have a nice weekend
2003-04-04 johanknolfixed bug #702907
2003-04-03 bernhardheldas/z80/Makefile: fix 'make -j' problem
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
2003-04-03 bernhardheldfix return values
2003-04-03 bernhardheld* Makefile.common.in: unused PORT, SCC and SAS removed...
2003-04-02 johanknolfixed bug #681558
2003-04-01 bernhardheld* support/regression/generate-cases.py: place generated...
2003-03-31 borutr* src/z80/main.c: link-{port} and as-{port} defined...
2003-03-31 bernhardheldMakefile, src/Makefile.in: add dependencies, so that...
2003-03-30 borutrsupport/Util/MySystem.h: rewrite, ...
2003-03-30 borutrrewrite buildCmdLine(), changed type of list parameter...
2003-03-30 sdattaloSteve Tell fixed a nested for-loop bug in the PIC Port
2003-03-29 bernhardheldsupport/Util/dbuf.h: remove C++ stuff to make it portable
2003-03-28 borutrFix for bug #711240: dynamic buffer handling of C liter...
2003-03-27 pjsAccurate byte measurement for pcDistance (peephole...
2003-03-26 johanknolcatched symbol abuse
2003-03-23 bernhardheldsrc/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-23 bernhardhelddoc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-22 friefsrc/mcs51/gen.c (genCodePointerGet): quicker code for...
2003-03-22 johanknolfixed bug #698231
2003-03-21 bernhardheld* support/scripts/sdcc_mingw32: adapted to configure...
2003-03-21 bernhardheldsupport/scripts/sdcc_mingw32: adapted to configure...
2003-03-20 bernhardheldsrc/mcs51/peeph.def: fix bug #705773
2003-03-17 bernhardheldsrc/ds390/peeph.def: fix bug #704878: added rule 213...
2003-03-16 johanknolUndid the hackup of const and volatile, the problem...
2003-03-15 bernhardheld* src/ds390/gen.c (genAddrOf): fixed bug #704087
2003-03-15 bernhardheldsrc/mcs51/ralloc.c (packRegsForAssign): fixed bug ...
2003-03-13 johanknolHacked const and volatile modifiers a bit.
2003-03-12 johanknolsrc/SDCCBBlock.h: more LRH debugging junk
2003-03-12 kvigorFix peephole rule condition functions properly; add...
2003-03-11 jesuscFixed bug when linking asmblink example
2003-03-11 kvigoroperandsNotEqualX peephole test functions were never...
2003-03-11 kvigorFix bug 700121
2003-03-11 johanknola (void *) can be assigned to any pointer
2003-03-11 bernhardheldsrc/SDCCmain.c (preProcess): minor cleanup: eliminate...
2003-03-10 bernhardheldsrc/SDCCloop.c (mergeRegions): an evil beast is dead
2003-03-10 borutrpipe preprocessor's output; increased version number...
2003-03-10 bernhardheld* support/regression/ports/mcs51/spec.mk: increase...
2003-03-09 bernhardheldsrc/SDCCglobl.h: PATH_MAX is already defined in mingw32...
2003-03-09 borutrre-implemented tempfilename() and tempfile(): using...
2003-03-09 friefsrc/mcs51/gen.c: applied inc/dec patch mentioned on...
2003-03-08 bernhardheldsrc/ds390/peeph.def: fix bug 700036
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-08 bernhardheldsdcc_vc_in.h: use appropriate data-types on host for...
2003-03-08 bernhardheld* src/SDCCsymt.h: use appropriate data-types on host...
2003-03-07 johanknolA big NOOP
2003-03-06 bernhardheldfix 64 bit warnings
2003-03-04 bernhardheld* src/mcs51/gen.c (genMinus): fixed bug 696436
2003-03-02 borutradded BORLANDC, corrected MSVC in printVersionInfo()
2003-02-26 bernhardheld* configure.in: test for mkstemp
2003-02-24 bernhardheld* device/include/ctype.h: removed warning while using...
2003-02-23 borutrvsnprintf is defined as _vsnprintf on MSVC
2003-02-23 frief* src/mcs51/gen.c (genUminusFloat): avoided dptr in...
2003-02-18 frief*** empty log message ***
2003-02-18 johanknola module can start with a digit
2003-02-16 bernhardheld* sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin,...
2003-02-15 bernhardheld* src/SDCCglue.h: make tmpfileNameSet available for...
2003-02-15 johanknolnew options: --no-c-code-in asm and --i-code-in-asm
2003-02-14 bernhardheld* doc/sdccman.lyx: Environment variables, -o and other...
2003-02-14 johanknolxa51 port isn't finished yet
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-13 bernhardheld* support/regression/ports/host/spec.mk: use cc as...
2003-02-10 borutrBorland C++ build doesn't depend on Cygwin configure...
2003-02-10 borutrBorland C++ build doesn't depend on Cygwin configure
2003-02-10 bernhardheld* doc/sdccman.lyx: new pragma NOIV by Johannes Stezenba...
2003-02-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-09 bernhardheld* doc/Makefile: small fix for install; use clean.mk...
2003-02-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-08 bernhardhelddoc: removed generated files
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2003-02-08 bernhardheld* device/lib/printfl.c: fix a ds390 bug by making it...
2003-02-07 bernhardhelddevice/lib/_mulint.c: small fix for large/ds390 --int...
2003-02-06 jesuscpatch from Jan Rejlek <jr@apex-lib.cz> to fix Bug 677692
2003-02-02 borutrfixed compilation with Borland C
2003-02-02 bernhardheld* introduced NULL in the headers
2003-02-02 bernhardheld* introduced NULL in the headers
next