This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, master, updated. glibc-2.11-147-gaa732e2


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 C Library master sources".

The branch, master has been updated
       via  aa732e2b2b3178ed436b6df39180605437897f53 (commit)
      from  2da42bc06566bc89785e580fa1ac89b4c9f2a63c (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=aa732e2b2b3178ed436b6df39180605437897f53

commit aa732e2b2b3178ed436b6df39180605437897f53
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Jan 15 12:20:55 2010 -0800

    One forgotten checkin from regex changes.

diff --git a/posix/regcomp.c b/posix/regcomp.c
index 63ef768..03ab123 100644
--- a/posix/regcomp.c
+++ b/posix/regcomp.c
@@ -409,8 +409,8 @@ re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state,
 			  != (size_t) -1)
 			re_set_fastmap (fastmap, false, *(unsigned char *) buf);
 		    }
- 		}
- 	    }
+		}
+	    }
 	}
 #endif /* RE_ENABLE_I18N */
       else if (type == OP_PERIOD

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

Summary of changes:
 posix/regcomp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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