]>
Commit | Line | Data |
---|---|---|
6de94858 JL |
1 | Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com) |
2 | ||
3 | * configure.in (AC_EXEEXT): Remove call. | |
4 | (compiler_name): Explicitly check with no extension and .exe | |
5 | extension. | |
6 | * configure: Regenerate. | |
7 | ||
7af06410 MK |
8 | Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu> |
9 | ||
10 | * Makefile.in (CC1OBJ): Define in terms of CC. | |
11 | (runtime-info.h): Use. | |
12 | ||
09608fa2 OP |
13 | Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com> |
14 | ||
15 | * objc-features.texi: Updated the URL to Boehm's GC page. | |
16 | ||
56d654e4 OP |
17 | Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com> |
18 | ||
19 | * archive.c (__objc_code_char, __objc_write_char): Explicitly specify | |
20 | the char as being signed (patch from Daniel Jacobowitz | |
21 | <drow@false.org>). | |
22 | ||
e33abc2d MK |
23 | Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu> |
24 | ||
25 | * configure.in (AC_PREREQ): Update to 2.13. | |
26 | (AC_EXEEXT): Call to find possible file extension. | |
27 | (compiler_name): Use. | |
28 | * configure: Regenerate. | |
29 | ||
ab87f8c8 JL |
30 | Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com) |
31 | ||
32 | * Makefile.in (ALL_CFLAGS): Add -DIN_GCC. | |
33 | ||
79014e6f JL |
34 | Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com) |
35 | ||
36 | * configure.in (thread_file): Correct and simplify code to find | |
37 | the thread file. | |
38 | * configure: Rebuilt. | |
39 | ||
71205e0b MH |
40 | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> |
41 | ||
42 | * configure.in (compiler_name): Add check to detect if this | |
43 | language's compiler has been built. | |
44 | * configure: Regenerate. | |
45 | ||
223a8848 KG |
46 | Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
47 | ||
48 | * configure.in: Use AC_PREREQ(2.12.1). | |
49 | ||
74285159 JL |
50 | Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com) |
51 | ||
52 | * Makefile.in (runtime-info.h): Avoid GNU make extensions. | |
53 | ||
84beab38 KG |
54 | Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
55 | ||
56 | * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include. | |
57 | ||
8a829fd9 KG |
58 | Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
59 | ||
60 | * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir). | |
61 | ||
befb6d14 OP |
62 | Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net> |
63 | ||
64 | * objc-features.texi (Top): Changed the email address. | |
65 | * objc-features.texi (Garbage Collection): Use @uref instead of @url. | |
66 | ||
67 | Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net> | |
68 | ||
69 | * encoding.c: Redefine get_inner_array_type to get the first entry | |
70 | in the structure. | |
71 | ||
1df287f8 RFM |
72 | Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk> |
73 | ||
74 | * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF. | |
75 | (objc_get_type_qualifiers): Similarly. | |
76 | * objc/encoding.h (_C_BYREF): Define. | |
77 | (_F_BYREF): Define. | |
78 | ||
07181a20 DM |
79 | 1998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com> |
80 | ||
81 | * objc/sarray.h: Make boffset be an unsigned long when sparc so it | |
82 | works out on 64-bit systems. | |
83 | ||
5e2f657b AO |
84 | Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br> |
85 | ||
ceff9b14 | 86 | * Makefile.in (INCLUDES): Make it multilib-friendly. |
5e2f657b | 87 | |
4afb3646 L |
88 | Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org) |
89 | ||
90 | * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc. | |
91 | ||
4102f627 RL |
92 | Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com> |
93 | Jeffrey A Law (law@cygnus.com) | |
94 | ||
95 | * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP. | |
96 | (FLAGS_TO_PASS): Added. | |
97 | (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP. | |
98 | ||
99 | * archive.c: Change config.h to tconfig.h. | |
100 | ||
101 | * configure.in: Find gcc's object directory even for multilibs. | |
102 | ||
103 | Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com> | |
5ae4c799 RL |
104 | |
105 | * configure.in: Escape ^ in grep string. | |
106 | * configure: Rebuilt. | |
107 | ||
789eb4f5 JL |
108 | Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com) |
109 | ||
110 | * All .h files pushed down into the objc/ subdirectory. | |
111 | * Makefile.in (copy_headers): Corresponding changes. | |
112 | * configure.in (AC_INIT): Corresponding changes. | |
113 | * configure: Rebuilt. | |
114 | ||
bce1b489 BE |
115 | 1998-09-30 Ben Elliston <bje@cygnus.com> |
116 | Jeff Law <law@cygnus.com> | |
117 | ||
118 | * Makefile.in: Rewrite. | |
119 | ||
120 | * configure.in: Likewise. | |
121 | ||
122 | * configure: Regenerate. | |
123 | ||
124 | * All .c files. Remove "objc" prefix when including objc header | |
125 | files. Include tconfig.h, not ../tconfig.h. | |
126 | ||
2e5f02a3 OP |
127 | Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net> |
128 | ||
129 | * encoding.c (TREE_TYPE, ARRAY_TYPE): Define. | |
130 | (get_inner_array_type): Define. | |
131 | ||
88e17b57 BE |
132 | 1998-09-21 Ben Elliston <bje@cygnus.com> |
133 | ||
134 | * New directory. Moved files from ../gcc/objc. | |
135 |