* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / SDCC.lex
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-03-26 epetrich* src/SDCCmain.c (setDefaultOptions, optionsTable[...
2005-02-14 tecodev* device/lib/pic16/libc/string/memccpy.c: changed 3rd...
2005-02-09 tecodev* src/SDCC.lex(doPragma) : save and restore warning...
2005-01-23 vrokas* src/pic16/gen.c: fixed bug #1106975,
2004-09-19 epetrich* src/SDCC.lex: fixed bug #1030549
2004-09-10 epetrich* src/SDCC.lex (doPragma, process_pragma),
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-01-12 borutrupper case pragmas are deprecated
2003-12-28 epetrich* src/SDCC.y (external_definition, type_specifier2...
2003-10-31 borutrsdcc now understands both formats:
2003-10-19 borutrfixed bug #825944 - defined yytext_ptr to make it compi...
2003-10-07 borutrremoved definition of unused variables save_optimize...
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-10-05 borutrFixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC...
2003-08-09 jesuscFixed warnings in MSVC build.
2003-06-20 jesuscBetter implementation for --use-stdout
2003-06-19 borutrcode cleaning, // comments replaced with /* */
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-15 borutrcloneXxx and copyAndFreeXxx functions for options and...
2003-06-09 jesusc--vc also affects parser errors
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-04-12 borutrreworked pragma handling functions
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
2003-03-28 borutrFix for bug #711240: dynamic buffer handling of C liter...
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-15 bernhardheld* src/SDCCglue.h: make tmpfileNameSet available for...
2003-02-10 bernhardheld* doc/sdccman.lyx: new pragma NOIV by Johannes Stezenba...
2003-01-28 bernhardheld* src/ds390/gen.c: fix deps by replacing <common.h...
2001-12-19 johanknolfixed bug #482699
2001-12-18 sandeep1) Added Keywords "_JavaNative" prep for TINI
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-11-16 karahaliosModified error message format to conform closer to...
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-08-21 johanknolfixed bug #451453
2001-08-10 johanknolfixed the lineno error when using the new sdcpp
2001-06-24 johanknola better fix for the \<newline> line numbering issue
2001-06-23 johanknol*** empty log message ***
2001-06-23 johanknolwarn about a stray \
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-05-30 kvigorAdd _naked modifier
2001-05-25 johanknolupdate the buffer pointer after possible relocation...
2001-05-20 johanknolchanges inline asm buffers from static to dynamic size
2001-05-20 jtvolpeFixed octal and hex escape sequences in character and...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-08-20 michaelhSplit out yyerror.
2000-08-01 michaelhPre 2.95-2
2000-07-17 michaelh* Changed banked for nonbanked
2000-06-25 sandeepadded "banked" for z80 port
2000-03-26 michaelh* Added z80 blurb.
2000-03-19 sandeeplots of progress in AVR
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-03 michaelhMade pdata optional
2000-02-09 sandeepwork on avr port start by defining the new
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-17 michaelhInitial revision