Hacked const and volatile modifiers a bit.
[fw/sdcc] / ChangeLog
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
2003-02-02 johanknolNow the regression tests could go online again
2003-02-02 jesuscFixed bug 678574: "ds390: ASlink-Error-Stack overlaps...
2003-02-01 johanknolfixed Karl's "2 | (1<<8)"
2003-01-31 johanknolApplied Jan Rejlek's >64K startup patch.
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 jesuscaccepts --xram-size 0 (no ext ram)
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-29 jesuscAdded option --code-size and --xram-size
2003-01-28 bernhardheld* src/ds390/gen.c: fix deps by replacing <common.h...
2003-01-26 johanknolJust read the log
2003-01-26 bernhardheldmake RAM big enough for tinibios
2003-01-26 bernhardheldreplace non-ANSI strcmpi by as_strcmpi
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-25 johanknolA better fix for bug#661910
2003-01-25 johanknolThat was a little too efficient
2003-01-24 bernhardheldlink with -r
2003-01-24 bernhardheld* src/spawn.c: removed
2003-01-24 bernhardheld* src/Makefile.in: remove spawn.o
2003-01-24 johanknolfixed bug #667458
2003-01-24 johanknolan ival doesn't always has a storage class anymore
2003-01-24 johanknolfixed bug #458099 (again, but now better)
2003-01-24 johanknolfixed bug #661910
2003-01-23 bernhardheld* src/mcs51/peeph.def: better assembler identation...
2003-01-22 bernhardheld* src/pic/pcode.c (get_op_from_instruction): fix concat...
2003-01-22 bernhardhelddelete as/z80/string.h
2003-01-22 bernhardheld* as/z80/string.h: disable this header for gcc 3.2
2003-01-19 bernhardheld../m
2003-01-18 bernhardheldmoved tinitalk to device/examples/ds390
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-13 bernhardheld* support/regression/ports/*/spec.mk: moving testfwk...
2003-01-13 bernhardheld* src/ds390/peeph.def: #237 another rule from Frieder
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-12 bernhardheld* src/SDCCmain.c (main): port->finaliseOptions() moved...
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheldnew option -o
2003-01-09 bernhardheld* src/mcs51/gen.c (genPlus): replaced "mov b,acc" by...
2003-01-07 johanknolfixed bug#600035
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2003-01-06 kbongersfix s51 for regression test
2003-01-06 johanknolfixed array add
2003-01-05 bernhardheld* sim/ucsim/z80.src/inst.cc: #include <stdarg.h> for...
2003-01-05 bernhardheld* src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048...
2003-01-04 johanknolfixed the initialized array of structures
2002-12-29 jesuscas/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
2002-12-28 bernhardheld* src/mcs51/peeph.def: added rules 234 and 235 from...
2002-12-28 bernhardheldsrc/mcs51/gen.c (aopGetUsesAcc): inserted missing ...
2002-12-27 bernhardheldas/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
2002-12-26 bernhardheldsrc/mcs51/main.c: removed {bindir}{sep} from aslink
2002-12-11 jesuscAdded support to generate aomf51 file. (Basic Intel...
2002-11-09 jesuscaslink for mcs51 now uses --iram-size.
2002-09-20 jesuscsdcc\as\mcs51\lklist.c: added boundary check before...
next