public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-1.1 release schedule
@ 1998-06-18  1:32 Jeffrey A Law
  1998-06-19  9:02 ` Gerald Pfeifer
                   ` (2 more replies)
  0 siblings, 3 replies; 77+ messages in thread
From: Jeffrey A Law @ 1998-06-18  1:32 UTC (permalink / raw)
  To: egcs

                                  egcs-1.1
                                      
   The egcs project is rapidly approaching its second major release
   (egcs-1.1).
   
   This page is meant to provide information about the current schedule
   for egcs-1.1, the testing/release criteria for egcs-1.1, new features
   to be found in egcs-1.1, etc.
   
   The tenative schedule for the egcs-1.1 release is:
     * July 3, 1998. Feature freeze date.
       All new features, optimizations, etc need to be submitted by this
       date. It is very likely we will not be able to integrate all the
       submissions, but we want to have all of them available for
       evaluation by this date.
       It is also possible some patches which have been submitted and are
       accepted for egcs-1.1 will not have been installed by this date
       due to EOQ committments for many of the Cygnus volunteers.
       After July 3, 1998, only bugfix submissions will be considered for
       the egcs-1.1 release.
       By July 3, 1998, we also want to have a testing plan and release
       criteria in place.
     * July 11, 1998. Branch Creation & Testing.
       We will create the egcs-1.1 branch on this date and snapshots will
       occur from the egcs-1.1 branch instead of the mainline sources.
       By this date we'd like to have all the new features,
       optimizations, etc slated for the egcs-1.1 release installed in
       the source tree.
       We also expect wide scale, focused testing to start on July 11th.
     * July 31, 1998. Critial Bug Freeze Date.
       If at all possible we would like to see the release sources freeze
       except for critical bug fixes by July 31st. This may be overly
       optimistic, but it's important to have a goal to shoot for.
       
   I would like to release as soon as possible in early August.
   
   Note that we have the ability to install changes into the mainline
   sources during this process. However, I personally will be focusing
   more and more on egcs-1.1 specific issues.
   
   It is highly likely we will have some minor releases based on
   egcs-1.1; we will cross that bridge when the time comes.
   
   I also want to do a post-release review of the proposed schedule vs
   the actual schedule used for egcs-1.1 so that we can improve the
   process in the future.
   
This message (and future updates) is available on
http://www.cygnus.com/egcs/egcs-1.1.html




^ permalink raw reply	[flat|nested] 77+ messages in thread
* gcc2 merge
@ 1999-01-27  1:50 Jeffrey A Law
  1999-01-27 12:47 ` Andreas Jaeger
  1999-01-31 23:58 ` Jeffrey A Law
  0 siblings, 2 replies; 77+ messages in thread
From: Jeffrey A Law @ 1999-01-27  1:50 UTC (permalink / raw)
  To: egcs, egcs-patches

I've just checked in the long delayed merge from gcc2 snapshot 980929.

The major change brought over in this merge is the initial i18n support for
gcc.

If you've ever thought about calling warn, pedwarn, fatal, fprintf etc, then I
recommend you read ABOUT-GCC-NLS and ABOUT-NLS which describe the basic
concepts.

i18n support is far from complete.  I suspect there's some error/warning
messages we've added that may need to be tweaked.  Each front end will need
to be converted as well as backends which emit any kind of errors/warnings.
Oh what fun.

The "intl" subdirectory itself will probably move out of the gcc directory
at some point in the future.  It can/should be shared across various tools
that already have some i18n support like texinfo, binutils, & gas.


The rs6000/ppc port has not been merged.  The changes from gcc are merely
formatting changes. David Edelson and I are still discussing ways to handle
them.  Hopefully we'll reach an agreement soon.

Aside from i18n the changes for this snapshot were relatively minor.  You
can find the details in FSFChangeLog and a few tidbits in ChangeLog.

The tags "before-merge-gcc2-980929" and "after-merge-gcc2-980929" mark the
state of the tree immediately before and immediately after the merge.

It is possible this merge will introduce some short term instability.  I'm
going to run through a matrix of builds again starting tomorrow night (-O0,
-O2, -O9) to try and sweep out any dusty corners.

jeff

