guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-56-g4f6e8b


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.5-56-g4f6e8ba
Date: Tue, 21 Feb 2012 16:51:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=4f6e8ba7bcfd3daeb1179bf0be09d7953bf2458f

The branch, stable-2.0 has been updated
       via  4f6e8ba7bcfd3daeb1179bf0be09d7953bf2458f (commit)
      from  1868309a9e34a04a5b3020e147d0ce029038b290 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f6e8ba7bcfd3daeb1179bf0be09d7953bf2458f
Author: Andy Wingo <address@hidden>
Date:   Tue Feb 21 16:50:55 2012 +0000

    quick fix the quick fix

-----------------------------------------------------------------------

Summary of changes:
 module/web/uri.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/web/uri.scm b/module/web/uri.scm
index 391a429..1eb2813 100644
--- a/module/web/uri.scm
+++ b/module/web/uri.scm
@@ -95,7 +95,7 @@ consistency checks to make sure that the constructed URI is 
valid."
 (define domain-label-regexp
   (make-regexp "^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
 (define top-label-regexp
-  (make-regexp "^[a-zA-Z]?([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
+  (make-regexp "^[a-zA-Z]([a-zA-Z0-9-]*[a-zA-Z0-9])?$"))
 
 (define (valid-host? host)
   (cond


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]