* call.c (build_conditional_expr): Use VOID_TYPE_P.
[official-gcc.git] / libobjc / ChangeLog
blob1ba64d100382000614fcd4e7bff2a325a9e9707a
1 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
3         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
5 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7         * Object.m (strlen): Provide prototype on all 64bit platforms,
8         not only alpha.
9         * sarray.c (memcpy): Likewise.
10         * encoding.c (objc_layout_finish_structure): Don't use
11         ROUND_TYPE_ALIGN on sparc.
13         * encoding.c (objc_layout_structure_next_member): Do the whole
14         procedure even for the first member, so that we get correct
15         alignment.
17 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
19         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
20         comments.
22 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
24         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
26 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
28         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
30 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
32         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
33         the compiler when building C code.
34         
35 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
37         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
38         libdir, libsubdir and tooldir.
40 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
42         * init.c (__objc_force_linking): Make global.
44 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
46         * configure.in (AC_EXEEXT): Remove call.
47         (compiler_name): Explicitly check with no extension and .exe
48         extension.
49         * configure: Regenerate.
51 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
53         * Makefile.in (CC1OBJ): Define in terms of CC.
54         (runtime-info.h): Use.
56 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
58         * objc-features.texi: Updated the URL to Boehm's GC page.
60 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
62         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
63         the char as being signed (patch from Daniel Jacobowitz
64         <drow@false.org>).
66 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
68         * configure.in (AC_PREREQ): Update to 2.13.
69         (AC_EXEEXT): Call to find possible file extension.
70         (compiler_name): Use.
71         * configure: Regenerate.
73 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
75         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
77 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
79         * configure.in (thread_file): Correct and simplify code to find
80         the thread file.
81         * configure: Rebuilt.
83 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
85         * configure.in (compiler_name): Add check to detect if this
86         language's compiler has been built.
87         * configure: Regenerate.
89 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
91         *  configure.in: Use AC_PREREQ(2.12.1).
93 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
95         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
97 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
99         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
101 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
103         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
105 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
107         * objc-features.texi (Top): Changed the email address.
108         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
110 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
112         * encoding.c: Redefine get_inner_array_type to get the first entry
113         in the structure.
115 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
117         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
118         (objc_get_type_qualifiers): Similarly.
119         * objc/encoding.h (_C_BYREF): Define.
120         (_F_BYREF): Define.
122 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
124         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
125         works out on 64-bit systems.
127 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
129         * Makefile.in (INCLUDES): Make it multilib-friendly.
131 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
133         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
135 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
136                          Jeffrey A Law  (law@cygnus.com)
138         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
139         (FLAGS_TO_PASS): Added.
140         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
142         * archive.c: Change config.h to tconfig.h.
144         * configure.in: Find gcc's object directory even for multilibs.
146 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
148         * configure.in: Escape ^ in grep string.
149         * configure: Rebuilt.
151 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
153         * All .h files pushed down into the objc/ subdirectory.
154         * Makefile.in (copy_headers): Corresponding changes.
155         * configure.in (AC_INIT): Corresponding changes.
156         * configure: Rebuilt.
158 1998-09-30  Ben Elliston  <bje@cygnus.com>
159             Jeff Law      <law@cygnus.com>
161         * Makefile.in: Rewrite.
163         * configure.in: Likewise.
165         * configure: Regenerate.
167         * All .c files.  Remove "objc" prefix when including objc header
168         files.  Include tconfig.h, not ../tconfig.h.
170 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
172         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
173         (get_inner_array_type): Define.
175 1998-09-21  Ben Elliston  <bje@cygnus.com>
177         * New directory.  Moved files from ../gcc/objc.