X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=8770133e3e61a14f00064255f7705b954e60ec3e;hb=d01869ffd7b94923f721a301a48918771303bced;hp=9b884f3ee07fdf10407febe446b2e5e4cbe804ca;hpb=db1a7e12c3ab74bcc6d547a0b4ed3877bf99f538;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 9b884f3e..8770133e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * src/SDCCast.c (isLoopCountable): fixed bug #1478316 (processParms): fixed bug #1247551 + * src/SDCCmain.c (printVersionInfo, printOptions, printUsage, + parseCmdLine, main): print version to stdout, help to stdout on + windows and to stderr on all the rest; exit with EXIT_FAILURE if + no arguments given 2006-05-27 Bernhard Held