This wasn't true
[fw/sdcc] / src / SDCC.lex
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