OSDN Git Service

libf2c:
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2
3         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
4         (install-libs, install-headers): Prepend $(DESTDIR) to
5         destination paths in all (un)installation commands.
6
7 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
8
9         * thr-objc.c: Include coretypes.h and tm.h.
10
11 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
12
13         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
14
15 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
16
17         * configure.in: Remove skip-this-dir support.
18         * configure: Regenerate.
19
20 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21
22         * Makefile.in (all): Fix multilib parallel build.
23
24 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
25
26         * sendmsg.c (nil_method): Declare not to take a variable number of
27         args.
28         (objc_msg_lookup): Cast nil_method to IMP before returning it.
29         (objc_msg_lookup_super): The same.
30
31 2002-09-10  Jan Hubicka  <jh@suse.cz>
32
33         * nil_method.c (nil_method): No longer defined with variable
34         arguments.
35
36 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
37
38         * objc/encoding.h: Fix formatting.
39         * objc/hash.h: Likewise.
40         * objc/objc-api.h: Likewise.
41         * objc/runtime.h: Likewise.
42         * objc/thr.h: Likewise.
43         * archive.c: Likewise.
44         * class.c: Likewise.
45         * encoding.c: Likewise.
46         * gc.c: Likewise.
47         * hash.c: Likewise.
48         * init.c: Likewise.
49         * misc.c: Likewise.
50         * nil_method.c: Likewise.
51         * objects.c: Likewise.
52         * sarray.c: Likewise.
53         * selector.c: Likewise.
54         * sendmsg.c: Likewise.
55         * thr-mach.c: Likewise.
56         * thr.c: Likewise.
57
58 2002-06-25  DJ Delorie  <dj@redhat.com>
59
60         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
61         GLIBCPP_TOPREL_CONFIGURE.
62         * configure.in: Call it before AC_CANONICAL_SYSTEM.
63         * configure: Regenerate.
64
65 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
66
67         * Object.m (forward, read, write): Fix unused parameter warnings.
68         * encoding.c: Include <stdlib.h>.
69         (target_flags): Mark with attribute unused.
70         (atoi): Delete.
71         * runtime.h (__objc_selector_max_index): Change to unsigned int.
72         (__objc_generate_gc_type_description): Prototype.
73         * selector.c (__objc_selector_max_index): Change to unsigned int.
74
75 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
76
77         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
78         we always have a return value: if __objc_msg_forward does not
79         supply a forwarding implementation, return the default
80         __builtin_apply based one.
81
82 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
83
84         * Object.m: Fix signed/unsigned warning.
85         * Protocol.m: Likewise.
86         * archive.c: Always include stdlib.h.
87         (objc_read_short, objc_read_unsigned_short, objc_read_int,
88         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
89         Fix signed/unsigned warning.
90         (objc_write_type, objc_read_type, objc_write_types,
91         objc_read_types): Ensure ctype 8-bit safety.
92         (__objc_no_write, __objc_no_read): Mark unused parameters.
93         * class.c (class_table_setup): Specify void arg.
94         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
95         objc_skip_typespec, objc_skip_offset,
96         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
97         (objc_layout_structure_next_member): Ensure variables are
98         initialized.
99         * gc.c (__objc_generate_gc_type_description,
100         class_ivar_set_gcinvisible): Mark unused parameters.
101         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
102         unused parameters.
103         (__objc_init_protocols) Fix signed/unsigned warning.
104         * nil_method.c (nil_method): Mark unused parameters.
105         * thr.h (objc_thread_callback): Specify void arg.
106         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
107         signed/unsigned warning.
108         (sarray_free): Fix formatting.
109         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
110         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
111
112 2002-06-09  Andreas Jaeger  <aj@suse.de>
113
114         * encoding.c (objc_layout_structure_next_member): Remove unused
115         variable.
116
117 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
118
119         * Makefile.in (SHELL): Set to @SHELL@.
120         (WARN_CFLAGS): New.
121         (ALL_CFLAGS): Add $(WARN_CFLAGS).
122
123 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
124
125         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
126         * configure: Regenerate.
127
128 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
129
130         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
131         script entry, and set LD to it when configuring multilibs.
132         * configure: Rebuilt.
133
134 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
135
136         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
137
138 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
139
140         PR objc/6107
141         * objc/objc-api.h (struct objc_protocol_list): Change type of
142         member count from int to size_t.
143
144 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
145
146         PR libobjc/4039
147         * aclocal.m4: Replace with version copied from libstdc++-v3.
148         * configure.in: Update for changes to aclocal and Makefile.
149         * configure: Regenerate.
150         * Makefile.in: Correct install of multilibs and shared libs, use
151         INSTALL_DATA for include files.
152
153 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
154
155         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
156         categories - when an unclaimed category was found, the loop was
157         doing two steps forward instead of one, so that in certain cases
158         it was failing to properly load all the categories.  (Reported
159         with fix by Alexander Malmberg <alexander@malmberg.org>).
160
161 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
162
163         * encoding.c: Add target_flags.
164
165 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
166
167          * objc/objc-api.h (_C_VECTOR): New.
168
169          * encoding.c (VECTOR_TYPE): New.
170
171 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
172
173         * class.c: Rewritten the class table to use optimized, lock-free
174         lookup.  This more than doubles the speed of class method
175         invocations.  (class_table_setup), (class_table_insert),
176         (class_table_replace), (class_table_get_safe),
177         (class_table_next), (class_table_print),
178         (class_table_print_histogram): New functions.
179         (__objc_init_class_tables): Use class_table_setup.
180         (__objc_add_class_to_hash): Use class_table_get_safe and
181         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
182         assert the existence of the table; do not lock the runtime; use
183         class_table_get_safe.  (objc_next_class): Use class_table_next.
184         (__objc_resolve_class_links): Use class_table_next.
185         (class_pose_as): Use class_table_replace.
186
187 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
188
189         * gc.c: Removed the DEBUG declaration.
190
191 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
192
193         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
194         rather than through objc_thread_id, to save a function call.
195         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
196         Ditto.
197
198 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
199
200         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
201         to cast an id to a Class, which can not be done.  Make the check
202         by using CLS_ISMETA on the class pointer instead.
203         (object_is_meta_class): Similar fix.
204
205 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
206
207         * configure.in (AC_EXEEXT): Work around in case it expands to
208         nothing, as in autoconf 2.50.
209         * acinclude.m4: Likewise.
210         * configure: Rebuilt.
211
212 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
213
214         * THREADS: Explain that when we compile libobjc inside GCC, we
215         always use thr-objc.c as a backend, which uses GCC's thread code.
216
217 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
218
219         * init.c (__objc_send_message_in_list): When setting a new entry
220         in __objc_load_methods use the method IMP as key, but check to see
221         if the method is in the hashtable by looking at the IMP also.
222         Also ... call the method after adding it to the hashtable rather
223         than before ... thus preventing an obscure possibility of infinite
224         recursion if a +load method itself loads a subclass.
225
226 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
227
228         * init.c (__objc_send_message_in_list): When setting a new entry
229         in __objc_load_methods use the method name as key, not the method
230         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
231
232 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
233
234         * objc-features.texi: Move to ../gcc/objc.texi.
235         * fdl.texi: Remove.
236         * Makefile.in: Don't generate documentation from
237         objc-features.texi.
238
239 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
240
241         * fdl.texi: New file.
242         * objc-features.texi: Simplify.
243         * Makefile.in: Adjust accordingly.
244
245 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
246
247         * objc-features.texi: Use the GFDL.
248
249 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
250
251         * encoding.c (REAL_TYPE): Define.
252
253 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
254
255         * encoding.c (TYPE_MODE): Define.
256
257 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
258
259         * thr.c (objc_thread_add): New function.
260         (objc_thread_remove): Ditto.
261         * objc/thr.h: Declare them.
262         * libobjc.def: Mention them.
263
264 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
265
266         * objc-features.texi: Document the @compatibility_alias compiler
267         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
268
269 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
270
271         * sendmsg.c (__objc_forward): Delete strlen() declaration.
272
273 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
274
275         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
276         we're not interested in the result and they might fail.
277         * configure: Regenerated.
278
279 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
280
281         * objc-features.texi: Use @email.
282
283 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
284
285         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
286         printf.
287
288 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
289
290         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
291         determines the value dynamically.
292
293 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
294
295         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
296         libraries to provide a function that returns the real forwarding
297         function. This can alleviate problems __builtin_apply() and
298         friends have on various platforms. (Solution suggested by Helge
299         Hess.)
300
301         * objc/objc-api.h: Define __objc_msg_forward.
302
303         * sendmsg.c: Define gen_rtx_REG.
304
305 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307         * thr-rtems.c: New file. Stub to compile.
308
309 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
310
311         * configure: Rebuilt with new libtool.m4.
312
313 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
314
315         * configure.in: Create a config.h file. Check for <sched.h>.
316         * configure: Regenerate.
317
318         * config.h.in: Check for <sched.h>.
319
320 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
321
322         * configure: Regenerate after change to ../libtool.m4.
323
324 2000-08-14  Andreas Schwab  <schwab@suse.de>
325
326         * objc-features.texi (Top): Move @menu at end of node.
327
328 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
329
330         * objc-features.texi: Move @node Top before @menu.
331
332 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
333
334         * objc-features.texi: Documented the new -fconstant-string-class
335         option.
336
337 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
338
339         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
340         improve the Posix thread support for Objective-C.
341
342 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
343
344         * aclocal.m4: Replace copy of ../libtool.m4 with
345         sinclude(../libtool.m4).
346
347 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
348
349         * configure.in: Added libtool support; build shared libraries
350         if --enable-shared was passed on command line.
351         * Makefile.in: Modified most compilation commands to use libtool.
352         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
353         libtool distribution.
354
355 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
356
357         * sarray.c, Object.m: Removed the explicit prototypes for strlen
358         and memcpy on 64-bit platforms (Suggested by Rodney Brown
359         <rdb@cup.hp.com>).
360
361 2000-05-12  H.J. Lu  (hjl@gnu.org)
362
363         * Makefile.in (GTHREAD_FLAGS): New.
364         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
365         (OBJC_THREAD_FILE): Changed to thr-objc.
366
367         * configure.in (GTHREAD_FLAGS): New, check and replace it for
368         Makefile.
369         (OBJC_THREAD_FILE): Removed.
370
371         * thr-objc.c: New.
372
373 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
374
375         * objc/hash.h: Include string.h.
376
377 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
378
379         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
380
381 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
382
383         * Object.m (strlen): Provide prototype on all 64bit platforms,
384         not only alpha.
385         * sarray.c (memcpy): Likewise.
386         * encoding.c (objc_layout_finish_structure): Don't use
387         ROUND_TYPE_ALIGN on sparc.
388
389         * encoding.c (objc_layout_structure_next_member): Do the whole
390         procedure even for the first member, so that we get correct
391         alignment.
392
393 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
394
395         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
396         comments.
397
398 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
399
400         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
401
402 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
403
404         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
405
406 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
407
408         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
409         the compiler when building C code.
410
411 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
412
413         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
414         libdir, libsubdir and tooldir.
415
416 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
417
418         * init.c (__objc_force_linking): Make global.
419
420 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
421
422         * configure.in (AC_EXEEXT): Remove call.
423         (compiler_name): Explicitly check with no extension and .exe
424         extension.
425         * configure: Regenerate.
426
427 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
428
429         * Makefile.in (CC1OBJ): Define in terms of CC.
430         (runtime-info.h): Use.
431
432 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
433
434         * objc-features.texi: Updated the URL to Boehm's GC page.
435
436 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
437
438         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
439         the char as being signed (patch from Daniel Jacobowitz
440         <drow@false.org>).
441
442 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
443
444         * configure.in (AC_PREREQ): Update to 2.13.
445         (AC_EXEEXT): Call to find possible file extension.
446         (compiler_name): Use.
447         * configure: Regenerate.
448
449 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
450
451         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
452
453 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
454
455         * configure.in (thread_file): Correct and simplify code to find
456         the thread file.
457         * configure: Rebuilt.
458
459 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
460
461         * configure.in (compiler_name): Add check to detect if this
462         language's compiler has been built.
463         * configure: Regenerate.
464
465 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
466
467         *  configure.in: Use AC_PREREQ(2.12.1).
468
469 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
470
471         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
472
473 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
474
475         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
476
477 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
478
479         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
480
481 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
482
483         * objc-features.texi (Top): Changed the email address.
484         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
485
486 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
487
488         * encoding.c: Redefine get_inner_array_type to get the first entry
489         in the structure.
490
491 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
492
493         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
494         (objc_get_type_qualifiers): Similarly.
495         * objc/encoding.h (_C_BYREF): Define.
496         (_F_BYREF): Define.
497
498 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
499
500         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
501         works out on 64-bit systems.
502
503 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
504
505         * Makefile.in (INCLUDES): Make it multilib-friendly.
506
507 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
508
509         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
510
511 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
512                          Jeffrey A Law  (law@cygnus.com)
513
514         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
515         (FLAGS_TO_PASS): Added.
516         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
517
518         * archive.c: Change config.h to tconfig.h.
519
520         * configure.in: Find gcc's object directory even for multilibs.
521
522 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
523
524         * configure.in: Escape ^ in grep string.
525         * configure: Rebuilt.
526
527 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
528
529         * All .h files pushed down into the objc/ subdirectory.
530         * Makefile.in (copy_headers): Corresponding changes.
531         * configure.in (AC_INIT): Corresponding changes.
532         * configure: Rebuilt.
533
534 1998-09-30  Ben Elliston  <bje@cygnus.com>
535             Jeff Law      <law@cygnus.com>
536
537         * Makefile.in: Rewrite.
538
539         * configure.in: Likewise.
540
541         * configure: Regenerate.
542
543         * All .c files.  Remove "objc" prefix when including objc header
544         files.  Include tconfig.h, not ../tconfig.h.
545
546 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
547
548         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
549         (get_inner_array_type): Define.
550
551 1998-09-21  Ben Elliston  <bje@cygnus.com>
552
553         * New directory.  Moved files from ../gcc/objc.