public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* latest snapshot
@ 1997-10-08 21:19 Oleg Krivosheev
  1997-10-09  2:08 ` Andreas Schwab
  1997-10-09  9:26 ` Jim Wilson
  0 siblings, 2 replies; 8+ messages in thread
From: Oleg Krivosheev @ 1997-10-08 21:19 UTC (permalink / raw)
  To: egcs

Hi, All

1. There are few nonstandard entries in gcc/Changelog,
   gcc/cp/Changelog etc which look like

1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
   note date format.

2. Is it necessary to keep SFile.[h|cc] and PlotFile[h|cc]
   in libio?

3. I've read long time ago that Dietmar Kuehl implemented
   stringstream and donated code/signed papers to FSF.
   Will be his code in libstdc++? What stuff planned to be
   added into libstdc++ in the nearest future?

regards

OK



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

* Re: latest snapshot
  1997-10-08 21:19 latest snapshot Oleg Krivosheev
@ 1997-10-09  2:08 ` Andreas Schwab
  1997-10-09 14:30   ` Neal Becker
  1997-10-09  9:26 ` Jim Wilson
  1 sibling, 1 reply; 8+ messages in thread
From: Andreas Schwab @ 1997-10-09  2:08 UTC (permalink / raw)
  To: Oleg Krivosheev; +Cc: egcs

Oleg Krivosheev <kriol@fnal.gov> writes:

|> 1. There are few nonstandard entries in gcc/Changelog,
|>    gcc/cp/Changelog etc which look like

|> 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
|>    note date format.

This is the format that Emacs 20 uses, it is the ISO format.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"

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

* Re: latest snapshot
  1997-10-08 21:19 latest snapshot Oleg Krivosheev
  1997-10-09  2:08 ` Andreas Schwab
@ 1997-10-09  9:26 ` Jim Wilson
  1997-10-09 14:30   ` Oleg Krivosheev
  1 sibling, 1 reply; 8+ messages in thread
From: Jim Wilson @ 1997-10-09  9:26 UTC (permalink / raw)
  To: Oleg Krivosheev; +Cc: egcs

	1. There are few nonstandard entries in gcc/Changelog,
	   gcc/cp/Changelog etc which look like

	1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
	   note date format.

That's a feature.  This conforms to some ISO standard date format, and some
people prefer this over the usual ChangeLog format for the date.  So it
is a standard, it just isn't the normal convention for ChangeLogs.

Jim

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

* Re: latest snapshot
  1997-10-09  9:26 ` Jim Wilson
@ 1997-10-09 14:30   ` Oleg Krivosheev
  0 siblings, 0 replies; 8+ messages in thread
From: Oleg Krivosheev @ 1997-10-09 14:30 UTC (permalink / raw)
  To: Jim Wilson; +Cc: egcs

On Wed, 8 Oct 1997, Jim Wilson wrote:

> 	1. There are few nonstandard entries in gcc/Changelog,
> 	   gcc/cp/Changelog etc which look like
> 
> 	1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
>  
> 	   note date format.
> 
> That's a feature.  This conforms to some ISO standard date format, and some
> people prefer this over the usual ChangeLog format for the date.  So it
> is a standard, it just isn't the normal convention for ChangeLogs.

well, it's still a bug - it doesn't have time stamp.
not that i'm lost very much... ;)

OK


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

* Re: latest snapshot
  1997-10-09  2:08 ` Andreas Schwab
@ 1997-10-09 14:30   ` Neal Becker
  1997-10-09 14:56     ` Oleg Krivosheev
  0 siblings, 1 reply; 8+ messages in thread
From: Neal Becker @ 1997-10-09 14:30 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Oleg Krivosheev, egcs

>>>>> "Andreas" == Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> writes:

    Andreas> Oleg Krivosheev <kriol@fnal.gov> writes:
    Andreas> |> 1. There are few nonstandard entries in gcc/Changelog,
    Andreas> |>    gcc/cp/Changelog etc which look like

    Andreas> |> 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
    Andreas> |>    note date format.

    Andreas> This is the format that Emacs 20 uses, it is the ISO format.

Unfortunately, noone has told pcl-cvs how to parse it, so when you do
'C' in pcl-cvs it doesn't work correctly.

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

* Re: latest snapshot
  1997-10-09 14:30   ` Neal Becker
@ 1997-10-09 14:56     ` Oleg Krivosheev
  0 siblings, 0 replies; 8+ messages in thread
From: Oleg Krivosheev @ 1997-10-09 14:56 UTC (permalink / raw)
  To: Neal Becker; +Cc: Andreas Schwab, egcs

On Thu, 9 Oct 1997, Neal Becker wrote:

> >>>>> "Andreas" == Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> writes:
> 
>     Andreas> Oleg Krivosheev <kriol@fnal.gov> writes:
>     Andreas> |> 1. There are few nonstandard entries in gcc/Changelog,
>     Andreas> |>    gcc/cp/Changelog etc which look like
> 
>     Andreas> |> 1997-10-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
>  
>     Andreas> |>    note date format.
> 
>     Andreas> This is the format that Emacs 20 uses, it is the ISO format.
> 
> Unfortunately, noone has told pcl-cvs how to parse it, so when you do
> 'C' in pcl-cvs it doesn't work correctly.

 also it doesn't fontified well in emacs-19.34 font-lock mode.

OK


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

* re: latest snapshot
  1999-09-29  6:58 James Black
@ 1999-09-30 18:02 ` James Black
  0 siblings, 0 replies; 8+ messages in thread
From: James Black @ 1999-09-30 18:02 UTC (permalink / raw)
  To: gcc

Hello,
  egcs-19990927 compiled under Solaris2.6, compiler is gcc2.95.  I am
running the test program now.

-- 
========================================================================
James Black (Elec Eng Graduate student)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************

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

* re: latest snapshot
@ 1999-09-29  6:58 James Black
  1999-09-30 18:02 ` James Black
  0 siblings, 1 reply; 8+ messages in thread
From: James Black @ 1999-09-29  6:58 UTC (permalink / raw)
  To: gcc

Hello,
  egcs-19990927 compiled under Solaris2.6, compiler is gcc2.95.  I am
running the test program now.

-- 
========================================================================
James Black (Elec Eng Graduate student)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-08 21:19 latest snapshot Oleg Krivosheev
1997-10-09  2:08 ` Andreas Schwab
1997-10-09 14:30   ` Neal Becker
1997-10-09 14:56     ` Oleg Krivosheev
1997-10-09  9:26 ` Jim Wilson
1997-10-09 14:30   ` Oleg Krivosheev
1999-09-29  6:58 James Black
1999-09-30 18:02 ` James Black

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).