| OLD | NEW |
| 1 Name: pthreads-w32 |
| 2 Version: 2.7.0 |
| 3 |
| 4 Description: |
| 1 This directory contains the source code of the pthreads-w32 library. | 5 This directory contains the source code of the pthreads-w32 library. |
| 2 Version: 2.7.0 | |
| 3 | 6 |
| 4 Why it's here: | 7 Why it's here: |
| 5 The sync engine code has a historical pthreads dependency. Chromium | 8 The sync engine code has a historical pthreads dependency. Chromium |
| 6 bug http://code.google.com/p/chromium/issues/detail?id=19895 tracks | 9 bug http://code.google.com/p/chromium/issues/detail?id=19895 tracks |
| 7 the removal of the dependency. | 10 the removal of the dependency. |
| 8 | 11 |
| 9 Current distribution is available from: | 12 Current distribution is available from: |
| 10 http://sourceware.org/pthreads-win32/ | 13 http://sourceware.org/pthreads-win32/ |
| 11 | 14 |
| 12 License information: | 15 License information: |
| 13 See http://sourceware.org/pthreads-win32/copying.html | 16 See http://sourceware.org/pthreads-win32/copying.html |
| 14 This implementation is free software, distributed under the GNU Lesser | 17 This implementation is free software, distributed under the GNU Lesser |
| 15 General Public License (LGPL). | 18 General Public License (LGPL). |
| 16 | 19 |
| 17 Local modifications: | 20 Local modifications: |
| 18 Relocated .h files as follows to limit overinclusion by Chromium code: | 21 Relocated .h files as follows to limit overinclusion by Chromium code: |
| 19 * Moved files/pthread.h into files/include | 22 * Moved files/pthread.h into files/include |
| 20 * Moved files/sched.h into files/include | 23 * Moved files/sched.h into files/include |
| 21 Removed files as follows to reduce the checkout size: | 24 Removed files as follows to reduce the checkout size: |
| 22 * Removed src/tests/* to save 540KB. | 25 * Removed src/tests/* to save 540KB. |
| 23 * Removed src/manual/* to save 339KB. | 26 * Removed src/manual/* to save 339KB. |
| 24 * Removed src/ChangeLog to save 175KB. | 27 * Removed src/ChangeLog to save 175KB. |
| 25 * Removed src/README.CV, which discusses some subtleties of | 28 * Removed src/README.CV, which discusses some subtleties of |
| 26 the condition variables implementation, to save 85KB. | 29 the condition variables implementation, to save 85KB. |
| OLD | NEW |