1v0.2 (2006-12-05) 2================= 3 4I have tagged and tarballed a 0.2 release of Sparse, now available from http://ftp.be.debian.org/pub/software/devel/sparse/dist/, with sha1sum 1762fc609fe436e74b87356a52690b5f7bb40c81. 5 6In addition to plenty of bug fixes, this release includes several notable new 7features: 8 9* -Wall, thanks to Pavel Roskin 10* '#strong_define' and '#strong_undef', thanks to Oleg Nesterov 11* Argument parsing functions no longer mangle the argv passed to them, thanks to Christopher Li 12* static library and header files now installed, along with a pkg-config file to find them 13* Makefile now supports DESTDIR, useful for packagers 14 15Full changelog: 16 17Christopher Li (4): 18 * trivial fix for seg fault. 19 * Fix warning on self check. 20 * delay removing file scope 21 * cleanup write to argument array hack 22 23Damien Lespiau (1): 24 * trivial: more .gitignore stuff 25 26Josh Triplett (5): 27 * Update the FAQ: add sparse website and gitweb, update git URL, remove old BK url 28 * Rename "check.c" to "sparse.c" to match program name; update .gitignore 29 * Install static library and header files 30 * Generate and install a pkg-config file. Add DESTDIR support to Makefile. 31 * Remove old SCCS target from Makefile. 32 33Nicolas Kaiser (1): 34 * double inclusions 35 36Oleg Nesterov (7): 37 * use lookup_macro() in handle_undef() 38 * kill NS_INVISIBLEMACRO, introduce NS_UNDEF 39 * fix redefine of #weak_define 40 * fix 'weak' attribute loss 41 * prepare for #strong_{define,undef} 42 * implement #strong_define 43 * implement #strong_undef 44 45Pavel Roskin (1): 46 * Support -Wall flag 47 48-- Josh Triplett 49