OSDN Git Service

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