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