public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* bug fix for goto problem
@ 2001-04-09  9:08 Khamis Abuelkomboz (UUNET)
  2001-04-09 12:09 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Khamis Abuelkomboz (UUNET) @ 2001-04-09  9:08 UTC (permalink / raw)
  To: sourcenav

since I want to work with SN5.0, because it's alot faster,
I was forced to fix another nasty bug....

copy attatched to <SN>/share/sourcenav/gui

khamis

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

* Re: bug fix for goto problem
  2001-04-09  9:08 bug fix for goto problem Khamis Abuelkomboz (UUNET)
@ 2001-04-09 12:09 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2001-04-09 12:09 UTC (permalink / raw)
  To: Khamis Abuelkomboz (UUNET); +Cc: sourcenav

>>>>> "Khamis" == Khamis Abuelkomboz (UUNET) <khamis@knuut.de> writes:

Khamis> since I want to work with SN5.0, because it's alot faster,
Khamis> I was forced to fix another nasty bug....

Khamis> copy attatched to <SN>/share/sourcenav/gui

Hi Khamis.

It is traditional to send bug fixes as context- or uni-diffs.  Sending
replacement files is bad because it takes up a lot more bandwidth
(typically).  Diffs are also superior because they let the maintainers
immediately see what has changed.  Less work for maintainers means
that patches go in more quickly, and everybody is happier.

If you have SN checked out of cvs you can use "cvs diff -u" or "cvs
diff -c" to create a diff.

Otherwise you have to use "diff -u" or "diff -c" by hand (and remember
to keep the original around).

It's also good to write a ChangeLog entry and send it with the patch.
This also makes it easier for developers to check in patches (I don't
know about SN but on other projects I work on a ChangeLog entry is a
prerequisite to any commit).

I don't work on SN.  I just happened to see two humongous email
messages in my inbox this morning and thought I would send email about
it.

Tom

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

end of thread, other threads:[~2001-04-09 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-09  9:08 bug fix for goto problem Khamis Abuelkomboz (UUNET)
2001-04-09 12:09 ` Tom Tromey

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