From e7b901ded4857432d181386ac1ec51acb6ad2be7 Mon Sep 17 00:00:00 2001 From: keithw <unknown> Date: Tue, 27 Apr 1999 17:26:15 +0000 Subject: [PATCH] [project @ 1999-04-27 17:26:09 by keithw] glasgow-haskell-{bugs,users} has moved. --- ghc/ANNOUNCE | 6 +++--- ghc/README | 8 ++++---- ghc/compiler/parser/hschooks.c | 4 ++-- ghc/compiler/utils/Panic.lhs | 2 +- ghc/docs/users_guide/gone_wrong.vsgml | 4 ++-- ghc/docs/users_guide/intro.vsgml | 22 +++++++++++----------- ghc/docs/users_guide/runtime_control.vsgml | 2 +- ghc/docs/users_guide/users_guide.vsgml | 2 +- ghc/lib/misc/Util.lhs | 2 +- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ghc/ANNOUNCE b/ghc/ANNOUNCE index a94edc2e175f..69b1580d4eee 100644 --- a/ghc/ANNOUNCE +++ b/ghc/ANNOUNCE @@ -46,12 +46,12 @@ available from the web page. ================ We run mailing lists for GHC users and bug reports; to subscribe, send -mail to majordomo@dcs.gla.ac.uk; the msg body should be: +mail to majordomo@haskell.org; the msg body should be: subscribe glasgow-haskell-<which> Your Name <your-email@where.you.are> -Please send bug reports about GHC to glasgow-haskell-bugs@dcs.gla.ac.uk ; GHC -users hang out on glasgow-haskell-users@dcs.gla.ac.uk +Please send bug reports about GHC to glasgow-haskell-bugs@haskell.org ; GHC +users hang out on glasgow-haskell-users@haskell.org + On-line GHC-related resources diff --git a/ghc/README b/ghc/README index bab25f92ffb7..44f852c39322 100644 --- a/ghc/README +++ b/ghc/README @@ -81,14 +81,14 @@ Simon's projects' acronyms: AQUA ('93- ): Declarative systems architecture: a quantitative approach E-mail contacts: - glasgow-haskell-bugs@dcs.gla.ac.uk (bug reports mailing list) - glasgow-haskell-users@dcs.gla.ac.uk (users' mailing list) + glasgow-haskell-bugs@haskell.org (bug reports mailing list) + glasgow-haskell-users@haskell.org (users' mailing list) -Send mail to majordomo@dcs.gla.ac.uk with 'help' in the body of the +Send mail to majordomo@haskell.org with 'help' in the body of the message for information on joining/leaving either of these mailing lists. -Anonymous FTP site: ftp://ftp.dcs.gla.ac.uk:pub/haskell/glasgow. +Anonymous FTP site: ftp://ftp.dcs.gla.ac.uk/pub/haskell/glasgow. Mostly mirrored by ftp.cs.chalmers.se and haskell.org (same directory). Also: sunsite.doc.ic.ac.uk, in computing/programming/languages/haskell/glasgow/. diff --git a/ghc/compiler/parser/hschooks.c b/ghc/compiler/parser/hschooks.c index a2cc2e4e501a..b44c04966bb1 100644 --- a/ghc/compiler/parser/hschooks.c +++ b/ghc/compiler/parser/hschooks.c @@ -22,7 +22,7 @@ ErrorHdrHook (long fd) void PatErrorHdrHook (long fd) { - const char msg[]="\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail:"; + const char msg[]="\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@haskell.org.\n\nFail:"; write(fd,msg,sizeof(msg)-1); } @@ -53,7 +53,7 @@ ErrorHdrHook (FILE *where) void PatErrorHdrHook (FILE *where) { - fprintf(where, "\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail: "); + fprintf(where, "\n*** Pattern-matching error within GHC!\n\nThis is a compiler bug; please report it to glasgow-haskell-bugs@haskell.org.\n\nFail: "); } void diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 2c226999b1d3..907d8aa46361 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -21,7 +21,7 @@ panic :: String -> a panic x = error ("panic! (the `impossible' happened):\n\t" ++ x ++ "\n\n" ++ "Please report it as a compiler bug " - ++ "to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\n" ) + ++ "to glasgow-haskell-bugs@haskell.org.\n\n" ) -- #-versions because panic can't return an unboxed int, and that's -- what TAG_ is with GHC at the moment. Ugh. (Simon) diff --git a/ghc/docs/users_guide/gone_wrong.vsgml b/ghc/docs/users_guide/gone_wrong.vsgml index 8bf7670a7e07..df056931fb7f 100644 --- a/ghc/docs/users_guide/gone_wrong.vsgml +++ b/ghc/docs/users_guide/gone_wrong.vsgml @@ -218,8 +218,8 @@ exception (please report it if it does). Glasgow Haskell is a changing system so there are sure to be bugs in it. Please report them to <htmlurl -name="glasgow-haskell-bugs@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-bugs@@dcs.gla.ac.uk">! (However, please +name="glasgow-haskell-bugs@@haskell.org" +url="mailto:glasgow-haskell-bugs@@haskell.org">! (However, please check the earlier part of this section to be sure it's not a known not-really-a problem.) diff --git a/ghc/docs/users_guide/intro.vsgml b/ghc/docs/users_guide/intro.vsgml index f4315b6d5313..3f6e89521c47 100644 --- a/ghc/docs/users_guide/intro.vsgml +++ b/ghc/docs/users_guide/intro.vsgml @@ -162,7 +162,7 @@ On the World-Wide Web, there are several URLs of likely interest: <itemize> <item> <url name="Haskell home page" url="http://haskell.org/"> -<item> <url name="GHC home page" url="http://www.dcs.gla.ac.uk/fp/software/ghc/"> +<item> <url name="GHC home page" url="http://research.microsoft.com/users/t-simonm/ghc/"> <item> <url name="Glasgow FP group page" url="http://www.dcs.gla.ac.uk/fp/"> <item> <url name="comp.lang.functional FAQ" url="http://www.cs.nott.ac.uk/Department/Staff/mpj/faq.html"> </itemize> @@ -175,8 +175,8 @@ join, as you feel is appropriate. <tag>glasgow-haskell-users:</tag> This list is for GHC users to chat among themselves. Subscribe by -sending mail to <htmlurl name="majordomo@@dcs.gla.ac.uk" -url="mailto:majordomo@@dcs.gla.ac.uk">, with a message body (not +sending mail to <htmlurl name="majordomo@@haskell.org" +url="mailto:majordomo@@haskell.org">, with a message body (not header) like this: <tscreen><verb> @@ -186,12 +186,12 @@ subscribe glasgow-haskell-users MyName <m.y.self@@bigbucks.com> (The last bit is your all-important e-mail address, of course.) To communicate with your fellow users, send mail to <url -name="glasgow-haskell-users@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-users@@dcs.gla.ac.uk">. +name="glasgow-haskell-users@@haskell.org" +url="mailto:glasgow-haskell-users@@haskell.org">. To contact the list administrator, send mail to <htmlurl -name="glasgow-haskell-users-request@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-users-request@@dcs.gla.ac.uk">. An archive +name="glasgow-haskell-users-request@@haskell.org" +url="mailto:glasgow-haskell-users-request@@haskell.org">. An archive of the list is available on the Web: <url name="glasgow-haskell-users mailing list archive" url="http://www.dcs.gla.ac.uk/mail-www/glasgow-haskell-users">. @@ -201,16 +201,16 @@ Send bug reports for GHC to this address! The sad and lonely people who subscribe to this list will muse upon what's wrong and what you might do about it. -Subscribe via <htmlurl name="majordomo@@dcs.gla.ac.uk" -url="mailto:majordomo@@dcs.gla.ac.uk"> with: +Subscribe via <htmlurl name="majordomo@@haskell.org" +url="mailto:majordomo@@haskell.org"> with: <tscreen><verb> subscribe glasgow-haskell-bugs My Name <m.y.self@@hackers.r.us> </verb></tscreen> Again, you may contact the list administrator at <htmlurl -name="glasgow-haskell-bugs-request@@dcs.gla.ac.uk" -url="mailto:glasgow-haskell-bugs-request@@dcs.gla.ac.uk">. +name="glasgow-haskell-bugs-request@@haskell.org" +url="mailto:glasgow-haskell-bugs-request@@haskell.org">. And, yes, an archive of the list is available on the Web at: : <url name="glasgow-haskell-bugs mailing list archive" url="http://www.dcs.gla.ac.uk/mail-www/glasgow-haskell-bugs"> diff --git a/ghc/docs/users_guide/runtime_control.vsgml b/ghc/docs/users_guide/runtime_control.vsgml index baea188e0142..1ab72dc6836f 100644 --- a/ghc/docs/users_guide/runtime_control.vsgml +++ b/ghc/docs/users_guide/runtime_control.vsgml @@ -384,7 +384,7 @@ PatErrorHdrHook (FILE *where) { fprintf(where, "\n*** Pattern-matching error within GHC!\n\n This is a compiler bug; please report it to - glasgow-haskell-bugs@dcs.gla.ac.uk.\n\nFail: "); + glasgow-haskell-bugs@haskell.org.\n\nFail: "); } void diff --git a/ghc/docs/users_guide/users_guide.vsgml b/ghc/docs/users_guide/users_guide.vsgml index 4139992813a0..ad3563b92119 100644 --- a/ghc/docs/users_guide/users_guide.vsgml +++ b/ghc/docs/users_guide/users_guide.vsgml @@ -22,7 +22,7 @@ <title>The Glasgow Haskell Compiler User's Guide, Version~4.03 <author>The GHC Team, -Email: @glasgow-haskell-{bugs,users}-request@@dcs.gla.ac.uk@ +Email: @glasgow-haskell-{bugs,users}-request@@haskell.org@ <toc> &intro diff --git a/ghc/lib/misc/Util.lhs b/ghc/lib/misc/Util.lhs index 6a9ce84c7f0a..cc48510c3502 100644 --- a/ghc/lib/misc/Util.lhs +++ b/ghc/lib/misc/Util.lhs @@ -781,7 +781,7 @@ unzipWith f pairs = map ( \ (a, b) -> f a b ) pairs panic x = error ("panic! (the `impossible' happened):\n\t" ++ x ++ "\n\n" ++ "Please report it as a compiler bug " - ++ "to glasgow-haskell-bugs@dcs.gla.ac.uk.\n\n" ) + ++ "to glasgow-haskell-bugs@haskell.org.\n\n" ) pprPanic heading pretty_msg = panic (heading++(ppShow 80 pretty_msg)) pprError heading pretty_msg = error (heading++(ppShow 80 pretty_msg)) -- GitLab