OSDN Git Service

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