OSDN Git Service

2004-05-28 Kelley Cook <kcook@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libbanshee / ChangeLog
1 2004-05-28  Kelley Cook  <kcook@gcc.gnu.org>
2
3         * configure.in: Rename to ...
4         * configure.ac: this.  Update to modern autoconf style. 
5         Correct AC_INIT macro with the actual package name.
6         Replace gcc_AC_HEADER_STDBOOL and GCC_AC_C__BOOL with AC_HEADER_STDBOOL.
7         * acinclude.m4, stamp.h-in: Delete.
8         * config.h, configure: Regenerate with autoconf 2.59.
9         * aclocal.m4, Makefile.in: Regenerate with automake 1.7.9.
10         * engine/Makefile.in: Likewise.
11         * libcompat/Makefile.in: Likewise.
12         * points-to/Makefile.in: Likewise.
13
14 2004-05-24  Daniel Berlin  <dberlin@dberlin.org>
15         
16         PR other/15627
17         * engine/util.h: Include ansidecl.h.
18         Make max and min static inline.
19         * engine/util.c: Remove max and min from here.
20
21 2004-03-26  Andreas Jaeger  <aj@suse.de>
22
23         * configure.in: Remove GCC_NO_EXECUTABLES.
24         * configure: Regenerated.
25
26 2004-03-07  Daniel Berlin  <dberlin@dberlin.org>
27
28         * engine/Makefile.am (AM_CFLAGS): Add -I$(top_srcddir)/../include, so we
29         can get ansidecl.h and friends.
30         * engine/array.c (array_extend): Fix unsigned/signed comparison.
31         * engine/banshee.h (struct gen_e): Just make void * when empty, instead
32         of empty struct.
33         * engine/compiler.h: Don't ever define HAVE_VARIADIC_MACROS, -pedantic
34         whines about them even when we know we can use them.
35         * engine/dot.c: constify our char *'s everywhere.
36         (declare_node): Cast &result to char * before casting to hash_data *.
37         * engine/dot.h: constify our char *'s everywhere.
38         * engine/flow-var.c: Ditto.
39         * engine/flow-var.h: Ditto.
40         * engine/flowrow-sort.c: Include ansidecl.h.
41         (get_contour): Mark unused parameter.
42         (update_upper_bound): Make comment /* instead of //.
43         (field_eq): Staticify.
44         * engine/hash.c (string_hash): Staticify.
45         (string_eq): Ditto.
46         (entry_cmp): Ditto.
47         * engine/hash.h: Move comments around.
48         (hash_table_apply): Add prototype.
49         * engine/hashset.c (INIT_TABLE_SIZE): Remove extra semicolon.
50         (EMPTY_KEY): Ditto.
51         * engine/jcollection.c (jcoll_create_chain): // -> /* comment.
52         (jcoll_accum): Staticify.
53         * engine/list.c (sort_linked_list): Staticify.
54         (compare): Use comparator_fn as last argument, not void *.
55         * engine/list.h: Declare the functions even for opaque lists.
56         (list_clear macro): don't return value.
57         * engine/setif-sort.c: Replaced with new version from banshee cvs.
58         * engine/setif-var.c: constify our char *'s.
59         * engine/setif-var.h: Ditto.
60         * engine/setst-var.c: Ditto.
61         * engine/setst-var.h: Ditto.
62         * engine/stamp.c (stamp_string): Use long, not int.
63         Cast through char *.
64         * engine/stamp.h (stamp): Long, not int.
65         * engine/term-sort.c (term_print_stats): Mark argument unused.
66         include ansidecl.h.
67         * engine/term-var.c: constify the char *'s.
68         * engine/term-var.h: Ditto.
69         * engine/ufind.h (union find update macro): Don't return uf_update's value
70         (which is void anyway).
71         * engine/util.c (ptr_hash): Return long, not int.
72         * engine/util.h (ptr_hash): Ditto.
73
74 2004-02-29  Andreas Jaeger  <aj@suse.de>
75
76         * configure.in: Set ac_libbanshee_warn_cflags for GCC.
77         * configure: Regenerated.
78
79         * libcompat/Makefile.am (AM_CFLAGS): Add
80         ac_libbanshee_warn_cflags.
81         * engine/Makefile.am (AM_CFLAGS): Likewise.
82         * points-to/Makefile.am (AM_CFLAGS): Likewise.
83
84         * libcompat/Makefile.in: Regenerated.
85         * engine/Makefile.in: Regenerated.
86         * points-to/Makefile.in: Regenerated.
87         * Makefile.in: Regenerated.
88
89         * libcompat/radix-tree.c: Include <stdlib.h> for calloc.
90
91 2004-02-03  Daniel Berlin  <dberlin@dberlin.org>
92
93         Fix PR other/12220
94         * engine/Makefile.am: Remove -fno-strict-aliasing.
95         * libcompat/Makefile.am: Ditto.
96         * points-to/Makefile.am: Ditto.
97         * configure: Regenerated.
98         * config.h.in: Ditto.
99         * Makefile.in: Ditto.
100         * engine/Makefile.am: Ditto.
101         * libcompat/Makefile.am: Ditto.
102         * points-to/Makefile.am: Ditto.
103
104 2003-07-01  Daniel Berlin  <dberlin@dberlin.org>
105
106         * acinclude.m4: New, copy the bool tests from gcc.
107
108         * configure.in: Use the new bool tests.
109
110         * Regenerate configure.
111
112         * engine/bool.h: Rewrite to use the part of gcc's system.h that does
113         bool type handling.
114
115 2002-12-26  Daniel Berlin  <dberlin@dberlin.org>
116
117         * Makefile.am: Use the same flag passing hack all other subdirs use.
118
119         * */Makefile.am: Use -fno-strict-aliasing till i get rid of the
120         type-punning.
121
122         * Regenerate configure and Makefiles.
123
124         * engine/setst-*.c: Remove nested functions.
125
126 2002-11-28  Diego Novillo  <dnovillo@redhat.com>
127
128         * aclocal.m4: Don't call aclocal and automake with a
129         version number suffix.
130         * Makefile.in, config.h.in, configure,
131         engine/Makefile.in, libcompat/Makefile.in,
132         points-to/Makefile.in: Regenerate.
133
134 2002-11-24  Daniel Berlin  <dberlin@dberlin.org>
135
136         * points-to/andersen_terms.c: Fix multi-line string literals
137
138 2002-10-31  Daniel Berlin  <dberlin@dberlin.org>
139
140         * Autoconf'ed, automak'ed, de-nested functified, etc.