~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to ext/json/lib/json/Key.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2010-07-31 17:08:39 UTC
  • mfrom: (1.1.4 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100731170839-j034dmpdqt1cc4p6
Tags: 1.9.2~svn28788-1
* New release based on upstream snapshot from the 1.9.2 branch,
  after 1.9.2 RC2. That branch is (supposed to be) binary-compatible
  with the 1.9.1 branch.
  + Builds fine on i386. Closes: #580852.
* Upgrade to Standards-Version: 3.9.1. No changes needed.
* Updated generated incs.
* Patches that still need work:
  + Unclear status, need more investigation:
   090729_fix_Makefile_deps.dpatch
   090803_exclude_rdoc.dpatch
   203_adjust_base_of_search_path.dpatch
   902_define_YAML_in_yaml_stringio.rb.dpatch
   919_common.mk_tweaks.dpatch
   931_libruby_suffix.dpatch
   940_test_thread_mutex_sync_shorter.dpatch
  + Maybe not needed anymore, keeping but not applying.
   102_skip_test_copy_stream.dpatch (test doesn't block anymore?)
   104_skip_btest_io.dpatch (test doesn't block anymore?)
   201_gem_prelude.dpatch (we don't use that rubygems anyway?)
   202_gem_default_dir.dpatch (we don't use that rubygems anyway?)
   940_test_file_exhaustive_fails_as_root.dpatch
   940_test_priority_fails.dpatch
   100518_load_libc_libm.dpatch
* Add disable-tests.diff: disable some tests that cause failures on FreeBSD.
  Closes: #590002, #543805, #542927.
* However, many new failures on FreeBSD. Since that version is still an
  improvement, add the check that makes test suite failures non-fatal on
  FreeBSD again. That still needs to be investigated.
* Re-add 903_skip_base_ruby_check.dpatch
* Add build-dependency on ruby1.8 and drop all pre-generated files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * Key_xpm[] = {
3
 
"16 16 54 1",
4
 
"       c None",
5
 
".      c #110007",
6
 
"+      c #0E0900",
7
 
"@      c #000013",
8
 
"#      c #070600",
9
 
"$      c #F6F006",
10
 
"%      c #ECE711",
11
 
"&      c #E5EE00",
12
 
"*      c #16021E",
13
 
"=      c #120900",
14
 
"-      c #EDF12B",
15
 
";      c #000033",
16
 
">      c #0F0000",
17
 
",      c #FFFE03",
18
 
"'      c #E6E500",
19
 
")      c #16021B",
20
 
"!      c #F7F502",
21
 
"~      c #000E00",
22
 
"{      c #130000",
23
 
"]      c #FFF000",
24
 
"^      c #FFE711",
25
 
"/      c #140005",
26
 
"(      c #190025",
27
 
"_      c #E9DD27",
28
 
":      c #E7DC04",
29
 
"<      c #FFEC09",
30
 
"[      c #FFE707",
31
 
"}      c #FFDE10",
32
 
"|      c #150021",
33
 
"1      c #160700",
34
 
"2      c #FAF60E",
35
 
"3      c #EFE301",
36
 
"4      c #FEF300",
37
 
"5      c #E7E000",
38
 
"6      c #FFFF08",
39
 
"7      c #0E0206",
40
 
"8      c #040000",
41
 
"9      c #03052E",
42
 
"0      c #041212",
43
 
"a      c #070300",
44
 
"b      c #F2E713",
45
 
"c      c #F9DE13",
46
 
"d      c #36091E",
47
 
"e      c #00001C",
48
 
"f      c #1F0010",
49
 
"g      c #FFF500",
50
 
"h      c #DEDE00",
51
 
"i      c #050A00",
52
 
"j      c #FAF14A",
53
 
"k      c #F5F200",
54
 
"l      c #040404",
55
 
"m      c #1A0D00",
56
 
"n      c #EDE43D",
57
 
"o      c #ECE007",
58
 
"                ",
59
 
"                ",
60
 
"    .+@         ",
61
 
"   #$%&*        ",
62
 
"  =-;>,')       ",
63
 
"  >!~{]^/       ",
64
 
"  (_:<[}|       ",
65
 
"   1234567      ",
66
 
"    890abcd     ",
67
 
"       efghi    ",
68
 
"         >jkl   ",
69
 
"          mnol  ",
70
 
"           >kl  ",
71
 
"            ll  ",
72
 
"                ",
73
 
"                "};