diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 858fbe394c5..5da33df70b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Consolidate redundant definitions. | ||
| 4 | * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define, | ||
| 5 | it's undefined in all files that include this one. | ||
| 6 | (POSIX_SIGNALS): Define here instead of doing it in all files that | ||
| 7 | include this one. | ||
| 8 | * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 9 | (POSIX_SIGNALS): Do not define. | ||
| 10 | * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 11 | (POSIX_SIGNALS): Do not define. | ||
| 12 | * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 13 | (POSIX_SIGNALS): Do not define. | ||
| 14 | |||
| 3 | Remove support for old UNIX System V systems. | 15 | Remove support for old UNIX System V systems. |
| 4 | * s/unixware.h: Add the contents of s/usg-5-4-2.h. | 16 | * s/unixware.h: Add the contents of s/usg-5-4-2.h. |
| 5 | * s/usg-5-4-2.h: Remove. | 17 | * s/usg-5-4-2.h: Remove. |