From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: Small patch for srfi-19.test on HP-UX Date: Mon, 26 Apr 2004 11:38:57 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <873c6r34cu.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1082943763 11780 80.91.224.253 (26 Apr 2004 01:42:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2004 01:42:43 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Apr 26 03:42:33 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHv8i-0004UC-00 for ; Mon, 26 Apr 2004 03:42:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHv7g-0006jj-Hr for guile-bugs@m.gmane.org; Sun, 25 Apr 2004 21:41:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHv7a-0006ij-ND for bug-guile@gnu.org; Sun, 25 Apr 2004 21:41:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHv73-0006Y9-9p for bug-guile@gnu.org; Sun, 25 Apr 2004 21:41:21 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHv72-0006E6-J9 for bug-guile@gnu.org; Sun, 25 Apr 2004 21:40:48 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3Q1dC4u012244; Mon, 26 Apr 2004 11:39:12 +1000 Original-Received: from localhost (ppp20AB.dyn.pacific.net.au [61.8.32.171]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3Q1dBHV020288; Mon, 26 Apr 2004 11:39:11 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BHv5G-0000Ln-00; Mon, 26 Apr 2004 11:38:58 +1000 Original-To: =?iso-8859-1?q?Andreas_V=F6gele?= In-Reply-To: (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Sun, 25 Apr 2004 17:11:33 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1341 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1341 Andreas V=F6gele writes: > > +;; The time zone CET does not exist on HP-UX. > +(define CET (if (string=3D? (utsname:sysname (uname)) "HP-UX") > + "MEZ-1MESZ" > + "CET")) It'd be better not to hard code a system name. Is there some way to test which of the two works? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile