gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] The status of my merges


From: Daniel Skarda
Subject: Re: [Gnu-arch-users] The status of my merges
Date: Sun, 25 Jul 2004 14:22:30 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

  New stable release of tla would be very nice. 

  I would like to speak for fixing bug #72 from Bug Goo:

        Archive names can start with numbers, but (due to bug #72) tla does not
        recognize patch logs from such archives as source files. 

        Old larch implementation does not have this bug.

Thank you,
Daniel Skarda

http://bugs.gnuarch.org/cgi-bin/bugreport.cgi?bug=72

--- tla-1.2.orig/src/tla/libarch/inv-ids.c
+++ tla-1.2/src/tla/libarch/inv-ids.c
@@ -1193,7 +1193,7 @@
     {
       int re_error;
 
-      re_error = regcomp (&pattern, 
"^(.*/)?(\\{arch\\}(/[a-zA-Z=][^/~]*)*|\\{arch\\}/\\.arch-project-tree)$", 
REG_EXTENDED);
+      re_error = regcomp (&pattern, 
"^(.*/)?(\\{arch\\}(/[a-zA-Z0-9=][^/~]*)*|\\{arch\\}/\\.arch-project-tree)$", 
REG_EXTENDED);
       invariant (!re_error);
       compiled = 1;
     }




reply via email to

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