summaryrefslogtreecommitdiff
path: root/gnu/dist/libio
AgeCommit message (Collapse)Author
2001-12-24Disable the atexit(_IO_cleanup) for two good reasons:mycroft
1) There is already a destructor that does this. The atexit() is superfluous. 2) If libstdc++ is loaded dynamically by dlopen() and then is removed by dlclose(), the pointer is no longer valid and the program would core dump at exit() time. (This caused xmms to core dump at exit when xmms-sid was installed, for example.) NOTE: THIS NEEDS TO BE APPLIED TO THE `TOOLCHAIN' VERSION.
2000-03-26Make this at least pretend to work when cross-compiling.mycroft
1999-04-06Import libio changes from egcs 1.1.2.tv
1999-02-24Do not pretend to be _POSIX_SOURCE if you aren't.tv
1999-02-24Uh, no. Don't pretend to be _POSIX_SOURCE if you use things like vfork().tv
1999-02-12Line up Info directory entries horizontally.tv
1999-02-04Round 2 of gnu/dist cleanup:tv
- remove ChangeLogs (still available on vendor FSF/CYGNUS branch, 1.1.1) - remove many target-system config files unrelated to NetBSD targets
1999-02-02Always include <unistd.h> so we get the vfork prototype.tv
Noticed by <wada@faraday.ee.ibaraki.ac.jp>.
1998-12-13Import egcs 1.1.1 (release).tv
1998-10-14Import egcs 1.1 (branch), 14 Oct 1998 sourcestv
1998-09-13Import of egcs 1.1 release (1.1b).tv
1998-08-24Import of egcs libstdc++ 1998-08-24 snapshottv
1998-03-29initial import of the egcs 1.0.2 c++ io librarymrg