Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: chrome/installer/mac/third_party/xz/README.chromium

Issue 12938007: Update XZ Utils to 5.0.4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/installer/mac/third_party/xz/config/mac/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: XZ Utils 1 Name: XZ Utils
2 URL: http://tukaani.org/xz/ 2 URL: http://tukaani.org/xz/
3 Source URL: git://ctrl.tukaani.org/xz.git 3 Source URL: http://git.tukaani.org/xz.git
4 Version: 5.0.3 (git tag v5.0.3, e32cb264ea72a4459810f30abad70dae5a4fa17d, 4 Version: 5.0.4 (git tag v5.0.4, f6999fefe47884922f3f62186ddcf849d54b1092,
Mark Mentovai 2013/03/19 18:45:00 The third_party portion is in https://codereview.c
5 2011-05-21 16:59:22 +0300) 5 2012-06-22 07:54:56 +0300)
6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3 6 License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3
7 7
8 Description: 8 Description:
9 XZ Utils is general-purpose data compression software implementing the 9 XZ Utils is general-purpose data compression software implementing the
10 modified Lempel-Ziv-Markov chain algorithm (LZMA2). 10 modified Lempel-Ziv-Markov chain algorithm (LZMA2).
11 11
12 Local Modifications: 12 Local Modifications:
13 - None. 13 - None.
14 14
15 The upstream source is present in the xz directory. Other entries in this 15 The upstream source is present in the xz directory. Other entries in this
(...skipping 17 matching lines...) Expand all
33 - HAVE_DECODER_X86 33 - HAVE_DECODER_X86
34 - HAVE_ENCODER_ARM 34 - HAVE_ENCODER_ARM
35 - HAVE_ENCODER_ARMTHUMB 35 - HAVE_ENCODER_ARMTHUMB
36 - HAVE_ENCODER_DELTA 36 - HAVE_ENCODER_DELTA
37 - HAVE_ENCODER_IA64 37 - HAVE_ENCODER_IA64
38 - HAVE_ENCODER_LZMA1 38 - HAVE_ENCODER_LZMA1
39 - HAVE_ENCODER_LZMA2 39 - HAVE_ENCODER_LZMA2
40 - HAVE_ENCODER_POWERPC 40 - HAVE_ENCODER_POWERPC
41 - HAVE_ENCODER_SPARC 41 - HAVE_ENCODER_SPARC
42 - HAVE_ENCODER_X86 42 - HAVE_ENCODER_X86
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mac/third_party/xz/config/mac/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698