This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13673] fix for incorrect FSF snail mail addresses


http://sourceware.org/bugzilla/show_bug.cgi?id=13673

--- Comment #16 from Paul Eggert <eggert at gnu dot org> 2012-03-09 20:08:37 UTC ---
Created attachment 6282
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6282
glibc-ports patch for snail mail address

Thanks for the info about glibc-ports.  I'm attaching a patch for glibc-ports.
It's 18,000 lines long, so I'm compressing it.

One way to review it which is a bit less mind-numbing, is to filter it
through this shell command:

grep '^[-+]' | grep -vE '^(--- |\+\+\+ )' | sort | uniq -c | sort -rn

This outputs each unique instance of an old (-) and new (-) line, together
with a count of the number of instances.  You can ignore this trailing bit:

      1 ---
      1 -- 

as that's an artifact of "git format-patch".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]