Projects STRLCPY alacritty Commits 2b53585d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    CHANGELOG.md
    skipped 4 lines
    5 5   
    6 6  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
    7 7   
    8  -## 0.9.0-rc3
     8 +## 0.9.0-rc4
    9 9   
    10 10  ### Packaging
    11 11   
    skipped 912 lines
  • ■ ■ ■ ■ ■
    Cargo.lock
    skipped 15 lines
    16 16   
    17 17  [[package]]
    18 18  name = "alacritty"
    19  -version = "0.9.0-rc3"
     19 +version = "0.9.0-rc4"
    20 20  dependencies = [
    21 21   "alacritty_config_derive",
    22 22   "alacritty_terminal",
    23 23   "bitflags",
    24 24   "clap",
    25  - "cocoa",
     25 + "cocoa 0.24.0",
    26 26   "copypasta",
    27 27   "crossfont",
    28 28   "dirs",
    skipped 33 lines
    62 62   
    63 63  [[package]]
    64 64  name = "alacritty_terminal"
    65  -version = "0.15.0-rc3"
     65 +version = "0.15.0-rc4"
    66 66  dependencies = [
    67 67   "alacritty_config_derive",
    68 68   "base64",
    skipped 1 lines
    70 70   "dirs",
    71 71   "libc",
    72 72   "log",
    73  - "mio 0.6.23",
     73 + "mio",
    74 74   "mio-anonymous-pipes",
    75 75   "mio-extras",
    76 76   "miow 0.3.7",
    skipped 141 lines
    218 218  checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
    219 219  dependencies = [
    220 220   "cc",
     221 +]
     222 + 
     223 +[[package]]
     224 +name = "cocoa"
     225 +version = "0.23.0"
     226 +source = "registry+https://github.com/rust-lang/crates.io-index"
     227 +checksum = "c54201c07dcf3a5ca33fececb8042aed767ee4bfd5a0235a8ceabcda956044b2"
     228 +dependencies = [
     229 + "bitflags",
     230 + "block",
     231 + "cocoa-foundation",
     232 + "core-foundation 0.9.1",
     233 + "core-graphics 0.22.2",
     234 + "foreign-types 0.3.2",
     235 + "libc",
     236 + "objc",
    221 237  ]
    222 238   
    223 239  [[package]]
    skipped 145 lines
    369 385  ]
    370 386   
    371 387  [[package]]
    372  -name = "crossbeam"
    373  -version = "0.8.1"
    374  -source = "registry+https://github.com/rust-lang/crates.io-index"
    375  -checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
    376  -dependencies = [
    377  - "cfg-if 1.0.0",
    378  - "crossbeam-channel",
    379  - "crossbeam-deque",
    380  - "crossbeam-epoch",
    381  - "crossbeam-queue",
    382  - "crossbeam-utils",
    383  -]
    384  - 
    385  -[[package]]
    386  -name = "crossbeam-channel"
    387  -version = "0.5.1"
    388  -source = "registry+https://github.com/rust-lang/crates.io-index"
    389  -checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
    390  -dependencies = [
    391  - "cfg-if 1.0.0",
    392  - "crossbeam-utils",
    393  -]
    394  - 
    395  -[[package]]
    396  -name = "crossbeam-deque"
    397  -version = "0.8.0"
    398  -source = "registry+https://github.com/rust-lang/crates.io-index"
    399  -checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
    400  -dependencies = [
    401  - "cfg-if 1.0.0",
    402  - "crossbeam-epoch",
    403  - "crossbeam-utils",
    404  -]
    405  - 
    406  -[[package]]
    407  -name = "crossbeam-epoch"
    408  -version = "0.9.5"
    409  -source = "registry+https://github.com/rust-lang/crates.io-index"
    410  -checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
    411  -dependencies = [
    412  - "cfg-if 1.0.0",
    413  - "crossbeam-utils",
    414  - "lazy_static",
    415  - "memoffset",
    416  - "scopeguard",
    417  -]
    418  - 
    419  -[[package]]
    420  -name = "crossbeam-queue"
    421  -version = "0.3.2"
    422  -source = "registry+https://github.com/rust-lang/crates.io-index"
    423  -checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
    424  -dependencies = [
    425  - "cfg-if 1.0.0",
    426  - "crossbeam-utils",
    427  -]
    428  - 
    429  -[[package]]
    430  -name = "crossbeam-utils"
    431  -version = "0.8.5"
    432  -source = "registry+https://github.com/rust-lang/crates.io-index"
    433  -checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
    434  -dependencies = [
    435  - "cfg-if 1.0.0",
    436  - "lazy_static",
    437  -]
    438  - 
    439  -[[package]]
    440 388  name = "crossfont"
    441 389  version = "0.3.0"
    442 390  source = "registry+https://github.com/rust-lang/crates.io-index"
    443 391  checksum = "dc52c750165ecb41cf02bfa8fd6731dc6796dddd87a3713fc9fbe9e08e71d48b"
    444 392  dependencies = [
    445  - "cocoa",
     393 + "cocoa 0.24.0",
    446 394   "core-foundation 0.9.1",
    447 395   "core-foundation-sys 0.8.2",
    448 396   "core-graphics 0.22.2",
    skipped 286 lines
    735 683   
    736 684  [[package]]
    737 685  name = "glutin"
    738  -version = "0.27.0"
     686 +version = "0.26.0"
    739 687  source = "registry+https://github.com/rust-lang/crates.io-index"
    740  -checksum = "762d6cd2e1b855d99668ebe591cc9058659d85ac39a9a2078000eb122ddba8f0"
     688 +checksum = "1ae1cbb9176b9151c4ce03f012e3cd1c6c18c4be79edeaeb3d99f5d8085c5fa3"
    741 689  dependencies = [
    742 690   "android_glue",
    743 691   "cgl",
    744  - "cocoa",
     692 + "cocoa 0.23.0",
    745 693   "core-foundation 0.9.1",
    746 694   "glutin_egl_sys",
    747 695   "glutin_emscripten_sys",
    skipped 1 lines
    749 697   "glutin_glx_sys",
    750 698   "glutin_wgl_sys",
    751 699   "lazy_static",
    752  - "libloading 0.7.0",
     700 + "libloading 0.6.7",
    753 701   "log",
    754 702   "objc",
    755 703   "osmesa-sys",
    skipped 276 lines
    1032 980  ]
    1033 981   
    1034 982  [[package]]
    1035  -name = "mio"
    1036  -version = "0.7.13"
    1037  -source = "registry+https://github.com/rust-lang/crates.io-index"
    1038  -checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
    1039  -dependencies = [
    1040  - "libc",
    1041  - "log",
    1042  - "miow 0.3.7",
    1043  - "ntapi",
    1044  - "winapi 0.3.9",
    1045  -]
    1046  - 
    1047  -[[package]]
    1048 983  name = "mio-anonymous-pipes"
    1049 984  version = "0.2.0"
    1050 985  source = "registry+https://github.com/rust-lang/crates.io-index"
    1051 986  checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
    1052 987  dependencies = [
    1053  - "mio 0.6.23",
     988 + "mio",
    1054 989   "miow 0.3.7",
    1055 990   "parking_lot",
    1056 991   "spsc-buffer",
    skipped 8 lines
    1065 1000  dependencies = [
    1066 1001   "lazycell",
    1067 1002   "log",
    1068  - "mio 0.6.23",
     1003 + "mio",
    1069 1004   "slab",
    1070 1005  ]
    1071 1006   
    1072 1007  [[package]]
    1073  -name = "mio-misc"
    1074  -version = "1.2.1"
    1075  -source = "registry+https://github.com/rust-lang/crates.io-index"
    1076  -checksum = "0ddf05411bb159cdb5801bb10002afb66cb4572be656044315e363460ce69dc2"
    1077  -dependencies = [
    1078  - "crossbeam",
    1079  - "crossbeam-queue",
    1080  - "log",
    1081  - "mio 0.7.13",
    1082  -]
    1083  - 
    1084  -[[package]]
    1085 1008  name = "miow"
    1086 1009  version = "0.2.2"
    1087 1010  source = "registry+https://github.com/rust-lang/crates.io-index"
    skipped 16 lines
    1104 1027   
    1105 1028  [[package]]
    1106 1029  name = "ndk"
    1107  -version = "0.3.0"
     1030 +version = "0.2.1"
    1108 1031  source = "registry+https://github.com/rust-lang/crates.io-index"
    1109  -checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
     1032 +checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
    1110 1033  dependencies = [
    1111 1034   "jni-sys",
    1112 1035   "ndk-sys",
    skipped 3 lines
    1116 1039   
    1117 1040  [[package]]
    1118 1041  name = "ndk-glue"
    1119  -version = "0.3.0"
     1042 +version = "0.2.1"
    1120 1043  source = "registry+https://github.com/rust-lang/crates.io-index"
    1121  -checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
     1044 +checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
    1122 1045  dependencies = [
    1123 1046   "lazy_static",
    1124 1047   "libc",
    skipped 10 lines
    1135 1058  checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
    1136 1059  dependencies = [
    1137 1060   "darling",
    1138  - "proc-macro-crate 0.1.5",
     1061 + "proc-macro-crate",
    1139 1062   "proc-macro2",
    1140 1063   "quote",
    1141 1064   "syn",
    skipped 75 lines
    1217 1140   "fsevent-sys",
    1218 1141   "inotify",
    1219 1142   "libc",
    1220  - "mio 0.6.23",
     1143 + "mio",
    1221 1144   "mio-extras",
    1222 1145   "walkdir",
    1223  - "winapi 0.3.9",
    1224  -]
    1225  - 
    1226  -[[package]]
    1227  -name = "ntapi"
    1228  -version = "0.3.6"
    1229  -source = "registry+https://github.com/rust-lang/crates.io-index"
    1230  -checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
    1231  -dependencies = [
    1232 1146   "winapi 0.3.9",
    1233 1147  ]
    1234 1148   
    1235 1149  [[package]]
    1236 1150  name = "num_enum"
    1237  -version = "0.5.2"
     1151 +version = "0.4.3"
    1238 1152  source = "registry+https://github.com/rust-lang/crates.io-index"
    1239  -checksum = "e5adf0198d427ee515335639f275e806ca01acf9f07d7cf14bb36a10532a6169"
     1153 +checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
    1240 1154  dependencies = [
    1241 1155   "derivative",
    1242 1156   "num_enum_derive",
    skipped 1 lines
    1244 1158   
    1245 1159  [[package]]
    1246 1160  name = "num_enum_derive"
    1247  -version = "0.5.2"
     1161 +version = "0.4.3"
    1248 1162  source = "registry+https://github.com/rust-lang/crates.io-index"
    1249  -checksum = "b1def5a3f69d4707d8a040b12785b98029a39e8c610ae685c7f6265669767482"
     1163 +checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
    1250 1164  dependencies = [
    1251  - "proc-macro-crate 1.0.0",
     1165 + "proc-macro-crate",
    1252 1166   "proc-macro2",
    1253 1167   "quote",
    1254 1168   "syn",
    skipped 110 lines
    1365 1279  ]
    1366 1280   
    1367 1281  [[package]]
    1368  -name = "proc-macro-crate"
    1369  -version = "1.0.0"
    1370  -source = "registry+https://github.com/rust-lang/crates.io-index"
    1371  -checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
    1372  -dependencies = [
    1373  - "thiserror",
    1374  - "toml",
    1375  -]
    1376  - 
    1377  -[[package]]
    1378 1282  name = "proc-macro2"
    1379 1283  version = "1.0.27"
    1380 1284  source = "registry+https://github.com/rust-lang/crates.io-index"
    skipped 172 lines
    1553 1457  checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
    1554 1458  dependencies = [
    1555 1459   "libc",
    1556  - "mio 0.6.23",
     1460 + "mio",
    1557 1461   "signal-hook-registry",
    1558 1462  ]
    1559 1463   
    skipped 362 lines
    1922 1826   
    1923 1827  [[package]]
    1924 1828  name = "winit"
    1925  -version = "0.25.0"
     1829 +version = "0.24.0"
    1926 1830  source = "registry+https://github.com/rust-lang/crates.io-index"
    1927  -checksum = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8"
     1831 +checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
    1928 1832  dependencies = [
    1929 1833   "bitflags",
    1930  - "cocoa",
     1834 + "cocoa 0.24.0",
    1931 1835   "core-foundation 0.9.1",
    1932 1836   "core-graphics 0.22.2",
    1933 1837   "core-video-sys",
    skipped 2 lines
    1936 1840   "lazy_static",
    1937 1841   "libc",
    1938 1842   "log",
    1939  - "mio 0.7.13",
    1940  - "mio-misc",
     1843 + "mio",
     1844 + "mio-extras",
    1941 1845   "ndk",
    1942 1846   "ndk-glue",
    1943 1847   "ndk-sys",
    skipped 1 lines
    1945 1849   "parking_lot",
    1946 1850   "percent-encoding",
    1947 1851   "raw-window-handle",
    1948  - "scopeguard",
    1949 1852   "serde",
    1950 1853   "smithay-client-toolkit 0.12.3",
    1951 1854   "wayland-client",
    skipped 93 lines
  • ■ ■ ■ ■ ■ ■
    alacritty/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty"
    3  -version = "0.9.0-rc3"
     3 +version = "0.9.0-rc4"
    4 4  authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
    5 5  license = "Apache-2.0"
    6 6  description = "A fast, cross-platform, OpenGL terminal emulator"
    skipped 3 lines
    10 10   
    11 11  [dependencies.alacritty_terminal]
    12 12  path = "../alacritty_terminal"
    13  -version = "0.15.0-rc3"
     13 +version = "0.15.0-rc4"
    14 14  default-features = false
    15 15   
    16 16  [dependencies.alacritty_config_derive]
    skipped 51 lines
  • ■ ■ ■ ■
    alacritty/windows/wix/alacritty.wxs
    1 1  <?xml version="1.0" encoding="windows-1252"?>
    2 2  <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
    3  - <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.9.0-rc3" Manufacturer="Alacritty">
     3 + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.9.0-rc4" Manufacturer="Alacritty">
    4 4   <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>
    5 5   <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
    6 6   <Icon Id="AlacrittyIco" SourceFile=".\extra\windows\alacritty.ico"/>
    skipped 59 lines
  • ■ ■ ■ ■
    alacritty_terminal/Cargo.toml
    1 1  [package]
    2 2  name = "alacritty_terminal"
    3  -version = "0.15.0-rc3"
     3 +version = "0.15.0-rc4"
    4 4  authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
    5 5  license = "Apache-2.0"
    6 6  description = "Library for writing terminal emulators"
    skipped 38 lines
  • ■ ■ ■ ■
    extra/alacritty.man
    1  -.TH ALACRITTY "1" "August 2018" "alacritty 0.9.0-rc3" "User Commands"
     1 +.TH ALACRITTY "1" "August 2018" "alacritty 0.9.0-rc4" "User Commands"
    2 2  .SH NAME
    3 3  Alacritty \- A fast, cross-platform, OpenGL terminal emulator
    4 4  .SH "SYNOPSIS"
    skipped 81 lines
  • ■ ■ ■ ■
    extra/osx/Alacritty.app/Contents/Info.plist
    skipped 14 lines
    15 15   <key>CFBundlePackageType</key>
    16 16   <string>APPL</string>
    17 17   <key>CFBundleShortVersionString</key>
    18  - <string>0.9.0-rc3</string>
     18 + <string>0.9.0-rc4</string>
    19 19   <key>CFBundleSupportedPlatforms</key>
    20 20   <array>
    21 21   <string>MacOSX</string>
    skipped 38 lines
Please wait...
Page is in error, reload to recover