OSDN Git Service

27378fbd79bb5580f3576f0ca4a4d010b7d95e63
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
2
3         PR objc/25360
4         * objc/objc-api.c (_C_COMPLEX): New define.
5         * encoding.c (objc_sizeof_type): Handle _C_Complex.
6         (objc_alignof_type): Likewise.
7         (objc_skip_typespec): Likewise.
8
9 2005-12-15  David Ayers  <d.ayers@inode.at>
10
11         PR libobjc/14382
12         * README (+load,+initialize): Fix documentation to reflect
13         intended and implemented semantics for +load and +initialize.
14         
15 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
16
17         * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
18         the name.
19         (get_inner_array_type): Fix to skip over _C_ARY_B and size.
20         (rs6000_special_round_type_align): Update for the ABI fix.
21         (objc_layout_finish_structure): Correct the encoding which is passed to
22         ROUND_TYPE_ALIGN.
23
24 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
25
26         PR libobjc/25347
27         * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
28         but use the struct layout functions.
29         (objc_alignof_type): Likewise.
30         (objc_layout_structure): Handle _C_UNION_B also.
31         (objc_layout_structure_next_member): Likewise.
32         (objc_layout_finish_structure): Likewise.
33
34 2005-12-11  Andrew Pinski  <pinskia@physics.uc.edu>
35
36         PR libobjc/25346
37         * objc/objc-api.h (_C_BOOL): New define.
38         * encoding.c (objc_sizeof_type): Handle _C_BOOL.
39         (objc_alignof_type): Likewise.
40         (objc_skip_typespec): Likewise.
41
42 2005-11-20  David Ayers  <d.ayers@inode.at>
43
44         PR libobjc/19024
45         * objc/hash.h: Remove deprecated hash API.
46         * hash_compat.c: Remove.
47         * Makefile.in: Remove reference to hash_compat.c.
48
49         * configure.ac (VERSION): Bump library version to 2:0:0.
50         * configure: Regenerate.
51
52 2005-11-09  Alexandre Oliva  <aoliva@redhat.com>
53
54         PR other/4372
55         * thr-objc.c (_XOPEN_SOURCE): Define.
56
57 2005-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
58
59         PR libobjc/23612
60         * objc/objc-api.h (struct objc_ivar): Move definition to
61         global scope.
62
63 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
64             Rasmus Hahn  <rassahah@neofonie.de>
65
66         PR libobjc/23108
67         * archive.c (objc_write_type): Correct the element offset.
68         (objc_read_type): Likewise.
69
70 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
71
72         * All files: Update FSF address.
73
74 2005-08-13  Marcin Koziej  <creep@desk.pl>
75             Andrew Pinski  <pinskia@physics.uc.edu>
76
77         PR libobjc/22492
78         * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
79
80 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
81
82         * Makefile.in (extra_ldflags_libobjc): New.
83         (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
84         (libobjc_gc$(libext).la): Likewise.
85         * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
86         "-Wl,-single_module".
87         * configure: Regenerate.
88         * linking.m (_objcInit): Remove.
89
90 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
91
92         PR libobjc/22606
93         * Makefile.in (ALL_CFLAGS): Add -fexceptions.
94
95 2005-06-08  David Ayers  <d.ayers@inode.at>
96
97         * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
98         objc/encoding.h, objc/hash.h, objc/objc-api.h,
99         objc/runtime.h, objc/sarray.h, objc/thr.h, 
100         objc/typedstream.h: Do not include Objective-C headers as
101         system headers.
102
103 2005-06-07  David Ayers  <d.ayers@inode.at>
104
105         * archive.c, init.c, selector.c: Include hash.h.
106         * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
107         init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
108         sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
109         thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
110         thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
111         Include Objective-C headers with quotes and objc/ directory
112         prefix.
113
114 2005-05-19  Richard Henderson  <rth@redhat.com>
115
116         * exception.c: Revert last change.
117
118 2005-05-19  David Ayers  <d.ayers@inode.at>
119
120         * exception.c: Include tsystem.h for unwind.h.
121
122 2005-05-09  Mike Stump  <mrs@apple.com>
123
124         * configure: Regenerate.
125
126 2005-04-12  Mike Stump  <mrs@apple.com>
127
128         * configure: Regenerate.
129
130 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
131
132         * Makefile.in: Set gcc_version here.
133         * configure.ac: Do not invoke TL_AC_GCC_VERSION.  Adjust quoting
134         in definition of toolexeclibdir so that $(gcc_version) is expanded
135         by the Makefile.
136         * aclocal.m4, configure: Regenerate.
137
138 2005-03-03  David Ayers  <d.ayers@inode.at>
139
140         * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
141         version reference.  Correct typo.
142
143 2005-03-02  David Ayers  <d.ayers@inode.at>
144
145         PR libobjc/19024
146         * Makefile.in (OBJS): Add hash_compat.lo.
147         (OBJS_GC): Add hash_compat_gc.lo.
148         (hash_compat_gc.lo): New target and rule.
149         * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
150         (hash_next, hash_value_for_key, hash_is_key_in_hash)
151         (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
152         with objc_.  Add deprecated non prefixed inlined versions.
153         (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
154         declarations.
155         * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
156         (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
157         update callers.
158         * hash_compat.c: New file.
159         * archive.c: Update callers.
160         * init.c: Likewise.
161         * selector.c: Likewise.
162         * libobjc.def: Add objc_ versions of hash functions.
163
164 2005-02-28  Andrew Pinski <pinskia@physics.uc.edu>
165
166         PR libobjc/20252
167         * Makefile.in (GTHREAD_FLAGS): Remove.
168         (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
169         * thr-objc.c: Include config.h.
170         * configure.ac: Instead of looking at GCC's makefile, figure out if
171         GTHREAD_FLAGS should be defined by looking at the `thread model'
172         of the current gcc.
173         * configure: Regenerate.
174         * config.h.in: Regenerate.
175
176 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
177
178         PR bootstrap/17383
179         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
180         (Determine CFLAGS for gthread): Use $host_subdir.
181         * configure: Regenerate.
182         * Makefile.in (host_subdir): New.
183         (INCLUDES): Use it.
184
185 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
186
187         PR libobjc/12035
188         * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
189         they are not used.
190         Include limits.h and stdlib.h.
191         Define BITS_PER_WORD.
192
193 2004-12-12  Alexander Malmberg  <alexander@malmberg.org>
194
195         * selector.c (__objc_init_selector_tables): Add missing void to
196         definition.
197
198 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
199
200         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
201         * configure, aclocal.m4: Regenerate.
202
203 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
204
205         * configure: Regenerate for libtool change.
206
207 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
208
209         * configure: Regenerate for libtool reversion.
210
211 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
212
213         * configure: Regenerate for libtool change.
214
215 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
216
217         * aclocal.m4, config.h.in: Regenerate.
218
219 2004-10-08  Mike Stump  <mrs@apple.com>
220             Andrew Pinski  <pinskia@physics.uc.edu>
221
222         * aclocal.m4: Rename to ...
223         * acinclude.m4: here and also use m4_include instead of sinclude.
224         * aclocal.m4: Regenerate.
225         * configure: Regenerate.
226         * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
227         * Makefile.in (configure): Add @MAINT@ infront of configure.ac
228
229 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
230
231         * archive.c: Fix all the warnings about passing unsigned char*
232         to char* and the other way too.
233
234 2004-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
235
236         PR libobjc/16448
237         * exception.c: Include config.h
238         (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
239         SJLJ_EXCEPTIONS.
240         * configure.ac: Find out what exception handling code we use.
241         * configure: Regenerate.
242         * config.h.in: New file, regenerate.
243
244 2004-09-16  Andrew Pinski  <apinski@apple.com>
245
246         * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
247
248 2004-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
249
250         * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
251         ACX_NONCANONICAL_TARGET.
252         * configure: Regenerate.
253
254 2004-08-13  Ziemowit Laski  <zlaski@apple.com>
255
256         * objc/sarray.h: Hoist include of assert.h near the top of file,
257         and mark the remainder of the file 'extern "C"'.
258
259 2004-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
260
261         * objc/Object.h: Move includes out of extern "C" blocks.
262         * objc/encoding.h: Likewise.
263         * objc/hash.h: Likewise.
264         * objc/objc-api.h: Likewise.
265         * objc/runtime.h: Likewise.
266         * objc/sarray.h: Likewise.
267         * objc/typedstream.h: Likewise.
268
269 2004-08-12  Ziemowit Laski  <zlaski@apple.com>
270
271         * objc/NXConstStr.h: Update copyright date; bracket with
272         'extern "C"' for C++ use; make include syntax consistent
273         by using <...> instead of "..."; hoist <objc/...> includes
274         above the 'extern "C"' block.
275         * objc/Object.h: Likewise.
276         * objc/Protocol.h: Likewise.
277         * objc/encoding.h: Likewise.
278         * objc/hash.h: Likewise.
279         * objc/runtime.h: Likewise.
280         * objc/sarray.h: Likewise.
281         * objc/thr.h: Likewise.
282         * objc/typedstream.h: Likewise.
283         * objc/objc-api.h: Add 'extern "C"' block for C++ use.
284         (objc_static_instances): For C++ case, do away with
285         zero-sized array.
286         (objc_method): Hoist definition to file scope.
287         (_objc_load_callback, _objc_object_alloc, class_get_class_method,
288         class_get_instance_method, class_create_instance,
289         class_get_class_name, class_get_instance_size,
290         class_get_meta_class, class_get_super_class, class_get_version,
291         class_is_class, class_is_meta_class, class_set_version,
292         class_get_gc_object_type, class_ivar_set_gcinvisible,
293         get_imp): Rename 'class' parameter to '_class'.
294         * objc/objc-list.h: Add 'extern "C"' block for C++ use.
295         * objc/objc.h: Update copyright date.
296         (arglist_t): Provide a union tag.
297
298 2004-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
299
300         * thr.c (__objc_thread_detach_function): Do not mark as volatile
301         but instead use the attribute noreturn.
302
303 2004-06-28  Zack Weinberg  <zack@codesourcery.com>
304
305         * encoding.c: Rename target_flags with a #define to avoid
306         conflict with a prior declaration.
307
308 2004-06-24  Andrew Pinski  <apinski@apple.com>
309
310         * objc/encoding.h: Wrap the functions with extern "C" for C++
311         mode.
312         * objc/hash.h: Likewise.
313         * objc/objc-api.h: Likewise.
314         * objc/objc-list.h: Likewise.
315         * objc/runtime.h: Likewise.
316         * objc/sarray.h: Likewise.
317         * objc/thr.h: Likewise.
318         * objc/typedstream.h: Likewise.
319
320
321 2004-06-21  Nick Clifton  <nickc@redhat.com>
322
323         * encoding.c (BITS_PER_UNIT): Define if a definition is not
324         provided.
325
326 2004-06-20  Alexander Malmberg  <alexander@malmberg.org>
327
328         * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
329         (exception_gc.lo): New.
330         (OBJS_GC): Add exception_gc.lo.
331
332 2004-06-17  Richard Henderson  <rth@redhat.com>
333
334         * exception.c: New file.
335         * Makefile.in (exception.lo): New.
336         (OBJS): Add it.
337
338 2004-06-14  Andrew Pinski  <pinskia@physics.uc.edu>
339
340         * linking.m (_objcInit): New empty function
341         for Darwin only.
342
343 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
344
345         * configure.ac: Support --enable-shared=libobjc.
346         * configure: Regenerate.
347
348         PR libobjc/15901
349         * configure.ac: Do not disable shared by default.
350         * configure: Regenerate.
351
352 2004-06-03  Nicola Pero  <n.pero@mi.flashnet.it>
353
354         * Protocol.m ([-isEqual:]): Small optimizations returning
355         immediately if the argument is equal to self, and accessing
356         the argument's name directly if it's a protocol.
357
358 2004-06-03  David Ayers  <d.ayers@inode.at>
359
360         * Protocol.m ([-isEqual:]): Test the class of the argument.
361
362 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
363
364         * configure.ac (includedir): Rename to ...
365         (includedirname).
366         * Makefile.in: s/includedir/includedirname/.
367
368         PR target/11572
369         * configure.ac (includedir): Set to "include"
370         except for Darwin.
371         (libext) Set to empty except for Darwin.
372         * configure: Regenerate
373         * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
374         s/include/$(includedir)/g.
375
376 2004-05-25  Daniel Jacobowitz  <drow@false.org>
377
378         * Makefile.in: Add .NOEXPORT.
379
380 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
381
382         Merge from the libobjc-branch
383         2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
384
385                 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
386
387         2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
388
389                 * Makefile.in (OBJC_H): Add objc-deps.h.
390
391         2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
392
393                 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
394                 ([-hash], [-isEqual:]): New methods.
395
396         2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
397
398                 * sarray.c (sarray_free): Add a better comment.
399
400         2004-01-27  Adam Fedor  <fedor@gnu.org>
401
402                 * hash.c (hash_add): Cast cachep to int.
403                 * selector.c (__sel_register_typed_name): Cast
404                 soffset_decode to int.
405
406         2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
407
408                 * selector.c: Rename register_selectors_from_list to
409                 __objc_register_selectors_from_list. Update caller.
410                 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
411                 while registering selectors. Use __sel_register_typed_name instead
412                 of sel_register_typed_name. Check for NULL method_name:s.
413                 (pool_alloc_selector): New function.
414                 (__sel_register_typed_name): Use pool_alloc_selector to allocate
415                 selector structures.
416                 * sendmsg.c (class_add_method_list): Use
417                 __objc_register_selectors_from_list.
418                 * objc/runtime.h: Add __objc_register_selectors_from_list.
419
420         2004-01-25  Adam Fedor  <fedor@gnu.org>
421                     Nicola Pero  <n.pero@mi.flashnet.it>
422                     Andrew Pinski  <pinskia@physics.uc.edu>
423
424                 * objc/objc-decls.h: New file.
425                 * objc/objc-api.h (_objc_lookup_class): Mark as export.
426                 (_objc_load_callback): Likewise.
427                 (_objc_object_alloc): Likewise.
428                 (_objc_object_copy): Likewise.
429                 (_objc_object_dispose): Likewise.
430
431         2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
432
433                 * archive.c: s/__inline__/inline
434                 * sendmsg.c: Likewise.
435
436                 * encoding.c: Remove FIXME about the warning
437                 about unused variable.
438                 * sendmsg.c: Add a FIXME comment saying that
439                 this should be using libffi.
440
441                 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
442
443
444 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
445
446         * archive.c (objc_read_class): Initialize class_name.
447         (objc_read_selector): Initialize selector_name.
448
449 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
450
451         * Makefile.in (toolexecdir): Remove trailing space.
452
453 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
454
455         PR libobjc/14948
456         * configure.ac: De-precious CC so multilibs work.
457         * configure: Regenerate.
458
459 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
460
461         * configure.ac: Restore toolexecdir.
462         * Makefile.in: Restore toolexecdir.
463         * configure: Regenerate.
464
465 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
466
467         * configure.ac: Remove (unused) glibcpp_prefixdir.
468         * configure: Regenerate.
469
470         * configure.in: Rename to configure.ac.
471         * Makefile.in: Update to match.
472
473         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
474         Replace glibcpp_toolexeclibdir with toolexeclibdir.
475         * configure.in: Remove glibcpp_toolexecdir (unused).
476         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
477         config.h or stamp-h (unused).  Move one comment to the right place.
478         * configure: Regenerate.
479         * config.h.in: Remove (unused).
480
481         * config.h.in: Regenerate with autoheader.
482
483         * Makefile.in: Remove (unused) gcc_version_trigger.
484         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
485         gcc_version_trigger.
486         * configure: Regenerate.
487
488         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
489         Sort file into sections.  Remove dnl where appropriate.  Fix
490         other style issues.
491         * configure: Regenerate.
492
493         * configure.in: Replace old AC_PROG_CC hack with new one.
494         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
495         are no subdirectory output files, so this is fine).  Change prereq
496         to autoconf 2.59.
497         * aclocal.m4: Include ../config/no-executables.m4.
498         * configure: Regenerate with autoconf 2.59.
499
500         * configure.in: Improve comments on gthread_cflags.  Improve m4
501         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
502         * configure: Regenerate.
503
504         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
505         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
506         redundant checks for values of RANLIB, AR, INSTALL.
507         * configure: Regenerate.
508
509         * configure.in: Clean up handling of
510         --enable-version-specific-runtime-libs and related variables;
511         replace 'if test' with 'case' where reasonable.  Fix comments.
512         Remove useless libstdcxx_interface.
513         * configure: Regenerate.
514
515         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
516         Replace uses of target_alias with target_noncanonical.
517         * aclocal.m4: Include ../config/acx.m4.
518         * configure: Regenerate.
519         * Makefile.in: Replace uses of target_alias with target_noncanonical.
520         Fix copyright statement.
521
522         * configure.in: Hand-inline bulky, confusing macros from
523         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
524         Update copyright notice.  Remove stuff for automake, which isn't
525         used in this directory.  Remove emacs local variables.
526         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
527         * configure: Regenerate.
528
529 2004-03-16  Manfred Hollstein  <mh@suse.com>
530
531         * Makefile.in, configure.in, configure: Update copyright years.
532
533 2004-03-15  Manfred Hollstein  <mh@suse.com>
534
535         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
536         definition from configure.in.
537         * configure.in (PACKAGE): Add definition.
538         (VERSION): Add definition; substitute it in output files.
539         * configure: Re-generate.
540
541 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
542
543         * objc/hash.h (hash_string, compare_strings):
544         Add type-casts to make Objective-C++ happy.
545         * objc/typedstream.h (objc_get_stream_class_version):
546         Rename parameter from 'class' to 'class_name' to make
547         Objective-C++ happy.
548
549 2004-03-01  Michael Matz  <matz@suse.de>
550
551         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
552
553 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
554
555         * objc/objc-api.h (objc_super): The 'class' field shall
556         be named 'super_class' #ifdef __cplusplus.
557
558 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
559
560         PR target/10781
561         * encoding.c (rs6000_special_round_type_align): Define.
562
563 2004-01-14  Adam Fedor  <fedor@gnu.org>
564
565         PR libobjc/12155
566         * selector.c (__objc_register_instance_methods_to_class): Free
567         new_list if not used.
568
569 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
570
571         PR libobjc/11904
572         * sarray.c (sarray_free): Free array->is_copy_of latter.
573
574 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
575
576         PR 11433
577         * Protocol.m (descriptionForInstanceMethod): Don't dereference
578         instance_methods if it's NULL.
579         (descriptionForClassMethod): Likewise for class_methods.
580
581 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
582
583         * Makefile.in (runtime-info.h): Remove -Wp.
584
585 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
586
587         * Makefile.in (CC1OBJ): Remove.
588         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
589         correctly.
590         Use .m extension for temporary file.
591         Remove assembler temp file.
592
593 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
594
595         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
596
597 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
598
599         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
600
601 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
602
603         * configure: Regenerate.
604
605 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
606
607         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
608         (libdir)/gcc-lib/ when installing.
609         * configure: Regenerate.
610
611 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
612
613         libobjc/9969
614         * sendmsg.c (get_imp): Fixed rare threading problem.
615         (__objc_responds_to): Similar fixes.
616         (objc_msg_lookup): Similar fixes.
617         (__objc_init_install_dtable): Lock the runtime before checking if the
618         table is installed.
619
620 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
621
622         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
623         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
624         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
625         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
626         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
627         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
628         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
629         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
630         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
631         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
632         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
633
634 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
635                           Nicola Pero  <n.pero@mi.flashnet.it>
636
637         libobjc/10742
638         * init.c (class_superclass_of_class): New function.
639         (create_tree_of_subclasses_inherited_from): Use it.
640         (__objc_tree_insert_class): Likewise.
641         (class_is_subclass_of_class): Likewise.
642
643 2003-04-11  David Chad  <davidc@freebsd.org>
644             Loren J. Rittle  <ljrittle@acm.org>
645
646         libobjc/8562
647         * objc/hash.h (hash_string): Constify correctly.
648         (compare_ptrs): Use direct compare.
649         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
650         * objc/sarray.h: Global rename index to indx to avoid shadow.
651
652 2003-03-12  Andreas Schwab  <schwab@suse.de>
653
654         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
655         glibcpp_toolexeclibdir.
656         * configure: Rebuilt.
657
658 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
659
660         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
661         config.status.
662         * configure: Rebuilt.
663
664 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
665
666         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
667         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
668         version_specific_libs is enabled.
669         * configure: Rebuilt.
670
671 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
672
673         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
674         (install-libs, install-headers): Prepend $(DESTDIR) to
675         destination paths in all (un)installation commands.
676
677 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
678
679         * thr-objc.c: Include coretypes.h and tm.h.
680
681 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
682
683         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
684
685 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
686
687         * configure.in: Remove skip-this-dir support.
688         * configure: Regenerate.
689
690 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
691
692         * Makefile.in (all): Fix multilib parallel build.
693
694 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
695
696         * sendmsg.c (nil_method): Declare not to take a variable number of
697         args.
698         (objc_msg_lookup): Cast nil_method to IMP before returning it.
699         (objc_msg_lookup_super): The same.
700
701 2002-09-10  Jan Hubicka  <jh@suse.cz>
702
703         * nil_method.c (nil_method): No longer defined with variable
704         arguments.
705
706 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
707
708         * objc/encoding.h: Fix formatting.
709         * objc/hash.h: Likewise.
710         * objc/objc-api.h: Likewise.
711         * objc/runtime.h: Likewise.
712         * objc/thr.h: Likewise.
713         * archive.c: Likewise.
714         * class.c: Likewise.
715         * encoding.c: Likewise.
716         * gc.c: Likewise.
717         * hash.c: Likewise.
718         * init.c: Likewise.
719         * misc.c: Likewise.
720         * nil_method.c: Likewise.
721         * objects.c: Likewise.
722         * sarray.c: Likewise.
723         * selector.c: Likewise.
724         * sendmsg.c: Likewise.
725         * thr-mach.c: Likewise.
726         * thr.c: Likewise.
727
728 2002-06-25  DJ Delorie  <dj@redhat.com>
729
730         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
731         GLIBCPP_TOPREL_CONFIGURE.
732         * configure.in: Call it before AC_CANONICAL_SYSTEM.
733         * configure: Regenerate.
734
735 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
736
737         * Object.m (forward, read, write): Fix unused parameter warnings.
738         * encoding.c: Include <stdlib.h>.
739         (target_flags): Mark with attribute unused.
740         (atoi): Delete.
741         * runtime.h (__objc_selector_max_index): Change to unsigned int.
742         (__objc_generate_gc_type_description): Prototype.
743         * selector.c (__objc_selector_max_index): Change to unsigned int.
744
745 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
746
747         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
748         we always have a return value: if __objc_msg_forward does not
749         supply a forwarding implementation, return the default
750         __builtin_apply based one.
751
752 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
753
754         * Object.m: Fix signed/unsigned warning.
755         * Protocol.m: Likewise.
756         * archive.c: Always include stdlib.h.
757         (objc_read_short, objc_read_unsigned_short, objc_read_int,
758         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
759         Fix signed/unsigned warning.
760         (objc_write_type, objc_read_type, objc_write_types,
761         objc_read_types): Ensure ctype 8-bit safety.
762         (__objc_no_write, __objc_no_read): Mark unused parameters.
763         * class.c (class_table_setup): Specify void arg.
764         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
765         objc_skip_typespec, objc_skip_offset,
766         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
767         (objc_layout_structure_next_member): Ensure variables are
768         initialized.
769         * gc.c (__objc_generate_gc_type_description,
770         class_ivar_set_gcinvisible): Mark unused parameters.
771         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
772         unused parameters.
773         (__objc_init_protocols) Fix signed/unsigned warning.
774         * nil_method.c (nil_method): Mark unused parameters.
775         * thr.h (objc_thread_callback): Specify void arg.
776         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
777         signed/unsigned warning.
778         (sarray_free): Fix formatting.
779         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
780         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
781
782 2002-06-09  Andreas Jaeger  <aj@suse.de>
783
784         * encoding.c (objc_layout_structure_next_member): Remove unused
785         variable.
786
787 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
788
789         * Makefile.in (SHELL): Set to @SHELL@.
790         (WARN_CFLAGS): New.
791         (ALL_CFLAGS): Add $(WARN_CFLAGS).
792
793 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
794
795         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
796         * configure: Regenerate.
797
798 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
799
800         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
801         script entry, and set LD to it when configuring multilibs.
802         * configure: Rebuilt.
803
804 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
805
806         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
807
808 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
809
810         PR objc/6107
811         * objc/objc-api.h (struct objc_protocol_list): Change type of
812         member count from int to size_t.
813
814 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
815
816         PR libobjc/4039
817         * aclocal.m4: Replace with version copied from libstdc++-v3.
818         * configure.in: Update for changes to aclocal and Makefile.
819         * configure: Regenerate.
820         * Makefile.in: Correct install of multilibs and shared libs, use
821         INSTALL_DATA for include files.
822
823 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
824
825         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
826         categories - when an unclaimed category was found, the loop was
827         doing two steps forward instead of one, so that in certain cases
828         it was failing to properly load all the categories.  (Reported
829         with fix by Alexander Malmberg <alexander@malmberg.org>).
830
831 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
832
833         * encoding.c: Add target_flags.
834
835 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
836
837          * objc/objc-api.h (_C_VECTOR): New.
838
839          * encoding.c (VECTOR_TYPE): New.
840
841 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
842
843         * class.c: Rewritten the class table to use optimized, lock-free
844         lookup.  This more than doubles the speed of class method
845         invocations.  (class_table_setup), (class_table_insert),
846         (class_table_replace), (class_table_get_safe),
847         (class_table_next), (class_table_print),
848         (class_table_print_histogram): New functions.
849         (__objc_init_class_tables): Use class_table_setup.
850         (__objc_add_class_to_hash): Use class_table_get_safe and
851         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
852         assert the existence of the table; do not lock the runtime; use
853         class_table_get_safe.  (objc_next_class): Use class_table_next.
854         (__objc_resolve_class_links): Use class_table_next.
855         (class_pose_as): Use class_table_replace.
856
857 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
858
859         * gc.c: Removed the DEBUG declaration.
860
861 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
862
863         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
864         rather than through objc_thread_id, to save a function call.
865         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
866         Ditto.
867
868 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
869
870         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
871         to cast an id to a Class, which can not be done.  Make the check
872         by using CLS_ISMETA on the class pointer instead.
873         (object_is_meta_class): Similar fix.
874
875 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
876
877         * configure.in (AC_EXEEXT): Work around in case it expands to
878         nothing, as in autoconf 2.50.
879         * acinclude.m4: Likewise.
880         * configure: Rebuilt.
881
882 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
883
884         * THREADS: Explain that when we compile libobjc inside GCC, we
885         always use thr-objc.c as a backend, which uses GCC's thread code.
886
887 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
888
889         * init.c (__objc_send_message_in_list): When setting a new entry
890         in __objc_load_methods use the method IMP as key, but check to see
891         if the method is in the hashtable by looking at the IMP also.
892         Also ... call the method after adding it to the hashtable rather
893         than before ... thus preventing an obscure possibility of infinite
894         recursion if a +load method itself loads a subclass.
895
896 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
897
898         * init.c (__objc_send_message_in_list): When setting a new entry
899         in __objc_load_methods use the method name as key, not the method
900         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
901
902 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
903
904         * objc-features.texi: Move to ../gcc/objc.texi.
905         * fdl.texi: Remove.
906         * Makefile.in: Don't generate documentation from
907         objc-features.texi.
908
909 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
910
911         * fdl.texi: New file.
912         * objc-features.texi: Simplify.
913         * Makefile.in: Adjust accordingly.
914
915 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
916
917         * objc-features.texi: Use the GFDL.
918
919 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
920
921         * encoding.c (REAL_TYPE): Define.
922
923 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
924
925         * encoding.c (TYPE_MODE): Define.
926
927 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
928
929         * thr.c (objc_thread_add): New function.
930         (objc_thread_remove): Ditto.
931         * objc/thr.h: Declare them.
932         * libobjc.def: Mention them.
933
934 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
935
936         * objc-features.texi: Document the @compatibility_alias compiler
937         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
938
939 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
940
941         * sendmsg.c (__objc_forward): Delete strlen() declaration.
942
943 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
944
945         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
946         we're not interested in the result and they might fail.
947         * configure: Regenerated.
948
949 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
950
951         * objc-features.texi: Use @email.
952
953 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
954
955         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
956         printf.
957
958 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
959
960         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
961         determines the value dynamically.
962
963 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
964
965         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
966         libraries to provide a function that returns the real forwarding
967         function. This can alleviate problems __builtin_apply() and
968         friends have on various platforms. (Solution suggested by Helge
969         Hess.)
970
971         * objc/objc-api.h: Define __objc_msg_forward.
972
973         * sendmsg.c: Define gen_rtx_REG.
974
975 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977         * thr-rtems.c: New file. Stub to compile.
978
979 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
980
981         * configure: Rebuilt with new libtool.m4.
982
983 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
984
985         * configure.in: Create a config.h file. Check for <sched.h>.
986         * configure: Regenerate.
987
988         * config.h.in: Check for <sched.h>.
989
990 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
991
992         * configure: Regenerate after change to ../libtool.m4.
993
994 2000-08-14  Andreas Schwab  <schwab@suse.de>
995
996         * objc-features.texi (Top): Move @menu at end of node.
997
998 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
999
1000         * objc-features.texi: Move @node Top before @menu.
1001
1002 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1003
1004         * objc-features.texi: Documented the new -fconstant-string-class
1005         option.
1006
1007 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1008
1009         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
1010         improve the Posix thread support for Objective-C.
1011
1012 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
1013
1014         * aclocal.m4: Replace copy of ../libtool.m4 with
1015         sinclude(../libtool.m4).
1016
1017 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
1018
1019         * configure.in: Added libtool support; build shared libraries
1020         if --enable-shared was passed on command line.
1021         * Makefile.in: Modified most compilation commands to use libtool.
1022         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
1023         libtool distribution.
1024
1025 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
1026
1027         * sarray.c, Object.m: Removed the explicit prototypes for strlen
1028         and memcpy on 64-bit platforms (Suggested by Rodney Brown
1029         <rdb@cup.hp.com>).
1030
1031 2000-05-12  H.J. Lu  (hjl@gnu.org)
1032
1033         * Makefile.in (GTHREAD_FLAGS): New.
1034         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
1035         (OBJC_THREAD_FILE): Changed to thr-objc.
1036
1037         * configure.in (GTHREAD_FLAGS): New, check and replace it for
1038         Makefile.
1039         (OBJC_THREAD_FILE): Removed.
1040
1041         * thr-objc.c: New.
1042
1043 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1044
1045         * objc/hash.h: Include string.h.
1046
1047 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1048
1049         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
1050
1051 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1052
1053         * Object.m (strlen): Provide prototype on all 64bit platforms,
1054         not only alpha.
1055         * sarray.c (memcpy): Likewise.
1056         * encoding.c (objc_layout_finish_structure): Don't use
1057         ROUND_TYPE_ALIGN on sparc.
1058
1059         * encoding.c (objc_layout_structure_next_member): Do the whole
1060         procedure even for the first member, so that we get correct
1061         alignment.
1062
1063 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
1064
1065         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
1066         comments.
1067
1068 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
1069
1070         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
1071
1072 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
1073
1074         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
1075
1076 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
1077
1078         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
1079         the compiler when building C code.
1080
1081 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
1082
1083         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
1084         libdir, libsubdir and tooldir.
1085
1086 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
1087
1088         * init.c (__objc_force_linking): Make global.
1089
1090 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
1091
1092         * configure.in (AC_EXEEXT): Remove call.
1093         (compiler_name): Explicitly check with no extension and .exe
1094         extension.
1095         * configure: Regenerate.
1096
1097 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1098
1099         * Makefile.in (CC1OBJ): Define in terms of CC.
1100         (runtime-info.h): Use.
1101
1102 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1103
1104         * objc-features.texi: Updated the URL to Boehm's GC page.
1105
1106 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
1107
1108         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
1109         the char as being signed (patch from Daniel Jacobowitz
1110         <drow@false.org>).
1111
1112 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1113
1114         * configure.in (AC_PREREQ): Update to 2.13.
1115         (AC_EXEEXT): Call to find possible file extension.
1116         (compiler_name): Use.
1117         * configure: Regenerate.
1118
1119 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
1120
1121         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
1122
1123 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
1124
1125         * configure.in (thread_file): Correct and simplify code to find
1126         the thread file.
1127         * configure: Rebuilt.
1128
1129 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
1130
1131         * configure.in (compiler_name): Add check to detect if this
1132         language's compiler has been built.
1133         * configure: Regenerate.
1134
1135 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1136
1137         *  configure.in: Use AC_PREREQ(2.12.1).
1138
1139 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
1140
1141         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
1142
1143 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1144
1145         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
1146
1147 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1148
1149         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
1150
1151 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
1152
1153         * objc-features.texi (Top): Changed the email address.
1154         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
1155
1156 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
1157
1158         * encoding.c: Redefine get_inner_array_type to get the first entry
1159         in the structure.
1160
1161 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
1162
1163         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
1164         (objc_get_type_qualifiers): Similarly.
1165         * objc/encoding.h (_C_BYREF): Define.
1166         (_F_BYREF): Define.
1167
1168 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
1169
1170         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
1171         works out on 64-bit systems.
1172
1173 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
1174
1175         * Makefile.in (INCLUDES): Make it multilib-friendly.
1176
1177 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
1178
1179         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
1180
1181 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
1182                          Jeffrey A Law  (law@cygnus.com)
1183
1184         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
1185         (FLAGS_TO_PASS): Added.
1186         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
1187
1188         * archive.c: Change config.h to tconfig.h.
1189
1190         * configure.in: Find gcc's object directory even for multilibs.
1191
1192 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
1193
1194         * configure.in: Escape ^ in grep string.
1195         * configure: Rebuilt.
1196
1197 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
1198
1199         * All .h files pushed down into the objc/ subdirectory.
1200         * Makefile.in (copy_headers): Corresponding changes.
1201         * configure.in (AC_INIT): Corresponding changes.
1202         * configure: Rebuilt.
1203
1204 1998-09-30  Ben Elliston  <bje@cygnus.com>
1205             Jeff Law      <law@cygnus.com>
1206
1207         * Makefile.in: Rewrite.
1208
1209         * configure.in: Likewise.
1210
1211         * configure: Regenerate.
1212
1213         * All .c files.  Remove "objc" prefix when including objc header
1214         files.  Include tconfig.h, not ../tconfig.h.
1215
1216 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
1217
1218         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
1219         (get_inner_array_type): Define.
1220
1221 1998-09-21  Ben Elliston  <bje@cygnus.com>
1222
1223         * New directory.  Moved files from ../gcc/objc.