* TODO: Remove the short list of people interested in C++

constructors; it's not meaningful, since there are so many more
people requesting this feature, and we just can't maintain it
accurate.
This commit is contained in:
Alexandre Oliva 1999-05-27 21:29:29 +00:00 committed by Alexandre Oliva
parent 4cf171585d
commit 7fde86c5ed
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
1999-05-27 Alexandre Oliva <oliva@dcc.unicamp.br>
* TODO: Remove the short list of people interested in C++
constructors; it's not meaningful, since there are so many more
people requesting this feature, and we just can't maintain it
accurate.
1999-05-27 Pavel Roskin <pavel_roskin@geocities.com> 1999-05-27 Pavel Roskin <pavel_roskin@geocities.com>
* ltconfig.in (GNU Hurd, deplibs_check_method): Use pass_all. * ltconfig.in (GNU Hurd, deplibs_check_method): Use pass_all.

4
TODO
View File

@ -75,10 +75,6 @@ does not handle static constructors properly, even on operating
systems that support them. ``Don't use static constructors'' is no systems that support them. ``Don't use static constructors'' is no
longer a satisfactory answer. longer a satisfactory answer.
People who need it:
Jean Daniel Fekete <Jean-Daniel.Fekete@emn.fr>
Thomas Hiller <hiller@tu-harburg.d400.de>
* Another form of convenience library is to have undocumented utility * Another form of convenience library is to have undocumented utility
libraries, where only the shared version is installed. libraries, where only the shared version is installed.