|
|
| Line 114: |
Line 114: |
| depends on some headers in nss/lib/util, and nss/lib/ckfw depends on some | | depends on some headers in nss/lib/util, and nss/lib/ckfw depends on some |
| headers in nss/lib/softoken. | | headers in nss/lib/softoken. |
|
| |
| nss/lib/base is one of the slowest changing directories in the NSS tree.
| |
| Since NSS 3.9 there have been a grand total of 4 changes made to that tree:
| |
| # Between 3.9 and 3.10 the license changed from dual to tri-license.
| |
| # Between 3.9 and 3.10 two pointers were changed from &pointer[offset] to pointer+offset (offset was negative, and the new code is more readable).
| |
| # Between 3.11.2 and 3.11.3 alex fixed a null dereference bug.
| |
| # Between 3.11 and 3.12 whatnspr.c was removed.
| |
|
| |
|
| ==== nss/lib/util ==== | | ==== nss/lib/util ==== |