| OLD | NEW |
| 1 This directory contains the source code of ICU 4.2.1 for C/C++ | 1 This directory contains the source code of ICU 4.2.1 for C/C++ |
| 2 | 2 |
| 3 1. It was obtained with the following: | 3 1. It was obtained with the following: |
| 4 | 4 |
| 5 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-2-1 icu42 | 5 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-2-1 icu42 |
| 6 | 6 |
| 7 2. The followig directories were removed because they're not used by Chromium | 7 2. The followig directories were removed because they're not used by Chromium |
| 8 at the moment: | 8 at the moment: |
| 9 as_is | 9 as_is |
| 10 packaging | 10 packaging |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 icudt_build project of build/icudt_build.sln on Windows. | 113 icudt_build project of build/icudt_build.sln on Windows. |
| 114 It's made in bin/ and moved to the top and checked in. | 114 It's made in bin/ and moved to the top and checked in. |
| 115 - {mac,linux}/icudt42l_dat.s : Built on Mac and Linux with all the | 115 - {mac,linux}/icudt42l_dat.s : Built on Mac and Linux with all the |
| 116 patches above applied and checked in. | 116 patches above applied and checked in. |
| 117 | 117 |
| 118 12. The header files were moved as shown below: | 118 12. The header files were moved as shown below: |
| 119 | 119 |
| 120 source/common/unicode ==> public/common/unicode | 120 source/common/unicode ==> public/common/unicode |
| 121 source/i18n/unicode ==> public/i18n/unicode | 121 source/i18n/unicode ==> public/i18n/unicode |
| 122 | 122 |
| 123 13. The patch for a memory leak in i18n/timezone.cpp (Windows only) | 123 13. The patch for a memory leak in i18n/timezone.cpp (Windows only): |
| 124 (see http://bugs.icu-project.org/trac/ticket/7135) | 124 see http://bugs.icu-project.org/trac/ticket/7135 |
| 125 | 125 |
| 126 - patches/tzmemory.patch | 126 - patches/tzmemory.patch |
| 127 | 127 |
| 128 14. The patch for a crash in common/putil.c (Linux only): |
| 129 see http://bugs.icu-project.org/trac/ticket/7177 |
| 128 | 130 |
| 129 | 131 - patches/linuxtz.patch |
| OLD | NEW |