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

Side by Side Diff: third_party/libxml/README.chromium

Issue 1100003: Pass license check script for most of the tree. (Closed)
Patch Set: retry Created 10 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
« no previous file with comments | « third_party/libjpeg/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains a partial snapshot of the libxml library from 1 Name: libxml
2 http://xmlsoft.org, with the patch in google.patch applied. google.patch 2 URL: http://xmlsoft.org
3
4 This directory contains a partial snapshot of the libxml library
5 with the patch in google.patch applied. google.patch
3 includes the following modifications : 6 includes the following modifications :
4 * Modified encoding.c to fix memory leak (06/13/2008) 7 * Modified encoding.c to fix memory leak (06/13/2008)
5 * Modified win32/configure.js NOT to use iconv 8 * Modified win32/configure.js NOT to use iconv
6 * Modified win32/configure.js to be able to clobber a read-only Makefile 9 * Modified win32/configure.js to be able to clobber a read-only Makefile
7 * Modified configure to enable icu. 10 * Modified configure to enable icu.
8 * Modified configure to not generate Makefiles and other unused build files.. 11 * Modified configure to not generate Makefiles and other unused build files..
9 * Added pre-generated Linux headers to linux/. 12 * Added pre-generated Linux headers to linux/.
10 * Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with 13 * Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with
11 'const char*' as an argument) 14 'const char*' as an argument)
12 * Changed bogus '(unsigned long)' cast to '(unsigned short)' in xmlregexp.c 15 * Changed bogus '(unsigned long)' cast to '(unsigned short)' in xmlregexp.c
(...skipping 17 matching lines...) Expand all
30 - Apply the patch in google.patch and reconcile any conflict 33 - Apply the patch in google.patch and reconcile any conflict
31 - Then, make any necessary changes to remove compile-time warnings. 34 - Then, make any necessary changes to remove compile-time warnings.
32 - Update google.patch 35 - Update google.patch
33 - On a Linux system, 'cd linux && sh ../configure --without-iconv' to 36 - On a Linux system, 'cd linux && sh ../configure --without-iconv' to
34 generate config.h and include/libxml/xmlversion.h for Linux. 37 generate config.h and include/libxml/xmlversion.h for Linux.
35 - On a Mac, 'cd mac && sh ../configure --without-iconv' to generate config.h 38 - On a Mac, 'cd mac && sh ../configure --without-iconv' to generate config.h
36 and include/libxml/xmlversion.h for Macs. 39 and include/libxml/xmlversion.h for Macs.
37 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and 40 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and
38 include/libxml/xmlversion.h for Windows builds. 41 include/libxml/xmlversion.h for Windows builds.
39 - Update this README to reflect the new version number. 42 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/libjpeg/README.chromium ('k') | third_party/libxslt/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698