]>
Commit | Line | Data |
---|---|---|
28785dde LR |
1 | 2004-09-13 Loren J. Rittle <ljrittle@acm.org> |
2 | ||
3 | * inclhack.def (freebsd_gcc4_breakage): Add. | |
4 | * fixincl.x: Regenerate. | |
c6303833 | 5 | * tests/base/sys/cdefs.h: Update for new test. |
28785dde | 6 | |
d635c707 AN |
7 | 2004-09-10 Adam Nemet <anemet@lnxw.com> |
8 | ||
9 | * inclhack.def (lynx_void_int): Remove. | |
10 | (lynxos_fcntl_proto): Remove. | |
11 | (lynxos_no_warning_in_sys_time_h): New fix. | |
12 | (lynxos_missing_putenv): New fix. | |
13 | * fixincl.x: Regenerate. | |
14 | * tests/base/fcntl.h: Remove. | |
15 | * tests/base/sys/time.h: Update from test area. | |
16 | * tests/base/curses.h: Likewise. | |
17 | * tests/base/stdlib.h: Likewise. | |
18 | ||
61fec9ff JB |
19 | 2004-09-03 Jan Beulich <jbeulich@novell.com> |
20 | ||
21 | * inclhack.def: Suppress exception_structure and math_exception | |
22 | for NetWare headers. | |
23 | * fixincl.x: Regenerate. | |
24 | ||
71b5d516 PB |
25 | 2004-08-31 Paolo Bonzini <bonzini@gnu.org> |
26 | ||
27 | * .cvsignore: New. | |
28 | * Makefile.in: From gcc/fixinc/Makefile.in, making it fully | |
29 | autoconfiscated. | |
30 | * configure.ac: New. | |
31 | * config.h.in: Generate. | |
32 | * configure: Generate. | |
33 | * aclocal.m4: New. | |
34 | * fixlib.h: Remove inclusions of gcc files. | |
35 | * system.h: New. | |
36 | ||
37 | Other files copied from gcc/fixinc. |