| OLD | NEW |
| 1 Name: expat |
| 1 URL: http://sourceforge.net/projects/expat/ | 2 URL: http://sourceforge.net/projects/expat/ |
| 2 Version: 2.7.0 | 3 Version: 2.7.0 |
| 3 License: MIT | 4 License: MIT |
| 4 License File: COPYING | 5 License File: files/COPYING |
| 5 | 6 |
| 6 Description: | 7 Description: |
| 7 This is Expat XML parser - very lightweight C library for parsing XML. | 8 This is Expat XML parser - very lightweight C library for parsing XML. |
| 8 Expat is distributed under an MIT license detailed in files/COPYING. | 9 Expat is distributed under an MIT license detailed in files/COPYING. |
| 9 | 10 |
| 10 We include it here because libjingle depends on it. | 11 We include it here because libjingle depends on it. |
| 11 | 12 |
| 12 Local Modifications: | 13 Local Modifications: |
| 13 Removed files that Chromium didn't need: | 14 Removed files that Chromium didn't need: |
| 14 lib/expat*.dsp | 15 lib/expat*.dsp |
| (...skipping 15 matching lines...) Expand all Loading... |
| 30 expat_config.h.in | 31 expat_config.h.in |
| 31 Edited: | 32 Edited: |
| 32 lib/winconfig.h (see winconfig.h.original for unmodified version) | 33 lib/winconfig.h (see winconfig.h.original for unmodified version) |
| 33 * Added check on line 1751 of xmltok_impl.c to patch a | 34 * Added check on line 1751 of xmltok_impl.c to patch a |
| 34 bug with the handling of utf-8 characters that leads to a crash. | 35 bug with the handling of utf-8 characters that leads to a crash. |
| 35 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) | 36 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) |
| 36 * Prevent a compiler warning when compiling with | 37 * Prevent a compiler warning when compiling with |
| 37 WIN32_LEAN_AND_MEAN predefined. | 38 WIN32_LEAN_AND_MEAN predefined. |
| 38 Added files: | 39 Added files: |
| 39 lib/expat_config.h (a generated config file) | 40 lib/expat_config.h (a generated config file) |
| OLD | NEW |