Go to file
Zane U. Ji 19fded5473 Initialized constant objects explicitly (Bug #208)
From 8.5.9 of the C++ 2003 standard:

If no initializer is specified for an object, and the object is of (possibly cv-qualified) non-POD class type (or array thereof), the object shall be default-initialized; if the object is of const-qualified type, the underlying class type shall have a user-declared default constructor. Otherwise, if no initializer is specified for a nonstatic object, the object and its subobjects, if any, have an indeterminate initial value); if the object or any of its subobjects are of const-qualified type, the program is ill-formed.
2014-03-21 00:10:39 +08:00
src Initialized constant objects explicitly (Bug #208) 2014-03-21 00:10:39 +08:00
AUTHORS Fixed file permissions 2013-10-20 00:10:22 +08:00
COPYING Fixed file permissions 2013-10-20 00:10:22 +08:00
ChangeLog Fixed file permissions 2013-10-20 00:10:22 +08:00
INSTALL Fixed file permissions 2013-10-20 00:10:22 +08:00
Makefile.am Updated autoconf & automake files 2013-12-12 00:27:49 +08:00
Makefile.in Updated autoconf & automake files to support Ubuntu 12.04 LTS 2014-01-07 19:53:25 +08:00
NEWS Fixed file permissions 2013-10-20 00:10:22 +08:00
README Fixed file permissions 2013-10-20 00:10:22 +08:00
TODO Fixed file permissions 2013-10-20 00:10:22 +08:00
aclocal.m4 Updated autoconf & automake files to support Ubuntu 12.04 LTS 2014-01-07 19:53:25 +08:00
autogen.sh Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
checkinstall.sh Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
config.guess Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
config.sub Fixed file permissions 2013-10-20 00:10:22 +08:00
configure Updated autoconf & automake files to support Ubuntu 12.04 LTS 2014-01-07 19:53:25 +08:00
configure.ac Bring the window of an existing instance to front 2013-12-20 20:39:04 +08:00
depcomp Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
gpl-2.0.txt Added for 1.2.0.7 2009-12-01 13:34:42 +00:00
install-sh Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
ltmain.sh Updated autoconf & automake files 2013-12-12 00:27:49 +08:00
missing Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00

README