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