* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / as / mcs51 /
2003-01-26 bernhardheldreplace non-ANSI strcmpi by as_strcmpi
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
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-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2002-12-29 jesuscfixed typo lkomf51.o -> lkaomf51.o
2002-12-27 bernhardheldfixed typo lkomf51.o -> lkaomf51.o
2002-12-27 bernhardheldas/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
2002-12-15 jesuscExtended address of ds390 not supported in Intel omf51
2002-12-15 jesuscCorrect size check of XRam and Code for ds390
2002-12-12 jesuscCorrected a bug when the CDB file does not propperly...
2002-12-11 jesuscWhen generating aomf51 file, corrected bug in static...
2002-12-11 jesuscAdded support to generate aomf51 file. (Basic Intel...
2002-12-11 jesuscAdded two new source files to the project: lkmem.c...
2002-11-09 jesuscNow reports memory usage using the value from option...
2002-09-20 jesuscadded boundary check before using dram[] array.
2002-09-09 jesusc Fixed incorrect number of parameters to sprintf()...
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2002-08-07 borutr- definition of PATH_MAX for MSC
2001-12-10 johanknolfixed bug #482168
2001-10-24 bernhardheldremove output of empty line
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-10-11 johanknola bug fix of Martijn van Buul
2001-10-01 johanknolfixed bug #462474
2001-09-14 kbongersallow for APPLE MACH compilation
2001-08-30 bernhardheldaccept everything as symbol name in rel-files, bug...
2001-08-26 bernhardheldIncreased buffer size for regression tests:
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-06-29 bernhardheldbug 427642 error with files like ./file.asm
2001-06-25 kvigorClean up some compiler warnings
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-04-20 jtvolpeCleaned up MSVC specific stuff and unary minus on unsig...
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-04-20 jtvolpeFixed signed/unsigned compare in newsym
2001-04-20 jtvolpeThis file should not be needed anymore
2001-02-18 sandeepchanged some Makefiles
2001-02-13 jtvolpeHouse cleaning for VC6 host port
2001-02-07 johanknola first small step to cross the 64k barrier
2001-02-07 jbessFix some path problems
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolas should return an error if one occurs
2001-01-09 kvigorrename addr_t type to Addr-T to avoid conflict with...
2001-01-08 kvigorInfinite loop in getst
2001-01-04 jtvolpeMS VC6 Port
2000-11-09 stevewilliams Handle . characters in library paths.
2000-11-09 stevewilliams Get datadir from configure.
2000-10-17 vavfixed assemblers & linker: now works with CygWin's...
2000-10-17 vav *fixed problem with non-existent error messages about...
2000-10-03 kvigorundo unistd.h; restores Cygwin & BC++ functionality
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-09-29 kvigorreplace obsolete prototypes with stdlib.h
2000-09-20 kvigorreplace bubble sorts (believe it or not) with qsort...
2000-09-20 kvigoruncomment warnings for relative jumps out of range
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-08 kvigorMore 24 bit flat mode support: handles "expr >> 16...
2000-02-06 kvigorAdd 24 bit flat mode support for DS80C390 to assembler...
2000-01-31 drdaniFix a warning
2000-01-17 michaelhInitial revision