* configure: Rebuilt with new libtool.m4.
[gcc.git] / libobjc / ChangeLog
1 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2
3 * configure: Rebuilt with new libtool.m4.
4
5 Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
6
7 * configure.in: Create a config.h file. Check for <sched.h>.
8 * configure: Regenerate.
9
10 * config.h.in: Check for <sched.h>.
11
12 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13
14 * configure: Regenerate after change to ../libtool.m4.
15
16 2000-08-14 Andreas Schwab <schwab@suse.de>
17
18 * objc-features.texi (Top): Move @menu at end of node.
19
20 2000-08-11 Manfred Hollstein <manfredh@redhat.com>
21
22 * objc-features.texi: Move @node Top before @menu.
23
24 Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
25
26 * objc-features.texi: Documented the new -fconstant-string-class
27 option.
28
29 Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
30
31 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
32 improve the Posix thread support for Objective-C.
33
34 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
35
36 * aclocal.m4: Replace copy of ../libtool.m4 with
37 sinclude(../libtool.m4).
38
39 Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
40
41 * configure.in: Added libtool support; build shared libraries
42 if --enable-shared was passed on command line.
43 * Makefile.in: Modified most compilation commands to use libtool.
44 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
45 libtool distribution.
46
47 Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
48
49 * sarray.c, Object.m: Removed the explicit prototypes for strlen
50 and memcpy on 64-bit platforms (Suggested by Rodney Brown
51 <rdb@cup.hp.com>).
52
53 2000-05-12 H.J. Lu (hjl@gnu.org)
54
55 * Makefile.in (GTHREAD_FLAGS): New.
56 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
57 (OBJC_THREAD_FILE): Changed to thr-objc.
58
59 * configure.in (GTHREAD_FLAGS): New, check and replace it for
60 Makefile.
61 (OBJC_THREAD_FILE): Removed.
62
63 * thr-objc.c: New.
64
65 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
66
67 * objc/hash.h: Include string.h.
68
69 2000-04-15 David Edelsohn <edelsohn@gnu.org>
70
71 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
72
73 2000-04-12 Jakub Jelinek <jakub@redhat.com>
74
75 * Object.m (strlen): Provide prototype on all 64bit platforms,
76 not only alpha.
77 * sarray.c (memcpy): Likewise.
78 * encoding.c (objc_layout_finish_structure): Don't use
79 ROUND_TYPE_ALIGN on sparc.
80
81 * encoding.c (objc_layout_structure_next_member): Do the whole
82 procedure even for the first member, so that we get correct
83 alignment.
84
85 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
86
87 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
88 comments.
89
90 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
91
92 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
93
94 Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
95
96 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
97
98 Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
99
100 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
101 the compiler when building C code.
102
103 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
104
105 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
106 libdir, libsubdir and tooldir.
107
108 Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
109
110 * init.c (__objc_force_linking): Make global.
111
112 Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
113
114 * configure.in (AC_EXEEXT): Remove call.
115 (compiler_name): Explicitly check with no extension and .exe
116 extension.
117 * configure: Regenerate.
118
119 Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
120
121 * Makefile.in (CC1OBJ): Define in terms of CC.
122 (runtime-info.h): Use.
123
124 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
125
126 * objc-features.texi: Updated the URL to Boehm's GC page.
127
128 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
129
130 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
131 the char as being signed (patch from Daniel Jacobowitz
132 <drow@false.org>).
133
134 Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
135
136 * configure.in (AC_PREREQ): Update to 2.13.
137 (AC_EXEEXT): Call to find possible file extension.
138 (compiler_name): Use.
139 * configure: Regenerate.
140
141 Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
142
143 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
144
145 Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
146
147 * configure.in (thread_file): Correct and simplify code to find
148 the thread file.
149 * configure: Rebuilt.
150
151 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
152
153 * configure.in (compiler_name): Add check to detect if this
154 language's compiler has been built.
155 * configure: Regenerate.
156
157 Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
158
159 * configure.in: Use AC_PREREQ(2.12.1).
160
161 Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
162
163 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
164
165 Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
166
167 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
168
169 Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
170
171 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
172
173 Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
174
175 * objc-features.texi (Top): Changed the email address.
176 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
177
178 Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
179
180 * encoding.c: Redefine get_inner_array_type to get the first entry
181 in the structure.
182
183 Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
184
185 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
186 (objc_get_type_qualifiers): Similarly.
187 * objc/encoding.h (_C_BYREF): Define.
188 (_F_BYREF): Define.
189
190 1998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
191
192 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
193 works out on 64-bit systems.
194
195 Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
196
197 * Makefile.in (INCLUDES): Make it multilib-friendly.
198
199 Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
200
201 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
202
203 Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
204 Jeffrey A Law (law@cygnus.com)
205
206 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
207 (FLAGS_TO_PASS): Added.
208 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
209
210 * archive.c: Change config.h to tconfig.h.
211
212 * configure.in: Find gcc's object directory even for multilibs.
213
214 Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
215
216 * configure.in: Escape ^ in grep string.
217 * configure: Rebuilt.
218
219 Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
220
221 * All .h files pushed down into the objc/ subdirectory.
222 * Makefile.in (copy_headers): Corresponding changes.
223 * configure.in (AC_INIT): Corresponding changes.
224 * configure: Rebuilt.
225
226 1998-09-30 Ben Elliston <bje@cygnus.com>
227 Jeff Law <law@cygnus.com>
228
229 * Makefile.in: Rewrite.
230
231 * configure.in: Likewise.
232
233 * configure: Regenerate.
234
235 * All .c files. Remove "objc" prefix when including objc header
236 files. Include tconfig.h, not ../tconfig.h.
237
238 Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
239
240 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
241 (get_inner_array_type): Define.
242
243 1998-09-21 Ben Elliston <bje@cygnus.com>
244
245 * New directory. Moved files from ../gcc/objc.
246