Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-15 | Added normalize-reference.js. | John MacFarlane | |
This does a proper unicode case fold instead of just using toUpperCase. It is also faster, partly because we can do one pass for space and case normalization. Modified from the NPM package fold-case; proper credit given in source and COPYING. | |||
2015-01-06 | COPYING: record that utf8.* derived from utf8proc. | John MacFarlane | |
2015-01-06 | Updated COPYING to include copyright for utf8proc. | John MacFarlane | |
2015-01-05 | Updated LICENSE, renamed to COPYING. | John MacFarlane | |
This update clarifies the provenance and license of buffer.h, buffer.c, chunk.h, utf8.h, utf8.c. @vmg certifies by merging this PR that the license and copyright information are accurate. |