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