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

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

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « third_party/codesighs/README.chromium ('k') | third_party/gles2_book/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 Name: expat 1 Name: Expat XML Parser
2 Short Name: expat
2 URL: http://sourceforge.net/projects/expat/ 3 URL: http://sourceforge.net/projects/expat/
3 Version: 2.7.0 4 Version: 2.7.0
4 License: MIT 5 License: MIT
5 License File: files/COPYING 6 License File: files/COPYING
6 7
7 Description: 8 Description:
8 This is Expat XML parser - very lightweight C library for parsing XML. 9 This is Expat XML parser - very lightweight C library for parsing XML.
9 Expat is distributed under an MIT license detailed in files/COPYING. 10 Expat is distributed under an MIT license detailed in files/COPYING.
10 11
11 We include it here because libjingle depends on it. 12 We include it here because libjingle depends on it.
(...skipping 19 matching lines...) Expand all
31 expat_config.h.in 32 expat_config.h.in
32 Edited: 33 Edited:
33 lib/winconfig.h (see winconfig.h.original for unmodified version) 34 lib/winconfig.h (see winconfig.h.original for unmodified version)
34 * Added check on line 1751 of xmltok_impl.c to patch a 35 * Added check on line 1751 of xmltok_impl.c to patch a
35 bug with the handling of utf-8 characters that leads to a crash. 36 bug with the handling of utf-8 characters that leads to a crash.
36 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) 37 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
37 * Prevent a compiler warning when compiling with 38 * Prevent a compiler warning when compiling with
38 WIN32_LEAN_AND_MEAN predefined. 39 WIN32_LEAN_AND_MEAN predefined.
39 Added files: 40 Added files:
40 lib/expat_config.h (a generated config file) 41 lib/expat_config.h (a generated config file)
OLDNEW
« no previous file with comments | « third_party/codesighs/README.chromium ('k') | third_party/gles2_book/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698