]> git.ipfire.org Git - thirdparty/gcc.git/blob - libobjc/ChangeLog
ivars.c: Add a check for classes without instance variables...
[thirdparty/gcc.git] / libobjc / ChangeLog
1 2015-01-09 Dimitris Papavasiliou <dpapavas@gmail.com>
2
3 * ivars.c: Add a check for classes without instance
4 variables, which have a NULL ivar list pointer.
5
6 2015-01-05 Jakub Jelinek <jakub@redhat.com>
7
8 Update copyright years.
9
10 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR bootstrap/63784
13 * configure: Regenerated.
14
15 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
16
17 PR target/63610
18 * configure: Regenerate.
19
20 2014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21
22 * thr.c (_XOPEN_SOURCE): Define as 600.
23
24 2014-07-27 Alan Modra <amodra@gmail.com>
25 Matthias Klose <doko@ubuntu.com>
26
27 PR libobjc/61920
28
29 * encoding.c: Define rs6000_special_adjust_field_align_p.
30
31 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
32
33 Update copyright years
34
35 2013-09-20 Alan Modra <amodra@gmail.com>
36
37 * configure: Regenerate.
38
39 2013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
40
41 * class.c: Fix typos.
42 * encoding.c: Likewise.
43 * init.c: Likewise.
44 * objc-private/runtime.h: Likewise.
45 * objc/runtime.h: Likewise.
46 * objc-sync.c: Likewise.
47
48 2013-07-04 Kai Tietz <ktietz@redhat.com>
49
50 * exception.c: Add check for SjLj to SEH blocks.
51
52 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
53
54 Update copyright years.
55
56 2012-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
57
58 * encoding.c (TARGET_VSX): Provide definitions based on the
59 current compilation options, and not based off the target options
60 structure.
61 (TARGET_ALTIVEC): Likewise.
62 (TARGET_64BIT): Likewise.
63
64 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
65
66 * configure: Regenerated.
67
68 2012-07-19 Tristan Gingold <gingold@adacore.com>
69 Richard Henderson <rth@redhat.com>
70
71 * exception.c (__gnu_objc_personality_seh0): New function.
72
73 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
74
75 * configure: Regenerated.
76
77 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
78
79 * configure.ac (enable_objc_gc): Remove alpha*-dec-osf* handling.
80 * configure: Regenerate.
81
82 * thr.c (_XOPEN_SOURCE): Define unconditionally.
83
84 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
85
86 * configure: Regenerate.
87
88 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
89
90 * Makefile.in (INCLUDES): Add -I$(MULTIBUILDTOP)../libgcc.
91 * configure.ac (target_thread_file, HAVE_GTHR_DEFAULT): Remove.
92 * configure: Regenerate.
93 * config.h.in: Regenerate.
94
95 2011-10-17 Paul Brook <paul@codesourcery.com>
96 Matthias Klose <doko@ubuntu.com>
97
98 * exception.c (parse_lsda_header): hardcode ttype_encoding for older
99 ARM EABI toolchains.
100 (get_ttype_entry) Remove __ARM_EABI_UNWINDER__ variant.
101
102 2011-10-09 Nicola Pero <nicola.pero@meta-innovation.com>
103
104 PR libobjc/49883
105 * init.c (__objc_exec_class): Work around a bug in clang's code
106 generation. Clang sets the class->info field to values different
107 from 0x1 or 0x2 (the only allowed values in the traditional GNU
108 Objective-C runtime ABI) to store some additional information, but
109 this breaks backwards compatibility. Wipe out all the bits in the
110 fields other than the first two upon loading a class.
111
112 2011-10-09 Nicola Pero <nicola.pero@meta-innovation.com>
113
114 * class.c (objc_lookup_class): Added back for compatibility with
115 clang which seems to emit calls to it.
116
117 2011-10-08 Richard Frith-Macdonald <rfm@gnu.org>
118 Nicola Pero <nicola.pero@meta-innovation.com>
119
120 PR libobjc/50428
121 * sendmsg.c (__objc_send_initialize): If a class does not have an
122 +initialize method, search for an +initialize method in the
123 superclass and in the ancestor classes and execute the first one
124 that is found. This makes the GNU runtime behave in the same way
125 as the Apple/NeXT runtime with respect to +initialize methods and
126 subclassing.
127
128 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
129
130 PR libobjc/50002
131 * class.c (__objc_update_classes_with_methods): Iterate over meta
132 classes as well as normal classes when refreshing the method
133 implementations. This fixes replacing class methods.
134
135 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
136
137 * class.c (class_getSuperclass): Fixed to work with meta classes
138 still in construction too.
139
140 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
141
142 * class.c (class_getSuperclass): Fixed typo in comment.
143
144 2011-08-06 Nicola Pero <nicola.pero@meta-innovation.com>
145
146 PR libobjc/49882
147 * class.c (class_getSuperclass): Return the superclass if the
148 class is in construction.
149 * objc/runtime.h (class_getSuperclass): Updated documentation.
150
151 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
152
153 * Makefile.in (INCLUDES): Search
154 $(srcdir)/$(MULTISRCTOP)../libgcc.
155
156 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>
157
158 * objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608.
159
160 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>
161
162 * configure.ac (VERSION): Bumped to 4:0:0.
163 * configure (VERSION): Likewise.
164
165 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>
166
167 * objc/README: Updated.
168 * objc-private/selector.h: Updated comments.
169
170 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
171
172 * sendmsg.c (class_get_instance_method): Removed.
173 (class_get_class_method): Removed.
174 (objc_get_uninstalled_dtable): Removed.
175
176 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
177
178 * objc-private/module-abi-8.h (class_get_instance_size): Removed.
179 * objects.c (class_create_instance): Removed.
180 * error.c (__USE_FIXED_PROTOTYPES__): Removed.
181 * gc.c (__objc_generate_gc_type_description): Use
182 class_getInstanceSize() instead of class_get_instance_size().
183 * selector.c (sel_types_match): Made static.
184 (sel_get_typed_uid): Removed.
185 (sel_get_any_typed_uid): Removed.
186 (sel_get_name): Removed.
187 (sel_get_type): Removed.
188 (sel_register_name): Removed.
189 (sel_register_typed_name): Removed.
190 (sel_get_uid): Removed.
191
192 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
193
194 * encoding.c (method_get_number_of_arguments): Removed.
195 (method_get_sizeof_arguments): Removed.
196
197 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
198
199 * class.c (objc_next_class): Removed.
200 (class_pose_as): Removed.
201 (CLASSOF): Removed.
202 (class_table_replace): Removed.
203 (objc_lookup_class): Removed.
204
205 2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com>
206
207 Removed the Traditional Objective-C runtime public API.
208 * Makefile.in (OBJC_DEPRECATED_H): Variable removed.
209 (install-headers): Do not create the objc/deprecated directory and
210 do not install the deprecated headers.
211 (OBJC_H): Removed encoding.h and objc-api.h.
212 * Object.m: Removed all methods with the exception of -class and
213 -isEqual:. Updated includes. ([-class]): Use Modern API.
214 * objc/Object.h: Do not include deprecated/Object.h.
215 * objc/deprecated/Object.h: Removed.
216 * linking.m (__objc_linking): Call [Object class] instead of
217 [Object name].
218 * Protocol.m: Removed all methods with the exception of -isEqual:.
219 Updated includes.
220 * objc/Protocol.h: Do not include deprecated/Protocol.h.
221 * objc/deprecated/Protocol.h: Removed.
222 * objc/deprecated/struct_objc_symtab.h: Removed.
223 * objc/deprecated/struct_objc_module.h: Removed.
224 * objc/deprecated/struct_objc_ivar.h: Removed.
225 * objc/deprecated/struct_objc_ivar_list.h: Removed.
226 * objc/deprecated/struct_objc_method.h: Removed.
227 * objc/deprecated/struct_objc_method_list.h: Removed.
228 * objc/deprecated/struct_objc_protocol_list.h: Removed.
229 * objc/deprecated/struct_objc_category.h: Removed.
230 * objc/deprecated/MetaClass.h: Removed.
231 * objc/deprecated/objc_msg_sendv.h: Removed.
232 * objc/deprecated/README: Removed.
233 * objc/deprecated/struct_objc_class.h: Removed.
234 * objc/deprecated/struct_objc_protocol.h: Removed.
235 * objc/deprecated/struct_objc_selector.h: Removed.
236 * objc/encoding.h: Removed.
237 * objc/message.h (struct objc_super): Removed the definition for
238 the Traditional Objective-C runtime API.
239 * objc/objc.h: Do not include objc/objc-decls.h.
240 deprecated/struct_objc_selector.h, deprecated/MetaClass.h,
241 deprecated/struct_objc_class.h, deprecated/struct_objc_protocol.h
242 and deprecated/objc_msg_sendv.h. Uncommented new definition of
243 Protocol *.
244 * objc/objc-api.h: Removed.
245 * objc/runtime.h: Updated comments. Removed check to detect
246 concurrent usage of Traditional and Modern APIs.
247 * objc-private/module-abi-8.h: Always define struct objc_class and
248 struct objc_protocol. (struct objc_protocol_list): Changed type
249 of 'list' argument from 'Protocol *' to 'struct objc_protocol *'.
250 (class_get_instance_size): Added.
251 * objc-private/protocols.h (__objc_protocols_add_protocol): Take a
252 'struct objc_protocol *' as argument, not a 'Protocol *'.
253 * objc-private/runtime.h: Updated comments.
254 * objc-private/selector.h (struct objc_selector, sel_eq): Added.
255 * class.c: Include objc-private/selector.h.
256 (objc_get_meta_class): Return a Class instead of a MetaClass.
257 * encoding.c (method_get_next_argument): Removed.
258 (method_get_first_argument): Removed.
259 (method_get_nth_argument): Removed.
260 * gc.c: Include objc/runtime.h instead of objc/encoding.h.
261 Include objc-private/module-abi-8.h and ctype.h.
262 * protocols.c (__objc_protocols_add_protocol): Take a 'struct
263 objc_protocl *' as argument, not a 'Protocol *'.
264 (class_addProtocol): Added casts to 'struct objc_protocol *' and
265 'Protocol *'.
266 (class_copyProtocolList): Likewise.
267 (protocol_conformsToProtocol): Likewise.
268 (protocol_copyProtocolList): Likewise.
269 * sarray.c: Include objc-private/module-abi-8.h.
270 * sendmsg.c (method_get_next_argument): Removed.
271 (method_get_first_argument): Removed.
272 (method_get_nth_argument): Removed.
273 (objc_msg_sendv): Removed.
274 (arglist_t, retval_t): New. (class_get_class_method): Take a
275 'Class', not 'MetaClass', argument.
276 * thr.c: Include module-abi-8.h.
277
278 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
279
280 * Makefile.in (OBJC_DEPRECATED_H): Removed struct_objc_static_instances.h
281 and objc_get_uninstalled_dtable.h.
282 * objc/deprecated/struct_objc_static_instances.h: Removed.
283 * objc/deprecated/objc_get_uninstalled_dtable.h: Removed.
284 * objc/objc-api.h: Do not include deprecated/objc_static_instances.h
285 and deprecated/objc_get_uninstalled_dtable.h.
286
287 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
288
289 * Makefile.in (OBJC_DEPRECATED_H): Removed objc_object_alloc.h.
290 * objc/deprecated/objc_object_alloc.h: Removed.
291 * objc/objc-api.h: Do not include deprecated/objc_object_alloc.h.
292 * objects.c (_objc_object_alloc, _objc_object_dispose,
293 _objc_object_copy): Removed.
294 * libobjc.def (__objc_object_alloc, __objc_object_copy,
295 __objc_object_dispose): Removed.
296
297 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
298
299 * Makefile.in (OBJC_DEPRECATED_H): Removed METHOD_NULL.h.
300 * objc/objc-api.h: Do not include deprecated/METHOD_NULL.h.
301 * objc/deprecated/METHOD_NULL.h: Removed.
302
303 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
304
305 * Makefile.in (OBJC_DEPRECATED_H): Removed objc_valloc.h,
306 objc_malloc.h and objc_unexpected_exception.h.
307 (exception.lo): Do not use -Wno-deprecated-declarations.
308 (exception_gc.lo): Likewise.
309 * objc/objc-api.h: Do not include deprecated/objc_valloc.h,
310 deprecated/objc_malloc.h and
311 deprecated/objc_unexpected_exception.h.
312 * objc/deprecated/objc_valloc.h: Removed.
313 * objc/deprecated/objc_malloc.h: Removed.
314 * objc/deprecated/objc_unexpected_exception.h: Removed.
315 * exception.c (_objc_unexpected_exception): Removed.
316 (objc_exception_throw): Do not check for
317 _objc_unexpected_exception.
318 * memory.c (objc_valloc, _objc_malloc, _objc_atomic_malloc,
319 _objc_valloc, _objc_realloc, _objc_calloc, _objc_free): Removed.
320 * libobjc.def (_objc_unexpected_exception, objc_valloc): Removed.
321
322 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
323
324 * objc/objc.h: Do not include deprecated/STR.h.
325 * objc/deprecated/STR.h: Removed.
326 * Makefile.in (OBJC_DEPRECATED_H): removed STR.h.
327
328 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
329
330 * Makefile.in (OBJC_H): Removed hash.h and sarray.h.
331 (OBJC_DEPRECATED_H): Likewise.
332 * libobjc.def (objc_hash_new, objc_hash_delete, objc_hash_add,
333 objc_hash_remove, objc_hash_next, objc_hash_value_for_key,
334 objc_hash_is_key_in_hash, hash_add, hash_delete, hash_new,
335 hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash,
336 sarray_at_put, sarray_at_put_safe, sarray_free, sarray_lazy_copy,
337 sarray_new, sarray_realloc, sarray_remove_garbage): Removed.
338 * objc/sarray.h: Removed.
339 * objc/hash.h: Removed.
340 * objc/deprecated/sarray.h: Removed.
341 * objc/deprecated/hash.h: Removed.
342 * objc/Object.h: Do not include objc/deprecated/hash.h
343 * Object.m: Include string.h.
344 * objc/objc-api.h: Do not include objc/deprecated/hash.h.
345 * objc-private/common.h (GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF):
346 Removed.
347
348 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
349
350 * Object.m ([-forward::]): Removed.
351 * objc/deprecated/Object.h ([-forward::]): Removed.
352 * sendmsg.c (__objc_forward): Updated comments.
353
354 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
355
356 * Makefile.in (OBJC_H): Removed objc-list.h.
357 (OBJC_DEPRECATED_H): Removed objc-list.h.
358 * objc/objc-list.h: File removed.
359 * objc/deprecated/objc-list.h: File removed.
360
361 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
362
363 * Makefile.in (OBJC_H): Removed typedstream.h.
364 (OBJC_DEPRECATED_H): Removed typedstream.h.
365 (C_SOURCE_FILES): Removed archive.c.
366 (Object.lo): Rule removed.
367 (Object_gc.lo): Likewise.
368 (archive.lo): Likewise.
369 (archive_gc.lo): Likewise.
370 * objc/deprecated/Object.h ([+streamVersion:], [-read], [-write],
371 [-awake]): Removed.
372 Do not include deprecated/typedstream.h.
373 * Object.m: Removed the same methods.
374 * archive.c: File removed.
375 * objc/typedstream.h: File removed.
376 * objc/deprecated/typedstream.h: File removed.
377 * libobjc.def (__objc_read_nbyte_uint, __objc_read_nbyte_ulong,
378 __objc_write_class, __objc_write_object, __objc_write_selector,
379 objc_close_typed_stream, objc_end_of_typed_stream,
380 objc_flush_typed_stream, objc_get_stream_class_version,
381 objc_open_typed_stream, objc_open_typed_stream_for_file,
382 objc_read_array, objc_read_char, objc_read_int, objc_read_long,
383 objc_read_object, objc_read_selector, objc_read_short,
384 objc_read_string, objc_read_type, objc_read_types,
385 objc_read_unsigned_char, objc_read_unsigned_int,
386 objc_read_unsigned_long, objc_read_unsigned_short,
387 objc_write_array, objc_write_char, objc_write_int,
388 objc_write_long, objc_write_object, objc_write_object_reference,
389 objc_write_root_object, objc_write_selector, objc_write_short,
390 objc_write_string, objc_write_string_atomic, objc_write_type,
391 objc_write_types, objc_write_unsigned_char,
392 objc_write_unsigned_int, objc_write_unsigned_long,
393 objc_write_unsigned_short): Removed.
394
395 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>
396
397 * Makefile.in (OBJC_DEPRECATED_H): Removed objc_error.h.
398 * objc/deprecated/objc_error.h: Removed.
399 * objc/objc-api.h: Do not include deprecated/objc_error.h.
400 * libobjc.def (objc_error, objc_verror): Removed.
401 * error.c (_objc_error_handler, objc_error, objc_verror,
402 objc_set_error_handler): Removed.
403 * Object.m ([-error:], [-perform:], [-perform:with:],
404 [-perform:with:with], [-subclassResponsibility:],
405 [-notImplemented:], [-shouldNotImplement:], [-doesNotRecognize:]):
406 Removed.
407 * objc/deprecated/Object.h: Removed the same methods.
408 * sendmsg.c (__objc_forward): Do not try to invoke the "error:"
409 method after trying to invoke the "doesNotRecognize:" method.
410
411 2011-05-26 Nicola Pero <nicola.pero@meta-innovation.com>
412
413 * sendmsg.c: Reindented part of the file. No non-trivial changes
414 in code.
415
416 2011-05-26 Nicola Pero <nicola.pero@meta-innovation.com>
417
418 * sendmsg.c (__objc_install_dtable_for_class): Use objc_getClass,
419 not objc_lookup_class.
420
421 2011-05-25 Richard Frith-Macdonald <rfm@gnu.org>
422 David Ayers <ayers@fsfe.org>
423
424 PR libobjc/38307
425 * sendmsg.c: Include objc/hash.h.
426 (get_implementation): New function, mostly with code from get_imp
427 updated to support the new +initialize dispatch table logic.
428 (get_imp): Use get_implementation.
429 (__objc_responds_to): Updated to support the new +initialize
430 dispatch table logic.
431 (class_respondsToSelector): Likewise.
432 (objc_msg_lookup): Use get_implementation.
433 (__objc_init_install_dtable): Removed.
434 (__objc_install_methods_in_dtable): Updated arguments.
435 (__objc_install_dispatch_table_for_class): Renamed to
436 __objc_install_dtable_for_class and updated to support the new
437 +initialize dispatch table logic.
438 (__objc_update_dispatch_table_for_class): Updated to support the
439 new +initialize dispatch table logic.
440 (__objc_forward): Call get_implementation instead of get_imp.
441 (prepared_dtable_table): New.
442 (__objc_prepare_dtable_for_class): New.
443 (__objc_prepared_dtable_for_class): New.
444 (__objc_get_prepared_imp): New.
445 (__objc_install_prepared_dtable_for_class): New.
446
447 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
448
449 PR libobjc/48177
450 * selector.c (__sel_register_typed_name): Use sel_types_match()
451 instead of strcmp() to compare selector types (Suggestion by
452 Richard Frith-Macdonald <rfm@gnu.org>).
453
454 2011-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
455
456 PR libobjc/32037
457 * Makefile.in (OBJC_GCFLAGS): Move ...
458 * configure.ac (enable_objc_gc): ... here.
459 Add $(libsuffix) to OBJC_BOEHM_GC.
460 * configure: Regenerate.
461
462 2011-02-28 Nicola Pero <nicola.pero@meta-innovation.com>
463
464 * selector.c (sel_getTypedSelector): Return NULL if there are
465 multiple selectors with conflicting types.
466 * objc/runtime.h (sel_getTypedSelector): Updated documentation.
467
468 2011-02-28 Richard Frith-Macdonald <rfm@gnu.org>
469
470 PR libobjc/47922
471 * gc.c (class_ivar_set_gcinvisible): Use _C_GCINVISIBLE instead of
472 a hardcoded "!".
473
474 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
475
476 * configure: Regenerate.
477
478 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
479
480 * init.c (create_tree_of_subclasses_inherited_from): Use
481 class_superclass_of_class instead of assuming a class is
482 unresolved when it could be resolved. Tidied up assignment and
483 check.
484 (__objc_tree_insert_class): Enhanced DEBUG_PRINTF.
485 (objc_tree_insert_class): Tidied up loop; return immediately upon
486 inserting a class.
487 (__objc_exec_class): Do not set __objc_class_tree_list.
488
489 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
490
491 * selector.c (sel_getTypedSelector): Return NULL if given a NULL
492 argument.
493 (sel_registerTypedName): Same.
494 (sel_registerName): Same.
495 * objc/runtime.h: Updated documentation.
496
497 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
498
499 * objc/runtime.h (class_addIvar): Updated documentation. The
500 alignment is actually the log_2 of the alignment in bytes.
501 * ivars.c (class_addIvar): Corresponding change to the
502 implementation.
503
504 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
505
506 * objc/runtime.h (sel_getType): Renamed to sel_getTypeEncoding to
507 be consistent with method_getTypeEncoding and
508 ivar_getTypeEncoding.
509 (sel_copyTypedSelectorList, sel_getTypedSelector): New.
510 * selector.c (sel_getType): Renamed to sel_getTypeEncoding.
511 (sel_copyTypedSelectorList, sel_getTypedSelector): New.
512 (sel_get_type): Updated call to sel_getType.
513
514 2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
515
516 * objc/runtime.h (class_conformsToProtocol,
517 class_copyProtocolList): Updated documentation.
518
519 2010-12-23 Nicola Pero <nicola.pero@meta-innovation.com>
520
521 * init.c (create_tree_of_subclasses_inherited_from): Updated
522 DEBUG_PRINTF messages.
523 (__objc_tree_insert_class): Same.
524 (__objc_send_load_using_method_list): Same.
525 (__objc_send_load): Same.
526 (__objc_exec_class): Same. In particular, do not print the module
527 name since it is no longer used.
528 * sendmsg.c (__objc_send_initialize): Added DEBUG_PRINTFs for
529 tracking +initialize calls.
530 (__objc_update_dispatch_table_for_class): Added DEBUG_PRINTFs for
531 tracking updates of dispatch tables.
532 (__objc_install_dispatch_table_for_class): Same.
533
534 2010-12-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
535
536 * Makefile.in (libobjc$(libsuffix).la): Link with -Wc,-shared-libgcc.
537 (libobjc_gc$(libsuffix).la): Likewise.
538
539 2010-12-23 Nicola Pero <nicola.pero@meta-innovation.com>
540
541 * sendmsg.c (class_addMethod): Return NO if the method already
542 exists in the class.
543
544 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>
545
546 * init.c (duplicate_classes): New.
547 (__objc_exec_class): Initialize duplicate_classes.
548 (__objc_create_classes_tree): Ignore classes in the
549 duplicate_classes table.
550 (__objc_call_load_callback): Same.
551 (__objc_init_class): If a duplicate class is found, add it to
552 duplicate_classes instead of aborting. Return YES if the class is
553 not a duplicate, and NO if it is.
554 * objc-private/runtime.h (__objc_init_class): Updated prototype.
555
556 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>
557
558 * objc-private/objc-list.h: Reindented file. No code changes.
559 * objc-private/sarray.h: Same change.
560
561 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com>
562
563 * objc-private/accessors.h: Removed 'extern "C"' guards. This
564 file is never compiled with C++.
565 * objc-private/hash.h: Same change.
566 * objc-private/objc-list.h: Same change.
567 * objc-private/objc-sync.h: Same change.
568 * objc-private/protocols.h: Same change.
569 * objc-private/runtime.h: Same change.
570 * objc-private/sarray.h: Same change.
571 * objc-private/selector.h: Same change.
572
573 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
574
575 PR libobjc/18764
576 * class.c (__objc_add_class_to_hash): Return YES if the class was
577 added, and NO if it already existed.
578 * init.c (__objc_init_class): If __objc_add_class_to_hash returns
579 NO, then abort the program with an error message.
580 * objc-private/runtime.h (__objc_add_class_to_hash): Updated
581 declaration.
582
583 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
584
585 * init.c (_objc_load_callback): Initialize with 0.
586 (__objc_call_callback): Renamed to __objc_call_load_callback.
587 Check _objc_load_callback only once, and if it is not set, return
588 immediately.
589 (objc_send_load): Updated call to __objc_call_callback.
590
591 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
592
593 PR libobjc/16110
594 * init.c (__objc_send_message_in_list): Renamed to
595 __objc_send_load_using_method_list. Do not take an 'op' argument.
596 Register the 'load' selector if needed.
597 (__objc_send_load): Do not register the 'load' selector. Updated
598 call to __objc_send_message_in_list.
599 (__objc_create_classes_tree): Add the class of any claimed
600 category that was loaded in the module to the list of classes for
601 which we try to execute +load.
602
603 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
604
605 * objc-private/common.h: When DEBUG is defined, include <stdio.h>.
606 Updated comments.
607 * init.c (__objc_tree_insert_class): Use %p, not %x, when printing
608 a pointer using DEBUG_PRINTF.
609
610 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
611
612 PR libobjc/45953
613 * selector.c (__sel_register_typed_name): When registering a new
614 selector with the same name as an existing one, reuse the existing
615 name string. Also updated types, casts and comments in the whole
616 function.
617
618 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
619
620 * objc-private/module-abi-8.h (struct objc_symtab): Declare 'refs'
621 to be 'struct objc_selector *' and not 'SEL'.
622 * init.c (__objc_exec_class): Call
623 __objc_register_selectors_from_module instead of iterating over
624 each selector and calling __sel_register_typed_name for each.
625 * objc-private/selector.h: Declare
626 __objc_register_selectors_from_module instead of
627 __sel_register_typed_name.
628 * selector.c (__objc_register_selectors_from_module): New.
629 (__sel_register_typed_name): Made static.
630
631 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
632
633 * linking.m: Do not include objc/NXConstStr.h.
634
635 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
636
637 * objc-private/runtime.h (DEBUG_PRINTF): Moved from here ...
638 * objc-private/common.h (DEBUG_PRINTF): To here.
639 * hash.c: Do not include objc-private/runtime.h and objc/thr.h.
640
641 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
642
643 * hash.c: Tidied up comments and indentation. No code changes.
644
645 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
646
647 PR libobjc/47012
648 * accessors.m (objc_getProperty): If not atomic, do not
649 retain/autorelease the returned value.
650
651 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
652
653 * objc-private/runtime.h (__objc_selector_max_index,
654 __objc_init_selector_tables, __objc_register_selectors_from_class,
655 __objc_register_selectors_from_list,
656 __objc_register_selectors_from_description_list): Moved to ...
657 * objc-private/selector.h: ... here.
658
659 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
660
661 * objc-private/runtime.h (__objc_class_links_resolved): Removed.
662 (__objc_print_dtable_stats): Removed.
663 (__sel_register_typed_name): Removed.
664 * sendmsg.c (__objc_print_dtable_stats): Use 'void' as argument.
665
666 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
667
668 * init.c (__objc_exec_class): Call __objc_resolve_class_links (),
669 if appropriate, after loading the module.
670
671 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
672
673 * sendmsg.c (method_setImplementation): Do not declare.
674
675 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
676
677 * objc/message.h: Updated comments.
678 * objc/runtime.h: Updated comments.
679
680 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
681
682 * class.c (objc_lookupClass): Renamed to objc_lookUpClass.
683 * protocols.c: Updated all calls to objc_lookupClass to call
684 objc_lookUpClass instead.
685 * sendmsg.c (objc_lookupClass): Do not declare.
686 (get_imp): Update call to objc_lookupClass to call
687 objc_lookUpClass instead.
688 * objc/runtime.h (objc_lookupClass): Renamed to objc_lookUpClass.
689
690 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
691
692 * objc/runtime.h (class_ivar_set_gcinvisible): Declare.
693 * sendmsg.c (_CLS_IN_CONSTRUCTION, CLS_IS_IN_CONSTRUCTION): Do not
694 define. Updated comments.
695
696 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
697
698 * objc/encoding.h: Updated comments.
699 * objc/runtime.h: Updated comments.
700 (objc_setGetUnknownClassHandler): Mark with objc_EXPORT.
701 (objc_sizeof_type): Same.
702 (objc_alignof_type): Same.
703 (objc_aligned_size): Same.
704 (objc_promoted_size): Same.
705 (objc_skip_type_qualifiers): Same.
706 (objc_skip_typespec): Same.
707 (objc_skip_offset): Same.
708 (objc_skip_argspec): Same.
709 (objc_get_type_qualifiers): Same.
710 (objc_layout_structure): Same.
711 (objc_layout_structure_next_member): Same.
712 (objc_layout_finish_structure): Same.
713 (objc_layout_structure_get_info): Same.
714
715 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
716
717 * init.c: Updated comments.
718 * objc/objc-api.h: Updated comments.
719 * objc/runtime.h (_objc_load_callback): Declare.
720
721 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
722
723 * objc/Object.h: Include deprecated/typedstream.h and
724 deprecated/hash.h instead of typedstream.h. Updated comments.
725
726 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
727
728 * Makefile.in (OBJC_DEPRECATED_H): Added objc_msg_sendv.h.
729 * objc/deprecated/objc_msg_sendv.h: New.
730 * objc/message.h: Do not define retval_t, apply_t, arglist,
731 arglist_t, objc_msg_sendv, now in
732 objc/deprecated/objc_msg_sendv.h.
733 * objc/objc.h: Do not include message.h; include
734 objc/deprecated/objc_msg_sendv.h instead. Tidied up comments.
735 * sendmsg.c: Include objc/message.h.
736 * thr.c: Include objc/message.h.
737
738 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
739
740 * objc/objc-exception.h: Include objc-decls.h. Mark all
741 functions with objc_EXPORT.
742 * objc/objc-sync.h: Same change.
743
744 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
745
746 * Protocol.m: Moved all methods, with the exception of -isEqual:,
747 into the 'Deprecated' category.
748 * objc/Protocol.h: Removed all methods, moved to
749 objc/deprecated/Protocol.h. Include objc/deprecated/Protocol.h.
750 * objc/deprecated/Protocol.h: New.
751 * Makefile.in (OBJC_DEPRECATED_H): Added Protocol.h.
752
753 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
754
755 * init.c: Include objc-private/selector.h. Do not declare
756 __sel_register_typed_name.
757 * objc-private/selector.h (__sel_register_typed_name): Declare.
758 * selector.c: Include objc-private/selector.h.
759
760 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
761
762 * class.c: Tidied up comments and indentation. No code changes.
763 * error.c: Same.
764 * exception.c: Same.
765 * init.c: Same.
766 * ivars.c: Same.
767 * memory.c: Same.
768 * objc-foreach.c: Same.
769 * objc-sync.c: Same.
770 * objects.c: Same.
771 * protocols.c: Same.
772 * sarray.c: Same.
773 * thr.c: Same.
774
775 2010-12-17 Nicola Pero <nicola.pero@meta-innovation.com>
776
777 * init.c: Include objc/runtime.h and objc-private/module-abi-8.h
778 instead of objc/objc-api.h.
779 (init_check_module_version): Take a 'struct objc_module *'
780 argument instead of 'Module_t'. Use 'struct objc_module *'
781 instead of 'Module_t'.
782 (__objc_created_classes_tree): Take a 'struct objc_module *'
783 argument instead of 'Module_t'; use 'struct objc_symtab *' instead
784 of 'Symtab_t'.
785 (__objc_call_callback): Take a 'struct objc_module *' argument
786 instead of 'Module_t'; use 'struct objc_symtab *' instead of
787 'Symtab_t' and 'struct objc_category *' instead of 'Category_t'.
788 (_objc_load_callback): Take a 'struct objc_category *' argument
789 instead of 'Category *'.
790 (class_superclass_of_class): Use objc_getClass() instead of
791 objc_lookup_class().
792 (create_tree_of_subclasses_inherited_from): Same change (also, use
793 an explicit 'if' instead of '?').
794 (objc_init_statics): Same change.
795 (objc_send_load): Same change.
796 (__objc_init_protocol): same change.
797 (__objc_send_message_in_list): Take a 'struct objc_method_list *'
798 argument instead of 'MethodList_t'. Use 'struct objc_method *'
799 instead of 'Method_t'.
800 (__objc_send_load): Use 'struct objc_method_list *' instead of
801 'MethodList_t'. Use sel_registerName() instead of
802 sel_register_name().
803 (__objc_exec_class): Take a 'struct objc_module *' argument
804 instead of 'Module_t'. Use 'struct objc_symtab *' instead of
805 'Symtab_t'. Use objc_getClass() instead of objc_lookup_class().
806 Use 'struct objc_category *' instead of 'Category_t'.
807
808 2010-12-16 Nicola Pero <nicola.pero@meta-innovation.com>
809
810 * sendmsg.c: Include objc/runtime.h instead of objc/objc-api.h.
811 Include objc-private/module-abi-8.h and objc-private/selector.h
812 instead of objc/encoding.h.
813 (objc_msg_lookup_super): Use super->super_class instead of
814 super->class.
815 (method_get_first_argument, method_get_next_argument): Declare
816 locally.
817 (class_get_instance_method): Declare before using.
818 (objc_msg_sendv): Use 'struct objc_method' instead of 'Method'.
819 (__objc_init_dispatch_tables, __objc_send_initialize): Use
820 sel_registerName() instead of sel_register_name().
821 (__objc_forward): Use sel_getName() instead of sel_get_name().
822 (objc_get_uninstalled_dtable): Use 'void' as argument.
823 * objc-private/selector.h: New.
824
825 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
826
827 * objc/message.h (objc_super): When using the modern API, do not
828 define Super and Super_t, and always use 'super_class' for the
829 super class field.
830 (objc_msg_lookup_super): Updated prototype to use 'struct
831 objc_super *' instead of 'Super_t'.
832 * sendmsg.c (objc_msg_lookup_super): Updated prototype to use
833 'struct objc_super *' instead of 'Super_t'.
834
835 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
836
837 * objc/message.h: Update comments, reindented code and moved
838 deprecated types and functions at the end of the file. No code
839 changes.
840
841 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
842
843 * ivars.c (class_addIvar): Use the 'size' argument instead of
844 trying to calculate it using objc_sizeof_type().
845 * objc/runtime.h (class_addIvar): Updated comments.
846
847 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
848
849 * sendmsg.c: Reindented some code and tidied up comments. No
850 actual code changes.
851
852 2010-12-14 Nicola Pero <nicola.pero@meta-innovation.com>
853
854 * objc/Object.h: Moved all the methods, with the exception of
855 -class and -isEqual:, into ...
856 * objc/deprecated/Object.h: here.
857 * Object.m: Moved all the methods, with the exception of -class
858 and -isEqual: into the 'Deprecated' category.
859
860 2010-12-14 Nicola Pero <nicola.pero@meta-innovation.com>
861
862 * objects.c (object_copy): Do not #undef as we are no longer
863 including objc/objc-api.h.
864 * selector.c: Include objc/runtime.h and
865 objc-private/module-abi-8.h. Do not include objc/objc-api.h and
866 objc/encoding.h. Updated
867 (__objc_register_selectors_from_class): Use struct
868 objc_method_list * instead of MethodList_t.
869 (__objc_register_selectors_from_list): Use Method instead of
870 Method_t.
871 (struct objc_method_description_list): Do not define here.
872 (__objc_register_instance_methods_to_class): Use struct
873 objc_method_list * instead of MethodList_t and Method instead of
874 Method_t.
875
876 2010-12-14 Nicola Pero <nicola.pero@meta-innovation.com>
877
878 * selector.c: Reindented some code and tidied up comments. No
879 actual code changes.
880
881 2010-12-13 Iain Sandoe <iains@gcc.gnu.org>
882
883 * encoding.c (_darwin_rs6000_special_round_type_align): New.
884 (darwin_rs6000_special_round_type_align): Adjust to use new routine.
885
886 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
887
888 * sendmsg.c (selector_resolveClassMethod): New.
889 (selector_resolveInstanceMethod): New.
890 (__objc_resolve_class_method): New.
891 (__objc_resolve_instance_method): New.
892 (get_imp): Call __objc_resolve_class_method or
893 __objc_resolve_instance_method at the appropriate time.
894 (objc_msg_lookup): Same.
895 (class_getClassMethod): Same.
896 (class_getInstanceMethod): Same.
897 (__objc_init_dispatch_tables): Initialize
898 selector_resolveClassMethod and selector_resolveInstanceMethod.
899 * objc/runtime.h: Updated documentation of class_getClassMethod,
900 class_getInstanceMethod and class_getMethodImplementation.
901
902 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
903
904 * objc-private/module-abi-8.h (struct objc_symtab): Updated
905 description of sel_ref_cnt and refs.
906 * objc/deprecated/struct_objc_symtab.h (objc_symtab): Same change.
907
908 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
909
910 PR target/40125
911 PR lto/46695
912 * configure.ac (extra_ldflags_libobjc): Invoke ACX_LT_HOST_FLAGS.
913 * Makefile.in (lt_host_flags): Import AC_SUBST'd value.
914 * aclocal.m4: Regenerate.
915 * configure: Regenerate.
916
917 2010-12-03 Matthias Klose <doko@ubuntu.com>
918
919 * configure.ac (VERSION): Bump the version to 3:0:0.
920 * configure: Regenerate.
921
922 2010-11-23 Richard Frith-Macdonald <rfm@gnu.org>
923
924 * sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to
925 pass nil as the receiver since we don't know the receiver at this
926 point.
927
928 2010-11-18 Nicola Pero <nicola.pero@meta-innovation.com>
929
930 * ivars.c: Include stdlib.h.
931 * protocols.c: Same change.
932
933 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
934
935 * Makefile.in (OBJC_SOURCE_FILES): Added accessors.m.
936 * accessors.m: New.
937 * init.c: Include objc-private/accessors.h.
938 (__objc_exec_class): Call __objc_accessors_init.
939 * objc-private/accessors.h: New.
940
941 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
942
943 * objc/message.h: Moved initial includes outside of extern "C".
944 * objc/runtime.h: Add extern "C" for Objective-C++.
945
946 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
947
948 * init.c (objc_send_load): Do not wait for NXConstantString to be
949 registered before executing +load. There is no point if
950 -fconstant-string-class=xxx is used when compiling all modules,
951 as is the case for almost all users.
952 * linking.m (__objc_linking): Do not try to forcefully link in
953 NXConstantString.
954
955 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
956
957 * objc/runtime.h: Updated comments.
958 (class_addMethod): New.
959 (class_addIvar): New.
960 (class_replaceMethod): New.
961 (objc_allocateClassPair): New.
962 (objc_registerClassPair): New.
963 (objc_disposeClassPair): New.
964 * class.c (objc_allocateClassPair): New.
965 (objc_registerClassPair): New.
966 (objc_disposeClassPair): New.
967 (class_getSuperclass): Return Nil if a class is in construction.
968 * init.c (__objc_exec_class): Call __objc_init_class.
969 (__objc_init_class): New.
970 * ivars.c (class_copyIvarList): Return NULL if class is in
971 construction. Do not lock the runtime mutex.
972 (class_getInstanceVariable): Return NULL if class is in
973 construction. Do not lock the runtime mutex.
974 (class_addIvar): New.
975 * sendmsg.c (class_addMethod): New.
976 (class_replaceMethod): New.
977 * objc-private/module-abi-8.h (__CLS_SETNOTINFO): New.
978 (_CLS_IN_CONSTRUCTION): New.
979 (CLS_IS_IN_CONSTRUCTION): New.
980 (CLS_SET_IN_CONSTRUCTION): New.
981 (CLS_SET_NOT_IN_CONSTRUCTION): New.
982 * objc-private/runtime.h (__objc_init_class): New.
983
984 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
985
986 * class.c (class_getSuperclass): Call __objc_resolve_class_links
987 if the class is not resolved yet.
988 * ivars.c (class_getInstanceVariable): Use class_getSuperclass.
989
990 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
991
992 * objc/runtime.h (class_getIvarLayout): New.
993 (class_getWeakIvarLayout): New.
994 (class_setIvarLayout): New.
995 (class_setWeakIvarLayout): New.
996 * ivars.c (class_getIvarLayout): New.
997 (class_getWeakIvarLayout): New.
998 (class_setIvarLayout): New.
999 (class_setWeakIvarLayout): New.
1000
1001 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
1002
1003 * objc/runtime.h (class_copyPropertyList): New.
1004 (class_getProperty): New.
1005 (property_getAttributes): New.
1006 (property_getName): New.
1007 * ivars.c (class_copyPropertyList): New.
1008 (class_getProperty): New.
1009 (property_getAttributes): New.
1010 (property_getName): New.
1011
1012 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
1013
1014 * objc-private/runtime.h (__objc_update_classes_with_methods): New.
1015 * class.c (__objc_update_classes_with_methods): New.
1016 (objc_getClassList): Do not lock the class lock.
1017 * methods.c (method_exchangeImplementations): New.
1018 (method_setImplementation): New.
1019 * objc/runtime.h (method_setImplementation): New.
1020 (method_exchangeImplementations): New.
1021
1022 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
1023
1024 * Protocol.m: Include objc/runtime.h and
1025 objc-private/module-abi-8.h instead of objc/objc-api.h. Do not
1026 repeat Protocol's instance variables.
1027 (struct objc_method_description_list): Do not define here.
1028 ([-conformsTo:]): Reimplemented on top of protocol_conformsTo().
1029 ([descriptionForInstanceMethod:]): Use sel_isEqual() to compare
1030 selectors directly instead of getting names and then using strcmp.
1031 ([descriptionForClassMethod:]): Same change.
1032 ([-isEqual:]): Reimplemented on top of protocol_isEqual().
1033 * protocols.c (protocol_getMethodDescription): Use sel_isEqual()
1034 to compare selectors directly instead of getting names and then
1035 using strcmp.
1036 * objc/Protocol.h: Updated comments.
1037
1038 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
1039
1040 * init.c (__objc_init_protocol): New function which fixes up a
1041 protocol's class pointer, registers it with the runtime, register
1042 all protocol selectors and registers associated protocols too.
1043 (objc_init_statics): Detect if we are initializing protocols, and
1044 if so, use __objc_init_protocol instead of only fixing up the
1045 class pointer.
1046 (__objc_init_protocls): Use __objc_init_protocol.
1047 * objc-private/module-abi-8.h: Updated comments.
1048 * objc-private/runtime.h
1049 (__objc_register_selectors_from_description_list): New.
1050 * selector.c (__objc_register_selectors_from_description_list):
1051 New. (struct objc_method_description_list): Declare.
1052 * Protocol.m ([-descriptionForInstanceMethod:]): Use sel_get_name
1053 when accessing the name of a method, which is now correctly a SEL.
1054 ([-descriptionForClassMethod:]): Same change.
1055 * protocols.c (protocol_getMethodDescription): Same change.
1056 * objc/runtime.h: Updated comments.
1057 (sel_registerTypedName): Fixed typo in function name.
1058
1059 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
1060
1061 PR libobjc/23214
1062 * init.c (objc_init_statics): Do not skip the initialization of a
1063 statics list if the first object has already been initialized; in
1064 the case of Protocols, while the first one may have been
1065 initialized, some others may not have been initialized yet.
1066
1067 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
1068
1069 * Makefile.in (OBJC_DEPRECATED_H): Added
1070 objc_get_uninstalled_dtable, objc_object_alloc.h and
1071 struct_objc_static_instances.h.
1072
1073 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
1074
1075 * encoding.c (method_copyReturnType): New.
1076 (method_copyArgumentType): New.
1077 (method_getReturnType): New.
1078 (method_getArgumentType): New.
1079 * methods.c (method_getDescription): New.
1080 * objc/runtime.h (method_copyReturnType): New.
1081 (method_copyArgumentType): New.
1082 (method_getReturnType): New.
1083 (method_getArgumentType): New.
1084 (method_getDescription): New.
1085
1086 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1087
1088 * encoding.c: Tidied up comments.
1089 (objc_skip_variable_name): New static inline function.
1090 (objc_sizeof_type): Use objc_skip_variable_name instead of copying
1091 the same code over and over.
1092 (objc_alignof_type): Same.
1093 (objc_aligned_size): Same.
1094 (objc_promoted_size): Same.
1095 (objc_skip_typespec): Same.
1096 (objc_layout_structure_next_member): Same.
1097 (objc_skip_offset): Skip a '-' before the digits (if any). Fixed
1098 historical bug where objc_skip_offset would skip one byte even if
1099 there is no offset: check that the first offset digit is actually
1100 a digit before skipping it.
1101 (objc_skip_type_qualifiers): Mark as inline.
1102 (objc_skip_typespec): Mark as inline.
1103
1104 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1105
1106 * Makefile.in (C_SOURCE_FILES): Added methods.c.
1107 * encoding.c (method_getNumberOfArguments): New.
1108 (method_get_number_of_arguments): Call
1109 method_getNumberOfArguments.
1110 * ivars.c (ivar_getName): Check for NULL variable argument.
1111 (ivar_getOffset): Check for NULL variable argument.
1112 (ivar_getTypeEncoding): Check for NULL variable argument.
1113 (class_copyIvarList): New.
1114 * methods.c: New.
1115 * protocols.c (class_copyProtocolList): Check for Nil class_
1116 argument.
1117 * sendmsg.c: Use 'struct objc_method *' instead of Method_t, and
1118 'struct objc_method_list *' instead of MethodList_t.
1119 (class_getMethodImplementation): New.
1120 (class_respondsToSelector): New.
1121 (class_getInstanceMethod): New.
1122 (class_getClassMethod): New.
1123 * objc/runtime.h: Updated comments.
1124 (class_copyIvarList): New.
1125 (class_getInstanceMethod): New.
1126 (class_getClassMethod): New.
1127 (class_getMethodImplementation): New.
1128 (class_respondsToSelector): New.
1129 (method_getName): New.
1130 (method_getImplementation): New.
1131 (method_getTypeEncoding): New.
1132 (class_copyMethodList): New.
1133 (method_getNumberOfArguments): New.
1134
1135 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1136
1137 * class.c: Include objc/runtime.h and objc-private/module-abi-8.h
1138 instead of objc/objc-api.h.
1139 (objc_get_unknown_class_handler): Do not define.
1140 (class_isMetaClass): New.
1141 (class_getSuperclass): New.
1142 (class_getVersion): New.
1143 (class_setVersion): New.
1144 (class_getInstanceSize): New.
1145 * exceptions.c: Include objc/runtime.h instead of objc/objc-api.h.
1146 (is_kind_of_exception_matcher): Use objc_getSuperclass instead of
1147 objc_get_super_class.
1148 (get_ttype_entry): Use objc_getRequiredClass instead of
1149 objc_get_class.
1150 * ivars.c (class_getClassVariable): New.
1151 * objects.c: Include objc/runtime.h, objc/thr.h and
1152 objc-private/module-abi-8.h instead of objc/objc-api.h
1153 * objc/runtime.h (class_getClassVariable): New.
1154 (class_isMetaClass): New.
1155 (class_getSuperclass): New.
1156 (class_getVersion): New.
1157 (class_setVersion): New.
1158 (class_getInstanceSize): New.
1159 * objc-private/module-abi-8.h (HOST_BITS_PER_LONG): New (from
1160 objc/objc-api.h)
1161 (__CLS_INFO): Same.
1162 (__CLS_ISINFO): Same.
1163 (__CLS_SETINFO): Same.
1164 (CLS_ISMETA): Same.
1165 (CLS_ISCLASS): Same.
1166 (CLS_ISRESOLV): Same.
1167 (CLS_SETRESOLV): Same.
1168 (CLS_ISINITIALIZED): Same.
1169 (CLS_SETINITIALIZED): Same.
1170 (CLS_GETNUMBER): Same.
1171 (CLS_SETNUMBER): Same.
1172
1173 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1174
1175 * archive.c: Do not include objc/objc.h.
1176 * class.c: Do not include objc/objc.h.
1177 * encoding.c: Include objc/runtime.h, ctype.h and
1178 objc-private/module-abi-8.h instead of objc/objc-api.h and
1179 objc/encoding.h.
1180 * error.c: Do not include objc/objc.h.
1181 * gc.c: Include tconfig.h and objc/encoding.h only if
1182 OBJC_WITH_GC.
1183 * hash.c: Include objc/runtime.h and objc/thr.h instead of
1184 objc/objc-api.h. Do not include objc/objc.h.
1185 * init.c: Do not include objc/objc.h.
1186 * ivars.c: Include objc/runtime.h, objc-private/module-abi-8.h and
1187 objc/thr.h instead of objc/objc-api.h. Do not include
1188 objc/objc.h.
1189 * linking.m: Tidied comment.
1190 * memory.c: Include objc/runtime.h instead of objc/objc-api.h.
1191 Do not include objc/objc.h.
1192 * objects.c: Do not include objc/objc.h.
1193 * objc-sync.c: Include objc/runtime.h instead of objc/objc-api.h.
1194 * protocols.c: Do not include objc/objc.h.
1195 * sarray.c: Include objc/runtime.h instead of objc/objc-api.h. Do
1196 not include objc/objc.h.
1197 * selector.c: Do not include objc/objc.h.
1198 * sendmsg.c: Do not include objc/objc.h.
1199 * thr.c: Include objc/runtime.h instead of objc/objc-api.h.
1200 Do not include objc/objc.h.
1201 * objc/objc-decls.h: Reindented code.
1202 * objc/runtime.h Include objc-decls.h. Updated comments.
1203 (objc_malloc): New.
1204 (objc_atomic_malloc): New.
1205 (objc_calloc): New.
1206 (objc_realloc): New.
1207 (objc_free): New.
1208 * objc-private/runtime.h: Updated comments.
1209
1210 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1211
1212 * Makefile.in (C_SOURCE_FILES): Added protocols.c.
1213 * objc-private/protocols.h: New.
1214 * protocols.c: New.
1215 * init.c: Include objc-private/protocols.h.
1216 (__objc_exec_class): Call __objc_protocols_init on startup.
1217 (__objc_init_protocols): Call __objc_protocols_add_protocol.
1218 * objc-private/runtime.h: Use (struct objc_method_list *) instead
1219 of MethodList_t, and (struct objc_method *) instead of Method_t.
1220 * objc/deprecated/struct_objc_class.h: Define
1221 __objc_STRUCT_OBJC_CLASS_defined.
1222 * objc-private/module-abi-8.h (struct
1223 objc_method_description_list): New.
1224 (struct objc_class): Only define if
1225 __objc_STRUCT_OBJC_CLASS_defined is undefined.
1226 * objc/runtime.h (class_getName): New.
1227 (objc_getProtocol): New.
1228 (objc_copyProtocolList): New.
1229 (class_addProtocol): New.
1230 (class_conformsToProtocol): New.
1231 (class_copyProtocolList): New.
1232 (protocol_conformsToProtocol): New.
1233 (protocol_isEqual): New.
1234 (protocol_getName): New.
1235 (protocol_getMethodDescription): New.
1236 (protocol_copyMethodDescriptionList): New.
1237 (protocol_getProperty): New.
1238 (protocol_copyPropertyList): New.
1239 (protocol_copyProtocolList): New.
1240 * class.c (class_getName): New.
1241 * selector.c (sel_isEqual): New.
1242
1243 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
1244
1245 * selector.c (sel_getName): Return "<null selector>" for a NULL
1246 argument.
1247 (sel_get_name): Return 0 for a NULL argument.
1248 * objc/runtime.h (sel_getName): Updated documentation.
1249
1250 * objc-private/hash.h (class_hash_table): Unused declaration
1251 removed.
1252 (module_hash_table): Same.
1253 * objc/deprecated/hash.h: Same changes.
1254
1255 2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
1256
1257 * class.c (objc_getClassList): New.
1258 (objc_getRequiredClass): New.
1259 (objc_getMetaClass): New.
1260 (objc_lookupClass): New.
1261 (objc_getClass): New.
1262 (__objc_get_unknown_class_handler): New.
1263 (objc_setGetUnknownClassHandler): New.
1264 (objc_get_class): Use __objc_get_unknown_class_handler.
1265 (objc_lookup_class): Call objc_getClass.
1266 * objc/objc-api.h: Updated comment and copyright notice.
1267 * objc/runtime.h: Updated comments.
1268 (objc_getClass): New.
1269 (objc_lookupClass): New.
1270 (objc_getMetaClass): New.
1271 (objc_getRequiredClass): New.
1272 (objc_getClassList): New.
1273 (objc_setGetUnknownClassHandler): New.
1274 (objc_get_unknown_class_handler): New.
1275 * objc-private/runtime.h: Use __objc_private_runtime_INCLUDE_GNU
1276 instead of __objc_runtime_INCLUDE_GNU as include guard.
1277 * objc-private/error.h (_objc_abort): Mark as noreturn.
1278
1279 2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
1280
1281 * Makefile.in (C_SOURCE_FILES): Added ivars.c.
1282 * ivars.c: New.
1283 * objc/objc.h: Updated comments.
1284 * objc/runtime.h (object_getClass): New.
1285 (object_getClassName): New.
1286 (object_setClass): New.
1287 (class_getInstanceVariable): New.
1288 (object_getIndexedIvars): New.
1289 (object_getInstanceVariable): New.
1290 (object_setInstanceVariable): New.
1291 (object_getIvar): New.
1292 (object_setIvar): New.
1293 (ivar_getName): New.
1294 (ivar_getOffset): New.
1295 (ivar_getTypeEncoding): New.
1296 * objc-private/module-abi-8.h (struct objc_class): Added.
1297 * objects.c (object_getClassName): New.
1298 (object_setClass): New.
1299
1300 2010-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
1301
1302 * objc/objc.h: Updated comments.
1303 * objc/objc-api.h: (object_copy): Added one argument; use a
1304 #define to maintain backwards-compatibility. Moved
1305 _objc_object_alloc, _objc_object_copy, _objc_object_dispose and
1306 objc_get_uninstalled_dtable into
1307 objc/deprecated/objc_get_uninstalled_dtable.h and
1308 objc/deprecated/objc_object_alloc.h. Include these files.
1309 * objc/deprecated/objc_get_uninstalled_dtable.h: New.
1310 * objc/deprecated/objc_object_alloc.h: New.
1311 * objc/runtime.h (set_getName): New.
1312 (sel_getType): New.
1313 (sel_getUid): New.
1314 (sel_registerName): New.
1315 (sel_registerTypedName): New.
1316 (sel_isEqual): New.
1317 (class_createInstance): New.
1318 (object_copy): New.
1319 (object_dispose): New.
1320 * objects.c: Do not include tconfig.h. Include gc_typed.h if
1321 building the garbage collection version.
1322 (__objc_object_alloc): Removed.
1323 (__objc_object_copy): Removed.
1324 (__objc_object_dispose): Removed.
1325 (class_createInstance): New from code in class_create_instance.
1326 Cast second argument of GC_malloc_explicitly_typed. Use
1327 objc_calloc. Do not call _objc_object_alloc.
1328 (class_create_instance): Call class_createInstance.
1329 (object_copy): Added extraBytes argument. Do not call
1330 _objc_object_copy.
1331 (object_dispose): Do not call _objc_object_dispose.
1332 * memory.c (objc_free): When using garbage collection, mark the
1333 argument as unused.
1334 * selector.c (sel_getName): New.
1335 (sel_get_name): Call sel_getName.
1336 (sel_getType): New.
1337 (sel_get_type): Call sel_getType.
1338 (sel_registerName): New.
1339 (sel_register_name): Call sel_registerName.
1340 (sel_registerTypedName): New.
1341 (sel_register_typed_name): Call sel_registerTypedName.
1342 (sel_getUid): New.
1343 (sel_get_uid): Call sel_getUid.
1344
1345 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
1346
1347 * objc/objc-api.h: Define Method, Method_t, Category and
1348 Category_t. Prevent including this file at the same time as
1349 objc/runtime.h. Updated comments.
1350 * objc/deprecated/struct_objc_method.h: Do not define Method,
1351 Method_t.
1352 * objc/deprecated/struct_objc_category.h: Do not define Category,
1353 Category_t.
1354 * objc-private/module-abi-8.h: New file containing a copy of all
1355 the structure definitions. Not used yet.
1356 * objc/encoding.h (objc_aligned_size): Removed duplicate
1357 declaration. Updated comments.
1358 * objc/runtime.h: Added Ivar, objc_property_t, Property, Method,
1359 Category, struct objc_method_description, _C_ID and similar,
1360 _C_CONST and similar and _F_CONST and similar. Added
1361 objc_sizeof_type, objc_alignof_type, objc_aligned_size,
1362 objc_promoted_size, objc_skip_type_qualifier, objc_skip_typespec,
1363 objc_skip_offset, objc_skip_argspec, objc_get_type_qualifiers,
1364 struct objc_struct_layout, objc_layout_structure,
1365 objc_layout_structure_next_member, objc_layout_finish_structure,
1366 objc_layout_structure_get_info. Prevent including this file at
1367 the same time as objc/objc-api.h.
1368
1369 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
1370
1371 * Makefile.in (OBJC_DEPRECATED_H): Added struct_objc_category.h,
1372 struct_objc_ivar.h, struct_objc_ivar_list.h, struct_objc_method.h,
1373 struct_objc_method_list.h, struct_objc_module.h,
1374 struct_objc_protocol_list.h, struct_objc_symtab.h.
1375 * objc/deprecated/struct_objc_category.h: New.
1376 * objc/deprecated/struct_objc_ivar.h: New.
1377 * objc/deprecated/struct_objc_ivar_list.h: New.
1378 * objc/deprecated/struct_objc_method.h: New.
1379 * objc/deprecated/struct_objc_method_list.h: New.
1380 * objc/deprecated/struct_objc_module.h: New.
1381 * objc/deprecated/struct_objc_protocol_list.h: New.
1382 * objc/deprecated/struct_objc_symtab.h: New.
1383 * objc/deprecated/struct_objc_static_instances.h: New.
1384 * objc/objc-api.h: Definitions of deprecated structures moved into
1385 the above header fragment files in objc/deprecated/. Include the
1386 files instead of definition the structures here. Updated
1387 comments.
1388 * objc/runtime.h: Updated comments. Do not include objc-api.h.
1389 (objc_set_enumeration_mutation_handler): Renamed to
1390 objc_setEnumerationMutationHandler.
1391 * objc-foreach.c (objc_set_enumeration_mutation_handler): Renamed
1392 to objc_setEnumerationMutationHandler.
1393 * objc/objc-exception.h (objc_set_exception_matcher): Renamed to
1394 objc_setExceptionMatcher.
1395 (objc_set_uncaught_exception_handler): Renamed to
1396 objc_setUncaughtExceptionHandler.
1397 * exception.c: Same changes.
1398
1399 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
1400
1401 * objc-sync.c: Include objc-private/common.h.
1402
1403 2010-10-10 Nicola Pero <nicola.pero@meta-innovation.com>
1404
1405 * objc-foreach.c: Include objc-private/common.h.
1406 * objc/deprecated/METHOD_NULL.h: New file.
1407 * objc/objc-api.h: Include deprecated/METHOD_NULL.h instead of
1408 defining METHOD_NULL here.
1409 * Makefile.in (OBJC_DEPRECATED_H): Added METHOD_NULL.h.
1410 * Object.m ([+instancesRespondTo:]): Use (Method_t)0 instead of
1411 METHOD_NULL.
1412 ([-respondsTo:]): Same change.
1413 * objc/objc-api.h (method_get_imp): Converted it into a normal
1414 function so that we can hide the internals of struct objc_method.
1415 * sendmsg.c (method_get_imp): Implemented.
1416
1417 2010-10-09 Nicola Pero <nicola.pero@meta-innovation.com>
1418
1419 * objc/objc-api.h (struct objc_super, Super, Super_t,
1420 objc_msg_lookup_super, objc_msg_sendv, objc_msg_forward,
1421 objc_msg_forward2): Declarations moved to objc/message.h. Include
1422 message.h here.
1423 * objc/message.h: Added such declarations; updated comments.
1424
1425 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
1426
1427 Implemented fast enumeration for Objective-C.
1428 * Makefile.in (C_SOURCE_FILES): Added objc-foreach.c.
1429 (OBJC_H): Added runtime.h
1430 * objc-foreach.c: New file.
1431 * objc/runtime.h: New file.
1432
1433 2010-09-30 Kai Tietz <kai.tietz@onevision.com>
1434
1435 * objc/deprecated/struct_objc_class.h: Add padding
1436 to avoid warning with -Wpadded.
1437
1438 2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
1439
1440 * encoding.c (objc_sizeof_type): Added support for vector type and
1441 for double long types.
1442 (objc_alignof_type): Same change.
1443 (objc_skip_typespec): Same change.
1444 * objc/encoding.h (_C_GCINVISIBLE): Use '|' for _C_GCINVISIBLE
1445 instead of '!' since '!' is already used for _C_VECTOR.
1446 * objc/objc-api.h (_C_LNG_DBL): Added.
1447
1448 2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
1449
1450 * libobjc_entry.c: File removed.
1451
1452 2010-09-26 Kai Tietz <kai.tietz@onevision.com>
1453
1454 * sendmsg.c (objc_msg_lookup): Remove inline.
1455 (objc_get_uninstalled_dtable): Likewise.
1456 * encoding.c (objc_skip_type_qualifiers): Likewise.
1457 (objc_skip_offset): Likewise.
1458 * archive.c (__objc_write_object): Likewise
1459 (__objc_write_class):
1460 (__objc_write_selector):
1461 (objc_read_char):
1462 (objc_read_unsigned_char):
1463 (objc_read_short):
1464 (objc_read_unsigned_short):
1465 (objc_read_int):
1466 (objc_read_long):
1467 (__objc_read_nbyte_uint):
1468 (objc_read_unsigned_int):
1469 (objc_read_unsigned_long):
1470 * objc/objc-decls.h (obc_EXPORT): Remove dllexport for DLL_EXPORT case.
1471 (objc_EXPORT): Likewise.
1472 * objc/message.h (objc-decls.h): Add include.
1473 * objc/objc-api.h: Mark API by objc_EXPORT.
1474 * libobjc.def (__objc_responds_to): Removed.
1475
1476 2010-09-18 Nicola Pero <nicola.pero@meta-innovation.com>
1477
1478 * hash.c: Include objc-private/hash.h instead of objc/hash.h.
1479
1480 * objc/sarray.h: Moved into objc/deprecated/sarray.h;
1481 objc/sarray.h replaced with a placeholder including the file from
1482 the deprecated/ directory.
1483 * objc-private/sarray.h: New file (private copy of sarray.h).
1484 * hash.c: Include <assert.h> instead of "assert.h"
1485 * sarray.c: Include <assert.h> instead of "assert.h". Include
1486 objc-private/sarray.h instead of objc/sarray.h.
1487 * selector.c: Include objc-private/sarray.h instead of
1488 objc/sarray.h.
1489 * sendmsg.c: Include <assert.h>. Include objc-private/sarray.h
1490 instead of objc/sarray.h.
1491 * Makefile.in (OBJC_DEPRECATED_H): Added sarray.h.
1492
1493 2010-09-17 Nicola Pero <nicola.pero@meta-innovation.com>
1494
1495 * objc-private/objc-list.h (list_remove_elem): Unused function
1496 removed. (list_nth): Unused function removed. (list_find):
1497 Unused function removed. (list_lenght): Unused function removed.
1498
1499 2010-09-17 Nicola Pero <nicola.pero@meta-innovation.com>
1500
1501 * objc/hash.h: Moved into objc/deprecated/hash.h; objc/hash.h
1502 replaced with a placeholder including the file from the
1503 deprecated/ directory.
1504 * objc/objc-api.h: Updated includes.
1505 * objc/typedstream.h: Updated includes.
1506 * objc-private/hash.h: New file (private copy of hash.h).
1507 * objc/objc-list.h: Moved into objc/deprecated/objc-list.h;
1508 objc/objc-list.h replaced with a placeholder including the file
1509 from the deprecated/ directory.
1510 * objc-private/objc-list.h: New file (private copy of objc-list.h).
1511 * init.c: Include objc-private/hash.h and objc-private/objc-list.h
1512 instead of objc/hash.h and objc/objc-list.h.
1513 * selector.c: Same change.
1514 * class.c: Added include <string.h>, which used to be implicitly included
1515 when hash.h was included.
1516 * exception.c: Same change.
1517 * objects.c: Same change.
1518 * sarray.c: Same change.
1519 * sendmsg.c: Same change.
1520 * Makefile.in (OBJC_DEPRECATED_H): Added hash.h and objc-list.h.
1521
1522 2010-09-14 Nicola Pero <nicola.pero@meta-innovation.com>
1523
1524 Implemented objc_sync_enter() and objc_sync_exit(), which are
1525 required by @synchronized() to work.
1526 * objc-sync.c: New file.
1527 * objc/objc-sync.h: New file.
1528 * objc-private/objc-sync.h: New file.
1529 * init.c (__objc_exec_class): Call __objc_sync_init() during the
1530 Objective-C runtime startup.
1531 * Makefile.in: Added objc-sync.c and objc-sync.h.
1532 * configure.ac: Added GCC_CHECK_TLS.
1533 * acinclude.m4: Include ../config/enable.m4 and ../config/tls.m4.
1534 * configure: Regenerated.
1535 * config.h.in: Regenerated.
1536
1537 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1538
1539 * Makefile.in (%_gc.lo): New pattern rules to build the
1540 garbage-collected version of the library. Removed rules for
1541 specific files that are no longer needed. Standardized all rules.
1542 (C_SOURCE_FILES, OBJC_SOURCE_FILES): New variables.
1543 (OBJS, OBJS_GC): Compute these from C_SOURCE_FILES and
1544 OBJC_SOURCE_FILES.
1545 (INCLUDES): Removed the unused include -I$(srcdir)/objc.
1546
1547 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1548
1549 * memory.c (objc_calloc): Fixed call to GC_malloc when building
1550 with Garbage Colletion.
1551
1552 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1553
1554 * memory.c: Do not include objc-private/runtime.h.
1555
1556 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1557
1558 * objc/deprecated/objc_malloc.h: New file.
1559 * objc/deprecated/objc_valloc.h: New file.
1560 * objc/objc-api.h: Include the files instead of defining
1561 objc_valloc, _objc_malloc() and similar.
1562 * Makefile.in (OBJC_DEPRECATED_H): Added objc_valloc.h and
1563 objc_malloc.h.
1564 * memory.c: Removed the extra layer of indirection of _objc_malloc
1565 and similar.
1566 (objc_calloc): Use GC_malloc in the garbage-collected
1567 implementation as GC_malloc returns memory that is already freed.
1568 (objc_valloc): Deprecated.
1569
1570 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1571
1572 * objc/deprecated/objc_error.h: New file.
1573 * objc/objc-api.h: Include deprecated/objc_error.h instead of
1574 defining objc_error and related.
1575 * error.c: New file. Added _objc_abort function which replaces
1576 objc_error. No change in functionality as they both print an
1577 error and abort.
1578 * misc.c: File removed. Code moved into memory.c and error.c.
1579 * memory.c: New file.
1580 * objc-private/error.h: New file.
1581 * archive.c: Include objc-private/error.h and use _objc_abort
1582 instead of objc_error everywhere.
1583 * class.c: Same change.
1584 * encoding.c: Same change.
1585 * init.c: Same change, and simplified init_check_module_version.
1586 * memory.c: Same change.
1587 * sendmsg.c: Same change.
1588 * thr.c: Same change.
1589 * Makefile.in (OBJ_DEPRECATED_H): Added objc_error.h.
1590 (OBJ_H): Reordered list.
1591 (OBJS): Removed misc.lo, added memory.lo and error.lo.
1592 (OBJS_GC): Removed misc_gc.lo, added memory_gc.lo and error_gc.lo.
1593 (misc_gc.lo): Rule removed.
1594 (error_gc.lo): Rule added.
1595 (memory_gc.lo): Rule added.
1596
1597 2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
1598
1599 * objc/objc.h (__GNU_LIBOBJC__): New #define providing an easy way
1600 to check the API version. Added some comments.
1601
1602 * objc-private/common.h: New file.
1603 * NXConstStr.m: Include objc-private/common.h.
1604 * Object.m: Same change.
1605 * Protocol.m: Same change.
1606 * archive.c: Same change.
1607 * class.c: Same change.
1608 * encoding.c: Same change.
1609 * exception.c: Same change.
1610 * gc.c: Same change.
1611 * hash.c: Same change.
1612 * init.c: Same change.
1613 * libobjc_entry.c: Same change.
1614 * linking.m: Same change.
1615 * misc.c: Same change (and added a comment).
1616 * nil_method.c: Same change.
1617 * objects.c: Same change.
1618 * sarray.c: Same change.
1619 * selector.c: Same change.
1620 * sendmsg.c: Same change.
1621 * thr.c: Same change.
1622
1623 2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
1624
1625 * objc/objc-api.h: Removed obsolete #ifdef for NeXTSTEP.
1626
1627 2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
1628
1629 * archive.c: Removed not needed includes.
1630 * class.c: Same change.
1631 * hash.c: Same change.
1632 * misc.c: Same change.
1633 * nil_method.c: Same change.
1634 * objects.c: Same change.
1635 * sarray.c: Same change.
1636 * sendmsg.c: Same change.
1637 * thr.c: Same change.
1638
1639 2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
1640
1641 * objc/runtime.h: Moved to objc-private/runtime.h. Do not include
1642 all the objc/*.h files.
1643 * objc-private/runtime.h: New file.
1644 * archive.c: Include objc-private/runtime.h (and required objc/*.h
1645 files) instead of objc/runtime.h.
1646 * class.c: Same change.
1647 * hash.c: Same change.
1648 * init.c: Same change.
1649 * misc.c: Same change.
1650 * nil_method.c: Same change.
1651 * objects.c: Same change.
1652 * sarray.c: Same change.
1653 * selector.c: Same change.
1654 * sendmsg.c: Same change.
1655 * thr.c: Same change.
1656
1657 2010-09-11 Nicola Pero <nicola.pero@meta-innovation.com>
1658
1659 * objc/deprecated/struct_objc_selector.h: New file. Definition of
1660 'struct objc_selector' and 'sel_eq' moved here.
1661 * objc/deprecated/struct_objc_protocol.h: New file. Definition of
1662 'struct objc_procotol' moved here.
1663 * objc/deprecated/struct_objc_class.h: New file. Definition of
1664 'struct objc_class' moved here.
1665 * objc/deprecated/MetaClass.h: New file. Definition of MetClass
1666 moved here.
1667 * objc/deprecated/STR.h: New file. Definition of STR moved here.
1668 * objc/message.h: New file. Definitions for relval_t, apply_t,
1669 arglist, arglist_t and objc_msg_lookup were moved here.
1670 * objc/objc.h: Include the above files instead of defining the
1671 corresponding structs, types and functions here. Added new opaque
1672 definitions for SEL and Class. Use Class and not 'struct
1673 objc_class *' in the definition of 'struct objc_object'.
1674 Commented all types defined in the file. Removed special
1675 definition of BOOL as 'int' on __vxworks; use 'unsigned char'
1676 there as well.
1677 * objc/deprecated/objc-unexpected-exception.h: Renamed to
1678 objc_unexpected_exception.h.
1679 * objc/objc-api.h: Updated include of
1680 objc-unexpetected-exception.h
1681 * objc/objc-exception.h: Updated comments.
1682 * Makefile.in (OBJC_H, OBJC_DEPRECATED_H): Added the new header
1683 files. Reindented list of files.
1684
1685 2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
1686
1687 * objc/objc-api.h (objc_trace): Unused variable removed.
1688
1689 2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
1690
1691 * objc/deprecated: New directory.
1692 * objc/deprecated/README: New file.
1693 * objc/README: New file.
1694 * objc/typedstream.h: Moved into objc/deprecated/typedstream.h;
1695 objc/typedstream.h replaced with a placeholder including the file
1696 from the deprecated/ directory.
1697 * objc/deprecated/objc-unexpected-exception.h: New file with the
1698 definition of _objc_unexpected_exception.
1699 * objc/objc-api.h: Include deprecated/objc-unexcepted-exception.h
1700 instead of defining _objc_unexpected_exception.
1701 * objc/deprecated/Object.h: New file with the deprecated Object
1702 methods in a 'Deprecated' category.
1703 * objc/Object.h Include deprecated/Object.h instead of defining
1704 the deprecated methods.
1705 * Object.m: Moved deprecated methods into 'Deprecated' category.
1706 * objc-private: New directory.
1707 * objc-private/README: New file.
1708 * Makefile.in (OBJC_DEPRECATED_H): New variable.
1709 (install-headers): Create installation directory for
1710 OBJC_DEPRECATED_H headers, and install them.
1711
1712 2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
1713
1714 * objc/objc-exception.h: Fixed include of objc.h.
1715
1716 2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com>
1717
1718 * objc/objc-exception.h: New file.
1719 * exception.c (objc_set_uncaught_exception_handler): Implemented.
1720 (objc_set_exception_matcher): Implemented.
1721 (objc_exception_throw): Use the uncaught exception handler if set.
1722 (PERSONALITY_FUNCTION): Use the exception matcher instead of the
1723 hardcoded isKindOf.
1724 (isKindOf): Renamed to is_kind_of_exception_matcher. Tidied code
1725 up. Removed segmentation fault when value is 'nil'.
1726 * objc/objc-api.h (_objc_unexpected_exception): Mark as
1727 deprecated.
1728 * Makefile.in (exception.lo, exception_gc.lo): Use
1729 -Wno-deprecated-declarations when compiling.
1730 (OBJC_H): Added objc-exception.h
1731
1732 2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com>
1733
1734 * objc/typedstream.h: Deprecate all functions in the file. This
1735 file is obsolete.
1736 * objc/Object.h ([+streamVersion:], [-read:], [-write:],
1737 [-awake]): Documented that these methods are deprecated. Added a
1738 brief description of the Object class and its relationship to the
1739 NSObject class.
1740 * Makefile.in: Compile archive.c and Object.m with
1741 -Wno-deprecated-declarations.
1742
1743 2010-09-08 Nicola Pero <nicola.pero@meta-innovation.com>
1744
1745 Removed obsolete intermediate threading layer.
1746 * thr.c: Use __gthread_objc_xxx functions directly instead of
1747 __objc_thread_xxx ones.
1748 * objc/thr.h: Removed prototypes of no longer existing
1749 __objc_thread_xxx functions.
1750 * Makefile.in: Removed thr-objc.lo.
1751 * thr-dce.c: File removed.
1752 * thr-decosf1.c: File removed.
1753 * thr-irix.c: File removed.
1754 * thr-mach.c: File removed.
1755 * thr-objc.c: File removed.
1756 * thr-os2.c: File removed.
1757 * thr-posix.c: File removed.
1758 * thr-pthreads.c: File removed.
1759 * thr-rtems.c: File removed.
1760 * thr-single.c: File removed.
1761 * thr-solaris.c: File removed.
1762 * thr-vxworks.c: File removed.
1763 * thr-win32.c: File removed.
1764 * README.threads: File removed.
1765 * THREADS.MACH: File removed.
1766 * THREADS: Updated.
1767
1768 2010-09-07 Nicola Pero <nicola.pero@meta-innovation.com>
1769
1770 * Object.m (MAX_CLASS_NAME_LEN): Unused define removed.
1771
1772 2010-09-06 Iain Sandoe <iains@gcc.gnu.org>
1773
1774 * encoding.c: Add TARGET_ALIGN_NATURAL definition for m64 powerpc darwin.
1775 Add a comment as to why, update FIXME comments.
1776
1777 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
1778
1779 * makefile.dos: Obsolete file removed.
1780
1781 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1782
1783 * aclocal.m4: Regenerate.
1784
1785 2010-03-23 Dave Korn <dave.korn.cygwin@gmail.com>
1786
1787 PR libobjc/30445
1788 * configure.ac (extra_ldflags_libobjc): Define appropriately for
1789 Cygwin and MinGW hosts.
1790 * Makefile.am (libobjc_s.a): Remove dead pre-libtool target.
1791 (libobjc.dll): Likewise.
1792 * configure: Regenerate.
1793
1794 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1795
1796 * configure: Regenerate.
1797
1798 2009-11-28 Jakub Jelinek <jakub@redhat.com>
1799
1800 * sarray.c (sarray_free): Use old_buckets variable.
1801 * encoding.c (objc_layout_structure_next_member): Remove unused
1802 bfld_type_size variable.
1803
1804 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1805
1806 * configure.ac (AC_PREREQ): Bump to 2.64.
1807
1808 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1809
1810 * aclocal.m4: Regenerate.
1811 * configure: Regenerate.
1812 * config.h.in: Regenerate.
1813
1814 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1815
1816 * Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS).
1817
1818 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1819
1820 * Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
1821 New variables.
1822 ($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
1823
1824 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1825
1826 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
1827
1828 2009-04-09 Nick Clifton <nickc@redhat.com>
1829
1830 * sendmsg.c: Change copyright header to refer to version 3 of
1831 the GNU General Public License with version 3.1 of the GCC
1832 Runtime Library Exception and to point readers at the COPYING3
1833 and COPYING3.RUNTIME files and the FSF's license web page.
1834 * NXConstStr.m: Likewise.
1835 * Object.m: Likewise.
1836 * Protocol.m: Likewise.
1837 * archive.c: Likewise.
1838 * class.c: Likewise.
1839 * encoding.c: Likewise.
1840 * exception.c: Likewise.
1841 * gc.c: Likewise.
1842 * hash.c: Likewise.
1843 * init.c: Likewise.
1844 * libobjc_entry.c: Likewise.
1845 * linking.m: Likewise.
1846 * misc.c: Likewise.
1847 * nil_method.c: Likewise.
1848 * objc/NXConstStr.h: Likewise.
1849 * objc/Object.h: Likewise.
1850 * objc/Protocol.h: Likewise.
1851 * objc/encoding.h: Likewise.
1852 * objc/hash.h: Likewise.
1853 * objc/objc-api.h: Likewise.
1854 * objc/objc-decls.h: Likewise.
1855 * objc/objc-list.h: Likewise.
1856 * objc/objc.h: Likewise.
1857 * objc/runtime.h: Likewise.
1858 * objc/sarray.h: Likewise.
1859 * objc/thr.h: Likewise.
1860 * objc/typedstream.h: Likewise.
1861 * objects.c: Likewise.
1862 * sarray.c: Likewise.
1863 * selector.c: Likewise.
1864 * thr-dce.c: Likewise.
1865 * thr-decosf1.c: Likewise.
1866 * thr-irix.c: Likewise.
1867 * thr-mach.c: Likewise.
1868 * thr-objc.c: Likewise.
1869 * thr-os2.c: Likewise.
1870 * thr-posix.c: Likewise.
1871 * thr-pthreads.c: Likewise.
1872 * thr-rtems.c: Likewise.
1873 * thr-single.c: Likewise.
1874 * thr-solaris.c: Likewise.
1875 * thr-vxworks.c: Likewise.
1876 * thr-win32.c: Likewise.
1877 * thr.c: Likewise.
1878 * libobjc.def: Change copyright header to refer to version 3 of
1879 the GNU General Public License and to point readers at the COPYING3
1880 file and the FSF's license web page.
1881 * makefile.dos: Likewise.
1882
1883 2009-04-09 Jakub Jelinek <jakub@redhat.com>
1884
1885 * Makefile.in: Change copyright header to refer to version
1886 3 of the GNU General Public License and to point readers at the
1887 COPYING3 file and the FSF's license web page.
1888 * configure.ac: Likewise.
1889
1890 2009-03-12 Richard Frith-Macdonald <rfm@gnu.org>
1891 David Ayers <ayers@fsfe.org>
1892
1893 PR libobjc/27466
1894 * objc/objc-api.h (_objc_unexpected_exception): Declare
1895 new hook. Update copyright dates.
1896 * exception.c (objc_exception_throw): Use hook. Update
1897 copyright dates.
1898 * libobjc.def (_objc_unexpected_exception): Export hook.
1899 Update copyright dates.
1900
1901 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1902
1903 * configure: Regenerate.
1904
1905 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 * configure: Regenerate.
1908
1909 2008-11-21 Kai Tietz <kai.tietz@onevision.com>
1910
1911 * Object.m (errno): Replaced by errno.h include.
1912 (compare): Cast self to id to prevent warning on comparison.
1913 * objc/objc.h (BOOL): Prevent redeclaration of BOOL, if it is
1914 already there.
1915 * sendmsg.c (__objc_print_dtable_stats): Remove type warnings.
1916 * thr-win32.c (__objc_thread_detach): Remove type warning.
1917 (__objc_thread_id): Likewise.
1918 * thr.c (__objc_thread_detach_functiont): Add __builtin_trap ()
1919 for noreturn.
1920
1921 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1922 Steve Ellcey <sje@cup.hp.com>
1923
1924 * configure: Regenerate for new libtool.
1925 * config.h.in: Regenerate for new libtool.
1926
1927 2008-07-18 Matthias Klose <doko@ubuntu.com>
1928
1929 * Makefile.in: Ignore missing ../boehm-gc/threads.mk.
1930
1931 2008-07-18 Matthias Klose <doko@ubuntu.com>
1932
1933 * Makefile.in: Include ../boehm-gc/threads.mk.
1934 (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it.
1935
1936 2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1937
1938 * Makefile.in (install-info): New stub target.
1939
1940 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1941
1942 * configure: Regenerate.
1943
1944 2008-06-14 Kai Tietz <kai.tietz@onevision.com>
1945
1946 * exception.c (PERSONALITY_FUNCTION): Remove extra decrement
1947 if HAVE_GETIPINFO is not defined.
1948
1949 2008-06-10 Kai Tietz <kai.tietz@onevision.com>
1950
1951 * Object.m (compare): Add type id.
1952 * objc/Object.h: Likewise.
1953 * archive.c (objc_read_class): Use size_t to extend version to be
1954 size of pointer scalar width.
1955 * sendmsg.c (rtx): Undefine it before redefinition.
1956 (__objc_print_dtable_stats): Cast arguments to long as intended.
1957
1958 2008-05-30 Julian Brown <julian@codesourcery.com>
1959
1960 * exception.c (__objc_exception_class): Initialise as constant
1961 array for ARM EABI. Change macro to static const for non-ARM EABI.
1962 (ObjcException): Add note about structure layout. Remove landingPad
1963 and handlerSwitchValue for ARM EABI.
1964 (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
1965 of function.
1966 (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
1967 (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
1968 ARM EABI unwinding support.
1969 (objc_exception_throw): Use memcpy to initialise exception class.
1970
1971 2008-05-25 Alan Modra <amodra@bigpond.net.au>
1972
1973 * encoding.c (strip_array_types): Rename from get_inner_array_type.
1974 (rs6000_special_round_type_align): Update.
1975
1976 2008-05-09 Julian Brown <julian@codesourcery.com>
1977
1978 * Makefile.in (LTLDFLAGS): New.
1979 (libobjc$(libsuffix).la, libobjc_gc$(libsuffix).la): Use above.
1980
1981 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1982
1983 PR bootstrap/35457
1984 * aclocal.m4: Regenerate.
1985 * configure: Regenerate.
1986
1987 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1988
1989 * configure: Regenerate.
1990
1991 2007-10-14 H.J. Lu <hongjiu.lu@intel.com>
1992
1993 * configure.ac: Don't run config-ml.in directly.
1994 (multilib_arg): New.
1995 * configure: Regenerated.
1996
1997 2007-08-06 Andrew Pinski <pinskia@gmail.com>
1998
1999 PR libobjc/30731
2000 * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead
2001 of _Unwind_Word for variables which are used in
2002 read_uleb128/read_sleb128.
2003 (PERSONALITY_FUNCTION): Likewise.
2004
2005 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2006
2007 * aclocal.m4: Regenerated.
2008
2009 2007-06-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
2010
2011 * configure.ac: Fix a typo in *-*-darwin clause.
2012 * configure: Regenerated.
2013
2014 2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
2015
2016 * configure.ac: Fix a typo.
2017 * configure: Regenerated.
2018
2019 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
2020
2021 * configure: Regenerate.
2022
2023 2007-06-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
2024
2025 * Makefile.in: Replace all uses of libext with libsuffix.
2026 * configure.ac: Likewise.
2027 * configure: Regenerate.
2028
2029 Revert:
2030 * Makefile.in: Remove all uses of $(libext).
2031
2032 2007-05-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
2033
2034 * Makefile.in: Remove all uses of $(libext).
2035
2036 2007-05-23 Steve Ellcey <sje@cup.hp.com>
2037
2038 * configure: Regenerate.
2039 * aclocal.m4: Regenerate.
2040
2041 2007-04-21 Andrew Ruder <andy@aeruder.net>
2042
2043 * sendmsg.c (__objc_get_forward_imp): Call
2044 __objc_msg_forward2 for real.
2045
2046 2007-04-09 Andrew Ruder <andy@aeruder.net>
2047
2048 * sendmsg.c: Added __objc_msg_forward2, a hook that allows
2049 external libraries to provide a function that returns the real
2050 forwarding function based on both the selector and the receiver.
2051 * objc/objc-api.h: Define __objc_msg_forward2.
2052
2053 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2054
2055 * Makefile.in: Add dummy install-pdf target.
2056
2057 2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2058
2059 * objc/objc-list.h (list_free): Add keyword 'inline' to avoid
2060 unused warning.
2061
2062 2006-10-31 Geoffrey Keating <geoffk@apple.com>
2063
2064 * encoding.c (darwin_rs6000_special_round_type_align): New.
2065
2066 2006-10-14 Geoffrey Keating <geoffk@apple.com>
2067
2068 * Makefile.in: Use multi_basedir instead of toplevel_srcdir.
2069 * configure.ac: Use multi.m4 from aclocal rather than custom
2070 code. Use multi_basedir instead of toplevel_srcdir.
2071 * aclocal.m4: Regenerate.
2072 * configure: Regenerate.
2073
2074 2006-10-10 Brooks Moses <bmoses@stanford.edu>
2075
2076 * Makefile.in: Added empty "pdf" target.
2077
2078 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
2079
2080 * configure: Regenerate.
2081
2082 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
2083
2084 * Makefile.in: Add install-html target. Add install-html to .PHONY
2085
2086 2006-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2087
2088 PR libobjc/26309
2089 * thr-objc.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
2090
2091 2006-01-24 David Ayers <d.ayers@inode.at>
2092
2093 PR libobjc/9751
2094 * gc.c (class_ivar_set_gcinvisible): Replace strncpy with memcpy
2095 and insure the new strings are '\0' termintated.
2096
2097 2006-01-24 David Ayers <d.ayers@inode.at>
2098
2099 PR libobjc/13946
2100 * configure.ac: Add include directives for --enable-objc-gc.
2101 * Makefile.in: Ditto.
2102 * configure: Regenerate.
2103
2104 * gc.c (__objc_class_structure_encoding): Increment the used bytes
2105 instead of the local pointer to them.
2106
2107 2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
2108
2109 PR objc/25360
2110 * objc/objc-api.c (_C_COMPLEX): New define.
2111 * encoding.c (objc_sizeof_type): Handle _C_Complex.
2112 (objc_alignof_type): Likewise.
2113 (objc_skip_typespec): Likewise.
2114
2115 2005-12-15 David Ayers <d.ayers@inode.at>
2116
2117 PR libobjc/14382
2118 * README (+load,+initialize): Fix documentation to reflect
2119 intended and implemented semantics for +load and +initialize.
2120
2121 2005-12-12 Andrew Pinski <pinskia@physics.uc.edu>
2122
2123 * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and
2124 the name.
2125 (get_inner_array_type): Fix to skip over _C_ARY_B and size.
2126 (rs6000_special_round_type_align): Update for the ABI fix.
2127 (objc_layout_finish_structure): Correct the encoding which is passed to
2128 ROUND_TYPE_ALIGN.
2129
2130 2005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
2131
2132 PR libobjc/25347
2133 * encoding.c (objc_sizeof_type): Don't handle _C_UNION_B special
2134 but use the struct layout functions.
2135 (objc_alignof_type): Likewise.
2136 (objc_layout_structure): Handle _C_UNION_B also.
2137 (objc_layout_structure_next_member): Likewise.
2138 (objc_layout_finish_structure): Likewise.
2139
2140 2005-12-11 Andrew Pinski <pinskia@physics.uc.edu>
2141
2142 PR libobjc/25346
2143 * objc/objc-api.h (_C_BOOL): New define.
2144 * encoding.c (objc_sizeof_type): Handle _C_BOOL.
2145 (objc_alignof_type): Likewise.
2146 (objc_skip_typespec): Likewise.
2147
2148 2005-11-20 David Ayers <d.ayers@inode.at>
2149
2150 PR libobjc/19024
2151 * objc/hash.h: Remove deprecated hash API.
2152 * hash_compat.c: Remove.
2153 * Makefile.in: Remove reference to hash_compat.c.
2154
2155 * configure.ac (VERSION): Bump library version to 2:0:0.
2156 * configure: Regenerate.
2157
2158 2005-11-09 Alexandre Oliva <aoliva@redhat.com>
2159
2160 PR other/4372
2161 * thr-objc.c (_XOPEN_SOURCE): Define.
2162
2163 2005-10-07 Ulrich Weigand <uweigand@de.ibm.com>
2164
2165 PR libobjc/23612
2166 * objc/objc-api.h (struct objc_ivar): Move definition to
2167 global scope.
2168
2169 2005-09-04 Andrew Pinski <pinskia@physics.uc.edu>
2170 Rasmus Hahn <rassahah@neofonie.de>
2171
2172 PR libobjc/23108
2173 * archive.c (objc_write_type): Correct the element offset.
2174 (objc_read_type): Likewise.
2175
2176 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
2177
2178 * All files: Update FSF address.
2179
2180 2005-08-13 Marcin Koziej <creep@desk.pl>
2181 Andrew Pinski <pinskia@physics.uc.edu>
2182
2183 PR libobjc/22492
2184 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.
2185
2186 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
2187
2188 * Makefile.in (extra_ldflags_libobjc): New.
2189 (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
2190 (libobjc_gc$(libext).la): Likewise.
2191 * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
2192 "-Wl,-single_module".
2193 * configure: Regenerate.
2194 * linking.m (_objcInit): Remove.
2195
2196 2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
2197
2198 PR libobjc/22606
2199 * Makefile.in (ALL_CFLAGS): Add -fexceptions.
2200
2201 2005-06-08 David Ayers <d.ayers@inode.at>
2202
2203 * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
2204 objc/encoding.h, objc/hash.h, objc/objc-api.h,
2205 objc/runtime.h, objc/sarray.h, objc/thr.h,
2206 objc/typedstream.h: Do not include Objective-C headers as
2207 system headers.
2208
2209 2005-06-07 David Ayers <d.ayers@inode.at>
2210
2211 * archive.c, init.c, selector.c: Include hash.h.
2212 * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c,
2213 init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c,
2214 sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c,
2215 thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c,
2216 thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c:
2217 Include Objective-C headers with quotes and objc/ directory
2218 prefix.
2219
2220 2005-05-19 Richard Henderson <rth@redhat.com>
2221
2222 * exception.c: Revert last change.
2223
2224 2005-05-19 David Ayers <d.ayers@inode.at>
2225
2226 * exception.c: Include tsystem.h for unwind.h.
2227
2228 2005-05-09 Mike Stump <mrs@apple.com>
2229
2230 * configure: Regenerate.
2231
2232 2005-04-12 Mike Stump <mrs@apple.com>
2233
2234 * configure: Regenerate.
2235
2236 2005-03-21 Zack Weinberg <zack@codesourcery.com>
2237
2238 * Makefile.in: Set gcc_version here.
2239 * configure.ac: Do not invoke TL_AC_GCC_VERSION. Adjust quoting
2240 in definition of toolexeclibdir so that $(gcc_version) is expanded
2241 by the Makefile.
2242 * aclocal.m4, configure: Regenerate.
2243
2244 2005-03-03 David Ayers <d.ayers@inode.at>
2245
2246 * objc/hash.h (OBJC_IGNORE_DEPRECATED_API): Update deprecated
2247 version reference. Correct typo.
2248
2249 2005-03-02 David Ayers <d.ayers@inode.at>
2250
2251 PR libobjc/19024
2252 * Makefile.in (OBJS): Add hash_compat.lo.
2253 (OBJS_GC): Add hash_compat_gc.lo.
2254 (hash_compat_gc.lo): New target and rule.
2255 * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove)
2256 (hash_next, hash_value_for_key, hash_is_key_in_hash)
2257 (hash_ptr, hash_string, compare_ptrs, compare_strings): Prefix
2258 with objc_. Add deprecated non prefixed inlined versions.
2259 (OBJC_IGNORE_DEPRECATED_API): New macro to hide deprecated
2260 declarations.
2261 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
2262 (hash_value_for_key, hash_is_key_in_hash): Prefix with objc_ and
2263 update callers.
2264 * hash_compat.c: New file.
2265 * archive.c: Update callers.
2266 * init.c: Likewise.
2267 * selector.c: Likewise.
2268 * libobjc.def: Add objc_ versions of hash functions.
2269
2270 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2271
2272 PR libobjc/20252
2273 * Makefile.in (GTHREAD_FLAGS): Remove.
2274 (ALL_CFLAGS): Remove usage of GTHREAD_FLAGS.
2275 * thr-objc.c: Include config.h.
2276 * configure.ac: Instead of looking at GCC's makefile, figure out if
2277 GTHREAD_FLAGS should be defined by looking at the `thread model'
2278 of the current gcc.
2279 * configure: Regenerate.
2280 * config.h.in: Regenerate.
2281
2282 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
2283
2284 PR bootstrap/17383
2285 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
2286 (Determine CFLAGS for gthread): Use $host_subdir.
2287 * configure: Regenerate.
2288 * Makefile.in (host_subdir): New.
2289 (INCLUDES): Use it.
2290
2291 2004-12-20 Andrew Pinski <pinskia@physics.uc.edu>
2292
2293 PR libobjc/12035
2294 * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
2295 they are not used.
2296 Include limits.h and stdlib.h.
2297 Define BITS_PER_WORD.
2298
2299 2004-12-12 Alexander Malmberg <alexander@malmberg.org>
2300
2301 * selector.c (__objc_init_selector_tables): Add missing void to
2302 definition.
2303
2304 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
2305
2306 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
2307 * configure, aclocal.m4: Regenerate.
2308
2309 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
2310
2311 * configure: Regenerate for libtool change.
2312
2313 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
2314
2315 * configure: Regenerate for libtool reversion.
2316
2317 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2318
2319 * configure: Regenerate for libtool change.
2320
2321 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2322
2323 * aclocal.m4, config.h.in: Regenerate.
2324
2325 2004-10-08 Mike Stump <mrs@apple.com>
2326 Andrew Pinski <pinskia@physics.uc.edu>
2327
2328 * aclocal.m4: Rename to ...
2329 * acinclude.m4: here and also use m4_include instead of sinclude.
2330 * aclocal.m4: Regenerate.
2331 * configure: Regenerate.
2332 * configure.ac: Add AM_MAINTAINER_MODE and AM_PROG_CC_C_O.
2333 * Makefile.in (configure): Add @MAINT@ infront of configure.ac
2334
2335 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
2336
2337 * archive.c: Fix all the warnings about passing unsigned char*
2338 to char* and the other way too.
2339
2340 2004-09-16 Andrew Pinski <pinskia@physics.uc.edu>
2341
2342 PR libobjc/16448
2343 * exception.c: Include config.h
2344 (objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
2345 SJLJ_EXCEPTIONS.
2346 * configure.ac: Find out what exception handling code we use.
2347 * configure: Regenerate.
2348 * config.h.in: New file, regenerate.
2349
2350 2004-09-16 Andrew Pinski <apinski@apple.com>
2351
2352 * encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.
2353
2354 2004-08-28 Nathanael Nerode <neroden@gcc.gnu.org>
2355
2356 * configure.ac: Switch from _GCC_TOPLEV_NONCANONICAL_TARGET to
2357 ACX_NONCANONICAL_TARGET.
2358 * configure: Regenerate.
2359
2360 2004-08-13 Ziemowit Laski <zlaski@apple.com>
2361
2362 * objc/sarray.h: Hoist include of assert.h near the top of file,
2363 and mark the remainder of the file 'extern "C"'.
2364
2365 2004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
2366
2367 * objc/Object.h: Move includes out of extern "C" blocks.
2368 * objc/encoding.h: Likewise.
2369 * objc/hash.h: Likewise.
2370 * objc/objc-api.h: Likewise.
2371 * objc/runtime.h: Likewise.
2372 * objc/sarray.h: Likewise.
2373 * objc/typedstream.h: Likewise.
2374
2375 2004-08-12 Ziemowit Laski <zlaski@apple.com>
2376
2377 * objc/NXConstStr.h: Update copyright date; bracket with
2378 'extern "C"' for C++ use; make include syntax consistent
2379 by using <...> instead of "..."; hoist <objc/...> includes
2380 above the 'extern "C"' block.
2381 * objc/Object.h: Likewise.
2382 * objc/Protocol.h: Likewise.
2383 * objc/encoding.h: Likewise.
2384 * objc/hash.h: Likewise.
2385 * objc/runtime.h: Likewise.
2386 * objc/sarray.h: Likewise.
2387 * objc/thr.h: Likewise.
2388 * objc/typedstream.h: Likewise.
2389 * objc/objc-api.h: Add 'extern "C"' block for C++ use.
2390 (objc_static_instances): For C++ case, do away with
2391 zero-sized array.
2392 (objc_method): Hoist definition to file scope.
2393 (_objc_load_callback, _objc_object_alloc, class_get_class_method,
2394 class_get_instance_method, class_create_instance,
2395 class_get_class_name, class_get_instance_size,
2396 class_get_meta_class, class_get_super_class, class_get_version,
2397 class_is_class, class_is_meta_class, class_set_version,
2398 class_get_gc_object_type, class_ivar_set_gcinvisible,
2399 get_imp): Rename 'class' parameter to '_class'.
2400 * objc/objc-list.h: Add 'extern "C"' block for C++ use.
2401 * objc/objc.h: Update copyright date.
2402 (arglist_t): Provide a union tag.
2403
2404 2004-07-22 Andrew Pinski <pinskia@physics.uc.edu>
2405
2406 * thr.c (__objc_thread_detach_function): Do not mark as volatile
2407 but instead use the attribute noreturn.
2408
2409 2004-06-28 Zack Weinberg <zack@codesourcery.com>
2410
2411 * encoding.c: Rename target_flags with a #define to avoid
2412 conflict with a prior declaration.
2413
2414 2004-06-24 Andrew Pinski <apinski@apple.com>
2415
2416 * objc/encoding.h: Wrap the functions with extern "C" for C++
2417 mode.
2418 * objc/hash.h: Likewise.
2419 * objc/objc-api.h: Likewise.
2420 * objc/objc-list.h: Likewise.
2421 * objc/runtime.h: Likewise.
2422 * objc/sarray.h: Likewise.
2423 * objc/thr.h: Likewise.
2424 * objc/typedstream.h: Likewise.
2425
2426
2427 2004-06-21 Nick Clifton <nickc@redhat.com>
2428
2429 * encoding.c (BITS_PER_UNIT): Define if a definition is not
2430 provided.
2431
2432 2004-06-20 Alexander Malmberg <alexander@malmberg.org>
2433
2434 * Makefile.in (exception.lo): Remove $(OBJC_GCFLAGS).
2435 (exception_gc.lo): New.
2436 (OBJS_GC): Add exception_gc.lo.
2437
2438 2004-06-17 Richard Henderson <rth@redhat.com>
2439
2440 * exception.c: New file.
2441 * Makefile.in (exception.lo): New.
2442 (OBJS): Add it.
2443
2444 2004-06-14 Andrew Pinski <pinskia@physics.uc.edu>
2445
2446 * linking.m (_objcInit): New empty function
2447 for Darwin only.
2448
2449 2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
2450
2451 * configure.ac: Support --enable-shared=libobjc.
2452 * configure: Regenerate.
2453
2454 PR libobjc/15901
2455 * configure.ac: Do not disable shared by default.
2456 * configure: Regenerate.
2457
2458 2004-06-03 Nicola Pero <n.pero@mi.flashnet.it>
2459
2460 * Protocol.m ([-isEqual:]): Small optimizations returning
2461 immediately if the argument is equal to self, and accessing
2462 the argument's name directly if it's a protocol.
2463
2464 2004-06-03 David Ayers <d.ayers@inode.at>
2465
2466 * Protocol.m ([-isEqual:]): Test the class of the argument.
2467
2468 2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
2469
2470 * configure.ac (includedir): Rename to ...
2471 (includedirname).
2472 * Makefile.in: s/includedir/includedirname/.
2473
2474 PR target/11572
2475 * configure.ac (includedir): Set to "include"
2476 except for Darwin.
2477 (libext) Set to empty except for Darwin.
2478 * configure: Regenerate
2479 * Makefile.in: s/libobjc.la/libobjc$(libext).la/g.
2480 s/include/$(includedir)/g.
2481
2482 2004-05-25 Daniel Jacobowitz <drow@false.org>
2483
2484 * Makefile.in: Add .NOEXPORT.
2485
2486 2004-05-25 Andrew Pinski <pinskia@physics.uc.edu>
2487
2488 Merge from the libobjc-branch
2489 2004-02-09 Andrew Pinski <pinskia@physics.uc.edu>
2490
2491 * Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
2492
2493 2004-02-03 Andrew Pinski <pinskia@physics.uc.edu>
2494
2495 * Makefile.in (OBJC_H): Add objc-deps.h.
2496
2497 2004-01-27 Nicola Pero <n.pero@mi.flashnet.it>
2498
2499 * Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
2500 ([-hash], [-isEqual:]): New methods.
2501
2502 2004-01-27 Richard Frith-Macdonald <rfm@gnu.org>
2503
2504 * sarray.c (sarray_free): Add a better comment.
2505
2506 2004-01-27 Adam Fedor <fedor@gnu.org>
2507
2508 * hash.c (hash_add): Cast cachep to int.
2509 * selector.c (__sel_register_typed_name): Cast
2510 soffset_decode to int.
2511
2512 2004-01-27 Alexander Malmberg <alexander@malmberg.org>
2513
2514 * selector.c: Rename register_selectors_from_list to
2515 __objc_register_selectors_from_list. Update caller.
2516 (__objc_register_selectors_from_list): Lock __objc_runtime_mutex
2517 while registering selectors. Use __sel_register_typed_name instead
2518 of sel_register_typed_name. Check for NULL method_name:s.
2519 (pool_alloc_selector): New function.
2520 (__sel_register_typed_name): Use pool_alloc_selector to allocate
2521 selector structures.
2522 * sendmsg.c (class_add_method_list): Use
2523 __objc_register_selectors_from_list.
2524 * objc/runtime.h: Add __objc_register_selectors_from_list.
2525
2526 2004-01-25 Adam Fedor <fedor@gnu.org>
2527 Nicola Pero <n.pero@mi.flashnet.it>
2528 Andrew Pinski <pinskia@physics.uc.edu>
2529
2530 * objc/objc-decls.h: New file.
2531 * objc/objc-api.h (_objc_lookup_class): Mark as export.
2532 (_objc_load_callback): Likewise.
2533 (_objc_object_alloc): Likewise.
2534 (_objc_object_copy): Likewise.
2535 (_objc_object_dispose): Likewise.
2536
2537 2004-01-25 Andrew Pinski <pinskia@physics.uc.edu>
2538
2539 * archive.c: s/__inline__/inline
2540 * sendmsg.c: Likewise.
2541
2542 * encoding.c: Remove FIXME about the warning
2543 about unused variable.
2544 * sendmsg.c: Add a FIXME comment saying that
2545 this should be using libffi.
2546
2547 * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
2548
2549
2550 2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
2551
2552 * archive.c (objc_read_class): Initialize class_name.
2553 (objc_read_selector): Initialize selector_name.
2554
2555 2004-05-09 Richard Sandiford <rsandifo@redhat.com>
2556
2557 * Makefile.in (toolexecdir): Remove trailing space.
2558
2559 2004-04-15 Nathanael Nerode <neroden@gcc.gnu.org>
2560
2561 PR libobjc/14948
2562 * configure.ac: De-precious CC so multilibs work.
2563 * configure: Regenerate.
2564
2565 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
2566
2567 * configure.ac: Restore toolexecdir.
2568 * Makefile.in: Restore toolexecdir.
2569 * configure: Regenerate.
2570
2571 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2572
2573 * configure.ac: Remove (unused) glibcpp_prefixdir.
2574 * configure: Regenerate.
2575
2576 * configure.in: Rename to configure.ac.
2577 * Makefile.in: Update to match.
2578
2579 * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
2580 Replace glibcpp_toolexeclibdir with toolexeclibdir.
2581 * configure.in: Remove glibcpp_toolexecdir (unused).
2582 Replace glibcpp_toolexeclibdir with toolexeclibdir. Don't generate
2583 config.h or stamp-h (unused). Move one comment to the right place.
2584 * configure: Regenerate.
2585 * config.h.in: Remove (unused).
2586
2587 * config.h.in: Regenerate with autoheader.
2588
2589 * Makefile.in: Remove (unused) gcc_version_trigger.
2590 * configure.in: Remove (unused) glibcpp_builddir. Don't AC_SUBST
2591 gcc_version_trigger.
2592 * configure: Regenerate.
2593
2594 * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
2595 Sort file into sections. Remove dnl where appropriate. Fix
2596 other style issues.
2597 * configure: Regenerate.
2598
2599 * configure.in: Replace old AC_PROG_CC hack with new one.
2600 Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
2601 are no subdirectory output files, so this is fine). Change prereq
2602 to autoconf 2.59.
2603 * aclocal.m4: Include ../config/no-executables.m4.
2604 * configure: Regenerate with autoconf 2.59.
2605
2606 * configure.in: Improve comments on gthread_cflags. Improve m4
2607 quotation, and replace 'if test' with 'case', for --enable-objc-gc.
2608 * configure: Regenerate.
2609
2610 * configure.in: Move PACKAGE and VERSION settings up top. Remove
2611 unused call to AC_PROG_LN_S. Default RANLIB to ':'. Remove
2612 redundant checks for values of RANLIB, AR, INSTALL.
2613 * configure: Regenerate.
2614
2615 * configure.in: Clean up handling of
2616 --enable-version-specific-runtime-libs and related variables;
2617 replace 'if test' with 'case' where reasonable. Fix comments.
2618 Remove useless libstdcxx_interface.
2619 * configure: Regenerate.
2620
2621 * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
2622 Replace uses of target_alias with target_noncanonical.
2623 * aclocal.m4: Include ../config/acx.m4.
2624 * configure: Regenerate.
2625 * Makefile.in: Replace uses of target_alias with target_noncanonical.
2626 Fix copyright statement.
2627
2628 * configure.in: Hand-inline bulky, confusing macros from
2629 aclocal.m4. Replace references to "GNU Objective C" with "GCC".
2630 Update copyright notice. Remove stuff for automake, which isn't
2631 used in this directory. Remove emacs local variables.
2632 * aclocal.m4: Remove hand-inlined macros. Update copyright notice.
2633 * configure: Regenerate.
2634
2635 2004-03-16 Manfred Hollstein <mh@suse.com>
2636
2637 * Makefile.in, configure.in, configure: Update copyright years.
2638
2639 2004-03-15 Manfred Hollstein <mh@suse.com>
2640
2641 * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
2642 definition from configure.in.
2643 * configure.in (PACKAGE): Add definition.
2644 (VERSION): Add definition; substitute it in output files.
2645 * configure: Re-generate.
2646
2647 2004-03-05 Ziemowit Laski <zlaski@apple.com>
2648
2649 * objc/hash.h (hash_string, compare_strings):
2650 Add type-casts to make Objective-C++ happy.
2651 * objc/typedstream.h (objc_get_stream_class_version):
2652 Rename parameter from 'class' to 'class_name' to make
2653 Objective-C++ happy.
2654
2655 2004-03-01 Michael Matz <matz@suse.de>
2656
2657 * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
2658
2659 2004-02-06 Ziemowit Laski <zlaski@apple.com>
2660
2661 * objc/objc-api.h (objc_super): The 'class' field shall
2662 be named 'super_class' #ifdef __cplusplus.
2663
2664 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
2665
2666 PR target/10781
2667 * encoding.c (rs6000_special_round_type_align): Define.
2668
2669 2004-01-14 Adam Fedor <fedor@gnu.org>
2670
2671 PR libobjc/12155
2672 * selector.c (__objc_register_instance_methods_to_class): Free
2673 new_list if not used.
2674
2675 2004-01-09 Andrew Ruder <aeruder@ksu.edu>
2676
2677 PR libobjc/11904
2678 * sarray.c (sarray_free): Free array->is_copy_of latter.
2679
2680 2003-12-01 Zack Weinberg <zack@codesourcery.com>
2681
2682 PR 11433
2683 * Protocol.m (descriptionForInstanceMethod): Don't dereference
2684 instance_methods if it's NULL.
2685 (descriptionForClassMethod): Likewise for class_methods.
2686
2687 2003-10-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2688
2689 * Makefile.in (runtime-info.h): Remove -Wp.
2690
2691 2003-10-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2692
2693 * Makefile.in (CC1OBJ): Remove.
2694 (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
2695 correctly.
2696 Use .m extension for temporary file.
2697 Remove assembler temp file.
2698
2699 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
2700
2701 * objc/hash.h (hash_string): Don't use a cast as an lvalue.
2702
2703 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2704
2705 * Makefile.in (runtime-info.h): Use MULTIFLAGS.
2706
2707 2003-09-09 Alan Modra <amodra@bigpond.net.au>
2708
2709 * configure: Regenerate.
2710
2711 2003-08-27 Alexander Malmberg <alexander@malmberg.org>
2712
2713 * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
2714 (libdir)/gcc-lib/ when installing.
2715 * configure: Regenerate.
2716
2717 Thu Jul 10 10:27:43 2003 Nicola Pero <n.pero@mi.flashnet.it>
2718
2719 libobjc/9969
2720 * sendmsg.c (get_imp): Fixed rare threading problem.
2721 (__objc_responds_to): Similar fixes.
2722 (objc_msg_lookup): Similar fixes.
2723 (__objc_init_install_dtable): Lock the runtime before checking if the
2724 table is installed.
2725
2726 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
2727
2728 * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
2729 makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
2730 selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
2731 thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
2732 thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
2733 thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
2734 * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
2735 class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
2736 objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
2737 objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
2738 objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
2739
2740 Tue May 13 14:56:03 2003 Richard Frith-Macdonald <rfm@gnu.org>
2741 Nicola Pero <n.pero@mi.flashnet.it>
2742
2743 libobjc/10742
2744 * init.c (class_superclass_of_class): New function.
2745 (create_tree_of_subclasses_inherited_from): Use it.
2746 (__objc_tree_insert_class): Likewise.
2747 (class_is_subclass_of_class): Likewise.
2748
2749 2003-04-11 David Chad <davidc@freebsd.org>
2750 Loren J. Rittle <ljrittle@acm.org>
2751
2752 libobjc/8562
2753 * objc/hash.h (hash_string): Constify correctly.
2754 (compare_ptrs): Use direct compare.
2755 * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
2756 * objc/sarray.h: Global rename index to indx to avoid shadow.
2757
2758 2003-03-12 Andreas Schwab <schwab@suse.de>
2759
2760 * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
2761 glibcpp_toolexeclibdir.
2762 * configure: Rebuilt.
2763
2764 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
2765
2766 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
2767 config.status.
2768 * configure: Rebuilt.
2769
2770 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
2771
2772 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
2773 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
2774 version_specific_libs is enabled.
2775 * configure: Rebuilt.
2776
2777 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2778
2779 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
2780 (install-libs, install-headers): Prepend $(DESTDIR) to
2781 destination paths in all (un)installation commands.
2782
2783 2002-12-02 Zack Weinberg <zack@codesourcery.com>
2784
2785 * thr-objc.c: Include coretypes.h and tm.h.
2786
2787 2002-12-01 Zack Weinberg <zack@codesourcery.com>
2788
2789 * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
2790
2791 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2792
2793 * configure.in: Remove skip-this-dir support.
2794 * configure: Regenerate.
2795
2796 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2797
2798 * Makefile.in (all): Fix multilib parallel build.
2799
2800 Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2801
2802 * sendmsg.c (nil_method): Declare not to take a variable number of
2803 args.
2804 (objc_msg_lookup): Cast nil_method to IMP before returning it.
2805 (objc_msg_lookup_super): The same.
2806
2807 2002-09-10 Jan Hubicka <jh@suse.cz>
2808
2809 * nil_method.c (nil_method): No longer defined with variable
2810 arguments.
2811
2812 2002-07-02 Rodney Brown <rbrown64@csc.com.au>
2813
2814 * objc/encoding.h: Fix formatting.
2815 * objc/hash.h: Likewise.
2816 * objc/objc-api.h: Likewise.
2817 * objc/runtime.h: Likewise.
2818 * objc/thr.h: Likewise.
2819 * archive.c: Likewise.
2820 * class.c: Likewise.
2821 * encoding.c: Likewise.
2822 * gc.c: Likewise.
2823 * hash.c: Likewise.
2824 * init.c: Likewise.
2825 * misc.c: Likewise.
2826 * nil_method.c: Likewise.
2827 * objects.c: Likewise.
2828 * sarray.c: Likewise.
2829 * selector.c: Likewise.
2830 * sendmsg.c: Likewise.
2831 * thr-mach.c: Likewise.
2832 * thr.c: Likewise.
2833
2834 2002-06-25 DJ Delorie <dj@redhat.com>
2835
2836 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
2837 GLIBCPP_TOPREL_CONFIGURE.
2838 * configure.in: Call it before AC_CANONICAL_SYSTEM.
2839 * configure: Regenerate.
2840
2841 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2842
2843 * Object.m (forward, read, write): Fix unused parameter warnings.
2844 * encoding.c: Include <stdlib.h>.
2845 (target_flags): Mark with attribute unused.
2846 (atoi): Delete.
2847 * runtime.h (__objc_selector_max_index): Change to unsigned int.
2848 (__objc_generate_gc_type_description): Prototype.
2849 * selector.c (__objc_selector_max_index): Change to unsigned int.
2850
2851 Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
2852
2853 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
2854 we always have a return value: if __objc_msg_forward does not
2855 supply a forwarding implementation, return the default
2856 __builtin_apply based one.
2857
2858 2002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2859
2860 * Object.m: Fix signed/unsigned warning.
2861 * Protocol.m: Likewise.
2862 * archive.c: Always include stdlib.h.
2863 (objc_read_short, objc_read_unsigned_short, objc_read_int,
2864 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
2865 Fix signed/unsigned warning.
2866 (objc_write_type, objc_read_type, objc_write_types,
2867 objc_read_types): Ensure ctype 8-bit safety.
2868 (__objc_no_write, __objc_no_read): Mark unused parameters.
2869 * class.c (class_table_setup): Specify void arg.
2870 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
2871 objc_skip_typespec, objc_skip_offset,
2872 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
2873 (objc_layout_structure_next_member): Ensure variables are
2874 initialized.
2875 * gc.c (__objc_generate_gc_type_description,
2876 class_ivar_set_gcinvisible): Mark unused parameters.
2877 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
2878 unused parameters.
2879 (__objc_init_protocols) Fix signed/unsigned warning.
2880 * nil_method.c (nil_method): Mark unused parameters.
2881 * thr.h (objc_thread_callback): Specify void arg.
2882 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
2883 signed/unsigned warning.
2884 (sarray_free): Fix formatting.
2885 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
2886 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
2887
2888 2002-06-09 Andreas Jaeger <aj@suse.de>
2889
2890 * encoding.c (objc_layout_structure_next_member): Remove unused
2891 variable.
2892
2893 2002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2894
2895 * Makefile.in (SHELL): Set to @SHELL@.
2896 (WARN_CFLAGS): New.
2897 (ALL_CFLAGS): Add $(WARN_CFLAGS).
2898
2899 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2900
2901 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
2902 * configure: Regenerate.
2903
2904 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
2905
2906 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
2907 script entry, and set LD to it when configuring multilibs.
2908 * configure: Rebuilt.
2909
2910 2002-04-19 David O'Brien <obrien@FreeBSD.org>
2911
2912 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
2913
2914 2002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
2915
2916 PR objc/6107
2917 * objc/objc-api.h (struct objc_protocol_list): Change type of
2918 member count from int to size_t.
2919
2920 2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2921
2922 PR libobjc/4039
2923 * aclocal.m4: Replace with version copied from libstdc++-v3.
2924 * configure.in: Update for changes to aclocal and Makefile.
2925 * configure: Regenerate.
2926 * Makefile.in: Correct install of multilibs and shared libs, use
2927 INSTALL_DATA for include files.
2928
2929 Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
2930
2931 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
2932 categories - when an unclaimed category was found, the loop was
2933 doing two steps forward instead of one, so that in certain cases
2934 it was failing to properly load all the categories. (Reported
2935 with fix by Alexander Malmberg <alexander@malmberg.org>).
2936
2937 2001-11-14 Aldy Hernandez <aldyh@redhat.com>
2938
2939 * encoding.c: Add target_flags.
2940
2941 2001-11-07 Aldy Hernandez <aldyh@redhat.com>
2942
2943 * objc/objc-api.h (_C_VECTOR): New.
2944
2945 * encoding.c (VECTOR_TYPE): New.
2946
2947 Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
2948
2949 * class.c: Rewritten the class table to use optimized, lock-free
2950 lookup. This more than doubles the speed of class method
2951 invocations. (class_table_setup), (class_table_insert),
2952 (class_table_replace), (class_table_get_safe),
2953 (class_table_next), (class_table_print),
2954 (class_table_print_histogram): New functions.
2955 (__objc_init_class_tables): Use class_table_setup.
2956 (__objc_add_class_to_hash): Use class_table_get_safe and
2957 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
2958 assert the existence of the table; do not lock the runtime; use
2959 class_table_get_safe. (objc_next_class): Use class_table_next.
2960 (__objc_resolve_class_links): Use class_table_next.
2961 (class_pose_as): Use class_table_replace.
2962
2963 2001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
2964
2965 * gc.c: Removed the DEBUG declaration.
2966
2967 Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
2968
2969 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
2970 rather than through objc_thread_id, to save a function call.
2971 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
2972 Ditto.
2973
2974 Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
2975
2976 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
2977 to cast an id to a Class, which can not be done. Make the check
2978 by using CLS_ISMETA on the class pointer instead.
2979 (object_is_meta_class): Similar fix.
2980
2981 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
2982
2983 * configure.in (AC_EXEEXT): Work around in case it expands to
2984 nothing, as in autoconf 2.50.
2985 * acinclude.m4: Likewise.
2986 * configure: Rebuilt.
2987
2988 2001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
2989
2990 * THREADS: Explain that when we compile libobjc inside GCC, we
2991 always use thr-objc.c as a backend, which uses GCC's thread code.
2992
2993 2001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
2994
2995 * init.c (__objc_send_message_in_list): When setting a new entry
2996 in __objc_load_methods use the method IMP as key, but check to see
2997 if the method is in the hashtable by looking at the IMP also.
2998 Also ... call the method after adding it to the hashtable rather
2999 than before ... thus preventing an obscure possibility of infinite
3000 recursion if a +load method itself loads a subclass.
3001
3002 2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
3003
3004 * init.c (__objc_send_message_in_list): When setting a new entry
3005 in __objc_load_methods use the method name as key, not the method
3006 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
3007
3008 2001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
3009
3010 * objc-features.texi: Move to ../gcc/objc.texi.
3011 * fdl.texi: Remove.
3012 * Makefile.in: Don't generate documentation from
3013 objc-features.texi.
3014
3015 2001-05-01 Mark Mitchell <mark@codesourcery.com>
3016
3017 * fdl.texi: New file.
3018 * objc-features.texi: Simplify.
3019 * Makefile.in: Adjust accordingly.
3020
3021 2001-04-30 Mark Mitchell <mark@codesourcery.com>
3022
3023 * objc-features.texi: Use the GFDL.
3024
3025 Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
3026
3027 * encoding.c (REAL_TYPE): Define.
3028
3029 2001-03-19 David Edelsohn <edelsohn@gnu.org>
3030
3031 * encoding.c (TYPE_MODE): Define.
3032
3033 2001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
3034
3035 * thr.c (objc_thread_add): New function.
3036 (objc_thread_remove): Ditto.
3037 * objc/thr.h: Declare them.
3038 * libobjc.def: Mention them.
3039
3040 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
3041
3042 * objc-features.texi: Document the @compatibility_alias compiler
3043 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
3044
3045 Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3046
3047 * sendmsg.c (__objc_forward): Delete strlen() declaration.
3048
3049 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
3050
3051 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
3052 we're not interested in the result and they might fail.
3053 * configure: Regenerated.
3054
3055 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
3056
3057 * objc-features.texi: Use @email.
3058
3059 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
3060
3061 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
3062 printf.
3063
3064 2000-01-11 Richard Earnshaw <rearnsha@arm.com>
3065
3066 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
3067 determines the value dynamically.
3068
3069 Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
3070
3071 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
3072 libraries to provide a function that returns the real forwarding
3073 function. This can alleviate problems __builtin_apply() and
3074 friends have on various platforms. (Solution suggested by Helge
3075 Hess.)
3076
3077 * objc/objc-api.h: Define __objc_msg_forward.
3078
3079 * sendmsg.c: Define gen_rtx_REG.
3080
3081 2000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3082
3083 * thr-rtems.c: New file. Stub to compile.
3084
3085 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3086
3087 * configure: Rebuilt with new libtool.m4.
3088
3089 Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3090
3091 * configure.in: Create a config.h file. Check for <sched.h>.
3092 * configure: Regenerate.
3093
3094 * config.h.in: Check for <sched.h>.
3095
3096 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3097
3098 * configure: Regenerate after change to ../libtool.m4.
3099
3100 2000-08-14 Andreas Schwab <schwab@suse.de>
3101
3102 * objc-features.texi (Top): Move @menu at end of node.
3103
3104 2000-08-11 Manfred Hollstein <manfredh@redhat.com>
3105
3106 * objc-features.texi: Move @node Top before @menu.
3107
3108 Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3109
3110 * objc-features.texi: Documented the new -fconstant-string-class
3111 option.
3112
3113 Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3114
3115 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
3116 improve the Posix thread support for Objective-C.
3117
3118 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
3119
3120 * aclocal.m4: Replace copy of ../libtool.m4 with
3121 sinclude(../libtool.m4).
3122
3123 Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
3124
3125 * configure.in: Added libtool support; build shared libraries
3126 if --enable-shared was passed on command line.
3127 * Makefile.in: Modified most compilation commands to use libtool.
3128 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
3129 libtool distribution.
3130
3131 Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3132
3133 * sarray.c, Object.m: Removed the explicit prototypes for strlen
3134 and memcpy on 64-bit platforms (Suggested by Rodney Brown
3135 <rdb@cup.hp.com>).
3136
3137 2000-05-12 H.J. Lu (hjl@gnu.org)
3138
3139 * Makefile.in (GTHREAD_FLAGS): New.
3140 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
3141 (OBJC_THREAD_FILE): Changed to thr-objc.
3142
3143 * configure.in (GTHREAD_FLAGS): New, check and replace it for
3144 Makefile.
3145 (OBJC_THREAD_FILE): Removed.
3146
3147 * thr-objc.c: New.
3148
3149 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3150
3151 * objc/hash.h: Include string.h.
3152
3153 2000-04-15 David Edelsohn <edelsohn@gnu.org>
3154
3155 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
3156
3157 2000-04-12 Jakub Jelinek <jakub@redhat.com>
3158
3159 * Object.m (strlen): Provide prototype on all 64bit platforms,
3160 not only alpha.
3161 * sarray.c (memcpy): Likewise.
3162 * encoding.c (objc_layout_finish_structure): Don't use
3163 ROUND_TYPE_ALIGN on sparc.
3164
3165 * encoding.c (objc_layout_structure_next_member): Do the whole
3166 procedure even for the first member, so that we get correct
3167 alignment.
3168
3169 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
3170
3171 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
3172 comments.
3173
3174 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
3175
3176 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
3177
3178 Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
3179
3180 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
3181
3182 Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
3183
3184 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
3185 the compiler when building C code.
3186
3187 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
3188
3189 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
3190 libdir, libsubdir and tooldir.
3191
3192 Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
3193
3194 * init.c (__objc_force_linking): Make global.
3195
3196 Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
3197
3198 * configure.in (AC_EXEEXT): Remove call.
3199 (compiler_name): Explicitly check with no extension and .exe
3200 extension.
3201 * configure: Regenerate.
3202
3203 Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
3204
3205 * Makefile.in (CC1OBJ): Define in terms of CC.
3206 (runtime-info.h): Use.
3207
3208 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
3209
3210 * objc-features.texi: Updated the URL to Boehm's GC page.
3211
3212 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
3213
3214 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
3215 the char as being signed (patch from Daniel Jacobowitz
3216 <drow@false.org>).
3217
3218 Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
3219
3220 * configure.in (AC_PREREQ): Update to 2.13.
3221 (AC_EXEEXT): Call to find possible file extension.
3222 (compiler_name): Use.
3223 * configure: Regenerate.
3224
3225 Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
3226
3227 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
3228
3229 Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
3230
3231 * configure.in (thread_file): Correct and simplify code to find
3232 the thread file.
3233 * configure: Rebuilt.
3234
3235 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
3236
3237 * configure.in (compiler_name): Add check to detect if this
3238 language's compiler has been built.
3239 * configure: Regenerate.
3240
3241 Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3242
3243 * configure.in: Use AC_PREREQ(2.12.1).
3244
3245 Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
3246
3247 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
3248
3249 Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3250
3251 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
3252
3253 Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3254
3255 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
3256
3257 Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
3258
3259 * objc-features.texi (Top): Changed the email address.
3260 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
3261
3262 Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
3263
3264 * encoding.c: Redefine get_inner_array_type to get the first entry
3265 in the structure.
3266
3267 Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
3268
3269 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
3270 (objc_get_type_qualifiers): Similarly.
3271 * objc/encoding.h (_C_BYREF): Define.
3272 (_F_BYREF): Define.
3273
3274 1998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
3275
3276 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
3277 works out on 64-bit systems.
3278
3279 Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3280
3281 * Makefile.in (INCLUDES): Make it multilib-friendly.
3282
3283 Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
3284
3285 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
3286
3287 Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
3288 Jeffrey A Law (law@cygnus.com)
3289
3290 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
3291 (FLAGS_TO_PASS): Added.
3292 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
3293
3294 * archive.c: Change config.h to tconfig.h.
3295
3296 * configure.in: Find gcc's object directory even for multilibs.
3297
3298 Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
3299
3300 * configure.in: Escape ^ in grep string.
3301 * configure: Rebuilt.
3302
3303 Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
3304
3305 * All .h files pushed down into the objc/ subdirectory.
3306 * Makefile.in (copy_headers): Corresponding changes.
3307 * configure.in (AC_INIT): Corresponding changes.
3308 * configure: Rebuilt.
3309
3310 1998-09-30 Ben Elliston <bje@cygnus.com>
3311 Jeff Law <law@cygnus.com>
3312
3313 * Makefile.in: Rewrite.
3314
3315 * configure.in: Likewise.
3316
3317 * configure: Regenerate.
3318
3319 * All .c files. Remove "objc" prefix when including objc header
3320 files. Include tconfig.h, not ../tconfig.h.
3321
3322 Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
3323
3324 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
3325 (get_inner_array_type): Define.
3326
3327 1998-09-21 Ben Elliston <bje@cygnus.com>
3328
3329 * New directory. Moved files from ../gcc/objc.