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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=b806ee724c531595374853d4185d26884ecbbe01 The branch, master has been updated via b806ee724c531595374853d4185d26884ecbbe01 (commit) via 40353b2d9d5980e2167faa508399ff094aa0f980 (commit) from df7bb6a4eb3b95c3b0ed0846570bc7f235bfe3bf (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 b806ee724c531595374853d4185d26884ecbbe01 Author: Simon Josefsson <[email protected]> Date: Fri Jan 8 10:16:47 2010 +0100 Touch. commit 40353b2d9d5980e2167faa508399ff094aa0f980 Author: Simon Josefsson <[email protected]> Date: Fri Jan 8 10:13:41 2010 +0100 Add comment. ----------------------------------------------------------------------- Summary of changes: lib/gen-unicode-tables.pl | 3 ++- lib/gunibreak.h | 3 ++- lib/gunicomp.h | 3 ++- lib/gunidecomp.h | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/gen-unicode-tables.pl b/lib/gen-unicode-tables.pl index aa87cc0..9f8505c 100755 --- a/lib/gen-unicode-tables.pl +++ b/lib/gen-unicode-tables.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson # Copyright (C) 1998, 1999 Tom Tromey # Copyright (C) 2001 Red Hat Software @@ -29,6 +29,7 @@ # FIXME: # * For decomp table it might make sense to use a shift count other # than 8. We could easily compute the perfect shift count. +# * This script no longer works with Perl 5.10. Sigh. # we use some perl unicode features require 5.006; diff --git a/lib/gunibreak.h b/lib/gunibreak.h index 4f401bc..45d53d2 100644 --- a/lib/gunibreak.h +++ b/lib/gunibreak.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! - Instead, edit gen-unicode-tables.pl and re-run. */ + Instead, edit gen-unicode-tables.pl and re-run. + Note that gen-unicode-tables.pl doesn't work with Perl 5.10 or later. */ #ifndef BREAKTABLES_H #define BREAKTABLES_H diff --git a/lib/gunicomp.h b/lib/gunicomp.h index b5fa880..483628c 100644 --- a/lib/gunicomp.h +++ b/lib/gunicomp.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! - Instead, edit gen-unicode-tables.pl and re-run. */ + Instead, edit gen-unicode-tables.pl and re-run. + Note that gen-unicode-tables.pl doesn't work with Perl 5.10 or later. */ #define COMPOSE_FIRST_START 1 #define COMPOSE_FIRST_SINGLE_START 147 diff --git a/lib/gunidecomp.h b/lib/gunidecomp.h index 1c48c21..8c4f7ba 100644 --- a/lib/gunidecomp.h +++ b/lib/gunidecomp.h @@ -1,5 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! - Instead, edit gen-unicode-tables.pl and re-run. */ + Instead, edit gen-unicode-tables.pl and re-run. + Note that gen-unicode-tables.pl doesn't work with Perl 5.10 or later. */ #ifndef DECOMP_H #define DECOMP_H hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
