| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-24 | Disable 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-26 | Make this at least pretend to work when cross-compiling. | mycroft | |
| 1999-04-06 | Import libio changes from egcs 1.1.2. | tv | |
| 1999-02-24 | Do not pretend to be _POSIX_SOURCE if you aren't. | tv | |
| 1999-02-24 | Uh, no. Don't pretend to be _POSIX_SOURCE if you use things like vfork(). | tv | |
| 1999-02-12 | Line up Info directory entries horizontally. | tv | |
| 1999-02-04 | Round 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-02 | Always include <unistd.h> so we get the vfork prototype. | tv | |
| Noticed by <wada@faraday.ee.ibaraki.ac.jp>. | |||
| 1998-12-13 | Import egcs 1.1.1 (release). | tv | |
| 1998-10-14 | Import egcs 1.1 (branch), 14 Oct 1998 sources | tv | |
| 1998-09-13 | Import of egcs 1.1 release (1.1b). | tv | |
| 1998-08-24 | Import of egcs libstdc++ 1998-08-24 snapshot | tv | |
| 1998-03-29 | initial import of the egcs 1.0.2 c++ io library | mrg | |
