DS80C400 support, the beginning
[fw/sdcc] / src / SDCCmain.c
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-19 borutrintroduced setDataPaths() function, {datadir} macro...
2003-04-12 borutr_discoverPaths() replaced with setBinPaths(), setInclud...
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
2003-03-30 borutrintroduced set binPathSet,
2003-03-30 borutrtype of asmOptions changed to set, introduced setParseW...
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-11 bernhardheldsrc/SDCCmain.c (preProcess): minor cleanup: eliminate...
2003-03-10 borutrpipe preprocessor's output
2003-03-07 johanknolSee Changelog 1.204
2003-03-02 borutradded BORLANDC, corrected MSVC in printVersionInfo()
2003-02-26 kvigorbuffer overflow caught: preOutCmd could exceed PATH_MAX...
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
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-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2003-02-06 kvigorbug 681909: tell preprocessor we're compiling C99,...
2003-02-02 jesuscFixed bug 678574: "ds390: ASlink-Error-Stack overlaps...
2003-01-29 jesuscaccepts --xram-size 0 (no ext ram)
2003-01-29 jesuscAdded options --code-size and --xram-size
2003-01-24 bernhardheld* src/Makefile.in: remove spawn.o
2003-01-19 bernhardheld../m
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
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
2002-12-27 johanknoladded option --no-xinit-opt
2002-12-11 jesuscChange extension 'cdb' to 'adb', so the linker doesn...
2002-09-04 jesuscDelegates data and stack allocation to aslink. Creates...
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-08-10 borutrfile preOutName was unlinked before closed. This seems...
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-20 sdattaloAdded -p command line option to allow selection of...
2002-03-14 sdattalodattalo - Disabled code dependent on ports that have...
2002-02-13 johanknolxa51, work in progress
2002-02-09 johanknolxa51, work in progress
2002-02-07 johanknolxa51, work in progress
2002-01-30 sandeep1) added options --parms-in-bank1 (ds390/mcs51) & ...
2002-01-19 pjsAdded --xram-movc option
2002-01-08 bernhardheldsrc/SDCCmain.c (processFile): fix processing of .....
2002-01-06 johanknolframe work for xa51 (not enabled yet)
2001-12-24 sandeepadded option --tini-libid
2001-12-18 sandeepAdded port "tiniNative"
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-11-18 sandeepImplementaion of builtin functions
2001-11-15 sandeepAdded option --all-callee-saves will force all functions
2001-11-07 sandeepAdded option --use-accelerator (for DS390)
2001-11-05 michaelh* src/SDCCmain.c (parseCmdLine): Added support for...
2001-11-02 michaelh * src/SDCCmain.c (linkEdit): Added runtime path detect...
2001-10-27 sandeepAdded new option --dumptree . This will dump the front...
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-10-09 michaelh * src/SDCCmain.c: Added --fommit-frame-pointer option...
2001-10-08 bernhardheld * src/SDCCmain.c (preProcess): added define...
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-03 bernhardheld../cvsm
2001-09-26 michaelh * configure.in: Fixed up so that ucsim is only configu...
2001-09-25 bernhardheld"Fix" of compiler crash
2001-09-25 michaelhMinor changes to fix up path seperators.
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolNow --lesspedantic kills EVELYN the modified DOG
2001-09-02 kbongersadd JAMIN ds390 testing switch
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-13 bernhardheldAvoid tmp-files: create them only when compiling
2001-08-12 bernhardheldHelp-text corrected
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 johanknola treat for those poor MS$ addicts
2001-07-30 johanknolshort really is 16bits now
2001-07-25 johanknolfixed a parameter skip, added some more usage texts
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-09 kvigorvery tiny cleanup of dead code
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 johanknolShort is 16bits by default now
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-13 johanknolnext step towards 16bits short
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-20 jtvolpeFixed z80 referneces to BuildCmdLine and my_system
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-05-13 johanknolremoved options.ANSIint
2001-05-04 kvigortemp file cleanup fix by Dario Vecchio
2001-03-29 johanknolremoved some obsolete switches
2001-03-06 johanknolFixed a link error around picglue().
2001-03-05 jbessFix TARGET_IS_PIC error
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-27 johanknolfixed --nostdinc
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-23 johanknol-mds390 now uses --flat-model24 and --stack-10bit by...
next