OSDN Git Service

* Makefile.in (toolexecdir): Remove trailing space.
[pf3gnuchains/gcc-fork.git] / libobjc / ChangeLog
1 2004-05-09  Richard Sandiford  <rsandifo@redhat.com>
2
3         * Makefile.in (toolexecdir): Remove trailing space.
4
5 2004-04-15  Nathanael Nerode  <neroden@gcc.gnu.org>
6
7         PR libobjc/14948
8         * configure.ac: De-precious CC so multilibs work.
9         * configure: Regenerate.
10
11 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12
13         * configure.ac: Restore toolexecdir.
14         * Makefile.in: Restore toolexecdir.
15         * configure: Regenerate.
16
17 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
18
19         * configure.ac: Remove (unused) glibcpp_prefixdir.
20         * configure: Regenerate.
21
22         * configure.in: Rename to configure.ac.
23         * Makefile.in: Update to match.
24
25         * Makefile.in: Remove toolexecdir, glibcpp_toolexecdir (unused).
26         Replace glibcpp_toolexeclibdir with toolexeclibdir.
27         * configure.in: Remove glibcpp_toolexecdir (unused).
28         Replace glibcpp_toolexeclibdir with toolexeclibdir.  Don't generate
29         config.h or stamp-h (unused).  Move one comment to the right place.
30         * configure: Regenerate.
31         * config.h.in: Remove (unused).
32
33         * config.h.in: Regenerate with autoheader.
34
35         * Makefile.in: Remove (unused) gcc_version_trigger.
36         * configure.in: Remove (unused) glibcpp_builddir.  Don't AC_SUBST
37         gcc_version_trigger.
38         * configure: Regenerate.
39
40         * configure.in: Switch to modern style for AC_INIT, AC_OUTPUT.
41         Sort file into sections.  Remove dnl where appropriate.  Fix
42         other style issues.
43         * configure: Regenerate.
44
45         * configure.in: Replace old AC_PROG_CC hack with new one.
46         Define toplevel_srcdir in terms of srcdir, not top_srcdir (there
47         are no subdirectory output files, so this is fine).  Change prereq
48         to autoconf 2.59.
49         * aclocal.m4: Include ../config/no-executables.m4.
50         * configure: Regenerate with autoconf 2.59.
51
52         * configure.in: Improve comments on gthread_cflags.  Improve m4
53         quotation, and replace 'if test' with 'case', for --enable-objc-gc.
54         * configure: Regenerate.
55
56         * configure.in: Move PACKAGE and VERSION settings up top.  Remove
57         unused call to AC_PROG_LN_S.  Default RANLIB to ':'.  Remove
58         redundant checks for values of RANLIB, AR, INSTALL.
59         * configure: Regenerate.
60
61         * configure.in: Clean up handling of
62         --enable-version-specific-runtime-libs and related variables;
63         replace 'if test' with 'case' where reasonable.  Fix comments.
64         Remove useless libstdcxx_interface.
65         * configure: Regenerate.
66
67         * configure.in: Use _GCC_TOPLEV_NONCANONICAL_TARGET.
68         Replace uses of target_alias with target_noncanonical.
69         * aclocal.m4: Include ../config/acx.m4.
70         * configure: Regenerate.
71         * Makefile.in: Replace uses of target_alias with target_noncanonical.
72         Fix copyright statement.
73
74         * configure.in: Hand-inline bulky, confusing macros from
75         aclocal.m4.  Replace references to "GNU Objective C" with "GCC".
76         Update copyright notice.  Remove stuff for automake, which isn't
77         used in this directory.  Remove emacs local variables.
78         * aclocal.m4: Remove hand-inlined macros.  Update copyright notice.
79         * configure: Regenerate.
80
81 2004-03-16  Manfred Hollstein  <mh@suse.com>
82
83         * Makefile.in, configure.in, configure: Update copyright years.
84
85 2004-03-15  Manfred Hollstein  <mh@suse.com>
86
87         * Makefile.in (LIBOBJC_VERSION, LIBOBJC_GC_VERSION): Use
88         definition from configure.in.
89         * configure.in (PACKAGE): Add definition.
90         (VERSION): Add definition; substitute it in output files.
91         * configure: Re-generate.
92
93 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
94
95         * objc/hash.h (hash_string, compare_strings):
96         Add type-casts to make Objective-C++ happy.
97         * objc/typedstream.h (objc_get_stream_class_version):
98         Rename parameter from 'class' to 'class_name' to make
99         Objective-C++ happy.
100
101 2004-03-01  Michael Matz  <matz@suse.de>
102
103         * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
104
105 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
106
107         * objc/objc-api.h (objc_super): The 'class' field shall
108         be named 'super_class' #ifdef __cplusplus.
109
110 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
111
112         PR target/10781
113         * encoding.c (rs6000_special_round_type_align): Define.
114
115 2004-01-14  Adam Fedor  <fedor@gnu.org>
116
117         PR libobjc/12155
118         * selector.c (__objc_register_instance_methods_to_class): Free
119         new_list if not used.
120
121 2004-01-09  Andrew Ruder  <aeruder@ksu.edu>
122
123         PR libobjc/11904
124         * sarray.c (sarray_free): Free array->is_copy_of latter.
125
126 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
127
128         PR 11433
129         * Protocol.m (descriptionForInstanceMethod): Don't dereference
130         instance_methods if it's NULL.
131         (descriptionForClassMethod): Likewise for class_methods.
132
133 2003-10-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
134
135         * Makefile.in (runtime-info.h): Remove -Wp.
136
137 2003-10-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
138
139         * Makefile.in (CC1OBJ): Remove.
140         (runtime-info.h): Invoke $(CC) so all MULTIFLAGS are handled
141         correctly.
142         Use .m extension for temporary file.
143         Remove assembler temp file.
144
145 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
146
147         * objc/hash.h (hash_string): Don't use a cast as an lvalue.
148
149 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
150
151         * Makefile.in (runtime-info.h): Use MULTIFLAGS.
152
153 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
154
155         * configure: Regenerate.
156
157 2003-08-27  Alexander Malmberg  <alexander@malmberg.org>
158
159         * Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of
160         (libdir)/gcc-lib/ when installing.
161         * configure: Regenerate.
162
163 Thu Jul 10 10:27:43 2003  Nicola Pero  <n.pero@mi.flashnet.it>
164
165         libobjc/9969
166         * sendmsg.c (get_imp): Fixed rare threading problem.
167         (__objc_responds_to): Similar fixes.
168         (objc_msg_lookup): Similar fixes.
169         (__objc_init_install_dtable): Lock the runtime before checking if the
170         table is installed.
171
172 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
173
174         * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
175         makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
176         selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
177         thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
178         thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
179         thr-win32.c, thr.c: Replace "GNU CC" with "GCC".
180         * Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
181         class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
182         objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
183         objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
184         objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
185
186 Tue May 13 14:56:03 2003  Richard Frith-Macdonald <rfm@gnu.org>
187                           Nicola Pero  <n.pero@mi.flashnet.it>
188
189         libobjc/10742
190         * init.c (class_superclass_of_class): New function.
191         (create_tree_of_subclasses_inherited_from): Use it.
192         (__objc_tree_insert_class): Likewise.
193         (class_is_subclass_of_class): Likewise.
194
195 2003-04-11  David Chad  <davidc@freebsd.org>
196             Loren J. Rittle  <ljrittle@acm.org>
197
198         libobjc/8562
199         * objc/hash.h (hash_string): Constify correctly.
200         (compare_ptrs): Use direct compare.
201         * objc/objc-list.h (list_nth): Rename index to indx to avoid shadow.
202         * objc/sarray.h: Global rename index to indx to avoid shadow.
203
204 2003-03-12  Andreas Schwab  <schwab@suse.de>
205
206         * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
207         glibcpp_toolexeclibdir.
208         * configure: Rebuilt.
209
210 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
211
212         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
213         config.status.
214         * configure: Rebuilt.
215
216 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
217
218         * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
219         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
220         version_specific_libs is enabled.
221         * configure: Rebuilt.
222
223 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
224
225         * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
226         (install-libs, install-headers): Prepend $(DESTDIR) to
227         destination paths in all (un)installation commands.
228
229 2002-12-02  Zack Weinberg  <zack@codesourcery.com>
230
231         * thr-objc.c: Include coretypes.h and tm.h.
232
233 2002-12-01  Zack Weinberg  <zack@codesourcery.com>
234
235         * encoding.c, sendmsg.c: Include coretypes.h and tm.h.
236
237 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
238
239         * configure.in: Remove skip-this-dir support.
240         * configure: Regenerate.
241
242 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
243
244         * Makefile.in (all): Fix multilib parallel build.
245
246 Thu Sep 12 12:44:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
247
248         * sendmsg.c (nil_method): Declare not to take a variable number of
249         args.
250         (objc_msg_lookup): Cast nil_method to IMP before returning it.
251         (objc_msg_lookup_super): The same.
252
253 2002-09-10  Jan Hubicka  <jh@suse.cz>
254
255         * nil_method.c (nil_method): No longer defined with variable
256         arguments.
257
258 2002-07-02  Rodney Brown  <rbrown64@csc.com.au>
259
260         * objc/encoding.h: Fix formatting.
261         * objc/hash.h: Likewise.
262         * objc/objc-api.h: Likewise.
263         * objc/runtime.h: Likewise.
264         * objc/thr.h: Likewise.
265         * archive.c: Likewise.
266         * class.c: Likewise.
267         * encoding.c: Likewise.
268         * gc.c: Likewise.
269         * hash.c: Likewise.
270         * init.c: Likewise.
271         * misc.c: Likewise.
272         * nil_method.c: Likewise.
273         * objects.c: Likewise.
274         * sarray.c: Likewise.
275         * selector.c: Likewise.
276         * sendmsg.c: Likewise.
277         * thr-mach.c: Likewise.
278         * thr.c: Likewise.
279
280 2002-06-25  DJ Delorie  <dj@redhat.com>
281
282         * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
283         GLIBCPP_TOPREL_CONFIGURE.
284         * configure.in: Call it before AC_CANONICAL_SYSTEM.
285         * configure: Regenerate.
286
287 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
288
289         * Object.m (forward, read, write): Fix unused parameter warnings.
290         * encoding.c: Include <stdlib.h>.
291         (target_flags): Mark with attribute unused.
292         (atoi): Delete.
293         * runtime.h (__objc_selector_max_index): Change to unsigned int.
294         (__objc_generate_gc_type_description): Prototype.
295         * selector.c (__objc_selector_max_index): Change to unsigned int.
296
297 Mon Jun 17 18:37:42 2002  Nicola Pero  <n.pero@mi.flashnet.it>
298
299         * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
300         we always have a return value: if __objc_msg_forward does not
301         supply a forwarding implementation, return the default
302         __builtin_apply based one.
303
304 2002-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
305
306         * Object.m: Fix signed/unsigned warning.
307         * Protocol.m: Likewise.
308         * archive.c: Always include stdlib.h.
309         (objc_read_short, objc_read_unsigned_short, objc_read_int,
310         objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
311         Fix signed/unsigned warning.
312         (objc_write_type, objc_read_type, objc_write_types,
313         objc_read_types): Ensure ctype 8-bit safety.
314         (__objc_no_write, __objc_no_read): Mark unused parameters.
315         * class.c (class_table_setup): Specify void arg.
316         * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
317         objc_skip_typespec, objc_skip_offset,
318         objc_layout_structure_next_member): Ensure ctype 8-bit safety.
319         (objc_layout_structure_next_member): Ensure variables are
320         initialized.
321         * gc.c (__objc_generate_gc_type_description,
322         class_ivar_set_gcinvisible): Mark unused parameters.
323         * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
324         unused parameters.
325         (__objc_init_protocols) Fix signed/unsigned warning.
326         * nil_method.c (nil_method): Mark unused parameters.
327         * thr.h (objc_thread_callback): Specify void arg.
328         * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
329         signed/unsigned warning.
330         (sarray_free): Fix formatting.
331         * selector.c (sel_types_match): Ensure ctype 8-bit safety.
332         * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
333
334 2002-06-09  Andreas Jaeger  <aj@suse.de>
335
336         * encoding.c (objc_layout_structure_next_member): Remove unused
337         variable.
338
339 2002-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
340
341         * Makefile.in (SHELL): Set to @SHELL@.
342         (WARN_CFLAGS): New.
343         (ALL_CFLAGS): Add $(WARN_CFLAGS).
344
345 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
346
347         * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
348         * configure: Regenerate.
349
350 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
351
352         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
353         script entry, and set LD to it when configuring multilibs.
354         * configure: Rebuilt.
355
356 2002-04-19  David O'Brien  <obrien@FreeBSD.org>
357
358         * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
359
360 2002-04-09  Hans-Peter Nilsson  <hp@bitrange.com>
361
362         PR objc/6107
363         * objc/objc-api.h (struct objc_protocol_list): Change type of
364         member count from int to size_t.
365
366 2002-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
367
368         PR libobjc/4039
369         * aclocal.m4: Replace with version copied from libstdc++-v3.
370         * configure.in: Update for changes to aclocal and Makefile.
371         * configure: Regenerate.
372         * Makefile.in: Correct install of multilibs and shared libs, use
373         INSTALL_DATA for include files.
374
375 Mon Dec 17 17:02:12 2001  Nicola Pero  <nicola@brainstorm.co.uk>
376
377         * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
378         categories - when an unclaimed category was found, the loop was
379         doing two steps forward instead of one, so that in certain cases
380         it was failing to properly load all the categories.  (Reported
381         with fix by Alexander Malmberg <alexander@malmberg.org>).
382
383 2001-11-14  Aldy Hernandez  <aldyh@redhat.com>
384
385         * encoding.c: Add target_flags.
386
387 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
388
389          * objc/objc-api.h (_C_VECTOR): New.
390
391          * encoding.c (VECTOR_TYPE): New.
392
393 Mon Oct 29 21:29:21 2001  Nicola Pero  <n.pero@mi.flashnet.it>
394
395         * class.c: Rewritten the class table to use optimized, lock-free
396         lookup.  This more than doubles the speed of class method
397         invocations.  (class_table_setup), (class_table_insert),
398         (class_table_replace), (class_table_get_safe),
399         (class_table_next), (class_table_print),
400         (class_table_print_histogram): New functions.
401         (__objc_init_class_tables): Use class_table_setup.
402         (__objc_add_class_to_hash): Use class_table_get_safe and
403         class_table_insert.  (objc_lookup_class), (objc_get_class): Do not
404         assert the existence of the table; do not lock the runtime; use
405         class_table_get_safe.  (objc_next_class): Use class_table_next.
406         (__objc_resolve_class_links): Use class_table_next.
407         (class_pose_as): Use class_table_replace.
408
409 2001-09-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
410
411         * gc.c: Removed the DEBUG declaration.
412
413 Wed Jul 18 12:48:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
414
415         * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
416         rather than through objc_thread_id, to save a function call.
417         (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
418         Ditto.
419
420 Mon Jul 16 12:15:00 2001  Nicola Pero  <n.pero@mi.flashnet.it>
421
422         * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
423         to cast an id to a Class, which can not be done.  Make the check
424         by using CLS_ISMETA on the class pointer instead.
425         (object_is_meta_class): Similar fix.
426
427 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
428
429         * configure.in (AC_EXEEXT): Work around in case it expands to
430         nothing, as in autoconf 2.50.
431         * acinclude.m4: Likewise.
432         * configure: Rebuilt.
433
434 2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
435
436         * THREADS: Explain that when we compile libobjc inside GCC, we
437         always use thr-objc.c as a backend, which uses GCC's thread code.
438
439 2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
440
441         * init.c (__objc_send_message_in_list): When setting a new entry
442         in __objc_load_methods use the method IMP as key, but check to see
443         if the method is in the hashtable by looking at the IMP also.
444         Also ... call the method after adding it to the hashtable rather
445         than before ... thus preventing an obscure possibility of infinite
446         recursion if a +load method itself loads a subclass.
447
448 2001-05-25  Ovidiu Predescu  <ovidiu@cup.hp.com>
449
450         * init.c (__objc_send_message_in_list): When setting a new entry
451         in __objc_load_methods use the method name as key, not the method
452         IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
453
454 2001-05-09  Joseph S. Myers  <jsm28@cam.ac.uk>
455
456         * objc-features.texi: Move to ../gcc/objc.texi.
457         * fdl.texi: Remove.
458         * Makefile.in: Don't generate documentation from
459         objc-features.texi.
460
461 2001-05-01  Mark Mitchell  <mark@codesourcery.com>
462
463         * fdl.texi: New file.
464         * objc-features.texi: Simplify.
465         * Makefile.in: Adjust accordingly.
466
467 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
468
469         * objc-features.texi: Use the GFDL.
470
471 Wed Mar 21 04:44:58 EST 2001  John Wehle  (john@feith.com)
472
473         * encoding.c (REAL_TYPE): Define.
474
475 2001-03-19  David Edelsohn  <edelsohn@gnu.org>
476
477         * encoding.c (TYPE_MODE): Define.
478
479 2001-03-14  Nicola Pero  <n.pero@mi.flashnet.it>
480
481         * thr.c (objc_thread_add): New function.
482         (objc_thread_remove): Ditto.
483         * objc/thr.h: Declare them.
484         * libobjc.def: Mention them.
485
486 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
487
488         * objc-features.texi: Document the @compatibility_alias compiler
489         directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
490
491 Fri Feb 23 18:12:00 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
492
493         * sendmsg.c (__objc_forward): Delete strlen() declaration.
494
495 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
496
497         * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
498         we're not interested in the result and they might fail.
499         * configure: Regenerated.
500
501 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
502
503         * objc-features.texi: Use @email.
504
505 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
506
507         * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
508         printf.
509
510 2000-01-11  Richard Earnshaw  <rearnsha@arm.com>
511
512         * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
513         determines the value dynamically.
514
515 Wed Jan  3 00:49:10 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
516
517         * sendmsg.c: Added __objc_msg_forward, a hook that allows external
518         libraries to provide a function that returns the real forwarding
519         function. This can alleviate problems __builtin_apply() and
520         friends have on various platforms. (Solution suggested by Helge
521         Hess.)
522
523         * objc/objc-api.h: Define __objc_msg_forward.
524
525         * sendmsg.c: Define gen_rtx_REG.
526
527 2000-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529         * thr-rtems.c: New file. Stub to compile.
530
531 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
532
533         * configure: Rebuilt with new libtool.m4.
534
535 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
536
537         * configure.in: Create a config.h file. Check for <sched.h>.
538         * configure: Regenerate.
539
540         * config.h.in: Check for <sched.h>.
541
542 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
543
544         * configure: Regenerate after change to ../libtool.m4.
545
546 2000-08-14  Andreas Schwab  <schwab@suse.de>
547
548         * objc-features.texi (Top): Move @menu at end of node.
549
550 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
551
552         * objc-features.texi: Move @node Top before @menu.
553
554 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
555
556         * objc-features.texi: Documented the new -fconstant-string-class
557         option.
558
559 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
560
561         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
562         improve the Posix thread support for Objective-C.
563
564 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
565
566         * aclocal.m4: Replace copy of ../libtool.m4 with
567         sinclude(../libtool.m4).
568
569 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
570
571         * configure.in: Added libtool support; build shared libraries
572         if --enable-shared was passed on command line.
573         * Makefile.in: Modified most compilation commands to use libtool.
574         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
575         libtool distribution.
576
577 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
578
579         * sarray.c, Object.m: Removed the explicit prototypes for strlen
580         and memcpy on 64-bit platforms (Suggested by Rodney Brown
581         <rdb@cup.hp.com>).
582
583 2000-05-12  H.J. Lu  (hjl@gnu.org)
584
585         * Makefile.in (GTHREAD_FLAGS): New.
586         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
587         (OBJC_THREAD_FILE): Changed to thr-objc.
588
589         * configure.in (GTHREAD_FLAGS): New, check and replace it for
590         Makefile.
591         (OBJC_THREAD_FILE): Removed.
592
593         * thr-objc.c: New.
594
595 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
596
597         * objc/hash.h: Include string.h.
598
599 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
600
601         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
602
603 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
604
605         * Object.m (strlen): Provide prototype on all 64bit platforms,
606         not only alpha.
607         * sarray.c (memcpy): Likewise.
608         * encoding.c (objc_layout_finish_structure): Don't use
609         ROUND_TYPE_ALIGN on sparc.
610
611         * encoding.c (objc_layout_structure_next_member): Do the whole
612         procedure even for the first member, so that we get correct
613         alignment.
614
615 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
616
617         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
618         comments.
619
620 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
621
622         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
623
624 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
625
626         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
627
628 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
629
630         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
631         the compiler when building C code.
632
633 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
634
635         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
636         libdir, libsubdir and tooldir.
637
638 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
639
640         * init.c (__objc_force_linking): Make global.
641
642 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
643
644         * configure.in (AC_EXEEXT): Remove call.
645         (compiler_name): Explicitly check with no extension and .exe
646         extension.
647         * configure: Regenerate.
648
649 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
650
651         * Makefile.in (CC1OBJ): Define in terms of CC.
652         (runtime-info.h): Use.
653
654 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
655
656         * objc-features.texi: Updated the URL to Boehm's GC page.
657
658 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
659
660         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
661         the char as being signed (patch from Daniel Jacobowitz
662         <drow@false.org>).
663
664 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
665
666         * configure.in (AC_PREREQ): Update to 2.13.
667         (AC_EXEEXT): Call to find possible file extension.
668         (compiler_name): Use.
669         * configure: Regenerate.
670
671 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
672
673         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
674
675 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
676
677         * configure.in (thread_file): Correct and simplify code to find
678         the thread file.
679         * configure: Rebuilt.
680
681 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
682
683         * configure.in (compiler_name): Add check to detect if this
684         language's compiler has been built.
685         * configure: Regenerate.
686
687 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
688
689         *  configure.in: Use AC_PREREQ(2.12.1).
690
691 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
692
693         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
694
695 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
696
697         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
698
699 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
700
701         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
702
703 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
704
705         * objc-features.texi (Top): Changed the email address.
706         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
707
708 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
709
710         * encoding.c: Redefine get_inner_array_type to get the first entry
711         in the structure.
712
713 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
714
715         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
716         (objc_get_type_qualifiers): Similarly.
717         * objc/encoding.h (_C_BYREF): Define.
718         (_F_BYREF): Define.
719
720 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
721
722         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
723         works out on 64-bit systems.
724
725 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
726
727         * Makefile.in (INCLUDES): Make it multilib-friendly.
728
729 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
730
731         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
732
733 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
734                          Jeffrey A Law  (law@cygnus.com)
735
736         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
737         (FLAGS_TO_PASS): Added.
738         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
739
740         * archive.c: Change config.h to tconfig.h.
741
742         * configure.in: Find gcc's object directory even for multilibs.
743
744 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
745
746         * configure.in: Escape ^ in grep string.
747         * configure: Rebuilt.
748
749 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
750
751         * All .h files pushed down into the objc/ subdirectory.
752         * Makefile.in (copy_headers): Corresponding changes.
753         * configure.in (AC_INIT): Corresponding changes.
754         * configure: Rebuilt.
755
756 1998-09-30  Ben Elliston  <bje@cygnus.com>
757             Jeff Law      <law@cygnus.com>
758
759         * Makefile.in: Rewrite.
760
761         * configure.in: Likewise.
762
763         * configure: Regenerate.
764
765         * All .c files.  Remove "objc" prefix when including objc header
766         files.  Include tconfig.h, not ../tconfig.h.
767
768 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
769
770         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
771         (get_inner_array_type): Define.
772
773 1998-09-21  Ben Elliston  <bje@cygnus.com>
774
775         * New directory.  Moved files from ../gcc/objc.