New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / src / SDCCmain.c
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-09 epetrichRemoved the hc08 port references
2003-10-09 epetrich* src/SDCCmain.c (setParseWithComma): fixed bug #816685
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-13 jesuscadded option --no-std-crt0 for the z80 and gbz80 ports
2003-07-13 jesuscOoops! For the z80 port, crt0.o must be the first...
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-20 jesuscio.h is available only in win32
2003-06-20 jesuscBetter implementation for --use-stdout
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-18 jesuscAdded option --use-stdout
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-06-09 jesuscHopefully --vc works now
2003-06-09 jesuscAdded option --vc
2003-05-18 bernhardheld* src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-05-12 borutrfixed the problem with searching the DATADIR as the...
2003-05-11 borutradded --print-search-dirs command line option
2003-05-10 bernhardheld* src/SDCCmain.c (linkEdit): fixed buffer overflow...
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
next