1 | 2004-09-30 Release Manager
|
---|
2 |
|
---|
3 | * GCC 3.3.5 Released.
|
---|
4 |
|
---|
5 | 2004-05-31 Release Manager
|
---|
6 |
|
---|
7 | * GCC 3.3.4 Released.
|
---|
8 |
|
---|
9 | 2004-03-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
---|
10 |
|
---|
11 | PR bootstrap/14348
|
---|
12 | Backport
|
---|
13 | 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
|
---|
14 | * objc/hash.h (hash_string): Don't use a cast as an lvalue.
|
---|
15 |
|
---|
16 | 2004-02-14 Release Manager
|
---|
17 |
|
---|
18 | * GCC 3.3.3 Released.
|
---|
19 |
|
---|
20 | 2003-12-01 Zack Weinberg <zack@codesourcery.com>
|
---|
21 |
|
---|
22 | PR 11433
|
---|
23 | * Protocol.m (descriptionForInstanceMethod): Don't dereference
|
---|
24 | instance_methods if it's NULL.
|
---|
25 | (descriptionForClassMethod): Likewise for class_methods.
|
---|
26 |
|
---|
27 | 2003-10-16 Release Manager
|
---|
28 |
|
---|
29 | * GCC 3.3.2 Released.
|
---|
30 |
|
---|
31 | 2003-09-09 Alan Modra <amodra@bigpond.net.au>
|
---|
32 |
|
---|
33 | * configure: Regenerate.
|
---|
34 |
|
---|
35 | 2003-08-04 Release Manager
|
---|
36 |
|
---|
37 | * GCC 3.3.1 Released.
|
---|
38 |
|
---|
39 | 2003-08-04 Release Manager
|
---|
40 |
|
---|
41 | * GCC 3.3.1 Released.
|
---|
42 |
|
---|
43 | 2003-05-13 Release Manager
|
---|
44 |
|
---|
45 | * GCC 3.3 Released.
|
---|
46 |
|
---|
47 | 2003-05-13 Release Manager
|
---|
48 |
|
---|
49 | * GCC 3.3 Released.
|
---|
50 |
|
---|
51 | 2003-05-13 Release Manager
|
---|
52 |
|
---|
53 | * GCC 3.3 Released.
|
---|
54 |
|
---|
55 | 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
|
---|
56 |
|
---|
57 | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
|
---|
58 | config.status.
|
---|
59 | * configure: Rebuilt.
|
---|
60 |
|
---|
61 | 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
|
---|
62 |
|
---|
63 | * aclocal.m4 (glibcpp_toolexeclibdir): Instead of
|
---|
64 | $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
|
---|
65 | version_specific_libs is enabled.
|
---|
66 | * configure: Rebuilt.
|
---|
67 |
|
---|
68 | 2003-01-26 Christian Cornelssen <ccorn@cs.tu-berlin.de>
|
---|
69 |
|
---|
70 | * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR.
|
---|
71 | (install-libs, install-headers): Prepend $(DESTDIR) to
|
---|
72 | destination paths in all (un)installation commands.
|
---|
73 |
|
---|
74 | 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
75 |
|
---|
76 | * Makefile.in (all): Fix multilib parallel build.
|
---|
77 |
|
---|
78 | Thu Sep 12 12:44:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
79 |
|
---|
80 | * sendmsg.c (nil_method): Declare not to take a variable number of
|
---|
81 | args.
|
---|
82 | (objc_msg_lookup): Cast nil_method to IMP before returning it.
|
---|
83 | (objc_msg_lookup_super): The same.
|
---|
84 |
|
---|
85 | 2002-09-10 Jan Hubicka <jh@suse.cz>
|
---|
86 |
|
---|
87 | * nil_method.c (nil_method): No longer defined with variable
|
---|
88 | arguments.
|
---|
89 |
|
---|
90 | 2002-07-02 Rodney Brown <rbrown64@csc.com.au>
|
---|
91 |
|
---|
92 | * objc/encoding.h: Fix formatting.
|
---|
93 | * objc/hash.h: Likewise.
|
---|
94 | * objc/objc-api.h: Likewise.
|
---|
95 | * objc/runtime.h: Likewise.
|
---|
96 | * objc/thr.h: Likewise.
|
---|
97 | * archive.c: Likewise.
|
---|
98 | * class.c: Likewise.
|
---|
99 | * encoding.c: Likewise.
|
---|
100 | * gc.c: Likewise.
|
---|
101 | * hash.c: Likewise.
|
---|
102 | * init.c: Likewise.
|
---|
103 | * misc.c: Likewise.
|
---|
104 | * nil_method.c: Likewise.
|
---|
105 | * objects.c: Likewise.
|
---|
106 | * sarray.c: Likewise.
|
---|
107 | * selector.c: Likewise.
|
---|
108 | * sendmsg.c: Likewise.
|
---|
109 | * thr-mach.c: Likewise.
|
---|
110 | * thr.c: Likewise.
|
---|
111 |
|
---|
112 | 2002-06-25 DJ Delorie <dj@redhat.com>
|
---|
113 |
|
---|
114 | * aclocal.m4 (GLIBCPP_CONFIGURE): Split out
|
---|
115 | GLIBCPP_TOPREL_CONFIGURE.
|
---|
116 | * configure.in: Call it before AC_CANONICAL_SYSTEM.
|
---|
117 | * configure: Regenerate.
|
---|
118 |
|
---|
119 | 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
120 |
|
---|
121 | * Object.m (forward, read, write): Fix unused parameter warnings.
|
---|
122 | * encoding.c: Include <stdlib.h>.
|
---|
123 | (target_flags): Mark with attribute unused.
|
---|
124 | (atoi): Delete.
|
---|
125 | * runtime.h (__objc_selector_max_index): Change to unsigned int.
|
---|
126 | (__objc_generate_gc_type_description): Prototype.
|
---|
127 | * selector.c (__objc_selector_max_index): Change to unsigned int.
|
---|
128 |
|
---|
129 | Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
130 |
|
---|
131 | * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
|
---|
132 | we always have a return value: if __objc_msg_forward does not
|
---|
133 | supply a forwarding implementation, return the default
|
---|
134 | __builtin_apply based one.
|
---|
135 |
|
---|
136 | 2002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
137 |
|
---|
138 | * Object.m: Fix signed/unsigned warning.
|
---|
139 | * Protocol.m: Likewise.
|
---|
140 | * archive.c: Always include stdlib.h.
|
---|
141 | (objc_read_short, objc_read_unsigned_short, objc_read_int,
|
---|
142 | objc_read_long, __objc_read_nbyte_uint, __objc_read_nbyte_ulong):
|
---|
143 | Fix signed/unsigned warning.
|
---|
144 | (objc_write_type, objc_read_type, objc_write_types,
|
---|
145 | objc_read_types): Ensure ctype 8-bit safety.
|
---|
146 | (__objc_no_write, __objc_no_read): Mark unused parameters.
|
---|
147 | * class.c (class_table_setup): Specify void arg.
|
---|
148 | * encoding.c (atoi, objc_sizeof_type, objc_alignof_type,
|
---|
149 | objc_skip_typespec, objc_skip_offset,
|
---|
150 | objc_layout_structure_next_member): Ensure ctype 8-bit safety.
|
---|
151 | (objc_layout_structure_next_member): Ensure variables are
|
---|
152 | initialized.
|
---|
153 | * gc.c (__objc_generate_gc_type_description,
|
---|
154 | class_ivar_set_gcinvisible): Mark unused parameters.
|
---|
155 | * init.c (__objc_send_load, __objc_destroy_class_tree_node): Mark
|
---|
156 | unused parameters.
|
---|
157 | (__objc_init_protocols) Fix signed/unsigned warning.
|
---|
158 | * nil_method.c (nil_method): Mark unused parameters.
|
---|
159 | * thr.h (objc_thread_callback): Specify void arg.
|
---|
160 | * sarray.c (sarray_new, sarray_realloc, sarray_free): Fix
|
---|
161 | signed/unsigned warning.
|
---|
162 | (sarray_free): Fix formatting.
|
---|
163 | * selector.c (sel_types_match): Ensure ctype 8-bit safety.
|
---|
164 | * sendmsg.c (__objc_init_install_dtable) Mark unused parameters.
|
---|
165 |
|
---|
166 | 2002-06-09 Andreas Jaeger <aj@suse.de>
|
---|
167 |
|
---|
168 | * encoding.c (objc_layout_structure_next_member): Remove unused
|
---|
169 | variable.
|
---|
170 |
|
---|
171 | 2002-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
172 |
|
---|
173 | * Makefile.in (SHELL): Set to @SHELL@.
|
---|
174 | (WARN_CFLAGS): New.
|
---|
175 | (ALL_CFLAGS): Add $(WARN_CFLAGS).
|
---|
176 |
|
---|
177 | 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
---|
178 |
|
---|
179 | * aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
|
---|
180 | * configure: Regenerate.
|
---|
181 |
|
---|
182 | 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
|
---|
183 |
|
---|
184 | * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
|
---|
185 | script entry, and set LD to it when configuring multilibs.
|
---|
186 | * configure: Rebuilt.
|
---|
187 |
|
---|
188 | 2002-04-19 David O'Brien <obrien@FreeBSD.org>
|
---|
189 |
|
---|
190 | * encoding.c (MAX, MIN, ROUNDING): #undef before defining.
|
---|
191 |
|
---|
192 | 2002-04-09 Hans-Peter Nilsson <hp@bitrange.com>
|
---|
193 |
|
---|
194 | PR objc/6107
|
---|
195 | * objc/objc-api.h (struct objc_protocol_list): Change type of
|
---|
196 | member count from int to size_t.
|
---|
197 |
|
---|
198 | 2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
---|
199 |
|
---|
200 | PR libobjc/4039
|
---|
201 | * aclocal.m4: Replace with version copied from libstdc++-v3.
|
---|
202 | * configure.in: Update for changes to aclocal and Makefile.
|
---|
203 | * configure: Regenerate.
|
---|
204 | * Makefile.in: Correct install of multilibs and shared libs, use
|
---|
205 | INSTALL_DATA for include files.
|
---|
206 |
|
---|
207 | Mon Dec 17 17:02:12 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
---|
208 |
|
---|
209 | * init.c (__objc_exec_class): Fixed bug in the loop on unclaimed
|
---|
210 | categories - when an unclaimed category was found, the loop was
|
---|
211 | doing two steps forward instead of one, so that in certain cases
|
---|
212 | it was failing to properly load all the categories. (Reported
|
---|
213 | with fix by Alexander Malmberg <alexander@malmberg.org>).
|
---|
214 |
|
---|
215 | 2001-11-14 Aldy Hernandez <aldyh@redhat.com>
|
---|
216 |
|
---|
217 | * encoding.c: Add target_flags.
|
---|
218 |
|
---|
219 | 2001-11-07 Aldy Hernandez <aldyh@redhat.com>
|
---|
220 |
|
---|
221 | * objc/objc-api.h (_C_VECTOR): New.
|
---|
222 |
|
---|
223 | * encoding.c (VECTOR_TYPE): New.
|
---|
224 |
|
---|
225 | Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
226 |
|
---|
227 | * class.c: Rewritten the class table to use optimized, lock-free
|
---|
228 | lookup. This more than doubles the speed of class method
|
---|
229 | invocations. (class_table_setup), (class_table_insert),
|
---|
230 | (class_table_replace), (class_table_get_safe),
|
---|
231 | (class_table_next), (class_table_print),
|
---|
232 | (class_table_print_histogram): New functions.
|
---|
233 | (__objc_init_class_tables): Use class_table_setup.
|
---|
234 | (__objc_add_class_to_hash): Use class_table_get_safe and
|
---|
235 | class_table_insert. (objc_lookup_class), (objc_get_class): Do not
|
---|
236 | assert the existence of the table; do not lock the runtime; use
|
---|
237 | class_table_get_safe. (objc_next_class): Use class_table_next.
|
---|
238 | (__objc_resolve_class_links): Use class_table_next.
|
---|
239 | (class_pose_as): Use class_table_replace.
|
---|
240 |
|
---|
241 | 2001-09-10 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
242 |
|
---|
243 | * gc.c: Removed the DEBUG declaration.
|
---|
244 |
|
---|
245 | Wed Jul 18 12:48:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
246 |
|
---|
247 | * thr.c (objc_mutex_lock): Invoke __objc_thread_id directly,
|
---|
248 | rather than through objc_thread_id, to save a function call.
|
---|
249 | (objc_mutex_trylock, objc_mutex_unlock, objc_condition_wait):
|
---|
250 | Ditto.
|
---|
251 |
|
---|
252 | Mon Jul 16 12:15:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
253 |
|
---|
254 | * objc/objc-api.h (object_is_class): Fixed - buggy code was trying
|
---|
255 | to cast an id to a Class, which can not be done. Make the check
|
---|
256 | by using CLS_ISMETA on the class pointer instead.
|
---|
257 | (object_is_meta_class): Similar fix.
|
---|
258 |
|
---|
259 | 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
|
---|
260 |
|
---|
261 | * configure.in (AC_EXEEXT): Work around in case it expands to
|
---|
262 | nothing, as in autoconf 2.50.
|
---|
263 | * acinclude.m4: Likewise.
|
---|
264 | * configure: Rebuilt.
|
---|
265 |
|
---|
266 | 2001-06-08 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
267 |
|
---|
268 | * THREADS: Explain that when we compile libobjc inside GCC, we
|
---|
269 | always use thr-objc.c as a backend, which uses GCC's thread code.
|
---|
270 |
|
---|
271 | 2001-06-06 Richard Frith-Macdonald <rrfm@gnu.org>
|
---|
272 |
|
---|
273 | * init.c (__objc_send_message_in_list): When setting a new entry
|
---|
274 | in __objc_load_methods use the method IMP as key, but check to see
|
---|
275 | if the method is in the hashtable by looking at the IMP also.
|
---|
276 | Also ... call the method after adding it to the hashtable rather
|
---|
277 | than before ... thus preventing an obscure possibility of infinite
|
---|
278 | recursion if a +load method itself loads a subclass.
|
---|
279 |
|
---|
280 | 2001-05-25 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
281 |
|
---|
282 | * init.c (__objc_send_message_in_list): When setting a new entry
|
---|
283 | in __objc_load_methods use the method name as key, not the method
|
---|
284 | IMP (reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>).
|
---|
285 |
|
---|
286 | 2001-05-09 Joseph S. Myers <jsm28@cam.ac.uk>
|
---|
287 |
|
---|
288 | * objc-features.texi: Move to ../gcc/objc.texi.
|
---|
289 | * fdl.texi: Remove.
|
---|
290 | * Makefile.in: Don't generate documentation from
|
---|
291 | objc-features.texi.
|
---|
292 |
|
---|
293 | 2001-05-01 Mark Mitchell <mark@codesourcery.com>
|
---|
294 |
|
---|
295 | * fdl.texi: New file.
|
---|
296 | * objc-features.texi: Simplify.
|
---|
297 | * Makefile.in: Adjust accordingly.
|
---|
298 |
|
---|
299 | 2001-04-30 Mark Mitchell <mark@codesourcery.com>
|
---|
300 |
|
---|
301 | * objc-features.texi: Use the GFDL.
|
---|
302 |
|
---|
303 | Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com)
|
---|
304 |
|
---|
305 | * encoding.c (REAL_TYPE): Define.
|
---|
306 |
|
---|
307 | 2001-03-19 David Edelsohn <edelsohn@gnu.org>
|
---|
308 |
|
---|
309 | * encoding.c (TYPE_MODE): Define.
|
---|
310 |
|
---|
311 | 2001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
|
---|
312 |
|
---|
313 | * thr.c (objc_thread_add): New function.
|
---|
314 | (objc_thread_remove): Ditto.
|
---|
315 | * objc/thr.h: Declare them.
|
---|
316 | * libobjc.def: Mention them.
|
---|
317 |
|
---|
318 | 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
319 |
|
---|
320 | * objc-features.texi: Document the @compatibility_alias compiler
|
---|
321 | directive (description from Nicola Pero <n.pero@mi.flashnet.it>).
|
---|
322 |
|
---|
323 | Fri Feb 23 18:12:00 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
---|
324 |
|
---|
325 | * sendmsg.c (__objc_forward): Delete strlen() declaration.
|
---|
326 |
|
---|
327 | 2001-02-08 Geoffrey Keating <geoffk@redhat.com>
|
---|
328 |
|
---|
329 | * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because
|
---|
330 | we're not interested in the result and they might fail.
|
---|
331 | * configure: Regenerated.
|
---|
332 |
|
---|
333 | 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
|
---|
334 |
|
---|
335 | * objc-features.texi: Use @email.
|
---|
336 |
|
---|
337 | 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
|
---|
338 |
|
---|
339 | * sendmsg.c (__objc_print_dtable_stats): Don't use #ifdef inside
|
---|
340 | printf.
|
---|
341 |
|
---|
342 | 2000-01-11 Richard Earnshaw <rearnsha@arm.com>
|
---|
343 |
|
---|
344 | * encoding.c (STRUCTURE_SIZE_BOUNDARY): Redefine in a way that
|
---|
345 | determines the value dynamically.
|
---|
346 |
|
---|
347 | Wed Jan 3 00:49:10 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
348 |
|
---|
349 | * sendmsg.c: Added __objc_msg_forward, a hook that allows external
|
---|
350 | libraries to provide a function that returns the real forwarding
|
---|
351 | function. This can alleviate problems __builtin_apply() and
|
---|
352 | friends have on various platforms. (Solution suggested by Helge
|
---|
353 | Hess.)
|
---|
354 |
|
---|
355 | * objc/objc-api.h: Define __objc_msg_forward.
|
---|
356 |
|
---|
357 | * sendmsg.c: Define gen_rtx_REG.
|
---|
358 |
|
---|
359 | 2000-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
---|
360 |
|
---|
361 | * thr-rtems.c: New file. Stub to compile.
|
---|
362 |
|
---|
363 | 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
|
---|
364 |
|
---|
365 | * configure: Rebuilt with new libtool.m4.
|
---|
366 |
|
---|
367 | Tue Aug 15 00:38:56 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
368 |
|
---|
369 | * configure.in: Create a config.h file. Check for <sched.h>.
|
---|
370 | * configure: Regenerate.
|
---|
371 |
|
---|
372 | * config.h.in: Check for <sched.h>.
|
---|
373 |
|
---|
374 | 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
|
---|
375 |
|
---|
376 | * configure: Regenerate after change to ../libtool.m4.
|
---|
377 |
|
---|
378 | 2000-08-14 Andreas Schwab <schwab@suse.de>
|
---|
379 |
|
---|
380 | * objc-features.texi (Top): Move @menu at end of node.
|
---|
381 |
|
---|
382 | 2000-08-11 Manfred Hollstein <manfredh@redhat.com>
|
---|
383 |
|
---|
384 | * objc-features.texi: Move @node Top before @menu.
|
---|
385 |
|
---|
386 | Sun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
387 |
|
---|
388 | * objc-features.texi: Documented the new -fconstant-string-class
|
---|
389 | option.
|
---|
390 |
|
---|
391 | Sun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
392 |
|
---|
393 | * thr-posix.c: Integrated Chris Ball's <cball@fmco.com> changes to
|
---|
394 | improve the Posix thread support for Objective-C.
|
---|
395 |
|
---|
396 | 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
|
---|
397 |
|
---|
398 | * aclocal.m4: Replace copy of ../libtool.m4 with
|
---|
399 | sinclude(../libtool.m4).
|
---|
400 |
|
---|
401 | Fri Jul 28 08:58:02 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
---|
402 |
|
---|
403 | * configure.in: Added libtool support; build shared libraries
|
---|
404 | if --enable-shared was passed on command line.
|
---|
405 | * Makefile.in: Modified most compilation commands to use libtool.
|
---|
406 | * aclocal.m4: New symbolic link to the ../libtool.m4, from the
|
---|
407 | libtool distribution.
|
---|
408 |
|
---|
409 | Sat Jul 29 00:10:21 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
410 |
|
---|
411 | * sarray.c, Object.m: Removed the explicit prototypes for strlen
|
---|
412 | and memcpy on 64-bit platforms (Suggested by Rodney Brown
|
---|
413 | <rdb@cup.hp.com>).
|
---|
414 |
|
---|
415 | 2000-05-12 H.J. Lu (hjl@gnu.org)
|
---|
416 |
|
---|
417 | * Makefile.in (GTHREAD_FLAGS): New.
|
---|
418 | (ALL_CFLAGS): Add $(GTHREAD_FLAGS).
|
---|
419 | (OBJC_THREAD_FILE): Changed to thr-objc.
|
---|
420 |
|
---|
421 | * configure.in (GTHREAD_FLAGS): New, check and replace it for
|
---|
422 | Makefile.
|
---|
423 | (OBJC_THREAD_FILE): Removed.
|
---|
424 |
|
---|
425 | * thr-objc.c: New.
|
---|
426 |
|
---|
427 | 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
428 |
|
---|
429 | * objc/hash.h: Include string.h.
|
---|
430 |
|
---|
431 | 2000-04-15 David Edelsohn <edelsohn@gnu.org>
|
---|
432 |
|
---|
433 | * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
|
---|
434 |
|
---|
435 | 2000-04-12 Jakub Jelinek <jakub@redhat.com>
|
---|
436 |
|
---|
437 | * Object.m (strlen): Provide prototype on all 64bit platforms,
|
---|
438 | not only alpha.
|
---|
439 | * sarray.c (memcpy): Likewise.
|
---|
440 | * encoding.c (objc_layout_finish_structure): Don't use
|
---|
441 | ROUND_TYPE_ALIGN on sparc.
|
---|
442 |
|
---|
443 | * encoding.c (objc_layout_structure_next_member): Do the whole
|
---|
444 | procedure even for the first member, so that we get correct
|
---|
445 | alignment.
|
---|
446 |
|
---|
447 | 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
|
---|
448 |
|
---|
449 | * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
|
---|
450 | comments.
|
---|
451 |
|
---|
452 | 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
|
---|
453 |
|
---|
454 | * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
|
---|
455 |
|
---|
456 | Thu Sep 23 07:19:12 1999 Chris Ball <cball@fmco.com>
|
---|
457 |
|
---|
458 | * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
|
---|
459 |
|
---|
460 | Tue Sep 21 07:47:10 1999 Jeffrey A Law (law@cygnus.com)
|
---|
461 |
|
---|
462 | * Makefile.in (gc.o, gc_gc.o): Do not pass -fgnu-runtime to
|
---|
463 | the compiler when building C code.
|
---|
464 |
|
---|
465 | Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
|
---|
466 |
|
---|
467 | * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
|
---|
468 | libdir, libsubdir and tooldir.
|
---|
469 |
|
---|
470 | Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
|
---|
471 |
|
---|
472 | * init.c (__objc_force_linking): Make global.
|
---|
473 |
|
---|
474 | Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
|
---|
475 |
|
---|
476 | * configure.in (AC_EXEEXT): Remove call.
|
---|
477 | (compiler_name): Explicitly check with no extension and .exe
|
---|
478 | extension.
|
---|
479 | * configure: Regenerate.
|
---|
480 |
|
---|
481 | Sun Apr 25 01:15:34 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
---|
482 |
|
---|
483 | * Makefile.in (CC1OBJ): Define in terms of CC.
|
---|
484 | (runtime-info.h): Use.
|
---|
485 |
|
---|
486 | Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
487 |
|
---|
488 | * objc-features.texi: Updated the URL to Boehm's GC page.
|
---|
489 |
|
---|
490 | Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
|
---|
491 |
|
---|
492 | * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
|
---|
493 | the char as being signed (patch from Daniel Jacobowitz
|
---|
494 | <drow@false.org>).
|
---|
495 |
|
---|
496 | Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
---|
497 |
|
---|
498 | * configure.in (AC_PREREQ): Update to 2.13.
|
---|
499 | (AC_EXEEXT): Call to find possible file extension.
|
---|
500 | (compiler_name): Use.
|
---|
501 | * configure: Regenerate.
|
---|
502 |
|
---|
503 | Wed Jan 27 02:31:01 1999 Jeffrey A Law (law@cygnus.com)
|
---|
504 |
|
---|
505 | * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
|
---|
506 |
|
---|
507 | Tue Jan 5 01:38:53 1999 Jeffrey A Law (law@cygnus.com)
|
---|
508 |
|
---|
509 | * configure.in (thread_file): Correct and simplify code to find
|
---|
510 | the thread file.
|
---|
511 | * configure: Rebuilt.
|
---|
512 |
|
---|
513 | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
|
---|
514 |
|
---|
515 | * configure.in (compiler_name): Add check to detect if this
|
---|
516 | language's compiler has been built.
|
---|
517 | * configure: Regenerate.
|
---|
518 |
|
---|
519 | Mon Nov 23 16:50:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
520 |
|
---|
521 | * configure.in: Use AC_PREREQ(2.12.1).
|
---|
522 |
|
---|
523 | Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
|
---|
524 |
|
---|
525 | * Makefile.in (runtime-info.h): Avoid GNU make extensions.
|
---|
526 |
|
---|
527 | Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
528 |
|
---|
529 | * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
|
---|
530 |
|
---|
531 | Thu Oct 22 14:34:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
---|
532 |
|
---|
533 | * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
|
---|
534 |
|
---|
535 | Sat Oct 17 05:21:31 1998 Ovidiu Predescu <ovidiu@slip.net>
|
---|
536 |
|
---|
537 | * objc-features.texi (Top): Changed the email address.
|
---|
538 | * objc-features.texi (Garbage Collection): Use @uref instead of @url.
|
---|
539 |
|
---|
540 | Mon Oct 11 21:25:27 1998 Ovidiu Predescu <ovidiu@slip.net>
|
---|
541 |
|
---|
542 | * encoding.c: Redefine get_inner_array_type to get the first entry
|
---|
543 | in the structure.
|
---|
544 |
|
---|
545 | Thu Oct 8 12:21:14 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
---|
546 |
|
---|
547 | * encoding.c (objc_skip_type_qualifiers): Handle _C_BYREF.
|
---|
548 | (objc_get_type_qualifiers): Similarly.
|
---|
549 | * objc/encoding.h (_C_BYREF): Define.
|
---|
550 | (_F_BYREF): Define.
|
---|
551 |
|
---|
552 | 1998-10-07 David S. Miller <davem@pierdol.cobaltmicro.com>
|
---|
553 |
|
---|
554 | * objc/sarray.h: Make boffset be an unsigned long when sparc so it
|
---|
555 | works out on 64-bit systems.
|
---|
556 |
|
---|
557 | Tue Oct 6 20:32:06 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
|
---|
558 |
|
---|
559 | * Makefile.in (INCLUDES): Make it multilib-friendly.
|
---|
560 |
|
---|
561 | Fri Oct 2 07:12:14 1998 H.J. Lu (hjl@gnu.org)
|
---|
562 |
|
---|
563 | * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
|
---|
564 |
|
---|
565 | Thu Oct 1 22:33:03 1998 Robert Lipe <robertl@dgii.com>
|
---|
566 | Jeffrey A Law (law@cygnus.com)
|
---|
567 |
|
---|
568 | * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
|
---|
569 | (FLAGS_TO_PASS): Added.
|
---|
570 | (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
|
---|
571 |
|
---|
572 | * archive.c: Change config.h to tconfig.h.
|
---|
573 |
|
---|
574 | * configure.in: Find gcc's object directory even for multilibs.
|
---|
575 |
|
---|
576 | Wed Sep 30 18:17:17 1998 Robert Lipe <robertl@dgii.com>
|
---|
577 |
|
---|
578 | * configure.in: Escape ^ in grep string.
|
---|
579 | * configure: Rebuilt.
|
---|
580 |
|
---|
581 | Wed Sep 30 09:14:52 1998 Jeffrey A Law (law@cygnus.com)
|
---|
582 |
|
---|
583 | * All .h files pushed down into the objc/ subdirectory.
|
---|
584 | * Makefile.in (copy_headers): Corresponding changes.
|
---|
585 | * configure.in (AC_INIT): Corresponding changes.
|
---|
586 | * configure: Rebuilt.
|
---|
587 |
|
---|
588 | 1998-09-30 Ben Elliston <bje@cygnus.com>
|
---|
589 | Jeff Law <law@cygnus.com>
|
---|
590 |
|
---|
591 | * Makefile.in: Rewrite.
|
---|
592 |
|
---|
593 | * configure.in: Likewise.
|
---|
594 |
|
---|
595 | * configure: Regenerate.
|
---|
596 |
|
---|
597 | * All .c files. Remove "objc" prefix when including objc header
|
---|
598 | files. Include tconfig.h, not ../tconfig.h.
|
---|
599 |
|
---|
600 | Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
|
---|
601 |
|
---|
602 | * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
|
---|
603 | (get_inner_array_type): Define.
|
---|
604 |
|
---|
605 | 1998-09-21 Ben Elliston <bje@cygnus.com>
|
---|
606 |
|
---|
607 | * New directory. Moved files from ../gcc/objc.
|
---|