added function fatal(), called from stack handling macros
[fw/sdcc] / support / Util /
2003-04-20 borutradded function fatal(), called from stack handling...
2003-04-19 borutrhandling space characters in executable's path
2003-04-19 borutrmake it self-sufficient
2003-04-19 borutrdefine par as NULL if parameter value is invalid
2003-04-12 borutradded E_STACK_VIOLATION error
2003-04-11 borutrupdate to version 1.1.1 - re-added C++ stuff to make...
2003-04-04 johanknolfixed bug #702907
2003-04-03 johanknolmissing return values is a warning now
2003-03-30 borutrrewrite, char *ExePathList[] replaced with set *binPathSet
2003-03-30 borutrrewrite buildCmdLine(), changed type of list parameter...
2003-03-29 bernhardheldsupport/Util/dbuf.h: remove C++ stuff to make it portable
2003-03-28 borutradded: dynamic buffer handling
2003-03-13 johanknolHacked const and volatile modifiers a bit
2003-03-10 borutradded my_popen()
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
2002-08-11 borutrremoved unneeded #include "sdccconf.h"
2002-03-03 johanknolChangelog:1.102 I hate to repeat myself ...
2002-03-03 johanknolchanged some warnings to errors when codegen is skipped
2002-02-24 johanknolxa51 backup
2002-01-07 johanknolfixed bug #498744
2001-12-24 johanknolthe real constExprTree()
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-19 johanknolFixed bug #483124
2001-11-16 karahaliosModified error message format to conform closer to...
2001-11-12 johanknolextra warnings for excess scalar/array/struct initializers
2001-11-05 michaelh* src/SDCCmain.c (parseCmdLine): Added support for...
2001-11-04 sandeepAdded a new warning message "W_CAST_STRUCT_PTR" when
2001-10-30 johanknola beauty patch from bug #476062
2001-10-08 johanknolfixed bug #467893
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-04 johanknolfixed bug #467142
2001-09-26 johanknolpointer issues
2001-09-21 sandeepmade the error message text more meaningful
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-14 kbongersallow for APPLE MACH compilation
2001-09-07 johanknolfixed bug #456235
2001-09-07 johanknola more specific message
2001-08-22 johanknolfixed bug 449137/453886
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-08-03 michaelh* Fixed alias of -c to -canything
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-25 kvigorwarning cleanup
2001-06-25 johanknolorphanaged
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolsome fixes
2001-06-05 johanknola better type check
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-24 kvigorInclude error number in ErrTab
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-20 jtvolpeAdded support functions BuildCmdLine and my_system...
2001-05-19 johanknolfixed the octal and hex escape sequences
2001-05-14 michaelhMore tests
2001-02-23 johanknolonly report line number if it is known
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 johanknolTell us at least the linenumber
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeWrong case on file SDCCerr.c
2001-02-04 jtvolpeNew Memory Allocation functions