Only create gcc/configargs.h if gcc build directory is present
[official-gcc.git] / libobjc / ChangeLog
blob252ca2dc069dbbfe7e5eafcdbbef4666806936de
1 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3         * configure: Rebuilt with new libtool.m4.
5 Tue Aug 15 00:38:56 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7         * configure.in: Create a config.h file. Check for <sched.h>.
8         * configure: Regenerate.
10         * config.h.in: Check for <sched.h>.
12 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14         * configure: Regenerate after change to ../libtool.m4.
16 2000-08-14  Andreas Schwab  <schwab@suse.de>
18         * objc-features.texi (Top): Move @menu at end of node.
20 2000-08-11  Manfred Hollstein  <manfredh@redhat.com>
22         * objc-features.texi: Move @node Top before @menu.
24 Sun Aug  6 23:27:49 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
26         * objc-features.texi: Documented the new -fconstant-string-class
27         option.
29 Sun Aug  6 22:51:16 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
31         * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
32         improve the Posix thread support for Objective-C.
34 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
36         * aclocal.m4: Replace copy of ../libtool.m4 with
37         sinclude(../libtool.m4).
39 Fri Jul 28 08:58:02 2000  Nicola Pero  <nicola@brainstorm.co.uk>
41         * configure.in: Added libtool support; build shared libraries 
42         if --enable-shared was passed on command line.
43         * Makefile.in: Modified most compilation commands to use libtool.
44         * aclocal.m4: New symbolic link to the ../libtool.m4, from the
45         libtool distribution.
47 Sat Jul 29 00:10:21 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
49         * sarray.c, Object.m: Removed the explicit prototypes for strlen
50         and memcpy on 64-bit platforms (Suggested by Rodney Brown
51         <rdb@cup.hp.com>).
53 2000-05-12  H.J. Lu  (hjl@gnu.org)
55         * Makefile.in (GTHREAD_FLAGS): New.
56         (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
57         (OBJC_THREAD_FILE): Changed to thr-objc.
59         * configure.in (GTHREAD_FLAGS): New, check and replace it for
60         Makefile.
61         (OBJC_THREAD_FILE): Removed.
63         * thr-objc.c: New.
65 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
67         * objc/hash.h: Include string.h.
69 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
71         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
73 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
75         * Object.m (strlen): Provide prototype on all 64bit platforms,
76         not only alpha.
77         * sarray.c (memcpy): Likewise.
78         * encoding.c (objc_layout_finish_structure): Don't use
79         ROUND_TYPE_ALIGN on sparc.
81         * encoding.c (objc_layout_structure_next_member): Do the whole
82         procedure even for the first member, so that we get correct
83         alignment.
85 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
87         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
88         comments.
90 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
92         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
94 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
96         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
98 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
100         * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
101         the compiler when building C code.
102         
103 Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
105         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
106         libdir, libsubdir and tooldir.
108 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
110         * init.c (__objc_force_linking): Make global.
112 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
114         * configure.in (AC_EXEEXT): Remove call.
115         (compiler_name): Explicitly check with no extension and .exe
116         extension.
117         * configure: Regenerate.
119 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
121         * Makefile.in (CC1OBJ): Define in terms of CC.
122         (runtime-info.h): Use.
124 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
126         * objc-features.texi: Updated the URL to Boehm's GC page.
128 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
130         * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
131         the char as being signed (patch from Daniel Jacobowitz
132         <drow@false.org>).
134 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
136         * configure.in (AC_PREREQ): Update to 2.13.
137         (AC_EXEEXT): Call to find possible file extension.
138         (compiler_name): Use.
139         * configure: Regenerate.
141 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
143         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
145 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
147         * configure.in (thread_file): Correct and simplify code to find
148         the thread file.
149         * configure: Rebuilt.
151 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
153         * configure.in (compiler_name): Add check to detect if this
154         language's compiler has been built.
155         * configure: Regenerate.
157 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
159         *  configure.in: Use AC_PREREQ(2.12.1).
161 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
163         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
165 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
167         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
169 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
171         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
173 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
175         * objc-features.texi (Top): Changed the email address.
176         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
178 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
180         * encoding.c: Redefine get_inner_array_type to get the first entry
181         in the structure.
183 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
185         * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
186         (objc_get_type_qualifiers): Similarly.
187         * objc/encoding.h (_C_BYREF): Define.
188         (_F_BYREF): Define.
190 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
192         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
193         works out on 64-bit systems.
195 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
197         * Makefile.in (INCLUDES): Make it multilib-friendly.
199 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
201         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
203 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
204                          Jeffrey A Law  (law@cygnus.com)
206         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
207         (FLAGS_TO_PASS): Added.
208         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
210         * archive.c: Change config.h to tconfig.h.
212         * configure.in: Find gcc's object directory even for multilibs.
214 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
216         * configure.in: Escape ^ in grep string.
217         * configure: Rebuilt.
219 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
221         * All .h files pushed down into the objc/ subdirectory.
222         * Makefile.in (copy_headers): Corresponding changes.
223         * configure.in (AC_INIT): Corresponding changes.
224         * configure: Rebuilt.
226 1998-09-30  Ben Elliston  <bje@cygnus.com>
227             Jeff Law      <law@cygnus.com>
229         * Makefile.in: Rewrite.
231         * configure.in: Likewise.
233         * configure: Regenerate.
235         * All .c files.  Remove "objc" prefix when including objc header
236         files.  Include tconfig.h, not ../tconfig.h.
238 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
240         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
241         (get_inner_array_type): Define.
243 1998-09-21  Ben Elliston  <bje@cygnus.com>
245         * New directory.  Moved files from ../gcc/objc.