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