* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / SDCCmain.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-08-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2005-07-22 tecodev* src/SDCCmain.c (linkEdit): initialized linkerScriptFi...
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-05-13 borutr* src/SDCCmain.c (linkEdit): fixed bug 1195202
2005-04-26 jesuscsrc/SSDCCmain.c (setIncludePath): added port->target...
2005-04-12 maartenbrock* src/SDCCmain.c (linkEdit): oops, changed one line...
2005-04-11 maartenbrock* src/SDCCmain.c (linkEdit): fixed bug with finding...
2005-03-26 epetrich* src/SDCCmain.c (setDefaultOptions, optionsTable[...
2004-12-27 pjsAdded mcs51 assembly float lib functions (add, sub...
2004-11-20 epetrich* src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed...
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-11-11 maartenbrock* src/SDCCmain.c (linkEdit): don't suppress crt0 if...
2004-11-06 maartenbrock* as/xa51/xa_version.h,
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-01 vrokas* .version: bumped version number to 2.4.5
2004-09-10 epetrich* src/SDCC.lex (doPragma, process_pragma),
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-07-24 vrokas* src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add...
2004-07-24 vrokasAdding version extension according to ChangeLog CVS...
2004-07-04 vrokas* src/SDCCmain.c (linkEdit): modifications only for...
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-22 epetrich* device/include/string.h: applied Stas Sergeev's patch...
2004-05-17 epetrich* src/SDCCval.c (valForArray): applied Maarteen Brock...
2004-04-24 epetrich* src/SDCCpeeph.c (replaceRule): support empty replacem...
2004-04-19 epetrich* src/SDCCmain.c (linkEdit),
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-02-18 jesuscAdded options --stack-size and --pack-iram
2004-01-16 vrokas2004-01-16 Vangelis Rokas <vrokas@otenet.gr>
2004-01-10 borutrfixed #872250: -l command line defined library files...
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 vrokas2004-01-06 Vangelis Rokas <vrokas@otenet.gr>
2004-01-01 bernhardheldsrc/SDCCmain.c (main): applied patch #866468
2003-11-26 vrokas*** empty log message ***
2003-11-15 borutr* src/SDCCmain.c: fixed bug #841645: -MM command line...
2003-11-14 epetrich* src/SDCCicode.c (geniCodeAddressOf): fixed part of...
2003-11-11 bernhardheld* src/SDCCmain.c (linkEdit): fix #834252
2003-11-02 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" again bug #833605
2003-10-31 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" bug #833605
2003-10-23 epetrich* 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...
next