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