Fix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping...
[official-gcc.git] / libobjc / ChangeLog
blobd3cb386cc5f9bacf99cc9bebc948d59a44f984f0
1 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * objc/hash.h: Include string.h.
5 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7         * Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
9 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
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.
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.
21 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
23         * objc/Protocol.h, objc/objc-list.h: Change #endif labels to
24         comments.
26 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
28         * Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.
30 Thu Sep 23 07:19:12 1999   Chris Ball <cball@fmco.com>
32         * thr-posix.c (__objc_mutex_deallocate): made deallocate work.
34 Tue Sep 21 07:47:10 1999  Jeffrey A Law  (law@cygnus.com)
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>
41         * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
42         libdir, libsubdir and tooldir.
44 Mon Jun 21 05:40:15 1999  John David Anglin <dave@hiauly1>
46         * init.c (__objc_force_linking): Make global.
48 Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
50         * configure.in (AC_EXEEXT): Remove call.
51         (compiler_name): Explicitly check with no extension and .exe
52         extension.
53         * configure: Regenerate.
55 Sun Apr 25 01:15:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
57         * Makefile.in (CC1OBJ): Define in terms of CC.
58         (runtime-info.h): Use.
60 Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
62         * objc-features.texi: Updated the URL to Boehm's GC page.
64 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
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>).
70 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
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.
77 Wed Jan 27 02:31:01 1999  Jeffrey A Law  (law@cygnus.com)
79         * Makefile.in (ALL_CFLAGS): Add -DIN_GCC.
81 Tue Jan  5 01:38:53 1999  Jeffrey A Law  (law@cygnus.com)
83         * configure.in (thread_file): Correct and simplify code to find
84         the thread file.
85         * configure: Rebuilt.
87 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
89         * configure.in (compiler_name): Add check to detect if this
90         language's compiler has been built.
91         * configure: Regenerate.
93 Mon Nov 23 16:50:28 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
95         *  configure.in: Use AC_PREREQ(2.12.1).
97 Thu Nov 19 20:33:37 1998  Jeffrey A Law  (law@cygnus.com)
99         * Makefile.in (runtime-info.h): Avoid GNU make extensions.
101 Sun Nov  8 17:46:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
103         * Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
105 Thu Oct 22 14:34:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
107         * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
109 Sat Oct 17 05:21:31 1998  Ovidiu Predescu  <ovidiu@slip.net>
111         * objc-features.texi (Top): Changed the email address.
112         * objc-features.texi (Garbage Collection): Use @uref instead of @url.
114 Mon Oct 11 21:25:27 1998  Ovidiu Predescu  <ovidiu@slip.net>
116         * encoding.c: Redefine get_inner_array_type to get the first entry
117         in the structure.
119 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
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.
126 1998-10-07  David S. Miller  <davem@pierdol.cobaltmicro.com>
128         * objc/sarray.h: Make boffset be an unsigned long when sparc so it
129         works out on 64-bit systems.
131 Tue Oct  6 20:32:06 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
133         * Makefile.in (INCLUDES): Make it multilib-friendly.
135 Fri Oct  2 07:12:14 1998  H.J. Lu  (hjl@gnu.org)
137         * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc.
139 Thu Oct  1 22:33:03 1998 Robert Lipe  <robertl@dgii.com>
140                          Jeffrey A Law  (law@cygnus.com)
142         * Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP.
143         (FLAGS_TO_PASS): Added.
144         (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP.
146         * archive.c: Change config.h to tconfig.h.
148         * configure.in: Find gcc's object directory even for multilibs.
150 Wed Sep 30 18:17:17 1998  Robert Lipe  <robertl@dgii.com>
152         * configure.in: Escape ^ in grep string.
153         * configure: Rebuilt.
155 Wed Sep 30 09:14:52 1998  Jeffrey A Law  (law@cygnus.com)
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.
162 1998-09-30  Ben Elliston  <bje@cygnus.com>
163             Jeff Law      <law@cygnus.com>
165         * Makefile.in: Rewrite.
167         * configure.in: Likewise.
169         * configure: Regenerate.
171         * All .c files.  Remove "objc" prefix when including objc header
172         files.  Include tconfig.h, not ../tconfig.h.
174 Mon Sep 21 23:27:10 1998  Ovidiu Predescu <ovidiu@slip.net>
176         * encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
177         (get_inner_array_type): Define.
179 1998-09-21  Ben Elliston  <bje@cygnus.com>
181         * New directory.  Moved files from ../gcc/objc.