OSDN Git Service

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