OSDN Git Service

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