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