Dual-Life / Devel-PPPort

Perl/Pollution/Portability
9 stars 28 forks source link

Backport new elements; fix utf8_to_uvchr_buf; regenerate #150

Closed khwilliamson closed 4 years ago

khwilliamson commented 4 years ago

This should be a cleaned up version of the previous one.

It adds backporting to a bunch more API elements, mainly dealing with character classification and case changing.

It adds some info to HACKERS

It should fix the bug with utf8_to_uvchr_buf

And it regenerates the data files based on these and the latest changes to blead

khwilliamson commented 4 years ago

It appears that it merged a 2nd pull request into the first without my asking or wanting it to.

Anyway, this has stuff to make version comparisons in .t files reliable. I'm not sure if what I've done to make parts/inc/inctools accessible to those files via a require is the best way. But my earlier attempts failed.

karenetheridge commented 4 years ago

@khwilliamson you're doing all the work from the master branch of your fork, which is going to lead to complications -- I suggest you create a separate branch for each bit of work, so you can have more than one pull request on the go at a time.