59 Commits (34db3f7954e9298e89f42641ac78e0450f80a70d)

Author SHA1 Message Date
Steven G. Johnson 05886a9fd1
version 2.9 bump (#254) 1 year ago
Steven G. Johnson 46a442b121
Unicode 15.1 support (#253) 1 year ago
Steven G. Johnson 1cb28a66ca
v2.8.0 bump (#248) 2 years ago
Steven G. Johnson 8ca6144c85 copyright year update 3 years ago
Steven G. Johnson b093cf9dd4
update for unicode 14 (#233) 3 years ago
Steven G. Johnson 28416640ed 2.6.1 version bump 4 years ago
Steven G. Johnson cea3cd158f bump to version 2.6 4 years ago
Tim Gates 6f7d73071a
docs: fix simple typo, encounted -> encountered (#201) 4 years ago
Steven G. Johnson 5622a0a51b
add islower/isupper functions (#196) 4 years ago
Steven G. Johnson 2bb7d884b5 version bump to 2.5 5 years ago
Steven G. Johnson e6fba4aa8c update header file comments (closes #157) 6 years ago
Steven G. Johnson 5c632c5742 NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr) 6 years ago
Steven G. Johnson abf81603ba
add utf8proc_unicode_version (#151) 6 years ago
Steven G. Johnson 3637d51855 doc clarification (closing #110) 6 years ago
Steven G. Johnson 6a659a5843 doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAX 6 years ago
Steven G. Johnson 60a2398184 copyright year updates 6 years ago
Steven G. Johnson d4a58cfec5
update data and algorithms for Unicode 11 (#140) 6 years ago
Steven G. Johnson 8639450134 NEWS for upcoming 2.2 release, version bump 7 years ago
Steven G. Johnson bdc8b9e4b2
Case folding fixes (#133) 7 years ago
past-due 48949bd3eb Static library support improvements (#123) 7 years ago
Steven G. Johnson d688ac1226
version bump to 2.1.1 (#131) 7 years ago
Christopher Baker 2a2f97e193 Update documentation to reflect Unicode 9.0.0. (#107) 8 years ago
Árpád Goretity  31a8788886 removed inclusion of non-portable header file (#94) 8 years ago
Steven G. Johnson 4ac3154acc whoops 8 years ago
Steven G. Johnson 78f336addd use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, not C) 8 years ago
Steven G. Johnson 59334e4499 use stdbool.h and inttypes.h in MSVC 2013 and later, and use more C99-compatible definitions of false and true earlier (fix #90) 8 years ago
Steven G. Johnson b4621f43c3 new utf8proc_map_custom for hooking in user-defined custom mappings (#89) 8 years ago
Steven G. Johnson f5567f306a typo in docstrings 8 years ago
Michael Drake 70bbed8626 Tlsa/ucs4 normalize (#88) 8 years ago
Jakub Vít caef918abd Change definition of UINT16_MAX macro (#84) 8 years ago
Tony Kelman 8e3174f334 NEWS and version numbers for 2.0.2 (#81) 8 years ago
Steven G. Johnson f0bf106569 NEWS and version bump for 2.0.1 release, to come out shortly 8 years ago
Keno Fischer c0a1ff81fc Walk back ABI breaking changes (#76) 8 years ago
Benito van der Zander eeebf70bcf Smaller tables (#68) 8 years ago
Keno Fischer 41c6b23aab Unicode 9 updates (#70) 8 years ago
Michaël Meyer 26436c9775 Reduce the size of the binary. 9 years ago
Steven G. Johnson 6d4d7a9acf update Unicode version in header-file comment 9 years ago
Steven G. Johnson fd20b184dd update copyright statements to list recent contributors and year 9 years ago
Steven G. Johnson d75985cf09 bump API/ABI version to 1.3, add NEWS 10 years ago
Steven G. Johnson a8fb4b1772 add toupper/tolower functions (for JuliaLang/julia#11471) 10 years ago
Scott Paul Jones 6249e6b8b1 Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling 10 years ago
Tony Kelman 0a818c7003 Prefix other C99 typedefs with utf8proc_ 10 years ago
Tony Kelman ad27722923 Use a new typedef utf8proc_ssize_t to avoid define collisions 10 years ago
Steven G. Johnson a1c429a45b rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header files that define DLLEXPORT 10 years ago
Steven G. Johnson 41287a1116 more documentation English and formatting cleanups 10 years ago
Steven G. Johnson 2f8469c3cc some documentation improvements 10 years ago
Steven G. Johnson 11d2ece545 indentation consistency 10 years ago
Steven G. Johnson c851c67888 put the API version as #defines in the header file (as discussed in #30) 10 years ago
Steven G. Johnson 32c605cfa7 mainpage dox tweaks 10 years ago
Jonas Fonseca 03a4e8854a Fix #26: use doxygen for generating API docs 10 years ago