^ permalink raw reply	[flat|nested] 77+ messages in thread
* Re: gcc2 merge
@ 1999-01-27  5:44 Mike Stump
  1999-01-31 23:58 ` Mike Stump
  0 siblings, 1 reply; 77+ messages in thread
From: Mike Stump @ 1999-01-27  5:44 UTC (permalink / raw)
  To: egcs-patches, egcs, law

> Date: Wed, 27 Jan 1999 02:46:59 -0700
> From: Jeffrey A Law <law@hurl.cygnus.com>

> I've just checked in the long delayed merge from gcc2 snapshot 980929.

Congratulations...  I'll start up a bootstrap/test on a machine or two
to try and shake out any bugs I can find, be done with the first in 1
hour 37 minutes.

^ permalink raw reply	[flat|nested] 77+ messages in thread
* Re: gcc2 merge
@ 1999-01-27  5:57 Mike Stump
  1999-01-27 12:25 ` Toon Moene
  1999-01-31 23:58 ` Mike Stump
  0 siblings, 2 replies; 77+ messages in thread
From: Mike Stump @ 1999-01-27  5:57 UTC (permalink / raw)
  To: egcs

> Date: Wed, 27 Jan 1999 05:44:33 -0800
> From: mrs@wrs.com (Mike Stump)

> Congratulations...  I'll start up a bootstrap/test on a machine or two
> to try and shake out any bugs I can find, be done with the first in 1
> hour 37 minutes.

First problem, everyone be sure to cvs update with -d, things won't
build without it!  I hate to point this out, but I do in hopes of
forestalling a small flood of why can't I build it anymore messages.

You can update like this:

	    egcs/contrib/egcs_update -d

^ permalink raw reply	[flat|nested] 77+ messages in thread
* Re:  gcc2 merge
@ 1999-01-28  7:01 Kaveh R. Ghazi
  1999-01-28  9:18 ` Jeffrey A Law
  1999-01-31 23:58 ` Kaveh R. Ghazi
  0 siblings, 2 replies; 77+ messages in thread
From: Kaveh R. Ghazi @ 1999-01-28  7:01 UTC (permalink / raw)
  To: egcs-patches, egcs, law

 > From: Jeffrey A Law <law@hurl.cygnus.com>
 > 
 > I've just checked in the long delayed merge from gcc2 snapshot 980929.
 > 
 > The major change brought over in this merge is the initial i18n support for
 > gcc.
 > 
 > It is possible this merge will introduce some short term instability.  I'm
 > going to run through a matrix of builds again starting tomorrow night (-O0,
 > -O2, -O9) to try and sweep out any dusty corners.
 > jeff

	Briefly looking over the changes, it looks like some bogus
stuff creeped in.

1.  I think I disagree with putting the PRINTF_PROTO_* stuff go into
system.h.  It was only used by cccp.c and cexp.y and it got nuked from
cccp.c.  I think we should deprecate this form and we should be using
the "PVPROTO ((...)) ATTRIBUTE_PRINTF" style instead.  This is a cleanup
issue, not a serous problem though. 

2.  However, when PRINTF_PROTO_* was removed from cccp.c, the vararg
prototypes in that file no longer will get __attribute__ ((__printf__)). 
So they must have ATTRIBUTE_PRINTF_* added to their prototypes or no
format checks are done. 

3.  All the vararg prototypes in cccp.c incorrectly switched from
PRINTF_PROTO_* to VPROTO.  This is completely wrong since VPROTO is only
valid on function _definitions_ not prototype declarations.  One must
use PVPROTO in prototypes.  This mistake causes a bootstrap failure for
any stage1 compiler which doesn't default to ANSI.  I.e. OSF4 cc and
SunOS4 cc. 

	I'll see about making a patch, but in the mean time, here is
the output from OSF4 cc.

		--Kaveh


 > cc -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -I. -I. -I./config
 >   -I./../include
 >   -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0b/egcs-2.93.03/include\"
 >   -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0b/egcs-2.93.03/../../../..`echo
 >   /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-2\"
 >   -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"
 >   -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0b/egcs-2.93.03/../../../../alphaev5-dec-osf4.0b/sys-include\"
 >   -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0b/egcs-2.93.03/../../../../alphaev5-dec-osf4.0b/include\"
 >   -c `echo ./cccp.c | sed 's,^\./,,'`
 > cc: Error: cccp.c, line 988: Missing "{".
 > static void notice VPROTO((char *, ...));
 > ----------------------------------------^
 > cc: Error: cccp.c, line 989: Invalid statement.
 > static void vnotice PROTO((char *, va_list));
 > ^
 > cc: Error: cccp.c, line 990: Invalid statement.
 > void error VPROTO((char *, ...));
 > ^
 > cc: Error: cccp.c, line 991: Invalid statement.
 > void verror PROTO((char *, va_list));
 > ^
 > cc: Error: cccp.c, line 992: Invalid statement.
 > static void error_from_errno PROTO((char *));
 > ^
 > cc: Error: cccp.c, line 993: Invalid statement.
 > void warning VPROTO((char *, ...));
 > ^
 > cc: Error: cccp.c, line 994: Invalid statement.
 > static void vwarning PROTO((char *, va_list));
 > ^
 > cc: Error: cccp.c, line 995: Invalid statement.
 > static void error_with_line VPROTO((int, char *, ...));
 > ^
 > cc: Error: cccp.c, line 996: Invalid statement.
 > static void verror_with_line PROTO((int, char *, va_list));
 > ^
 > cc: Error: cccp.c, line 997: Invalid statement.
 > static void vwarning_with_line PROTO((int, char *, va_list));
 > ^
 > cc: Error: cccp.c, line 998: Invalid statement.
 > static void warning_with_line VPROTO((int, char *, ...));
 > ^
 > cc: Error: cccp.c, line 999: Invalid statement.
 > void pedwarn VPROTO((char *, ...));
 > ^
 > cc: Error: cccp.c, line 1000: Invalid statement.
 > void pedwarn_with_line VPROTO((int, char *, ...));
 > ^
 > cc: Error: cccp.c, line 1001: Invalid statement.
 > static void pedwarn_with_file_and_line VPROTO((char *, size_t, int, char *, ...));
 > ^
 > cc: Error: cccp.c, line 1002: Invalid statement.
 > static void pedwarn_strange_white_space PROTO((int));
 > ^
 > cc: Error: cccp.c, line 1004: Invalid statement.
 > static void print_containing_files PROTO((void));
 > ^
 > cc: Error: cccp.c, line 1006: Invalid statement.
 > static int line_for_error PROTO((int));
 > ^
 > cc: Error: cccp.c, line 1007: Invalid statement.
 > static int grow_outbuf PROTO((FILE_BUF *, int));
 > ^
 > cc: Error: cccp.c, line 1009: Invalid statement.
 > static HASHNODE *install PROTO((U_CHAR *, int, enum node_type, char *, int));
 > ^
 > cc: Error: cccp.c, line 1011: Invalid statement.
 > static void delete_macro PROTO((HASHNODE *));
 > ^
 > cc: Error: cccp.c, line 1012: Invalid statement.
 > static int hashf PROTO((U_CHAR *, int, int));
 > ^
 > cc: Error: cccp.c, line 1014: Invalid statement.
 > static void dump_single_macro PROTO((HASHNODE *, FILE *));
 > ^
 > cc: Error: cccp.c, line 1015: Invalid statement.
 > static void dump_all_macros PROTO((void));
 > ^
 > cc: Error: cccp.c, line 1016: Invalid statement.
 > static void dump_defn_1 PROTO((U_CHAR *, int, int, FILE *));
 > ^
 > cc: Error: cccp.c, line 1017: Invalid statement.
 > static void dump_arg_n PROTO((DEFINITION *, int, FILE *));
 > ^
 > cc: Error: cccp.c, line 1019: Invalid statement.
 > static void initialize_char_syntax PROTO((void));
 > ^
 > cc: Error: cccp.c, line 1020: Invalid statement.
 > static void initialize_builtins PROTO((FILE_BUF *, FILE_BUF *));
 > ^
 > cc: Error: cccp.c, line 1022: Invalid statement.
 > static void make_definition PROTO((char *));
 > ^
 > cc: Error: cccp.c, line 1023: Invalid statement.
 > static void make_undef PROTO((char *, FILE_BUF *));
 > ^
 > cc: Error: cccp.c, line 1025: Invalid statement.
 > static void make_assertion PROTO((char *, char *));
 > ^
 > cc: Error: cccp.c, line 1027: Invalid statement.
 > static struct file_name_list *new_include_prefix PROTO((struct file_name_list *, const char *, const char *, const char *));
 > ^
 > cc: Error: cccp.c, line 1028: Invalid statement.
 > static void append_include_chain PROTO((struct file_name_list *, struct file_name_list *));
 > ^
 > cc: Error: cccp.c, line 1030: Invalid statement.
 > static int quote_string_for_make PROTO((char *, char *));
 > ^
 > cc: Error: cccp.c, line 1031: Invalid statement.
 > static void deps_output PROTO((char *, int));
 > ^
 > cc: Error: cccp.c, line 1033: Invalid statement.
 > static void fatal VPROTO((char *, ...)) __attribute__ ((noreturn));
 > ^
 > cc: Error: cccp.c, line 1034: Invalid statement.
 > void fancy_abort PROTO((void)) __attribute__ ((noreturn));
 > ^
 > cc: Error: cccp.c, line 1035: Invalid statement.
 > static void perror_with_name PROTO((char *));
 > ^
 > cc: Error: cccp.c, line 1036: Invalid statement.
 > static void pfatal_with_name PROTO((char *)) __attribute__ ((noreturn));
 > ^
 > cc: Error: cccp.c, line 1037: Invalid statement.
 > static void pipe_closed PROTO((int)) __attribute__ ((noreturn));
 > ^
 > cc: Error: cccp.c, line 1039: Invalid statement.
 > static void memory_full PROTO((void)) __attribute__ ((noreturn));
 > ^
 > cc: Error: cccp.c, line 1040: Invalid statement.
 > static void print_help PROTO((void));
 > ^
 > cc: Error: cccp.c, line 1048: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 1051: Invalid statement.
 >      char *ptr;
 > -----^
 > cc: Error: cccp.c, line 1052: Invalid statement.
 >      int len;
 > -----^
 > cc: Error: cccp.c, line 1084: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 1087: Invalid statement.
 >      char *ptr;
 > -----^
 > cc: Error: cccp.c, line 1088: Invalid statement.
 >      int len;
 > -----^
 > cc: Error: cccp.c, line 1119: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 1122: Missing ";".
 >      size_t length;
 > ------------^
 > cc: Error: cccp.c, line 1140: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 1210: Invalid statement.
 > int
 > ^
 > cc: Error: cccp.c, line 1213: Invalid statement.
 >      char **argv;
 > -----^
 > cc: Error: cccp.c, line 2343: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 2380: Invalid statement.
 > static U_CHAR *
 > ^
 > cc: Error: cccp.c, line 2383: Invalid statement.
 >      int c;
 > -----^
 > cc: Error: cccp.c, line 2384: Missing ";".
 >      size_t n;
 > ------------^
 > cc: Error: cccp.c, line 2411: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 2485: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 2518: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 2557: Invalid statement.
 > static char *
 > ^
 > cc: Error: cccp.c, line 2560: Invalid statement.
 >      register U_CHAR *limit;
 > -----^
 > cc: Error: cccp.c, line 2562: Invalid statement.
 >      int *arglen, *cmdlen;	/* how long they are */
 > -----^
 > cc: Error: cccp.c, line 2638: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 2641: Invalid statement.
 >      int output_marks;
 > -----^
 > cc: Error: cccp.c, line 3707: Invalid statement.
 > static FILE_BUF
 > ^
 > cc: Error: cccp.c, line 3710: Invalid statement.
 >      int output_marks, assertions;
 > -----^
 > cc: Error: cccp.c, line 3797: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 4218: Invalid statement.
 > static struct tm *
 > ^
 > cc: Error: cccp.c, line 4229: Invalid statement.
 > static char *monthnames[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun",
 > ^
 > cc: Error: cccp.c, line 4231: Invalid expression.
 > 			    };
 > ----------------------------^
 > cc: Error: cccp.c, line 4238: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 4422: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 4426: Invalid statement.
 >      struct directive *keyword;
 > -----^
 > cc: Error: cccp.c, line 4873: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 4888: Invalid statement.
 > static char *
 > ^
 > cc: Error: cccp.c, line 4913: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 4942: Invalid statement.
 > static size_t
 > ^
 > cc: Error: cccp.c, line 5012: Invalid statement.
 > struct file_name_map
 > ^
 > cc: Error: cccp.c, line 5024: Invalid statement.
 > static char *
 > ^
 > cc: Error: cccp.c, line 5057: Invalid statement.
 > static struct file_name_map *
 > ^
 > cc: Error: cccp.c, line 5153: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 5156: Invalid statement.
 >      struct file_name_list *searchptr;
 > -----^
 > cc: Error: cccp.c, line 5158: Invalid statement.
 >      struct include_file **pinc;
 > -----^
 > cc: Error: cccp.c, line 5231: Invalid statement.
 > static char *
 > ^
 > cc: Error: cccp.c, line 5234: Invalid statement.
 >      struct file_name_list *searchptr;
 > -----^
 > cc: Error: cccp.c, line 5279: Invalid statement.
 > static int
 > ^
 > cc: Error: cccp.c, line 5307: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5310: Invalid statement.
 >      struct include_file *inc;
 > -----^
 > cc: Error: cccp.c, line 5312: Invalid statement.
 >      int system_header_p;
 > -----^
 > cc: Error: cccp.c, line 5313: Invalid statement.
 >      struct file_name_list *dirptr;
 > -----^
 > cc: Error: cccp.c, line 5420: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5441: Invalid statement.
 > static char *
 > ^
 > cc: Error: cccp.c, line 5444: Invalid statement.
 >      struct stat *st;
 > -----^
 > cc: Error: cccp.c, line 5445: Invalid statement.
 >      char *fname ATTRIBUTE_UNUSED;
 > -----^
 > cc: Error: cccp.c, line 5446: Invalid statement.
 >      char **limit;
 > -----^
 > cc: Error: cccp.c, line 5497: Invalid statement.
 > static int 
 > ^
 > cc: Error: cccp.c, line 5557: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5673: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5687: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5740: Invalid statement.
 > static void
 > ^
 > cc: Error: cccp.c, line 5744: Invalid statement.
 >      struct directive *keyword;
 > -----^
 > cc: Error: cccp.c, line 5744: More than 100 errors were encountered in the course of compilation.
 >      struct directive *keyword;
 > -----^
 > make[2]: *** [cccp.o] Error 1
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Icon CMT Corp.

