]> git.ipfire.org Git - thirdparty/gcc.git/blame - libobjc/ChangeLog
2003-12-01 Thomas Fitzsimmons <fitzsim@redhat.com>
[thirdparty/gcc.git] / libobjc / ChangeLog
CommitLineData
7989e4dc
RO
12003-10-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2
3 * Makefile.in (runtime-info.h): Remove -Wp.
4
54b98a47
RO
52003-10-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6
7 * Makefile.in (CC1OBJ): Remove.
8 (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
9 correctly.
10 Use .m extension for temporary file.
11 Remove assembler temp file.
12
beca20d2
JM
132003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
14
15 * objc/hash.h (hash_string): Don't use a cast as an lvalue.
16
05dcec66
RO
172003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18
19 * Makefile.in (runtime-info.h): Use MULTIFLAGS.
20
e517f636
AM
212003-09-09 Alan Modra <amodra@bigpond.net.au>
22
23 * configure: Regenerate.
24
45dff86e
AM
252003-08-27 Alexander Malmberg <alexander@malmberg.org>
26
27 * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
28 (libdir)/gcc-lib/ when installing.
29 * configure: Regenerate.
30
c19f8e35
NP
31Thu Jul 10 10:27:43 2003 Nicola Pero <n.pero@mi.flashnet.it>
32
33 libobjc/9969
34 * sendmsg.c (get_imp): Fixed rare threading problem.
35 (__objc_responds_to): Similar fixes.
36 (objc_msg_lookup): Similar fixes.
37 (__objc_init_install_dtable): Lock the runtime before checking if the
38 table is installed.
39
6c82ad25
NN
402003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
41
38709cad
NN
42 * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
43 makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
44 selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
45 thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
46 thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
47 thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
6c82ad25
NN
48 * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
49 class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
50 objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
51 objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
52 objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
53
e083f3f9
RFM
54Tue May 13 14:56:03 2003 Richard Frith-Macdonald <rfm@gnu.org>
55 Nicola Pero <n.pero@mi.flashnet.it>
56
57 libobjc/10742
58 * init.c (class_superclass_of_class): New function.
59 (create_tree_of_subclasses_inherited_from): Use it.
60 (__objc_tree_insert_class): Likewise.
61 (class_is_subclass_of_class): Likewise.
62
0b87e18e
DC
632003-04-11 David Chad <davidc@freebsd.org>
64 Loren J. Rittle <ljrittle@acm.org>
65
66 libobjc/8562
67 * objc/hash.h (hash_string): Constify correctly.
68 (compare_ptrs): Use direct compare.
69 * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
70 * objc/sarray.h: Global rename index to indx to avoid shadow.
71
ff8b9ca8
AS
722003-03-12 Andreas Schwab <schwab@suse.de>
73
74 * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
75 glibcpp_toolexeclibdir.
76 * configure: Rebuilt.
77
3343fdd2
AO
782003-02-20 Alexandre Oliva <aoliva@redhat.com>
79
80 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
81 config.status.
82 * configure: Rebuilt.
83
c5e3e1ed
AO
842003-01-27 Alexandre Oliva <aoliva@redhat.com>
85
86 * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
87 $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
88 version_specific_libs is enabled.
89 * configure: Rebuilt.
90
90e5b39f
CC
912003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
92
93 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
94 (install-libs, install-headers): Prepend $(DESTDIR) to
95 destination paths in all (un)installation commands.
96
4977bab6
ZW
972002-12-02 Zack Weinberg <zack@codesourcery.com>
98
99 * thr-objc.c: Include coretypes.h and tm.h.
100
1012002-12-01 Zack Weinberg <zack@codesourcery.com>
102
103 * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
104
1052002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
106
107 * configure.in: Remove skip-this-dir support.
108 * configure: Regenerate.
109
6c5d742e
KG
1102002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
111
112 * Makefile.in (all): Fix multilib parallel build.
113
c2a68741
NP
114Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
115
116 * sendmsg.c (nil_method): Declare not to take a variable number of
117 args.
118 (objc_msg_lookup): Cast nil_method to IMP before returning it.
119 (objc_msg_lookup_super): The same.
120
edf4d41e
JH
1212002-09-10 Jan Hubicka <jh@suse.cz>
122
65a8189e
AJ
123 * nil_method.c (nil_method): No longer defined with variable
124 arguments.
edf4d41e 125
40165636
RB
1262002-07-02 Rodney Brown <rbrown64@csc.com.au>
127
128 * objc/encoding.h: Fix formatting.
129 * objc/hash.h: Likewise.
130 * objc/objc-api.h: Likewise.
131 * objc/runtime.h: Likewise.
132 * objc/thr.h: Likewise.
133 * archive.c: Likewise.
134 * class.c: Likewise.
135 * encoding.c: Likewise.
136 * gc.c: Likewise.
137 * hash.c: Likewise.
138 * init.c: Likewise.
139 * misc.c: Likewise.
140 * nil_method.c: Likewise.
141 * objects.c: Likewise.
142 * sarray.c: Likewise.
143 * selector.c: Likewise.
144 * sendmsg.c: Likewise.
145 * thr-mach.c: Likewise.
146 * thr.c: Likewise.
147
aebb8c22
DD
1482002-06-25 DJ Delorie <dj@redhat.com>
149
150 * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
151 GLIBCPP_TOPREL_CONFIGURE.
152 * configure.in: Call it before AC_CANONICAL_SYSTEM.
153 * configure: Regenerate.
154
b62cc13a
KG
1552002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
156
157 * Object.m (forward, read, write): Fix unused parameter warnings.
158 * encoding.c: Include <stdlib.h>.
159 (target_flags): Mark with attribute unused.
160 (atoi): Delete.
161 * runtime.h (__objc_selector_max_index): Change to unsigned int.
162 (__objc_generate_gc_type_description): Prototype.
163 * selector.c (__objc_selector_max_index): Change to unsigned int.
164
10cb24df
NP
165Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
166
167 * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
168 we always have a return value: if __objc_msg_forward does not
169 supply a forwarding implementation, return the default
170 __builtin_apply based one.
171
8f8c44cb
KG
1722002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
173
174 * Object.m: Fix signed/unsigned warning.
175 * Protocol.m: Likewise.
176 * archive.c: Always include stdlib.h.
177 (objc_read_short, objc_read_unsigned_short, objc_read_int,
178 objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
179 Fix signed/unsigned warning.
180 (objc_write_type, objc_read_type, objc_write_types,
181 objc_read_types): Ensure ctype 8-bit safety.
182 (__objc_no_write, __objc_no_read): Mark unused parameters.
183 * class.c (class_table_setup): Specify void arg.
184 * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
185 objc_skip_typespec, objc_skip_offset,
186 objc_layout_structure_next_member): Ensure ctype 8-bit safety.
187 (objc_layout_structure_next_member): Ensure variables are
188 initialized.
189 * gc.c (__objc_generate_gc_type_description,
190 class_ivar_set_gcinvisible): Mark unused parameters.
191 * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
192 unused parameters.
193 (__objc_init_protocols) Fix signed/unsigned warning.
194 * nil_method.c (nil_method): Mark unused parameters.
195 * thr.h (objc_thread_callback): Specify void arg.
196 * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
197 signed/unsigned warning.
198 (sarray_free): Fix formatting.
199 * selector.c (sel_types_match): Ensure ctype 8-bit safety.
200 * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
201
42bac116
AJ
2022002-06-09 Andreas Jaeger <aj@suse.de>
203
204 * encoding.c (objc_layout_structure_next_member): Remove unused
205 variable.
206
9aa338ec
KG
2072002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
208
209 * Makefile.in (SHELL): Set to @SHELL@.
210 (WARN_CFLAGS): New.
211 (ALL_CFLAGS): Add $(WARN_CFLAGS).
212
1e6347d8
RO
2132002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
214
215 * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
216 * configure: Regenerate.
217
6706f116
AO
2182002-05-08 Alexandre Oliva <aoliva@redhat.com>
219
220 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
221 script entry, and set LD to it when configuring multilibs.
222 * configure: Rebuilt.
223
d0d091ae
DB
2242002-04-19 David O'Brien <obrien@FreeBSD.org>
225
226 * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
227
ed426a38 2282002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
0bd9dd55
HPN
229
230 PR objc/6107
231 * objc/objc-api.h (struct objc_protocol_list): Change type of
232 member count from int to size_t.
233
b150efee
FS
2342002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
235
236 PR libobjc/4039
237 * aclocal.m4: Replace with version copied from libstdc++-v3.
238 * configure.in: Update for changes to aclocal and Makefile.
239 * configure: Regenerate.
240 * Makefile.in: Correct install of multilibs and shared libs, use
241 INSTALL_DATA for include files.
242
e5e0f6f5
NP
243Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
244
245 * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
246 categories - when an unclaimed category was found, the loop was
247 doing two steps forward instead of one, so that in certain cases
248 it was failing to properly load all the categories. (Reported
249 with fix by Alexander Malmberg <alexander@malmberg.org>).
250
d5114db1
AH
2512001-11-14 Aldy Hernandez <aldyh@redhat.com>
252
4977bab6 253 * encoding.c: Add target_flags.
d5114db1 254
f4fdaeda
AH
2552001-11-07 Aldy Hernandez <aldyh@redhat.com>
256
257 * objc/objc-api.h (_C_VECTOR): New.
258
259 * encoding.c (VECTOR_TYPE): New.
260
26e51caa
NP
261Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
262
263 * class.c: Rewritten the class table to use optimized, lock-free
4977bab6
ZW
264 lookup. This more than doubles the speed of class method
265 invocations. (class_table_setup), (class_table_insert),
266 (class_table_replace), (class_table_get_safe),
267 (class_table_next), (class_table_print),
268 (class_table_print_histogram): New functions.
269 (__objc_init_class_tables): Use class_table_setup.
270 (__objc_add_class_to_hash): Use class_table_get_safe and
271 class_table_insert. (objc_lookup_class), (objc_get_class): Do not
272 assert the existence of the table; do not lock the runtime; use
273 class_table_get_safe. (objc_next_class): Use class_table_next.
274 (__objc_resolve_class_links): Use class_table_next.
275 (class_pose_as): Use class_table_replace.
26e51caa 276
71a18acf
OP
2772001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
278
279 * gc.c: Removed the DEBUG declaration.
280
5f1ecf82
NP
281Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
282
283 * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
284 rather than through objc_thread_id, to save a function call.
285 (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
286 Ditto.
287
42d28de5
NP
288Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
289
290 * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
291 to cast an id to a Class, which can not be done. Make the check
292 by using CLS_ISMETA on the class pointer instead.
293 (object_is_meta_class): Similar fix.
294
4173be7f
AO
2952001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
296
297 * configure.in (AC_EXEEXT): Work around in case it expands to
298 nothing, as in autoconf 2.50.
299 * acinclude.m4: Likewise.
300 * configure: Rebuilt.
301
27132e64
NP
3022001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
303
304 * THREADS: Explain that when we compile libobjc inside GCC, we
305 always use thr-objc.c as a backend, which uses GCC's thread code.
306
e6be21fe
RFM
3072001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
308
309 * init.c (__objc_send_message_in_list): When setting a new entry
310 in __objc_load_methods use the method IMP as key, but check to see
311 if the method is in the hashtable by looking at the IMP also.
312 Also ... call the method after adding it to the hashtable rather
313 than before ... thus preventing an obscure possibility of infinite
314 recursion if a +load method itself loads a subclass.
315
12e01066
OP
3162001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
317
318 * init.c (__objc_send_message_in_list): When setting a new entry
319 in __objc_load_methods use the method name as key, not the method
320 IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
321
10c179f3
JM
3222001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
323
324 * objc-features.texi: Move to ../gcc/objc.texi.
325 * fdl.texi: Remove.
326 * Makefile.in: Don't generate documentation from
327 objc-features.texi.
328
bcecb0b0
MM
3292001-05-01 Mark Mitchell <mark@codesourcery.com>
330
331 * fdl.texi: New file.
332 * objc-features.texi: Simplify.
333 * Makefile.in: Adjust accordingly.
334
c3aac512
MM
3352001-04-30 Mark Mitchell <mark@codesourcery.com>
336
337 * objc-features.texi: Use the GFDL.
338
49073def
JW
339Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
340
341 * encoding.c (REAL_TYPE): Define.
342
120d59bf
DE
3432001-03-19 David Edelsohn <edelsohn@gnu.org>
344
345 * encoding.c (TYPE_MODE): Define.
346
b894530e
NP
3472001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
348
349 * thr.c (objc_thread_add): New function.
350 (objc_thread_remove): Ditto.
351 * objc/thr.h: Declare them.
352 * libobjc.def: Mention them.
353
11014a3b
OP
3542001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
355
356 * objc-features.texi: Document the @compatibility_alias compiler
357 directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
358
a79ffa5a
RO
359Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
360
361 * sendmsg.c (__objc_forward): Delete strlen() declaration.
362
7c6b0e92
GK
3632001-02-08 Geoffrey Keating <geoffk@redhat.com>
364
365 * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
366 we're not interested in the result and they might fail.
367 * configure: Regenerated.
368
01d9cb8b
JM
3692001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
370
371 * objc-features.texi: Use @email.
372
0fc39d8a
JM
3732001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
374
375 * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
376 printf.
377
919ee051
RE
3782000-01-11 Richard Earnshaw <rearnsha@arm.com>
379
380 * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
381 determines the value dynamically.
382
1104c18d
OP
383Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
384
385 * sendmsg.c: Added __objc_msg_forward, a hook that allows external
386 libraries to provide a function that returns the real forwarding
387 function. This can alleviate problems __builtin_apply() and
388 friends have on various platforms. (Solution suggested by Helge
389 Hess.)
42bac116 390
1104c18d
OP
391 * objc/objc-api.h: Define __objc_msg_forward.
392
393 * sendmsg.c: Define gen_rtx_REG.
394
68c9c61a
RC
3952000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
42bac116 397 * thr-rtems.c: New file. Stub to compile.
68c9c61a 398
6d93bca4
AO
3992000-09-06 Alexandre Oliva <aoliva@redhat.com>
400
401 * configure: Rebuilt with new libtool.m4.
402
9d10fcf9
OP
403Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
404
405 * configure.in: Create a config.h file. Check for <sched.h>.
406 * configure: Regenerate.
407
408 * config.h.in: Check for <sched.h>.
409
57119aa9
ZW
4102000-08-14 Zack Weinberg <zack@wolery.cumb.org>
411
412 * configure: Regenerate after change to ../libtool.m4.
413
b310e725
AS
4142000-08-14 Andreas Schwab <schwab@suse.de>
415
416 * objc-features.texi (Top): Move @menu at end of node.
417
82fbe835
MH
4182000-08-11 Manfred Hollstein <manfredh@redhat.com>
419
420 * objc-features.texi: Move @node Top before @menu.
421
b3dc253f
OP
422Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
423
424 * objc-features.texi: Documented the new -fconstant-string-class
425 option.
426
9bc3876e
OP
427Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
428
429 * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
430 improve the Posix thread support for Objective-C.
431
8cab40f7
ZW
4322000-08-04 Zack Weinberg <zack@wolery.cumb.org>
433
434 * aclocal.m4: Replace copy of ../libtool.m4 with
435 sinclude(../libtool.m4).
436
c161c99b
NP
437Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
438
42bac116 439 * configure.in: Added libtool support; build shared libraries
c161c99b
NP
440 if --enable-shared was passed on command line.
441 * Makefile.in: Modified most compilation commands to use libtool.
442 * aclocal.m4: New symbolic link to the ../libtool.m4, from the
443 libtool distribution.
444
9c14a607
OP
445Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
446
447 * sarray.c, Object.m: Removed the explicit prototypes for strlen
448 and memcpy on 64-bit platforms (Suggested by Rodney Brown
449 <rdb@cup.hp.com>).
450
15794a95
L
4512000-05-12 H.J. Lu (hjl@gnu.org)
452
453 * Makefile.in (GTHREAD_FLAGS): New.
454 (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
455 (OBJC_THREAD_FILE): Changed to thr-objc.
456
457 * configure.in (GTHREAD_FLAGS): New, check and replace it for
458 Makefile.
459 (OBJC_THREAD_FILE): Removed.
460
461 * thr-objc.c: New.
462
8dd8d754
KG
4632000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
464
465 * objc/hash.h: Include string.h.
466
39b48e02
DE
4672000-04-15 David Edelsohn <edelsohn@gnu.org>
468
469 * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
470
bcdb1106
JJ
4712000-04-12 Jakub Jelinek <jakub@redhat.com>
472
473 * Object.m (strlen): Provide prototype on all 64bit platforms,
474 not only alpha.
475 * sarray.c (memcpy): Likewise.
476 * encoding.c (objc_layout_finish_structure): Don't use
477 ROUND_TYPE_ALIGN on sparc.
478
35f10998
JJ
479 * encoding.c (objc_layout_structure_next_member): Do the whole
480 procedure even for the first member, so that we get correct
481 alignment.
482
2e3120e8
ZW
4832000-03-29 Zack Weinberg <zack@wolery.cumb.org>
484
485 * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
486 comments.
487
6fc605d8
ZW
4882000-02-23 Zack Weinberg <zack@wolery.cumb.org>
489
490 * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
491
224a6bca
CB
492Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
493
494 * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
495
e36e6e02
JL
496Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
497
498 * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
499 the compiler when building C code.
42bac116 500
76632dd0
DJ
501Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
502
503 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
504 libdir, libsubdir and tooldir.
505
6000b42b
JDA
506Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
507
508 * init.c (__objc_force_linking): Make global.
509
6de94858
JL
510Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
511
512 * configure.in (AC_EXEEXT): Remove call.
513 (compiler_name): Explicitly check with no extension and .exe
514 extension.
515 * configure: Regenerate.
516
7af06410
MK
517Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
518
519 * Makefile.in (CC1OBJ): Define in terms of CC.
520 (runtime-info.h): Use.
521
09608fa2
OP
522Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
523
524 * objc-features.texi: Updated the URL to Boehm's GC page.
525
56d654e4
OP
526Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
527
528 * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
529 the char as being signed (patch from Daniel Jacobowitz
530 <drow@false.org>).
531
e33abc2d
MK
532Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
533
534 * configure.in (AC_PREREQ): Update to 2.13.
535 (AC_EXEEXT): Call to find possible file extension.
536 (compiler_name): Use.
537 * configure: Regenerate.
538
ab87f8c8
JL
539Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
540
541 * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
542
79014e6f
JL
543Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
544
545 * configure.in (thread_file): Correct and simplify code to find
546 the thread file.
547 * configure: Rebuilt.
548
71205e0b
MH
5491998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
550
551 * configure.in (compiler_name): Add check to detect if this
552 language's compiler has been built.
553 * configure: Regenerate.
554
223a8848
KG
555Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
556
557 * configure.in: Use AC_PREREQ(2.12.1).
558
74285159
JL
559Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
560
561 * Makefile.in (runtime-info.h): Avoid GNU make extensions.
562
84beab38
KG
563Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
564
565 * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
566
8a829fd9
KG
567Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
568
569 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
570
befb6d14
OP
571Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
572
573 * objc-features.texi (Top): Changed the email address.
574 * objc-features.texi (Garbage Collection): Use @uref instead of @url.
575
576Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
577
578 * encoding.c: Redefine get_inner_array_type to get the first entry
42bac116 579 in the structure.
befb6d14 580
1df287f8
RFM
581Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
582
583 * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
584 (objc_get_type_qualifiers): Similarly.
585 * objc/encoding.h (_C_BYREF): Define.
586 (_F_BYREF): Define.
587
07181a20
DM
5881998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
589
590 * objc/sarray.h: Make boffset be an unsigned long when sparc so it
591 works out on 64-bit systems.
592
5e2f657b
AO
593Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
594
ceff9b14 595 * Makefile.in (INCLUDES): Make it multilib-friendly.
5e2f657b 596
4afb3646
L
597Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
598
599 * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
600
4102f627
RL
601Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
602 Jeffrey A Law (law@cygnus.com)
603
604 * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
605 (FLAGS_TO_PASS): Added.
606 (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
607
608 * archive.c: Change config.h to tconfig.h.
609
610 * configure.in: Find gcc's object directory even for multilibs.
611
612Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
5ae4c799
RL
613
614 * configure.in: Escape ^ in grep string.
615 * configure: Rebuilt.
616
789eb4f5
JL
617Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
618
619 * All .h files pushed down into the objc/ subdirectory.
620 * Makefile.in (copy_headers): Corresponding changes.
621 * configure.in (AC_INIT): Corresponding changes.
622 * configure: Rebuilt.
623
bce1b489
BE
6241998-09-30 Ben Elliston <bje@cygnus.com>
625 Jeff Law <law@cygnus.com>
626
627 * Makefile.in: Rewrite.
628
629 * configure.in: Likewise.
630
631 * configure: Regenerate.
632
633 * All .c files. Remove "objc" prefix when including objc header
634 files. Include tconfig.h, not ../tconfig.h.
635
2e5f02a3
OP
636Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
637
638 * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
639 (get_inner_array_type): Define.
640
88e17b57
BE
6411998-09-21 Ben Elliston <bje@cygnus.com>
642
643 * New directory. Moved files from ../gcc/objc.