~ubuntu-branches/ubuntu/utopic/patch/utopic-security

« back to all changes in this revision

Viewing changes to lib/c-ctype.c

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-01-03 17:34:45 UTC
  • mfrom: (1.2.3)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20130103173445-i46hggipf8rfteiz
Tags: 2.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- buffer-read-only: t -*- vi: set ro: */
2
 
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3
1
/* Character handling in C locale.
4
2
 
5
 
   Copyright 2000-2003, 2006, 2009-2011 Free Software Foundation, Inc.
 
3
   Copyright 2000-2003, 2006, 2009-2012 Free Software Foundation, Inc.
6
4
 
7
5
This program is free software; you can redistribute it and/or modify
8
6
it under the terms of the GNU General Public License as published by
15
13
GNU General Public License for more details.
16
14
 
17
15
You should have received a copy of the GNU General Public License
18
 
along with this program; if not, write to the Free Software Foundation,
19
 
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
16
along with this program; if not, see <http://www.gnu.org/licenses/>.  */
20
17
 
21
18
#include <config.h>
22
19