~ubuntu-branches/ubuntu/intrepid/parted/intrepid

« back to all changes in this revision

Viewing changes to gnulib/lib/iconv_open-osf.gperf

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-24 14:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624143105-rd7yw67a9qnvh51i
Tags: 1.8.8.git.2008.03.24-7ubuntu1
* Resynchronise with Debian (LP: #237568). Remaining changes:
  - swap-uuid.dpatch: Create UUIDs on new swap partitions.
  - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
    protective MBR.
  - Add -fno-stack-protector on sparc.
  - sparc-new-label.dpatch: Fix sparc disk label generation. This is
    required for LDOM and parallel installations with Solaris 10.
  - loop-partitions.dpatch: Loop devices can only have one partition, so
    don't generate device names such as "/dev/loop0p1".
  - unpartitioned-disks.dpatch: Don't try to call BLKPG ioctls on
    unpartitionable disks (only implemented for loop devices at the
    moment), as they will always fail.
  - When building with gcc-4.3, add -Wno-array-bounds to CFLAGS.
  - Cell partition tables are misdetected as pc98, so disable pc98 support
    on powerpc.
  - array-bounds.dpatch: Backport patch from git to allow building with
    gcc-4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct mapping { int standard_name; const char vendor_name[10 + 1]; };
 
2
%struct-type
 
3
%language=ANSI-C
 
4
%define slot-name standard_name
 
5
%define hash-function-name mapping_hash
 
6
%define lookup-function-name mapping_lookup
 
7
%readonly-tables
 
8
%global-table
 
9
%define word-array-name mappings
 
10
%pic
 
11
%%
 
12
# On OSF/1 5.1, look in /usr/lib/nls/loc/iconv.
 
13
ISO-8859-1, "ISO8859-1"
 
14
ISO-8859-2, "ISO8859-2"
 
15
ISO-8859-3, "ISO8859-3"
 
16
ISO-8859-4, "ISO8859-4"
 
17
ISO-8859-5, "ISO8859-5"
 
18
ISO-8859-6, "ISO8859-6"
 
19
ISO-8859-7, "ISO8859-7"
 
20
ISO-8859-8, "ISO8859-8"
 
21
ISO-8859-9, "ISO8859-9"
 
22
ISO-8859-15, "ISO8859-15"
 
23
CP437, "cp437"
 
24
CP775, "cp775"
 
25
CP850, "cp850"
 
26
CP852, "cp852"
 
27
CP855, "cp855"
 
28
CP857, "cp857"
 
29
CP861, "cp861"
 
30
CP862, "cp862"
 
31
CP865, "cp865"
 
32
CP866, "cp866"
 
33
CP869, "cp869"
 
34
CP874, "cp874"
 
35
CP949, "KSC5601"
 
36
CP1250, "cp1250"
 
37
CP1251, "cp1251"
 
38
CP1252, "cp1252"
 
39
CP1253, "cp1253"
 
40
CP1254, "cp1254"
 
41
CP1255, "cp1255"
 
42
CP1256, "cp1256"
 
43
CP1257, "cp1257"
 
44
CP1258, "cp1258"
 
45
EUC-JP, "eucJP"
 
46
EUC-KR, "eucKR"
 
47
EUC-TW, "eucTW"
 
48
BIG5, "big5"
 
49
SHIFT_JIS, "SJIS"
 
50
TIS-620, "TACTIS"