* src/SDCCmain.c (printVersionInfo, printOptions, printUsage, parseCmdLine, main...
[fw/sdcc] / ChangeLog
index 9b884f3ee07fdf10407febe446b2e5e4cbe804ca..8770133e3e61a14f00064255f7705b954e60ec3e 100644 (file)
--- 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 <bernhard AT bernhardheld.de>