Changeset 1391 for branches/GNU/src/gcc/include/ChangeLog
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/include/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 2003-02-05 Release Manager 2 3 * GCC 3.2.2 Released. 4 5 2002-11-19 Release Manager 6 7 * GCC 3.2.1 Released. 8 9 2002-11-19 Release Manager 10 11 * GCC 3.2.1 Released. 12 13 2002-11-18 Release Manager 14 15 * GCC 3.2.1 Released. 16 17 2002-11-03 Roger Sayle <roger@eyesopen.com> 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-11-12 Daniel Jacobowitz <drow@mvista.com> 6 7 Backport from mainline: 8 2003-02-20 Daniel Jacobowitz <drow@mvista.com> 9 * libiberty.h (lrealpath): Add declaration. 10 11 2003-10-16 Release Manager 12 13 * GCC 3.3.2 Released. 14 15 2003-08-04 Release Manager 16 17 * GCC 3.3.1 Released. 18 19 2003-08-04 Release Manager 20 21 * GCC 3.3.1 Released. 22 23 2003-07-06 H.J. Lu <hongjiu.lu@intel.com> 24 25 * demangle.h: Support C++. 26 27 2003-05-13 Release Manager 28 29 * GCC 3.3 Released. 30 31 2003-05-13 Release Manager 32 33 * GCC 3.3 Released. 34 35 2003-05-13 Release Manager 36 37 * GCC 3.3 Released. 38 39 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 40 41 * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF, 42 ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2, 43 ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4, 44 ATTRIBUTE_NULL_PRINTF_5): New. 45 (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL. 46 47 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 48 49 * libiberty.h: Document return value of physmem routines. 50 51 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 52 53 * libiberty.h (physmem_total, physmem_available): Prototype. 54 55 2002-11-23 Simon Burge <simonb@wasabisystems.com> 56 57 * libiberty.h (basename): Add NetBSD to the list. 58 59 2002-11-22 Daniel Jacobowitz <drow@mvista.com> 60 61 * libiberty.h (make_relative_prefix): Add prototype. 62 63 2002-10-26 Roger Sayle <roger@eyesopen.com> 64 65 * partition.h: Close the extern "C" scope when compiling with C++. 66 67 2002-10-26 Roger Sayle <roger@eyesopen.com> 18 68 DJ Delorie <dj@redhat.com> 19 69 20 * getopt.h: Avoid prototyping getopt with no arguments in C++. 21 22 2002-08-14 Release Manager 23 24 * GCC 3.2 Released. 25 26 2002-07-25 Release Manager 27 28 * GCC 3.1.1 Released. 29 30 2002-05-14 Release Manager 31 32 * GCC 3.1 Released. 33 34 2002-05-14 Release Manager 35 36 * GCC 3.1 Released. 70 PR bootstrap/8351 71 * getopt.h: Avoid prototyping getopt with no arguments in C++. 72 73 2002-10-24 Nathan Tallent <eraxxon@alumni.rice.edu> 74 75 * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the 76 list of platform compilers that may look, smell and act 77 like __STDC__ but that may not define it. 78 79 2002-10-11 David O'Brien <obrien@FreeBSD.org> 80 81 * getopt.h: getopt is in unistd.h (based on SUSv2). 82 83 2002-09-19 Alexandre Oliva <aoliva@redhat.com> 84 85 * libiberty.h (asprintf, vasprintf): Don't declare them if the 86 corresponding HAVE_DECL_ macro is 1. 87 88 2002-06-25 Alan Modra <amodra@bigpond.net.au> 89 90 * demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. 91 * fibheap.h: Likewise. 92 * hashtab.h: Likewise. 93 * partition.h: Likewise. 94 * sort.h: Likewise. 95 * splay-tree.h: Likewise. 96 97 2002-06-24 Alan Modra <amodra@bigpond.net.au> 98 99 * libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME. 100 * getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT. 101 102 2002-06-06 DJ Delorie <dj@redhat.com> 103 104 * hashtab.h (htab): Rearrange new members for backward 105 compatibility. 106 (htab_create): Don't use a macro that requires other headers. 107 108 2002-06-05 Geoffrey Keating <geoffk@redhat.com> 109 110 * hashtab.h (htab_create): Restore prototype for backward 111 compatibility. 112 (htab_try_create): Likewise. 113 114 2002-05-22 Geoffrey Keating <geoffk@redhat.com> 115 116 * hashtab.h (struct htab): Update for change to length specifier. 117 118 2002-05-10 Geoffrey Keating <geoffk@redhat.com> 119 120 * hashtab.h (GTY): Define if undefined. 121 (htab_alloc): New typedef. 122 (htab_free): New typedef. 123 (struct htab): Support gengtype; allow user-specified memory 124 allocation. 125 (htab_create_alloc): New. 126 (htab_create): Replace with #define. 127 (htab_try_create): Delete. 37 128 38 129 2002-04-16 David S. Miller <davem@redhat.com> … … 44 135 45 136 * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names. 137 138 2002-03-06 Andrew Cagney <ac131313@redhat.com> 139 140 * floatformat.h (floatformat_arm_ext): Delete declaration. 46 141 47 142 2002-02-22 Jim Blandy <jimb@redhat.com> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.