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