^ permalink raw reply	[flat|nested] 77+ messages in thread
* gcc2 merge
@ 1999-09-06  2:12 Jeffrey A Law
  1999-09-30 18:02 ` Jeffrey A Law
  0 siblings, 1 reply; 77+ messages in thread
From: Jeffrey A Law @ 1999-09-06  2:12 UTC (permalink / raw)
  To: gcc-patches, gcc

I'm in the process of doing a merge from the final gcc2 snapshot (990109).
It's bootstrapping and I'm re-testing after fixing a regression.

Not a lot of changes worth noting.  A handful of simple bugfixes, a few
new minor optimizations, some formatting fixes and some more conversion of
code to gen_rtx_FOO (particularly for some of the less active backends).

I expect to get it checked in tonight or tomorrow.

Richard Kenner will then be working to merge the remaining changes made to the
gcc2 tree after the last snapshot.

jeff

^ permalink raw reply	[flat|nested] 77+ messages in thread

end of thread, other threads:[~1999-09-30 18:02 UTC | newest]

Thread overview: 77+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-18  1:32 egcs-1.1 release schedule Jeffrey A Law
1998-06-19  9:02 ` Gerald Pfeifer
1998-06-19 23:47   ` Jeffrey A Law
1998-06-19 11:57 ` Dave Love
1998-06-21 21:43   ` Craig Burley
1998-06-21 23:07   ` Jeffrey A Law
1998-06-22  5:19     ` David S. Miller
1998-06-22 12:04       ` Dave Love
1998-06-22 13:45       ` Toon Moene
1998-06-22 22:29         ` Jeffrey A Law
1998-06-22 18:20       ` ix86 double alignment (was Re: egcs-1.1 release schedule) Craig Burley
1998-06-23  3:32         ` Jeffrey A Law
1998-06-23  5:13           ` Craig Burley
1998-06-23  3:32         ` David S. Miller
1998-06-23  6:30           ` Craig Burley
1998-06-22 12:04     ` egcs-1.1 release schedule Dave Love
1998-06-23  3:32       ` Jeffrey A Law
1998-06-23  9:29         ` H.J. Lu
1998-06-24 17:12           ` x86 double alignment (was egcs-1.1 release schedule) Marc Lehmann
1998-06-25  0:25             ` Jeffrey A Law
1998-06-28 18:02               ` Marc Lehmann
1998-06-25 12:33             ` PÃ¥l-Kristian Engstad
1998-06-28 18:02               ` Marc Lehmann
1998-06-25 21:48             ` Craig Burley
1998-06-25 18:53               ` Jeffrey A Law
1998-06-28 22:41               ` Marc Lehmann
1998-06-29  5:20                 ` Martin Kahlert
1998-06-29 11:08                   ` Jeffrey A Law
1998-06-29 19:43                   ` Craig Burley
1998-06-29 20:41                 ` Craig Burley
1998-06-30  0:42                   ` Jeffrey A Law
1998-06-30  8:19                     ` gcc2 merge H.J. Lu
1998-06-30 19:49                       ` Jeffrey A Law
1998-06-30  4:50                 ` x86 double alignment (was egcs-1.1 release schedule) Jeffrey A Law
1998-06-23  3:32       ` egcs-1.1 release schedule Craig Burley
1998-06-22 12:04     ` ix86 `double' alignment (was Re: egcs-1.1 release schedule) Craig Burley
1998-06-23  3:32       ` Jeffrey A Law
1998-06-23  5:13         ` Craig Burley
1998-06-24  2:28           ` Jeffrey A Law
1998-06-24 14:50             ` Craig Burley
1998-06-25  0:25               ` Jeffrey A Law
1998-06-25  9:59                 ` Tim Hollebeek
1998-06-28 18:01                 ` Marc Lehmann
1998-06-20  6:41 ` egcs-1.1 release schedule Gabriel Dos Reis
1998-06-20  9:22   ` Joe Buck
1998-06-20 15:36     ` Mark Mitchell
1998-06-21  0:07   ` Jeffrey A Law
1999-01-27  1:50 gcc2 merge Jeffrey A Law
1999-01-27 12:47 ` Andreas Jaeger
1999-01-27 13:10   ` Alexandre Oliva
1999-01-27 13:54     ` Andreas Jaeger
1999-01-31 23:58       ` Andreas Jaeger
1999-01-29  5:39     ` H.J. Lu
1999-01-29  5:49       ` Nick Burrett
1999-01-29  5:52         ` H.J. Lu
1999-01-29  5:59           ` Nick Burrett
1999-01-29  6:32           ` Matthew Kirkwood
1999-01-29  7:54             ` Jean-Pierre Radley
1999-01-29  6:35           ` Zack Weinberg
1999-01-29 10:49             ` Jeffrey A Law
1999-01-29  6:41       ` Gerald Pfeifer
1999-01-29  6:48         ` Gerald Pfeifer
1999-01-31 23:58     ` Alexandre Oliva
1999-01-31 23:58   ` Andreas Jaeger
1999-01-31 23:58 ` Jeffrey A Law
1999-01-27  5:44 Mike Stump
1999-01-31 23:58 ` Mike Stump
1999-01-27  5:57 Mike Stump
1999-01-27 12:25 ` Toon Moene
1999-01-31 23:58   ` Toon Moene
1999-01-31 23:58 ` Mike Stump
1999-01-28  7:01 Kaveh R. Ghazi
1999-01-28  9:18 ` Jeffrey A Law
1999-01-31 23:58   ` Jeffrey A Law
1999-01-31 23:58 ` Kaveh R. Ghazi
1999-09-06  2:12 Jeffrey A Law
1999-09-30 18:02 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).