OSDN Git Service

ebec427c52d76dc38997188503ac3131ec593243
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
2
3         * configure.ac: Support --enable-shared=libobjc.
4         * configure: Regenerate.
5
6         PR libobjc/15901
7         * configure.ac: Do not disable shared by default.
8         * configure: Regenerate.
9
10 2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
11
12         * Protocol.m ([-isEqual:]): Small optimizations returning
13         immediately if the argument is equal to self, and accessing
14         the argument's name directly if it's a protocol.
15
16 2004-06-03  David Ayers  <d.ayers@inode.at>
17
18         * Protocol.m ([-isEqual:]): Test the class of the argument.
19
20 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
21
22         * configure.ac (includedir): Rename to ...
23         (includedirname).
24         * Makefile.in: s/includedir/includedirname/.
25
26         PR target/11572
27         * configure.ac (includedir): Set to "include"
28         except for Darwin.
29         (libext) Set to empty except for Darwin.
30         * configure: Regenerate
31         * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
32         s/include/$(includedir)/g.
33
34 2004-05-25  Daniel Jacobowitz  <drow@false.org>
35
36         * Makefile.in: Add .NOEXPORT.
37
38 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
39
40         Merge from the libobjc-branch
41         2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
42         
43                 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
44         
45         2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
46         
47                 * Makefile.in (OBJC_H): Add objc-deps.h.
48         
49         2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
50         
51                 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
52                 ([-hash], [-isEqual:]): New methods.
53         
54         2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
55         
56                 * sarray.c (sarray_free): Add a better comment.
57         
58         2004-01-27  Adam Fedor  <fedor@gnu.org>
59         
60                 * hash.c (hash_add): Cast cachep to int.
61                 * selector.c (__sel_register_typed_name): Cast
62                 soffset_decode to int.
63         
64         2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
65         
66                 * selector.c: Rename register_selectors_from_list to
67                 __objc_register_selectors_from_list. Update caller.
68                 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
69                 while registering selectors. Use __sel_register_typed_name instead
70                 of sel_register_typed_name. Check for NULL method_name:s.
71                 (pool_alloc_selector): New function.
72                 (__sel_register_typed_name): Use pool_alloc_selector to allocate
73                 selector structures.
74                 * sendmsg.c (class_add_method_list): Use
75                 __objc_register_selectors_from_list.
76                 * objc/runtime.h: Add __objc_register_selectors_from_list.
77         
78         2004-01-25  Adam Fedor  <fedor@gnu.org>
79                     Nicola Pero  <n.pero@mi.flashnet.it>
80                     Andrew Pinski  <pinskia@physics.uc.edu>
81         
82                 * objc/objc-decls.h: New file.
83                 * objc/objc-api.h (_objc_lookup_class): Mark as export.
84                 (_objc_load_callback): Likewise.
85                 (_objc_object_alloc): Likewise.
86                 (_objc_object_copy): Likewise.
87                 (_objc_object_dispose): Likewise.
88         
89         2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
90         
91                 * archive.c: s/__inline__/inline
92                 * sendmsg.c: Likewise. 
93         
94                 * encoding.c: Remove FIXME about the warning
95                 about unused variable.
96                 * sendmsg.c: Add a FIXME comment saying that
97                 this should be using libffi.
98         
99                 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
100         
101
102 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
103
104         * archive.c (objc_read_class): Initialize class_name.
105         (objc_read_selector): Initialize selector_name.
106
107 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
108
109         * Makefile.in (toolexecdir): Remove trailing space.
110
111 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
112
113         PR libobjc/14948
114         * configure.ac: De-precious CC so multilibs work.
115         * configure: Regenerate.
116
117 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
118
119         * configure.ac: Restore toolexecdir.
120         * Makefile.in: Restore toolexecdir.
121         * configure: Regenerate.
122
123 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
124
125         * configure.ac: Remove (unused) glibcpp_prefixdir.
126         * configure: Regenerate.
127
128         * configure.in: Rename to configure.ac.
129         * Makefile.in: Update to match.
130
131         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
132         Replace glibcpp_toolexeclibdir with toolexeclibdir.
133         * configure.in: Remove glibcpp_toolexecdir (unused).
134         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
135         config.h or stamp-h (unused).  Move one comment to the right place.
136         * configure: Regenerate.
137         * config.h.in: Remove (unused).
138
139         * config.h.in: Regenerate with autoheader.
140
141         * Makefile.in: Remove (unused) gcc_version_trigger.
142         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
143         gcc_version_trigger.
144         * configure: Regenerate.
145
146         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
147         Sort file into sections.  Remove dnl where appropriate.  Fix
148         other style issues.
149         * configure: Regenerate.
150
151         * configure.in: Replace old AC_PROG_CC hack with new one.
152         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
153         are no subdirectory output files, so this is fine).  Change prereq
154         to autoconf 2.59.
155         * aclocal.m4: Include ../config/no-executables.m4.
156         * configure: Regenerate with autoconf 2.59.
157
158         * configure.in: Improve comments on gthread_cflags.  Improve m4
159         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
160         * configure: Regenerate.
161
162         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
163         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
164         redundant checks for values of RANLIB, AR, INSTALL.
165         * configure: Regenerate.
166
167         * configure.in: Clean up handling of
168         --enable-version-specific-runtime-libs and related variables;
169         replace 'if test' with 'case' where reasonable.  Fix comments.
170         Remove useless libstdcxx_interface.
171         * configure: Regenerate.
172
173         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
174         Replace uses of target_alias with target_noncanonical.
175         * aclocal.m4: Include ../config/acx.m4.
176         * configure: Regenerate.
177         * Makefile.in: Replace uses of target_alias with target_noncanonical.
178         Fix copyright statement.
179
180         * configure.in: Hand-inline bulky, confusing macros from
181         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
182         Update copyright notice.  Remove stuff for automake, which isn't
183         used in this directory.  Remove emacs local variables.
184         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
185         * configure: Regenerate.
186
187 2004-03-16  Manfred Hollstein  <mh@suse.com>
188
189         * Makefile.in, configure.in, configure: Update copyright years.
190
191 2004-03-15  Manfred Hollstein  <mh@suse.com>
192
193         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
194         definition from configure.in.
195         * configure.in (PACKAGE): Add definition.
196         (VERSION): Add definition; substitute it in output files.
197         * configure: Re-generate.
198
199 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
200
201         * objc/hash.h (hash_string, compare_strings):
202         Add type-casts to make Objective-C++ happy.
203         * objc/typedstream.h (objc_get_stream_class_version):
204         Rename parameter from 'class' to 'class_name' to make
205         Objective-C++ happy.
206
207 2004-03-01  Michael Matz  <matz@suse.de>
208
209         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
210
211 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
212
213         * objc/objc-api.h (objc_super): The 'class' field shall
214         be named 'super_class' #ifdef __cplusplus.
215
216 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
217
218         PR target/10781
219         * encoding.c (rs6000_special_round_type_align): Define.
220
221 2004-01-14  Adam Fedor  <fedor@gnu.org>
222
223         PR libobjc/12155
224         * selector.c (__objc_register_instance_methods_to_class): Free
225         new_list if not used.
226
227 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
228
229         PR libobjc/11904
230         * sarray.c (sarray_free): Free array->is_copy_of latter.
231
232 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
233
234         PR 11433
235         * Protocol.m (descriptionForInstanceMethod): Don't dereference
236         instance_methods if it's NULL.
237         (descriptionForClassMethod): Likewise for class_methods.
238
239 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
240
241         * Makefile.in (runtime-info.h): Remove -Wp.
242
243 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
244
245         * Makefile.in (CC1OBJ): Remove.
246         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
247         correctly.
248         Use .m extension for temporary file.
249         Remove assembler temp file.
250
251 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
252
253         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
254
255 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
256
257         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
258
259 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
260
261         * configure: Regenerate.
262
263 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
264
265         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
266         (libdir)/gcc-lib/ when installing.
267         * configure: Regenerate.
268
269 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
270
271         libobjc/9969
272         * sendmsg.c (get_imp): Fixed rare threading problem.
273         (__objc_responds_to): Similar fixes.
274         (objc_msg_lookup): Similar fixes.
275         (__objc_init_install_dtable): Lock the runtime before checking if the
276         table is installed.
277
278 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
279
280         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
281         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
282         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
283         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
284         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
285         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
286         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
287         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
288         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
289         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
290         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
291
292 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
293                           Nicola Pero  <n.pero@mi.flashnet.it>
294
295         libobjc/10742
296         * init.c (class_superclass_of_class): New function.
297         (create_tree_of_subclasses_inherited_from): Use it.
298         (__objc_tree_insert_class): Likewise.
299         (class_is_subclass_of_class): Likewise.
300
301 2003-04-11  David Chad  <davidc@freebsd.org>
302             Loren J. Rittle  <ljrittle@acm.org>
303
304         libobjc/8562
305         * objc/hash.h (hash_string): Constify correctly.
306         (compare_ptrs): Use direct compare.
307         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
308         * objc/sarray.h: Global rename index to indx to avoid shadow.
309
310 2003-03-12  Andreas Schwab  <schwab@suse.de>
311
312         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
313         glibcpp_toolexeclibdir.
314         * configure: Rebuilt.
315
316 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
317
318         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
319         config.status.
320         * configure: Rebuilt.
321
322 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
323
324         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
325         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
326         version_specific_libs is enabled.
327         * configure: Rebuilt.
328
329 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
330
331         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
332         (install-libs, install-headers): Prepend $(DESTDIR) to
333         destination paths in all (un)installation commands.
334
335 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
336
337         * thr-objc.c: Include coretypes.h and tm.h.
338
339 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
340
341         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
342
343 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
344
345         * configure.in: Remove skip-this-dir support.
346         * configure: Regenerate.
347
348 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
349
350         * Makefile.in (all): Fix multilib parallel build.
351
352 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
353
354         * sendmsg.c (nil_method): Declare not to take a variable number of
355         args.
356         (objc_msg_lookup): Cast nil_method to IMP before returning it.
357         (objc_msg_lookup_super): The same.
358
359 2002-09-10  Jan Hubicka  <jh@suse.cz>
360
361         * nil_method.c (nil_method): No longer defined with variable
362         arguments.
363
364 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
365
366         * objc/encoding.h: Fix formatting.
367         * objc/hash.h: Likewise.
368         * objc/objc-api.h: Likewise.
369         * objc/runtime.h: Likewise.
370         * objc/thr.h: Likewise.
371         * archive.c: Likewise.
372         * class.c: Likewise.
373         * encoding.c: Likewise.
374         * gc.c: Likewise.
375         * hash.c: Likewise.
376         * init.c: Likewise.
377         * misc.c: Likewise.
378         * nil_method.c: Likewise.
379         * objects.c: Likewise.
380         * sarray.c: Likewise.
381         * selector.c: Likewise.
382         * sendmsg.c: Likewise.
383         * thr-mach.c: Likewise.
384         * thr.c: Likewise.
385
386 2002-06-25  DJ Delorie  <dj@redhat.com>
387
388         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
389         GLIBCPP_TOPREL_CONFIGURE.
390         * configure.in: Call it before AC_CANONICAL_SYSTEM.
391         * configure: Regenerate.
392
393 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
394
395         * Object.m (forward, read, write): Fix unused parameter warnings.
396         * encoding.c: Include <stdlib.h>.
397         (target_flags): Mark with attribute unused.
398         (atoi): Delete.
399         * runtime.h (__objc_selector_max_index): Change to unsigned int.
400         (__objc_generate_gc_type_description): Prototype.
401         * selector.c (__objc_selector_max_index): Change to unsigned int.
402
403 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
404
405         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
406         we always have a return value: if __objc_msg_forward does not
407         supply a forwarding implementation, return the default
408         __builtin_apply based one.
409
410 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
411
412         * Object.m: Fix signed/unsigned warning.
413         * Protocol.m: Likewise.
414         * archive.c: Always include stdlib.h.
415         (objc_read_short, objc_read_unsigned_short, objc_read_int,
416         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
417         Fix signed/unsigned warning.
418         (objc_write_type, objc_read_type, objc_write_types,
419         objc_read_types): Ensure ctype 8-bit safety.
420         (__objc_no_write, __objc_no_read): Mark unused parameters.
421         * class.c (class_table_setup): Specify void arg.
422         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
423         objc_skip_typespec, objc_skip_offset,
424         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
425         (objc_layout_structure_next_member): Ensure variables are
426         initialized.
427         * gc.c (__objc_generate_gc_type_description,
428         class_ivar_set_gcinvisible): Mark unused parameters.
429         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
430         unused parameters.
431         (__objc_init_protocols) Fix signed/unsigned warning.
432         * nil_method.c (nil_method): Mark unused parameters.
433         * thr.h (objc_thread_callback): Specify void arg.
434         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
435         signed/unsigned warning.
436         (sarray_free): Fix formatting.
437         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
438         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
439
440 2002-06-09  Andreas Jaeger  <aj@suse.de>
441
442         * encoding.c (objc_layout_structure_next_member): Remove unused
443         variable.
444
445 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
446
447         * Makefile.in (SHELL): Set to @SHELL@.
448         (WARN_CFLAGS): New.
449         (ALL_CFLAGS): Add $(WARN_CFLAGS).
450
451 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
452
453         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
454         * configure: Regenerate.
455
456 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
457
458         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
459         script entry, and set LD to it when configuring multilibs.
460         * configure: Rebuilt.
461
462 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
463
464         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
465
466 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
467
468         PR objc/6107
469         * objc/objc-api.h (struct objc_protocol_list): Change type of
470         member count from int to size_t.
471
472 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
473
474         PR libobjc/4039
475         * aclocal.m4: Replace with version copied from libstdc++-v3.
476         * configure.in: Update for changes to aclocal and Makefile.
477         * configure: Regenerate.
478         * Makefile.in: Correct install of multilibs and shared libs, use
479         INSTALL_DATA for include files.
480
481 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
482
483         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
484         categories - when an unclaimed category was found, the loop was
485         doing two steps forward instead of one, so that in certain cases
486         it was failing to properly load all the categories.  (Reported
487         with fix by Alexander Malmberg <alexander@malmberg.org>).
488
489 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
490
491         * encoding.c: Add target_flags.
492
493 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
494
495          * objc/objc-api.h (_C_VECTOR): New.
496
497          * encoding.c (VECTOR_TYPE): New.
498
499 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
500
501         * class.c: Rewritten the class table to use optimized, lock-free
502         lookup.  This more than doubles the speed of class method
503         invocations.  (class_table_setup), (class_table_insert),
504         (class_table_replace), (class_table_get_safe),
505         (class_table_next), (class_table_print),
506         (class_table_print_histogram): New functions.
507         (__objc_init_class_tables): Use class_table_setup.
508         (__objc_add_class_to_hash): Use class_table_get_safe and
509         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
510         assert the existence of the table; do not lock the runtime; use
511         class_table_get_safe.  (objc_next_class): Use class_table_next.
512         (__objc_resolve_class_links): Use class_table_next.
513         (class_pose_as): Use class_table_replace.
514
515 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
516
517         * gc.c: Removed the DEBUG declaration.
518
519 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
520
521         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
522         rather than through objc_thread_id, to save a function call.
523         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
524         Ditto.
525
526 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
527
528         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
529         to cast an id to a Class, which can not be done.  Make the check
530         by using CLS_ISMETA on the class pointer instead.
531         (object_is_meta_class): Similar fix.
532
533 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
534
535         * configure.in (AC_EXEEXT): Work around in case it expands to
536         nothing, as in autoconf 2.50.
537         * acinclude.m4: Likewise.
538         * configure: Rebuilt.
539
540 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
541
542         * THREADS: Explain that when we compile libobjc inside GCC, we
543         always use thr-objc.c as a backend, which uses GCC's thread code.
544
545 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
546
547         * init.c (__objc_send_message_in_list): When setting a new entry
548         in __objc_load_methods use the method IMP as key, but check to see
549         if the method is in the hashtable by looking at the IMP also.
550         Also ... call the method after adding it to the hashtable rather
551         than before ... thus preventing an obscure possibility of infinite
552         recursion if a +load method itself loads a subclass.
553
554 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
555
556         * init.c (__objc_send_message_in_list): When setting a new entry
557         in __objc_load_methods use the method name as key, not the method
558         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
559
560 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
561
562         * objc-features.texi: Move to ../gcc/objc.texi.
563         * fdl.texi: Remove.
564         * Makefile.in: Don't generate documentation from
565         objc-features.texi.
566
567 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
568
569         * fdl.texi: New file.
570         * objc-features.texi: Simplify.
571         * Makefile.in: Adjust accordingly.
572
573 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
574
575         * objc-features.texi: Use the GFDL.
576
577 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
578
579         * encoding.c (REAL_TYPE): Define.
580
581 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
582
583         * encoding.c (TYPE_MODE): Define.
584
585 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
586
587         * thr.c (objc_thread_add): New function.
588         (objc_thread_remove): Ditto.
589         * objc/thr.h: Declare them.
590         * libobjc.def: Mention them.
591
592 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
593
594         * objc-features.texi: Document the @compatibility_alias compiler
595         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
596
597 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
598
599         * sendmsg.c (__objc_forward): Delete strlen() declaration.
600
601 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
602
603         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
604         we're not interested in the result and they might fail.
605         * configure: Regenerated.
606
607 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
608
609         * objc-features.texi: Use @email.
610
611 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
612
613         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
614         printf.
615
616 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
617
618         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
619         determines the value dynamically.
620
621 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
622
623         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
624         libraries to provide a function that returns the real forwarding
625         function. This can alleviate problems __builtin_apply() and
626         friends have on various platforms. (Solution suggested by Helge
627         Hess.)
628
629         * objc/objc-api.h: Define __objc_msg_forward.
630
631         * sendmsg.c: Define gen_rtx_REG.
632
633 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635         * thr-rtems.c: New file. Stub to compile.
636
637 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
638
639         * configure: Rebuilt with new libtool.m4.
640
641 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
642
643         * configure.in: Create a config.h file. Check for <sched.h>.
644         * configure: Regenerate.
645
646         * config.h.in: Check for <sched.h>.
647
648 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
649
650         * configure: Regenerate after change to ../libtool.m4.
651
652 2000-08-14  Andreas Schwab  <schwab@suse.de>
653
654         * objc-features.texi (Top): Move @menu at end of node.
655
656 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
657
658         * objc-features.texi: Move @node Top before @menu.
659
660 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
661
662         * objc-features.texi: Documented the new -fconstant-string-class
663         option.
664
665 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
666
667         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
668         improve the Posix thread support for Objective-C.
669
670 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
671
672         * aclocal.m4: Replace copy of ../libtool.m4 with
673         sinclude(../libtool.m4).
674
675 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
676
677         * configure.in: Added libtool support; build shared libraries
678         if --enable-shared was passed on command line.
679         * Makefile.in: Modified most compilation commands to use libtool.
680         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
681         libtool distribution.
682
683 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
684
685         * sarray.c, Object.m: Removed the explicit prototypes for strlen
686         and memcpy on 64-bit platforms (Suggested by Rodney Brown
687         <rdb@cup.hp.com>).
688
689 2000-05-12  H.J. Lu  (hjl@gnu.org)
690
691         * Makefile.in (GTHREAD_FLAGS): New.
692         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
693         (OBJC_THREAD_FILE): Changed to thr-objc.
694
695         * configure.in (GTHREAD_FLAGS): New, check and replace it for
696         Makefile.
697         (OBJC_THREAD_FILE): Removed.
698
699         * thr-objc.c: New.
700
701 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
702
703         * objc/hash.h: Include string.h.
704
705 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
706
707         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
708
709 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
710
711         * Object.m (strlen): Provide prototype on all 64bit platforms,
712         not only alpha.
713         * sarray.c (memcpy): Likewise.
714         * encoding.c (objc_layout_finish_structure): Don't use
715         ROUND_TYPE_ALIGN on sparc.
716
717         * encoding.c (objc_layout_structure_next_member): Do the whole
718         procedure even for the first member, so that we get correct
719         alignment.
720
721 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
722
723         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
724         comments.
725
726 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
727
728         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
729
730 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
731
732         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
733
734 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
735
736         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
737         the compiler when building C code.
738
739 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
740
741         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
742         libdir, libsubdir and tooldir.
743
744 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
745
746         * init.c (__objc_force_linking): Make global.
747
748 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
749
750         * configure.in (AC_EXEEXT): Remove call.
751         (compiler_name): Explicitly check with no extension and .exe
752         extension.
753         * configure: Regenerate.
754
755 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
756
757         * Makefile.in (CC1OBJ): Define in terms of CC.
758         (runtime-info.h): Use.
759
760 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
761
762         * objc-features.texi: Updated the URL to Boehm's GC page.
763
764 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
765
766         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
767         the char as being signed (patch from Daniel Jacobowitz
768         <drow@false.org>).
769
770 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
771
772         * configure.in (AC_PREREQ): Update to 2.13.
773         (AC_EXEEXT): Call to find possible file extension.
774         (compiler_name): Use.
775         * configure: Regenerate.
776
777 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
778
779         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
780
781 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
782
783         * configure.in (thread_file): Correct and simplify code to find
784         the thread file.
785         * configure: Rebuilt.
786
787 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
788
789         * configure.in (compiler_name): Add check to detect if this
790         language's compiler has been built.
791         * configure: Regenerate.
792
793 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
794
795         *  configure.in: Use AC_PREREQ(2.12.1).
796
797 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
798
799         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
800
801 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
802
803         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
804
805 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
806
807         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
808
809 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
810
811         * objc-features.texi (Top): Changed the email address.
812         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
813
814 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
815
816         * encoding.c: Redefine get_inner_array_type to get the first entry
817         in the structure.
818
819 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
820
821         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
822         (objc_get_type_qualifiers): Similarly.
823         * objc/encoding.h (_C_BYREF): Define.
824         (_F_BYREF): Define.
825
826 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
827
828         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
829         works out on 64-bit systems.
830
831 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
832
833         * Makefile.in (INCLUDES): Make it multilib-friendly.
834
835 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
836
837         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
838
839 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
840                          Jeffrey A Law  (law@cygnus.com)
841
842         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
843         (FLAGS_TO_PASS): Added.
844         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
845
846         * archive.c: Change config.h to tconfig.h.
847
848         * configure.in: Find gcc's object directory even for multilibs.
849
850 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
851
852         * configure.in: Escape ^ in grep string.
853         * configure: Rebuilt.
854
855 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
856
857         * All .h files pushed down into the objc/ subdirectory.
858         * Makefile.in (copy_headers): Corresponding changes.
859         * configure.in (AC_INIT): Corresponding changes.
860         * configure: Rebuilt.
861
862 1998-09-30  Ben Elliston  <bje@cygnus.com>
863             Jeff Law      <law@cygnus.com>
864
865         * Makefile.in: Rewrite.
866
867         * configure.in: Likewise.
868
869         * configure: Regenerate.
870
871         * All .c files.  Remove "objc" prefix when including objc header
872         files.  Include tconfig.h, not ../tconfig.h.
873
874 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
875
876         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
877         (get_inner_array_type): Define.
878
879 1998-09-21  Ben Elliston  <bje@cygnus.com>
880
881         * New directory.  Moved files from ../gcc/objc.