* sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
[fw/sdcc] / ChangeLog
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...
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
2002-09-09 jesuscFixed incorrect number of parameters to sprintf() of...
2002-09-08 jesuscCreate REG_BANK_[0-3] areas only for 8051 like ports.
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-08-29 borutrre-definition of O_BINARY and other O_XXX as _O_BINARY...
2002-08-29 borutrcorrected improper use of assert
2002-08-28 bernhardheldsrc/SDCCglue.c (printIvalArray): iterative calculation...
2002-08-28 borutr2002-08-28 Jesus Calvino-Fraga and Borut Razem <borut...
2002-08-25 bernhardhelduse gputils or gpasm (from Nathan Hurst)
2002-08-11 borutrremoved unneeded #include "sdccconf.h"
2002-08-10 borutrenabled compilation of SDCC on Visual Studio 6.0 and...
2002-07-18 bernhardheldfixed access to array of structures
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-04-23 michaelh * device/lib/z80/printf.c: Changed emitter to volatile...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-28 johanknolfixed bug #532436
2002-03-20 sdattaloAdded -p option to allow selection of port dependent...
2002-03-16 sandeep*** empty log message ***
2002-03-03 johanknola couple of changes
2002-03-02 sandeep*** empty log message ***
2002-03-02 johanknolthat's all for today
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2002-03-01 johanknol*** empty log message ***
2002-02-26 johanknol*** empty log message ***
2002-02-23 johanknol*** empty log message ***
2002-02-22 johanknol*** empty log message ***
next