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