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