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