/[gnats]/gnats/include/ChangeLog
ViewVC logotype

Diff of /gnats/include/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by bmanson, Wed Aug 2 21:46:18 2000 UTC revision 1.5 by chewie, Sat Nov 13 05:14:17 2004 UTC
# Line 1  Line 1 
1  Wed Aug  2 14:46:29 2000  Bob Manson  <manson@tristam.juniper.net>  2004-09-06  Release Manager
2    
3          * getopt.h: Don't include a bogus getopt() prototype if we're          * GCC 3.4.2 released.
         __STDC__.  
4    
5          * libiberty.h: Don't include a bogus basename() prototype if we're  2004-07-01  Release Manager
         __STDC__.  
6    
7  Sun Oct 24 23:54:10 PDT 1999 Jeff Law  (law@cygnus.com)          * GCC 3.4.1 released.
8    
9          * gcc-2.95.2 Released.  2004-04-18  Release Manager
10    
11  Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)          * GCC 3.4.0 released.
12    
13          * gcc-2.95.1 Released.  2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
14    
15  Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)          * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
16            "libiberty.h".
17    
18          * gcc-2.95 Released.          * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
19    
20  Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)          * demangle.h (enum demangle_component_type): Define.
21            (struct demangle_operator_info): Declare.
22            (struct demangle_builtin_type_info): Declare.
23            (struct demangle_component): Define.
24            (cplus_demangle_fill_component): Declare.
25            (cplus_demangle_fill_name): Declare.
26            (cplus_demangle_fill_builtin_type): Declare.
27            (cplus_demangle_fill_operator): Declare.
28            (cplus_demangle_fill_extended_operator): Declare.
29            (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
30            (cplus_demangle_v3_components): Declare.
31            (cplus_demangle_print): Declare.
32    
33          * gcc-2.95 Released.  2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
34    
35            * include/fibheap.h (fibnode): Use __extension__ for
36            bit-fields mark and degree if __GNUC__.
37    
38    2003-12-18  Kazu Hirata  <kazu@cs.umass.edu>
39    
40            * include/fibheap.h (fibnode): Use unsigned long int for
41            bit-fields if __GNUC__ is defined.
42    
43    2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
44    
45            * obstack.h: Merge the following change from gnulib:
46            2003-10-21  Paul Eggert  <eggert@twinsun.com>
47            * obstack.h (obstack_1grow_fast): Properly parenthesize arg.
48            (obstack_ptr_grow_fast, obstack_int_grow_fast):
49            Don't use lvalue casts, as GCC plans to remove support for them
50            in GCC 3.5.  Reported by Joseph S. Myers.  This bug
51            was also present in the non-GCC version, indicating that this
52            code had always been buggy and had never been widely used.
53            (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
54            Use the fast variant of each macro, rather than copying the
55            definiens of the fast variant; that way, we'll be more likely to
56            catch future bugs in the fast variants.
57    
58    2003-09-22  Andrew Cagney  <cagney@redhat.com>
59    
60            * floatformat.h (struct floatformat): Add field "is_valid".
61    
62    2003-09-15  Andrew Cagney  <cagney@redhat.com>
63    
64            * floatformat.h (floatformat_to_double): Make input buffer constant.
65            (floatformat_from_double, floatformat_is_valid): Ditto.
66    
67    2003-09-15  Andrew Cagney  <cagney@redhat.com>
68    
69            * floatformat.h (struct floatformat): Make "exp_bias" signed.
70    
71    2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
72    
73            * floatformat.h (floatformat_is_valid): Add prototype.
74    
75    2003-07-09  Bob Wilson  <bob.wilson@acm.org>
76    
77            * xtensa-config.h: Undef all macros before defining them.
78    
79    2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
80    
81            * demangle.h: Support C++.
82    
83    2003-07-01  Zack Weinberg  <zack@codesourcery.com>
84    
85            * filenames.h: New file imported from binutils.
86    
87    2003-06-30  Bob Wilson  <bob.wilson@acm.org>
88    
89            * xtensa-config.h: New file imported from binutils.
90    
91    2003-06-22  Zack Weinberg  <zack@codesourcery.com>
92    
93            * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
94            HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
95            respectively.
96    
97    2003-06-21  Zack Weinberg  <zack@codesourcery.com>
98    
99            * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
100            New #defines.
101    
102    2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
103    
104            * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
105    
106    2003-05-15  Jim Blandy  <jimb@redhat.com>
107    
108            * libiberty.h (hex_value): Make the value an unsigned int, to
109            avoid unexpected sign-extension when cast to unsigned types larger
110            than int --- like bfd_vma, on some platforms.
111            (_hex_value): Update declaration.
112    
113    2003-05-07  Jason Merrill  <jason@redhat.com>
114    
115            * hashtab.h (iterative_hash): Prototype.
116            (iterative_hash_object): New macro.
117    
118    2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
119    
120            * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
121            ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
122            ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
123            ATTRIBUTE_NULL_PRINTF_5): New.
124            (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
125    
126    2003-03-17  Jan Hubicka  <jh@suse.cz>
127    
128            * hashtab.h (htab_traverse_noresize): Declare.
129    
130    2003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
131    
132            * libiberty.h: Document return value of physmem routines.
133    
134    2003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
135    
136            * libiberty.h (physmem_total, physmem_available): Prototype.
137    
138    2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
139    
140            * libiberty.h (lrealpath): Add declaration.
141    
142    2003-01-26  Daniel Jacobowitz  <drow@mvista.com>
143    
144            * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
145            (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
146            (htab_create_alloc_ex): New prototype.
147            (htab_set_functions_ex): New prototype.
148    
149    2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
150    
151            * splay-tree.h (GTY): Define if undefined.
152            (splay_tree_allocate_fn): Return PTR for compatibility, not void *.
153            (struct splay_tree_node_s): Support gengtype.
154            (struct splay_tree_s): Likewise.  Make allocate_data a PTR,
155            not a void *.
156    
157    2002-11-23  Simon Burge  <simonb@wasabisystems.com>
158    
159            * libiberty.h (basename): Add NetBSD to the list.
160    
161    2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
162    
163            * libiberty.h (make_relative_prefix): Add prototype.
164    
165    2002-10-26  Roger Sayle  <roger@eyesopen.com>
166    
167            * partition.h:  Close the extern "C" scope when compiling with C++.
168    
169    2002-10-26  Roger Sayle  <roger@eyesopen.com>
170                DJ Delorie <dj@redhat.com>
171    
172            PR bootstrap/8351
173            * getopt.h: Avoid prototyping getopt with no arguments in C++.
174    
175    2002-10-24  Nathan Tallent  <eraxxon@alumni.rice.edu>
176    
177            * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the
178            list of platform compilers that may look, smell and act
179            like __STDC__ but that may not define it.
180    
181    2002-10-11  David O'Brien  <obrien@FreeBSD.org>
182    
183            * getopt.h: getopt is in unistd.h (based on SUSv2).
184    
185    2002-09-19  Alexandre Oliva  <aoliva@redhat.com>
186    
187            * libiberty.h (asprintf, vasprintf): Don't declare them if the
188            corresponding HAVE_DECL_ macro is 1.
189    
190    2002-06-25  Alan Modra  <amodra@bigpond.net.au>
191    
192            * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
193            * fibheap.h: Likewise.
194            * hashtab.h: Likewise.
195            * partition.h: Likewise.
196            * sort.h: Likewise.
197            * splay-tree.h: Likewise.
198    
199    2002-06-24  Alan Modra  <amodra@bigpond.net.au>
200    
201            * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.
202            * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT.
203    
204    2002-06-06  DJ Delorie  <dj@redhat.com>
205    
206            * hashtab.h (htab): Rearrange new members for backward
207            compatibility.
208            (htab_create): Don't use a macro that requires other headers.
209    
210    2002-06-05  Geoffrey Keating  <geoffk@redhat.com>
211    
212            * hashtab.h (htab_create): Restore prototype for backward
213            compatibility.
214            (htab_try_create): Likewise.
215    
216    2002-05-22  Geoffrey Keating  <geoffk@redhat.com>
217    
218            * hashtab.h (struct htab): Update for change to length specifier.
219    
220    2002-05-10  Geoffrey Keating  <geoffk@redhat.com>
221    
222            * hashtab.h (GTY): Define if undefined.
223            (htab_alloc): New typedef.
224            (htab_free): New typedef.
225            (struct htab): Support gengtype; allow user-specified memory
226            allocation.
227            (htab_create_alloc): New.
228            (htab_create): Replace with #define.
229            (htab_try_create): Delete.
230    
231    2002-04-16  David S. Miller  <davem@redhat.com>
232    
233            * xregex2.h (__restrict_arr): Define to __restrict on GCC
234            3.1 and later.  Do not redefine.
235    
236    2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
237    
238            * dyn-string.h:  Also allow IN_GLIBCPP_V3 to redefine names.
239    
240    2002-03-06  Andrew Cagney  <ac131313@redhat.com>
241    
242            * floatformat.h (floatformat_arm_ext): Delete declaration.
243    
244    2002-02-22  Jim Blandy  <jimb@redhat.com>
245    
246            Allow the user to specify functions for allocating memory for
247            splay tree roots and nodes.
248            * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
249            New types.
250            (splay_tree): New fields: `allocate', `deallocate', and
251            `allocate_data'.
252            (splay_tree_new_with_allocator): New function declaration.
253    
254    2002-02-05  Jason Merrill  <jason@redhat.com>
255    
256            * demangle.h (cplus_demangle_v3): Add "options" parm.
257            (cplus_demangle_v3_type): Remove prototype.
258            (DMGL_VERBOSE): New macro.
259            (DMGL_TYPES): New macro.
260    
261    2002-02-02  H.J. Lu  (hjl@gnu.org)
262    
263            * demangle.h (cplus_demangle_v3_type): New prototype.
264    
265    2002-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
266    
267            * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
268    
269    2001-12-06  Richard Henderson  <rth@redhat.com>
270    
271            * demangle.h (no_demangling): New.
272            (NO_DEMANGLING_STYLE_STRING): New.
273    
274    2001-10-24  Neil Booth  <neil@daikokuya.demon.co.uk>
275    
276            * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
277    
278    2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
279    
280            * libiberty.h (hex_init): Revert delete.
281    
282            * libiberty.h (_hex_value): Const-ify.
283            (hex_init): Delete.
284    
285    2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
286    
287            * demangle.h (demangler_engine): Const-ify.
288            * libiberty.h (buildargv): Likewise.
289    
290    2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
291    
292            * libiberty.h (reconcat): New function.
293    
294    2001-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
295    
296            * libiberty.h (concat, concat_length, concat_copy, concat_copy2,
297            ACONCAT): Improve comments.
298    
299    2001-09-18  Alan Modra  <amodra@bigpond.net.au>
300    
301            * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
302    
303    2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
304    
305            * libiberty.h (concat_length, concat_copy, concat_copy2,
306            libiberty_concat_ptr, ACONCAT): New.
307    
308            * libiberty.h (ASTRDUP): New macro.
309            libiberty_optr, libiberty_nptr, libiberty_len): Declare.
310    
311    2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
312    
313            * ansidecl.h: Update comments reflecting previous change.
314    
315    2001-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
316    
317            * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.
318    
319    2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
320    
321            * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
322            replace "GNU CC" with "GCC".
323    
324    2001-08-21  Richard Henderson  <rth@redhat.com>
325    
326            * fibheap.h: Tidy formatting.
327            (fibnode_t): Limit degree to 31 bits to avoid warning.
328    
329    2001-08-20  Andrew Cagney  <ac131313@redhat.com>
330    
331            * floatformat.h (floatformat_arm_ext): Document as deprecated.
332            (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
333            (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
334            (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
335            (floatformat_m88110_harris_ext): Declare.
336    
337    2001-08-20  Daniel Berlin  <dan@cgsoftware.com>
338    
339            * fibheap.h: New file. Fibonacci heap.
340    
341    2001-08-18  Zack Weinberg  <zackw@panix.com>
342    
343            * ansidecl.h: Reorganize for readability, remove documentation
344            of obsolete macros, document PARAMS and VPARAMS.  Add new
345            macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
346            function implementation.
347    
348    2001-08-16  Richard Henderson  <rth@redhat.com>
349    
350            * hashtab.h (htab_hash_string): Declare.
351    
352    2001-08-10  Andrew Cagney  <ac131313@redhat.com>
353    
354            * libiberty.h (lbasename): Change function declaration to return a
355            const char pointer.
356    
357    2001-08-02  Mark Kettenis  <kettenis@gnu.org>
358    
359            * xregex.h (_REGEX_RE_COMP): Define.
360            (re_comp): Define to xre_comp.
361            (re_exec): Define to xre_exec.
362    
363    2001-07-18  Andreas Jaeger  <aj@suse.de>
364    
365            * xregex2.h: Place under LGPL version 2.1.
366    
367    2001-07-10  Jeff Johnston  <jjohnstn@redhat.com>
368    
369            * xregex.h: New file to support libiberty regex.
370            * xregex2.h: Ditto.
371    
372    2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
373    
374            * partition.h: Fix misspelling of `implementation'.
375    
376    2001-05-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
377    
378            * ansidecl.h (NULL_PTR): Delete.
379    
380    2001-05-07  Zack Weinberg  <zackw@stanford.edu>
381    
382            * demangle.h: Use PARAMS for all prototypes.
383            * ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
384            Make arguments constant where possible.
385    
386    2001-05-07  Mark Mitchell  <mark@codesourcery.com>
387    
388            * splay-tree.h (splay_tree_max): New function.
389            (splay_tree_min): Likewise.
390    
391    2001-04-15  Daniel Berlin  <dan@cgsoftware.com>
392    
393            * ternary.h: New file - Ternary search tree header.
394    
395    2001-04-03  Zack Weinberg  <zackw@stanford.edu>
396    
397            * ansidecl.h: All logic from gcc/gansidecl.h moved here.
398    
399    2001-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
400    
401            * libiberty.h (alloca): Handle setting C_ALLOCA.
402    
403    2001-03-20  Jim Blandy  <jimb@redhat.com>
404    
405            * demangle.h (enum gnu_v3_constructor_kinds,
406            is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
407            is_gnu_v3_mangled_dtor): New declarations.
408    
409    2001-03-14  Nick Clifton  <nickc@redhat.com>
410    
411            * ansidecl.h: Fix copyright dates.
412            * demangle.h: Fix copyright dates.
413            * floatformat.h: Fix copyright dates.
414            * fnmatch.h: Fix copyright dates.
415            * getopt.h: Fix copyright dates.
416            * libiberty.h: Add FSF copyright notice.
417            * md5.h: Fix copyright dates.
418            * obstack.h: Fix copyright dates.
419            * splay-tree.h: Fix copyright dates.
420    
421    2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
422                John David Anglin  <dave@hiauly1.hia.nrc.ca>
423    
424            * libiberty.h: Add lbasename.
425    
426    2001-03-06  Zack Weinberg  <zackw@stanford.edu>
427    
428            * libiberty.h: Prototype C_alloca; define alloca to either
429            __builtin_alloca or C_alloca as appropriate.
430    
431    2001-03-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
432    
433            * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc
434            compatibility.
435    
436    2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
437    
438            * COPYING: Update to current
439            ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
440            to 19yy as example year in copyright notice).
441    
442    2000-12-16  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
443    
444            * safe-ctype.h: Make code work on all targets and not just on
445            targets where a char is 8 bits.
446    
447    2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
448    
449            * safe-ctype.h: New file.
450    
451    2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
452    
453            * getopt.h obstack.h: Standarize copyright statement.
454    
455    2000-12-04  Richard Henderson  <rth@redhat.com>
456    
457            * demangle.h: Change "new_abi" to "v3" everywhere.
458    
459    2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
460    
461            * libiberty.h: Move #includes to top.  Prototype xmalloc_failed.
462    
463    2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
464    
465            * demangle.h: Add gnat and java demangle styles.
466    
467    2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
468    
469            * hashtab.h (struct htab): Add member return_allocation_failure.
470            (htab_try_create): New prototype.  Mention which functions may
471            return NULL when this is used.
472    
473    2000-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
474    
475            * hashtab.h: Change void * to PTR where necessary.
476    
477    2000-09-10  Mark Mitchell  <mark@codesourcery.com>
478    
479            * splay-tree.h (splay_tree_predecessor): Declare.
480    
481    2000-09-05  John David Anglin <dave@hiauly1.hia.nrc.ca>
482    
483            * md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
484    
485    2000-09-04  Alex Samuel  <samuel@codesourcery.com>
486    
487            * dyn-string.h: Adjust formatting.
488            (dyn_string_insert_char): New macro.  New declaration.
489    
490    2000-08-28  Jason Merrill  <jason@redhat.com>
491    
492            * md5.h: New file.
493    
494    2000-08-24  Greg McGary  <greg@mcgary.org>
495    
496            * libiberty.h (ARRAY_SIZE): New macro.
497    
498    2000-06-21  Alex Samuel  <samuel@codesourcery.com>
499    
500            * dyn-string.h (dyn_string_init, dyn_string_new,
501            dyn_string_delete, dyn_string_release, dyn_string_resize,
502            dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
503            dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
504            dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
505            dyn_string_append_char, dyn_string_substring_dyn_string_eq):
506            Define as same name with __cxa_ prepended, if IN_LIBGCC2.
507            (dyn_string_init, dyn_string_copy, dyn_string_copy_cstr,
508            dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
509            dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
510            dyn_string_append_char, dyn_string_substring): Change return type
511            to int.
512    
513    2000-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
514    
515            * demangle.h (demangling_styles): Remove trailing comma in enum.
516    
517            * dyn-string.h (dyn_string_append_char): Change parameter from
518            char to int.
519    
520    2000-06-04  Alex Samuel  <samuel@codesourcery.com>
521    
522            * dyn-string.h: Move here from gcc/dyn-string.h.  Add new functions.
523    
524            * demangle.h (DMGL_GNU_NEW_ABI): New macro.
525            (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI.
526            (current_demangling_style): Add gnu_new_abi_demangling.
527            (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro.
528            (GNU_NEW_ABI_DEMANGLING): Likewise.
529            (cplus_demangle_new_abi): New declaration.
530    
531    Tue May 30 16:53:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
532    
533            * floatformat.h (struct floatformat): Add field name.
534    
535    2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
536    
537            * getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
538    
539            * libiberty.h (basename): Likewise.
540    
541    2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
542    
543            * ansidecl.h: #define __extension__ to nothing if
544            GCC_VERSION < 2008.
545    
546    2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
547    
548            * demangle.h (demangler_engine): Constify.
549    
550    Thu May  4 17:15:26 2000  Philippe De Muyter  <phdm@macqel.be>
551    
552            * sort.h (sys/types.h): File included unconditionnaly.
553            (stddef.h): File include only #ifdef __STDC__.
554    
555    2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
556    
557            * symcat.h: Remove #endif label.
558    
559    2000-04-28  Kenneth Block  <block@zk3.dec.com>
560                Jason Merrill  <jason@casey.cygnus.com>
561    
562            * demangle.h (libiberty_demanglers): new table for different styles.
563            (cplus_demangle_set_style): New function for setting style.
564            (cplus_demangle_name_to_style): New function to translate name.
565    
566    2000-04-24  Mark Mitchell  <mark@codesourcery.com>
567    
568            * hashtab.h (hash_pointer): Declare.
569            (eq_pointer): Likewise.
570    
571    2000-04-23  Mark Mitchell  <mark@codesourcery.com>
572    
573            * sort.h: New file.
574    
575    Tue Apr 18 16:22:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
576    
577            * hashtab.h (enum insert_option): New type.
578            (htab_find_slot, htab_find_slot_with_hash): Use it.
579    
580    2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
581    
582            * symcat.h: Honor autoconf macro HAVE_STRINGIZE.  Add
583            comments/caveats with regard to traditional C behavior.
584    
585    2000-04-05  Richard Henderson  <rth@cygnus.com>
586    
587            * splay-tree.h (splay_tree_remove): Declare.
588    
589    2000-03-30  Mark Mitchell  <mark@codesourcery.com>
590    
591            * hashtab.h (hashval_t): New type.
592            (htab_find_with_hash): Use it as an argument.
593            (htab_find_slot_with_hash): Likewise.
594    
595    2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
596    
597            * hashtab.h (htab_trav): Modify type so that first arg is of type
598            void **.
599            (htab_find_with_hash, htab_find_slot_with_hash): Declare new
600            functions.
601    
602    2000-03-09  Alex Samuel  <samuel@codesourcery.com>
603    
604            * partition.h: New file.
605    
606    2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
607    
608            * hashtab.h (struct htab): Add del_f.
609            (htab_del): New type.
610            (htab_create): Add fourth argument.
611    
612    2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
613    
614            * hashtab.h (hash_table_t): Rename to htab_t.
615            (struct hash_table): Rename to struct htab.  Shorten element
616            names.  Reorder elements by size.
617            (htab_hash, htab_eq, htab_trav): New typedefs for the callback
618            function pointers.
619            (hash_table_entry_t): Discard; just use void * for element
620            type.
621    
622    Sat Jan  1 19:06:52 2000  Hans-Peter Nilsson  <hp@bitrange.com>
623    
624            * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s"
625            to stringify argument s.
626    
627    1999-12-05  Mark Mitchell  <mark@codesourcery.com>
628    
629            * splay-tree.h (struct splay_tree_node): Rename to ...
630            (struct splay_tree_node_s): ... this.
631            (struct splay_tree): Rename to ...
632            (struct splay_tree_s): ... this.
633    
634    1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
635    
636            * ansidecl.h (ATTRIBUTE_MALLOC): New macro.
637    
638            * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
639            make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
640            ATTRIBUTE_MALLOC.
641            (xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN.
642    
643    1999-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
644    
645            * libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined.
646            (asprintf, vasprintf): Provide declarations.
647    
648    Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
649                              Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
650    
651            * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
652    
653    1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>
654    
655            * hashtab.h: Give hash_table_t a struct tag.  Add prototypes
656            for clear_hash_table_slot and traverse_hash_table.  Correct
657            prototype of all_hash_table_collisions.
658    
659    Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
660    
661            * hashtab.h: New file.
662    
663    1999-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
664    
665            * ansidecl.h (HAVE_GCC_VERSION): New macro.  Use it instead of
666            explicitly testing __GNUC__ and __GNUC_MINOR__.
667    
668            (ATTRIBUTE_PRINTF): Use `__format__', not `format'.
669    
670    1999-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
671    
672            * libiberty.h (make_temp_file):  Add a prototype.
673    
674    Tue Sep 14 00:35:02 1999  Marc Espie <espie@cvs.openbsd.org>
675    
676            * libiberty.h (basename):  OpenBSD has a correct prototype.
677            (xrealloc):  Remove outdated comment.
678    
679    1999-09-07  Jeff Garzik  <jgarzik@pobox.com>
680    
681            * libiberty.h (xmemdup): Add prototype for new function.
682    
683    1999-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
684    
685            * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
686            in calls to `_obstack_memcpy' from here ...
687    
688            (_obstack_memcpy): ... to here, except in the __STDC__ case which
689            doesn't need it.
690    
691    1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
692    
693            * libiberty.h (getpwd): Prototype.
694    
695    1999-08-01  Mark Mitchell  <mark@codesourcery.com>
696    
697            * splay-tree.h (splay_tree_insert): Return the new node.
698    
699    1999-07-11  Ian Lance Taylor  <ian@zembu.com>
700    
701            * ansidecl.h: Copy attribute support macros from egcs.
702    
703  1999-04-02  Mark Mitchell  <mark@codesourcery.com>  1999-04-02  Mark Mitchell  <mark@codesourcery.com>
704    
# Line 39  Mon Dec 14 09:53:31 1998  Kaveh R. Ghazi Line 717  Mon Dec 14 09:53:31 1998  Kaveh R. Ghazi
717          * demangle.h: Don't check IN_GCC anymore.          * demangle.h: Don't check IN_GCC anymore.
718          * splay-tree.h: Likewise.          * splay-tree.h: Likewise.
719    
720  Tue Dec  8 00:30:31 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>  Tue Dec  8 00:30:31 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
721    
722          * demangle.h: (DMGL_EDG): new macro for Kuck and Associates          * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
723          (DMGL_STYLE_MASK): modify to include Kuck and Assoc style          (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
724          (demangling_styles): add new edg_demangling style          (demangling_styles): add new edg_demangling style
725          (EDG_DEMANGLING_STYLE_STRING): new macro          (EDG_DEMANGLING_STYLE_STRING): new macro
726          (EDG_DEMANGLING): new macro          (EDG_DEMANGLING): new macro
727            (DMGL_HP): new macro, for HP/aCC compiler.
728          * demangle.h (DMGL_HP): new macro, for HP/aCC compiler.          (DMGL_STYLE_MASK): modify to include new HP's style.
729          (DMGL_STYLE_MASK): modify to include new HP's style.          (demangling_styles): add new hp_demangling value.
730          (demangling_styles): add new hp_demangling value.          (HP_DEMANGLING_STYLE_STRING): new macro.
731          (HP_DEMANGLING_STYLE_STRING): new macro.          (ARM_DEMANGLING): coerce to int.
732          (ARM_DEMANGLING): coerce to int.          (HP_DEMANGLING): new macro.
         (HP_DEMANGLING): new macro.  
733    
734  Fri Nov 20 13:14:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>  Fri Nov 20 13:14:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>
735    
# Line 749  Thu Apr 28 19:06:50 1994  Ken Raeburn  ( Line 1426  Thu Apr 28 19:06:50 1994  Ken Raeburn  (
1426    
1427  Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)  Fri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
1428    
1429          * obstack.h: Delete use of IN_GCC to control whether          * obstack.h: Delete use of IN_GCC to control whether
1430          stddef.h or gstddef.h is included.          stddef.h or gstddef.h is included.
1431    
1432  Tue Mar 22 13:06:02 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)  Tue Mar 22 13:06:02 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1433    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26