OSDN Git Service

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