diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2012-08-11 16:45:31 +0000 |
---|---|---|
committer | Lorry <lorry@roadtrain.codethink.co.uk> | 2012-10-18 12:43:06 +0000 |
commit | 7c432b265ed7ca5f8304938db73912df8ce35032 (patch) | |
tree | c95de7bee7b742ed92b9924d904adca706e48d80 /NEWS | |
download | autogen-master.tar.gz |
Imported from /srv/lorry/lorry-area/autogen/autogen-5.16.2.tar.gz.HEADautogen-5.16.2master
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ +New in 5.16.2 - August 2012 + +* Coverity cleanups +* evade Guile issue on BSD platform. +* avoid emitting non-error messages to stderr + +New in 5.16 May 2012 + +* AutoGen now supports the "-MP" option. The "phony" rule generated + in the make dependency file will remove all generated files, except + for the dependency file itself. Please see the docs for "-MF". + +* "break", "continue", and "return" macros implemented. + "return" works in included templates and invoked macros (user defined + macros). "break" and "continue" work within "for" and "while" + loops, though they cannot be used to leave invoked or included + templates. + +* texi documentation generation has been much improved. + Please see the "Option Sectioning Comment" documentation. + +* configuring with --disable-static should now pass make check + +* AutoOpts supports a "die-code" attribute. It will generate code + for "die", "diev" and "fserr" functions that will print a farewell + message and die. + +* a keyword option value of "-1" or "~0" now means "largest value". + +* much improved .texi documentation templates. + +* de-tabbed "here strings" may have output lines prefixed with tabs + by backslash escaping the first tab to output. + +* -Werror may be appended by "=warn-group". That is accommodated now. + +* many warning fixes and CamelCase name removals |